DACA2 - l
STARTDATE 2018-08-19
STARTTIME 02:03:28
GIT-REVISION 19af19b
ftp://ftp.se.debian.org/debian/pool/main/l/l2tp-ipsec-vpn/l2tp-ipsec-vpn_1.0.9.orig.tar.gz
l2tp-ipsec-vpn/src/ConnectionManager.cpp:674:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
l2tp-ipsec-vpn/src/util/NetworkInterface.h:61:10: style: Class 'ReceivedData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
l2tp-ipsec-vpn/src/util/NetworkInterface.h:83:10: style: Class 'TransmittedData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
l2tp-ipsec-vpn/src/ConnectionState.h:74:4: style: Class 'NotConnected' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
l2tp-ipsec-vpn/src/ConnectionState.h:76:17: style: The function 'isState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/ConnectionState.h:47:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/ConnectionState.h:76:17: note: Function in derived class
l2tp-ipsec-vpn/src/ConnectionState.h:90:17: style: The function 'isState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/ConnectionState.h:47:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/ConnectionState.h:90:17: note: Function in derived class
l2tp-ipsec-vpn/src/ConnectionState.h:109:17: style: The function 'isState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/ConnectionState.h:47:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/ConnectionState.h:109:17: note: Function in derived class
l2tp-ipsec-vpn/src/ConnectionState.h:126:17: style: The function 'isState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/ConnectionState.h:47:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/ConnectionState.h:126:17: note: Function in derived class
l2tp-ipsec-vpn/src/ConnectionState.h:138:17: style: The function 'isState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/ConnectionState.h:47:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/ConnectionState.h:138:17: note: Function in derived class
l2tp-ipsec-vpn/src/dialogs/ConnectionEditorDialog.h:41:122: performance: Function parameter 'strMsgBoxTitle' should be passed by const reference. [passedByValue]
l2tp-ipsec-vpn/src/VPNControlTask.h:78:73: performance: Function parameter 'strArguments' should be passed by const reference. [passedByValue]
l2tp-ipsec-vpn/src/ConnectionManager.cpp:490:55: performance: Function parameter 'interface' should be passed by const reference. [passedByValue]
l2tp-ipsec-vpn/src/ConnectionManager.cpp:532:57: performance: Function parameter 'interface' should be passed by const reference. [passedByValue]
l2tp-ipsec-vpn/src/ConnectionState.cpp:128:74: style: Function 'Error' argument 3 names different: declaration 'iReturnCocde' definition 'iReturnCode'. [funcArgNamesDifferent]
l2tp-ipsec-vpn/src/ConnectionState.h:136:70: note: Function 'Error' argument 3 names different: declaration 'iReturnCocde' definition 'iReturnCode'.
l2tp-ipsec-vpn/src/ConnectionState.cpp:128:74: note: Function 'Error' argument 3 names different: declaration 'iReturnCocde' definition 'iReturnCode'.
l2tp-ipsec-vpn/src/L2tpIPsecVpnApplication.cpp:146:98: style: Function 'parseCmdLine' argument 2 names different: declaration 'ppArgv' definition 'pcArgv'. [funcArgNamesDifferent]
l2tp-ipsec-vpn/src/L2tpIPsecVpnApplication.h:62:59: note: Function 'parseCmdLine' argument 2 names different: declaration 'ppArgv' definition 'pcArgv'.
l2tp-ipsec-vpn/src/L2tpIPsecVpnApplication.cpp:146:98: note: Function 'parseCmdLine' argument 2 names different: declaration 'ppArgv' definition 'pcArgv'.
l2tp-ipsec-vpn/src/util/ErrorEx.h:36:7: performance: Variable 'm_strMsg' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
l2tp-ipsec-vpn/src/util/ErrorEx.h:43:7: performance: Variable 'm_strMsg' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
l2tp-ipsec-vpn/src/localpeer/LockedFile.h:36:4: style: Class 'LockedFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
l2tp-ipsec-vpn/src/PasswordCallback.h:33:4: style: Class 'PasswordCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
l2tp-ipsec-vpn/src/VPNControlTask.cpp:397:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
l2tp-ipsec-vpn/src/VPNControlTask.cpp:389:63: style: Function 'onResult' argument 2 names different: declaration 'stCommand' definition 'strCommand'. [funcArgNamesDifferent]
l2tp-ipsec-vpn/src/VPNControlTask.h:67:50: note: Function 'onResult' argument 2 names different: declaration 'stCommand' definition 'strCommand'.
l2tp-ipsec-vpn/src/VPNControlTask.cpp:389:63: note: Function 'onResult' argument 2 names different: declaration 'stCommand' definition 'strCommand'.
l2tp-ipsec-vpn/src/VPNControlTask.cpp:555:111: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.cpp:124:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.cpp:119:14: note: outer condition: fOk
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.cpp:124:17: note: identical inner condition: fOk
l2tp-ipsec-vpn/src/conf/IPsecConfWriter.h:37:9: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.h:49:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/conf/IPsecConfWriter.h:37:9: note: Function in derived class
l2tp-ipsec-vpn/src/conf/IPsecSecretsConfWriter.h:37:9: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.h:49:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/conf/IPsecSecretsConfWriter.h:37:9: note: Function in derived class
l2tp-ipsec-vpn/src/conf/L2tpConfWriter.h:37:9: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.h:49:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/conf/L2tpConfWriter.h:37:9: note: Function in derived class
l2tp-ipsec-vpn/src/conf/PPPConfWriter.h:37:9: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.h:49:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/conf/PPPConfWriter.h:37:9: note: Function in derived class
l2tp-ipsec-vpn/src/conf/RSysLogConfWriter.h:37:9: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.h:49:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/conf/RSysLogConfWriter.h:37:9: note: Function in derived class
l2tp-ipsec-vpn/src/conf/GetIPsecInfoScriptWriter.h:37:9: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.h:49:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/conf/GetIPsecInfoScriptWriter.h:37:9: note: Function in derived class
l2tp-ipsec-vpn/src/conf/PppUpScriptWriter.h:37:9: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.h:49:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/conf/PppUpScriptWriter.h:37:9: note: Function in derived class
l2tp-ipsec-vpn/src/conf/PppDownScriptWriter.h:37:9: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.h:49:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/conf/PppDownScriptWriter.h:37:9: note: Function in derived class
l2tp-ipsec-vpn/src/conf/OpensslConfWriter.h:37:9: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.h:49:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/conf/OpensslConfWriter.h:37:9: note: Function in derived class
l2tp-ipsec-vpn/src/conf/PppDnsConfWriter.h:37:9: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.h:49:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/conf/PppDnsConfWriter.h:37:9: note: Function in derived class
l2tp-ipsec-vpn/src/dialogs/CertificateImportDialog.h:38:4: style: Class 'CertificateImportDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
l2tp-ipsec-vpn/src/main.cpp:169:114: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
l2tp-ipsec-vpn/src/pkcs11/Pkcs11Attribute.h:132:7: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/pkcs11/Pkcs11Attribute.h:44:15: note: Virtual function in base class
l2tp-ipsec-vpn/src/pkcs11/Pkcs11Attribute.h:132:7: note: Function in derived class
l2tp-ipsec-vpn/src/models/PppRoutesModel.cpp:142:4: style: Variable 'fRet' is reassigned a value before the old one has been used. [redundantAssignment]
l2tp-ipsec-vpn/src/models/PppRoutesModel.cpp:138:0: note: Variable 'fRet' is reassigned a value before the old one has been used.
l2tp-ipsec-vpn/src/models/PppRoutesModel.cpp:142:4: note: Variable 'fRet' is reassigned a value before the old one has been used.
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.h:40:16: performance: Technically the member function 'Pkcs11::tokenInfo' can be static. [functionStatic]
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.cpp:213:21: note: Technically the member function 'Pkcs11::tokenInfo' can be static.
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.h:40:16: note: Technically the member function 'Pkcs11::tokenInfo' can be static.
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.h:43:18: performance: Technically the member function 'Pkcs11::slotsAvailable' can be static. [functionStatic]
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.cpp:61:23: note: Technically the member function 'Pkcs11::slotsAvailable' can be static.
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.h:43:18: note: Technically the member function 'Pkcs11::slotsAvailable' can be static.
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.h:44:9: performance: Technically the member function 'Pkcs11::protectedAuthenticationPath' can be static. [functionStatic]
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.cpp:234:14: note: Technically the member function 'Pkcs11::protectedAuthenticationPath' can be static.
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.h:44:9: note: Technically the member function 'Pkcs11::protectedAuthenticationPath' can be static.
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.h:49:25: performance: Technically the member function 'Pkcs11::slotList' can be static. [functionStatic]
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.cpp:73:30: note: Technically the member function 'Pkcs11::slotList' can be static.
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.h:49:25: note: Technically the member function 'Pkcs11::slotList' can be static.
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.h:51:29: performance: Technically the member function 'Pkcs11::mechanismList' can be static. [functionStatic]
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.cpp:117:34: note: Technically the member function 'Pkcs11::mechanismList' can be static.
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.h:51:29: note: Technically the member function 'Pkcs11::mechanismList' can be static.
l2tp-ipsec-vpn/src/pkcs11/Pkcs11Attribute.h:140:1: warning: The class 'Pkcs11Attlist' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
l2tp-ipsec-vpn/src/pkcs11/SmartCardInsertWaitTask.h:35:4: style: Class 'SmartCardInsertWaitTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
l2tp-ipsec-vpn/src/settings/ConnectionSettings.h:57:8: style: Technically the member function 'ConnectionSettings::deleteAllConfFiles' can be const. [functionConst]
l2tp-ipsec-vpn/src/settings/ConnectionSettings.cpp:183:25: note: Technically the member function 'ConnectionSettings::deleteAllConfFiles' can be const.
l2tp-ipsec-vpn/src/settings/ConnectionSettings.h:57:8: note: Technically the member function 'ConnectionSettings::deleteAllConfFiles' can be const.
l2tp-ipsec-vpn/src/settings/Preferences.h:38:20: performance: Technically the member function 'Preferences::openSSLSettings' can be static. [functionStatic]
l2tp-ipsec-vpn/src/settings/Preferences.cpp:55:30: note: Technically the member function 'Preferences::openSSLSettings' can be static.
l2tp-ipsec-vpn/src/settings/Preferences.h:38:20: note: Technically the member function 'Preferences::openSSLSettings' can be static.
l2tp-ipsec-vpn/src/util/EncSecrets.h:34:4: style: Class 'EncSecrets' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
l2tp-ipsec-vpn/src/util/Libtool.h:34:4: style: Class 'Libtool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
l2tp-ipsec-vpn/src/util/NetworkInterface.cpp:59:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
l2tp-ipsec-vpn/src/util/NetworkInterfaceMonitor.cpp:103:18: style: The scope of the variable 'iLen' can be reduced. [variableScope]
l2tp-ipsec-vpn/tests/src/util/LibtoolTests.cpp:36:15: warning: Member variable 'LibtoolTests::m_pOpenSSLLibrary' is not initialized in the constructor. [uninitMemberVar]
l2tp-ipsec-vpn/tests/src/util/LibtoolTests.cpp:36:15: warning: Member variable 'LibtoolTests::m_pNonOpenSSLLibrary' is not initialized in the constructor. [uninitMemberVar]
l2tp-ipsec-vpn/tests/src/util/LibtoolTests.cpp:46:4: warning: Possible leak in public function. The pointer 'm_pOpenSSLLibrary' is not deallocated before it is allocated. [publicAllocationError]
l2tp-ipsec-vpn/tests/src/util/Pkcs12Tests.cpp:40:14: warning: Member variable 'Pkcs12Tests::m_pTmpFile' is not initialized in the constructor. [uninitMemberVar]
l2tp-ipsec-vpn/tests/src/util/Pkcs12Tests.cpp:40:14: warning: Member variable 'Pkcs12Tests::m_pValidPkcs12GoodPassphrase' is not initialized in the constructor. [uninitMemberVar]
l2tp-ipsec-vpn/tests/src/util/Pkcs12Tests.cpp:40:14: warning: Member variable 'Pkcs12Tests::m_pValidPkcs12WrongPassphrase' is not initialized in the constructor. [uninitMemberVar]
l2tp-ipsec-vpn/tests/src/util/Pkcs12Tests.cpp:40:14: warning: Member variable 'Pkcs12Tests::m_pInvalidPkcs12' is not initialized in the constructor. [uninitMemberVar]
l2tp-ipsec-vpn/tests/src/util/Pkcs12Tests.cpp:40:14: warning: Member variable 'Pkcs12Tests::m_pNonExistingPkcs12' is not initialized in the constructor. [uninitMemberVar]
l2tp-ipsec-vpn/tests/src/util/Pkcs12Tests.cpp:50:4: warning: Possible leak in public function. The pointer 'm_pTmpFile' is not deallocated before it is allocated. [publicAllocationError]
[02:03]
ftp://ftp.se.debian.org/debian/pool/main/l/l2tp-ipsec-vpn-daemon/l2tp-ipsec-vpn-daemon_0.9.9.orig.tar.gz
[02:03]
ftp://ftp.se.debian.org/debian/pool/main/l/l2tpns/l2tpns_2.2.1.orig.tar.xz
l2tpns-2.2.1/cli.c:604:7: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
l2tpns-2.2.1/cli.c:356:8: style: The scope of the variable 'p' can be reduced. [variableScope]
l2tpns-2.2.1/cli.c:1112:13: style: The scope of the variable 's' can be reduced. [variableScope]
l2tpns-2.2.1/cli.c:1153:12: style: The scope of the variable 't' can be reduced. [variableScope]
l2tpns-2.2.1/cli.c:1203:13: style: The scope of the variable 's' can be reduced. [variableScope]
l2tpns-2.2.1/cli.c:1321:13: style: The scope of the variable 's' can be reduced. [variableScope]
l2tpns-2.2.1/cli.c:1487:13: style: The scope of the variable 's' can be reduced. [variableScope]
l2tpns-2.2.1/cli.c:2934:13: style: The scope of the variable 's' can be reduced. [variableScope]
l2tpns-2.2.1/cli.c:404:10: style: Checking if unsigned variable 's' is less than zero. [unsignedLessThanZero]
l2tpns-2.2.1/cli.c:586:11: style: Checking if unsigned variable 't' is less than zero. [unsignedLessThanZero]
l2tpns-2.2.1/cli.c:1175:27: style: Checking if unsigned variable 't=atol(argv[i])' is less than zero. [unsignedLessThanZero]
l2tpns-2.2.1/cli.c:1225:27: style: Checking if unsigned variable 's=atol(argv[i])' is less than zero. [unsignedLessThanZero]
l2tpns-2.2.1/cli.c:393:57: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:562:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:567:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:646:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:820:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1004:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1116:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1157:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1207:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1257:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1261:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1265:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1325:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1376:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1382:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1387:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1394:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1491:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1541:15: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1605:15: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1645:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1680:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1791:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:2283:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:2288:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:2472:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:2479:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:2705:29: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:2721:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:2732:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:2847:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:2853:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:2858:26: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:2938:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:2981:59: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:904:34: portability: '(void*)config' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
l2tpns-2.2.1/cli.c:1810:35: portability: '(void*)config' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
l2tpns-2.2.1/cli.c:604:27: error: Undefined behavior: Variable 's' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
l2tpns-2.2.1/cluster.c:1036:6: style: The scope of the variable 's' can be reduced. [variableScope]
l2tpns-2.2.1/cluster.c:1934:6: style: The scope of the variable 'count' can be reduced. [variableScope]
l2tpns-2.2.1/cluster.c:1936:11: style: The scope of the variable 'x' can be reduced. [variableScope]
l2tpns-2.2.1/cluster.c:1980:6: style: The scope of the variable 'count' can be reduced. [variableScope]
l2tpns-2.2.1/cluster.c:325:32: style: Function 'master_throttle_packet' argument 1 names different: declaration 'tid' definition 'tbfid'. [funcArgNamesDifferent]
l2tpns-2.2.1/cluster.h:85:32: note: Function 'master_throttle_packet' argument 1 names different: declaration 'tid' definition 'tbfid'.
l2tpns-2.2.1/cluster.c:325:32: note: Function 'master_throttle_packet' argument 1 names different: declaration 'tid' definition 'tbfid'.
l2tpns-2.2.1/cluster.c:1734:29: style: Function 'processcluster' argument 1 names different: declaration 'buf' definition 'data'. [funcArgNamesDifferent]
l2tpns-2.2.1/cluster.h:79:29: note: Function 'processcluster' argument 1 names different: declaration 'buf' definition 'data'.
l2tpns-2.2.1/cluster.c:1734:29: note: Function 'processcluster' argument 1 names different: declaration 'buf' definition 'data'.
l2tpns-2.2.1/constants.c:20:1: style: Function 'l2tp_code' argument 1 names different: declaration 'type' definition 'index'. [funcArgNamesDifferent]
l2tpns-2.2.1/constants.h:4:27: note: Function 'l2tp_code' argument 1 names different: declaration 'type' definition 'index'.
l2tpns-2.2.1/constants.c:20:1: note: Function 'l2tp_code' argument 1 names different: declaration 'type' definition 'index'.
l2tpns-2.2.1/constants.c:40:1: style: Function 'l2tp_avp_name' argument 1 names different: declaration 'avp' definition 'index'. [funcArgNamesDifferent]
l2tpns-2.2.1/constants.h:5:31: note: Function 'l2tp_avp_name' argument 1 names different: declaration 'avp' definition 'index'.
l2tpns-2.2.1/constants.c:40:1: note: Function 'l2tp_avp_name' argument 1 names different: declaration 'avp' definition 'index'.
l2tpns-2.2.1/constants.c:83:1: style: Function 'l2tp_stopccn_result_code' argument 1 names different: declaration 'code' definition 'index'. [funcArgNamesDifferent]
l2tpns-2.2.1/constants.h:6:42: note: Function 'l2tp_stopccn_result_code' argument 1 names different: declaration 'code' definition 'index'.
l2tpns-2.2.1/constants.c:83:1: note: Function 'l2tp_stopccn_result_code' argument 1 names different: declaration 'code' definition 'index'.
l2tpns-2.2.1/constants.c:96:1: style: Function 'l2tp_cdn_result_code' argument 1 names different: declaration 'code' definition 'index'. [funcArgNamesDifferent]
l2tpns-2.2.1/constants.h:7:38: note: Function 'l2tp_cdn_result_code' argument 1 names different: declaration 'code' definition 'index'.
l2tpns-2.2.1/constants.c:96:1: note: Function 'l2tp_cdn_result_code' argument 1 names different: declaration 'code' definition 'index'.
l2tpns-2.2.1/constants.c:116:1: style: Function 'l2tp_error_code' argument 1 names different: declaration 'code' definition 'index'. [funcArgNamesDifferent]
l2tpns-2.2.1/constants.h:8:33: note: Function 'l2tp_error_code' argument 1 names different: declaration 'code' definition 'index'.
l2tpns-2.2.1/constants.c:116:1: note: Function 'l2tp_error_code' argument 1 names different: declaration 'code' definition 'index'.
l2tpns-2.2.1/constants.c:133:1: style: Function 'ppp_phase' argument 1 names different: declaration 'code' definition 'index'. [funcArgNamesDifferent]
l2tpns-2.2.1/constants.h:9:27: note: Function 'ppp_phase' argument 1 names different: declaration 'code' definition 'index'.
l2tpns-2.2.1/constants.c:133:1: note: Function 'ppp_phase' argument 1 names different: declaration 'code' definition 'index'.
l2tpns-2.2.1/constants.c:141:1: style: Function 'ppp_state' argument 1 names different: declaration 'code' definition 'index'. [funcArgNamesDifferent]
l2tpns-2.2.1/constants.h:10:27: note: Function 'ppp_state' argument 1 names different: declaration 'code' definition 'index'.
l2tpns-2.2.1/constants.c:141:1: note: Function 'ppp_state' argument 1 names different: declaration 'code' definition 'index'.
l2tpns-2.2.1/constants.c:154:1: style: Function 'ppp_auth_type' argument 1 names different: declaration 'type' definition 'index'. [funcArgNamesDifferent]
l2tpns-2.2.1/constants.h:11:31: note: Function 'ppp_auth_type' argument 1 names different: declaration 'type' definition 'index'.
l2tpns-2.2.1/constants.c:154:1: note: Function 'ppp_auth_type' argument 1 names different: declaration 'type' definition 'index'.
l2tpns-2.2.1/constants.c:163:1: style: Function 'ppp_code' argument 1 names different: declaration 'type' definition 'index'. [funcArgNamesDifferent]
l2tpns-2.2.1/constants.h:12:26: note: Function 'ppp_code' argument 1 names different: declaration 'type' definition 'index'.
l2tpns-2.2.1/constants.c:163:1: note: Function 'ppp_code' argument 1 names different: declaration 'type' definition 'index'.
l2tpns-2.2.1/constants.c:179:1: style: Function 'ppp_lcp_option' argument 1 names different: declaration 'type' definition 'index'. [funcArgNamesDifferent]
l2tpns-2.2.1/constants.h:13:32: note: Function 'ppp_lcp_option' argument 1 names different: declaration 'type' definition 'index'.
l2tpns-2.2.1/constants.c:179:1: note: Function 'ppp_lcp_option' argument 1 names different: declaration 'type' definition 'index'.
l2tpns-2.2.1/constants.c:191:1: style: Function 'radius_state' argument 1 names different: declaration 'state' definition 'index'. [funcArgNamesDifferent]
l2tpns-2.2.1/constants.h:14:30: note: Function 'radius_state' argument 1 names different: declaration 'state' definition 'index'.
l2tpns-2.2.1/constants.c:191:1: note: Function 'radius_state' argument 1 names different: declaration 'state' definition 'index'.
l2tpns-2.2.1/constants.c:202:1: style: Function 'radius_code' argument 1 names different: declaration 'code' definition 'index'. [funcArgNamesDifferent]
l2tpns-2.2.1/constants.h:15:29: note: Function 'radius_code' argument 1 names different: declaration 'code' definition 'index'.
l2tpns-2.2.1/constants.c:202:1: note: Function 'radius_code' argument 1 names different: declaration 'code' definition 'index'.
l2tpns-2.2.1/control.c:63:34: style: Function 'unpack_control' argument 1 names different: declaration 'packet' definition 'control'. [funcArgNamesDifferent]
l2tpns-2.2.1/control.h:51:34: note: Function 'unpack_control' argument 1 names different: declaration 'packet' definition 'control'.
l2tpns-2.2.1/control.c:63:34: note: Function 'unpack_control' argument 1 names different: declaration 'packet' definition 'control'.
l2tpns-2.2.1/l2tpns.c:4454:4: warning: Return value of function freopen() is not used. [ignoredReturnValue]
l2tpns-2.2.1/l2tpns.c:4455:4: warning: Return value of function freopen() is not used. [ignoredReturnValue]
l2tpns-2.2.1/l2tpns.c:4456:4: warning: Return value of function freopen() is not used. [ignoredReturnValue]
l2tpns-2.2.1/l2tpns.c:291:6: style: The scope of the variable 'i' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:291:9: style: The scope of the variable 'j' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:422:6: style: The scope of the variable 'i' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:477:7: style: The scope of the variable 'ipv6addr' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:704:7: style: The scope of the variable 'ipv6addr' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:1146:10: style: The scope of the variable 'fragbuf' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:1275:27: style: The scope of the variable 'bid' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:1363:10: style: The scope of the variable 'b' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:1478:10: style: The scope of the variable 'b' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:1795:34: style: The scope of the variable 'mem_num' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:2112:12: style: The scope of the variable 'message' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:2113:11: style: The scope of the variable 'fatal' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:2114:11: style: The scope of the variable 'mandatory' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:2115:12: style: The scope of the variable 'asession' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:2116:12: style: The scope of the variable 'amagic' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:2117:11: style: The scope of the variable 'aflags' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:2118:12: style: The scope of the variable 'version' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:2119:8: style: The scope of the variable 'called' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:2120:8: style: The scope of the variable 'calling' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:4895:8: style: The scope of the variable 'user' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:4896:13: style: The scope of the variable 'i' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:4897:6: style: The scope of the variable 'r' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:5527:6: style: The scope of the variable 's' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:4350:52: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
l2tpns-2.2.1/l2tpns.c:1279:73: error: Expression 'bundle[bid].current_ses=++bundle[bid].current_ses%bundle[bid].num_of_links' depends on order of evaluation of side effects [unknownEvaluationOrder]
l2tpns-2.2.1/l2tpns.c:1303:64: error: Expression 'b->current_ses=++b->current_ses%num_of_links' depends on order of evaluation of side effects [unknownEvaluationOrder]
l2tpns-2.2.1/l2tpns.c:1314:35: error: Expression 'b->current_ses=++b->current_ses%num_of_links' depends on order of evaluation of side effects [unknownEvaluationOrder]
l2tpns-2.2.1/l2tpns.c:1421:51: error: Expression 'bundle[bid].current_ses=++bundle[bid].current_ses%bundle[bid].num_of_links' depends on order of evaluation of side effects [unknownEvaluationOrder]
l2tpns-2.2.1/l2tpns.c:4281:9: warning: Size of pointer 'ip_address_pool' used instead of size of its data. [pointerSize]
l2tpns-2.2.1/l2tpns.c:5182:30: portability: '(void*)config' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
l2tpns-2.2.1/l2tpns.c:1490:2: style: Variable 'ip' is assigned a value that is never used. [unreadVariable]
l2tpns-2.2.1/l2tpns.c:3919:7: warning: The buffer '_domain' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
l2tpns-2.2.1/l2tpns.c:4663:5: warning: Repositioning operation performed on a file opened in append mode has no effect. [seekOnAppendedFile]
l2tpns-2.2.1/l2tpns.c:2342:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
l2tpns-2.2.1/md5.c:70:17: style: The scope of the variable 'saved_a' can be reduced. [variableScope]
l2tpns-2.2.1/md5.c:70:26: style: The scope of the variable 'saved_b' can be reduced. [variableScope]
l2tpns-2.2.1/md5.c:70:35: style: The scope of the variable 'saved_c' can be reduced. [variableScope]
l2tpns-2.2.1/md5.c:70:44: style: The scope of the variable 'saved_d' can be reduced. [variableScope]
l2tpns-2.2.1/md5.c:187:25: style: The scope of the variable 'free' can be reduced. [variableScope]
l2tpns-2.2.1/ppp.c:68:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
l2tpns-2.2.1/ppp.c:2399:36: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
l2tpns-2.2.1/ppp.c:433:9: warning: Possible null pointer dereference: queued [nullPointer]
l2tpns-2.2.1/ppp.c:455:54: note: Calling function 'ppp_conf_rej', 6th argument 'queued' value is 0
l2tpns-2.2.1/ppp.c:433:9: note: Null pointer dereference
l2tpns-2.2.1/ppp.c:427:14: error: Overflow in pointer arithmetic, NULL pointer is subtracted. [nullPointerArithmetic]
l2tpns-2.2.1/ppp.c:455:54: note: Calling function 'ppp_conf_rej', 6th argument 'queued' value is 0
l2tpns-2.2.1/ppp.c:427:14: note: Null pointer subtraction
l2tpns-2.2.1/ppp.c:434:16: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
l2tpns-2.2.1/ppp.c:455:54: note: Calling function 'ppp_conf_rej', 6th argument 'queued' value is 0
l2tpns-2.2.1/ppp.c:434:16: note: Null pointer addition
l2tpns-2.2.1/ppp.c:2023:8: style: The scope of the variable 'str' can be reduced. [variableScope]
l2tpns-2.2.1/radius.c:159:7: style: The scope of the variable 'pass' can be reduced. [variableScope]
l2tpns-2.2.1/radius.c:160:6: style: The scope of the variable 'pl' can be reduced. [variableScope]
l2tpns-2.2.1/radius.c:699:15: style: The scope of the variable 'bits' can be reduced. [variableScope]
l2tpns-2.2.1/radius.c:893:31: style: The scope of the variable 'attribute_length' can be reduced. [variableScope]
l2tpns-2.2.1/radius.c:894:19: style: The scope of the variable 'attribute' can be reduced. [variableScope]
l2tpns-2.2.1/radius.c:719:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
l2tpns-2.2.1/radius.c:37:32: portability: 'buf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
l2tpns-2.2.1/test/bounce.c:66:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
l2tpns-2.2.1/test/bounce.c:93:2: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
l2tpns-2.2.1/test/bounce.c:91:19: style: Function 'sigalarm' argument 1 names different: declaration 'junk' definition 'unusedg'. [funcArgNamesDifferent]
l2tpns-2.2.1/test/bounce.c:22:19: note: Function 'sigalarm' argument 1 names different: declaration 'junk' definition 'unusedg'.
l2tpns-2.2.1/test/bounce.c:91:19: note: Function 'sigalarm' argument 1 names different: declaration 'junk' definition 'unusedg'.
l2tpns-2.2.1/test/generateload.c:577:2: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
l2tpns-2.2.1/test/generateload.c:578:2: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
l2tpns-2.2.1/test/generateload.c:639:2: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
l2tpns-2.2.1/test/generateload.c:639:2: warning: %u in format string (no. 7) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
l2tpns-2.2.1/test/generateload.c:391:20: style: The scope of the variable 'r' can be reduced. [variableScope]
l2tpns-2.2.1/test/generateload.c:611:17: style: Function 'sigint' argument 1 names different: declaration 'signal' definition 'unused'. [funcArgNamesDifferent]
l2tpns-2.2.1/test/generateload.c:233:17: note: Function 'sigint' argument 1 names different: declaration 'signal' definition 'unused'.
l2tpns-2.2.1/test/generateload.c:611:17: note: Function 'sigint' argument 1 names different: declaration 'signal' definition 'unused'.
l2tpns-2.2.1/test/generateload.c:616:19: style: Function 'sigalarm' argument 1 names different: declaration 'junk' definition 'unused'. [funcArgNamesDifferent]
l2tpns-2.2.1/test/generateload.c:232:19: note: Function 'sigalarm' argument 1 names different: declaration 'junk' definition 'unused'.
l2tpns-2.2.1/test/generateload.c:616:19: note: Function 'sigalarm' argument 1 names different: declaration 'junk' definition 'unused'.
l2tpns-2.2.1/test/generateload.c:1134:25: style: Function 'ppp_free' argument 1 names different: declaration 'packet' definition 'c'. [funcArgNamesDifferent]
l2tpns-2.2.1/test/generateload.c:220:25: note: Function 'ppp_free' argument 1 names different: declaration 'packet' definition 'c'.
l2tpns-2.2.1/test/generateload.c:1134:25: note: Function 'ppp_free' argument 1 names different: declaration 'packet' definition 'c'.
l2tpns-2.2.1/test/radius.c:75:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
l2tpns-2.2.1/test/radius.c:95:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
l2tpns-2.2.1/test/radius.c:544:0: error: Memory leak: unsorted [memleak]
l2tpns-2.2.1/util.c:110:24: warning: Either the condition 'if(fromlen)' is redundant or there is possible null pointer dereference: fromlen. [nullPointerRedundantCheck]
l2tpns-2.2.1/util.c:124:8: note: Assuming that condition 'if(fromlen)' is not redundant
l2tpns-2.2.1/util.c:110:24: note: Null pointer dereference
[02:03]
ftp://ftp.se.debian.org/debian/pool/main/l/l7-filter-userspace/l7-filter-userspace_0.12-beta1.orig.tar.gz
l7-filter-userspace-0.12-beta1/l7-classify.cpp:156:9: style: The scope of the variable 'scratchdir' can be reduced. [variableScope]
l7-filter-userspace-0.12-beta1/l7-classify.cpp:341:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
l7-filter-userspace-0.12-beta1/l7-classify.cpp:50:9: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
l7-filter-userspace-0.12-beta1/l7-classify.cpp:51:9: performance: Variable 'pattern_string' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
l7-filter-userspace-0.12-beta1/l7-classify.h:41:7: performance: Technically the member function 'l7_pattern::hex2dec' can be static. [functionStatic]
l7-filter-userspace-0.12-beta1/l7-classify.cpp:66:17: note: Technically the member function 'l7_pattern::hex2dec' can be static.
l7-filter-userspace-0.12-beta1/l7-classify.h:41:7: note: Technically the member function 'l7_pattern::hex2dec' can be static.
l7-filter-userspace-0.12-beta1/l7-classify.h:47:10: style: Technically the member function 'l7_pattern::getName' can be const. [functionConst]
l7-filter-userspace-0.12-beta1/l7-classify.cpp:143:20: note: Technically the member function 'l7_pattern::getName' can be const.
l7-filter-userspace-0.12-beta1/l7-classify.h:47:10: note: Technically the member function 'l7_pattern::getName' can be const.
l7-filter-userspace-0.12-beta1/l7-classify.h:48:7: style: Technically the member function 'l7_pattern::getMark' can be const. [functionConst]
l7-filter-userspace-0.12-beta1/l7-classify.cpp:149:17: note: Technically the member function 'l7_pattern::getMark' can be const.
l7-filter-userspace-0.12-beta1/l7-classify.h:48:7: note: Technically the member function 'l7_pattern::getMark' can be const.
l7-filter-userspace-0.12-beta1/l7-conntrack.h:58:3: style: Class 'l7_conntrack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
l7-filter-userspace-0.12-beta1/l7-classify.h:58:3: style: Class 'l7_classify' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
l7-filter-userspace-0.12-beta1/l7-queue.h:34:3: style: Class 'l7_queue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
l7-filter-userspace-0.12-beta1/l7-classify.cpp:227:0: error: Memory leak: subdirs [memleak]
l7-filter-userspace-0.12-beta1/l7-conntrack.h:61:49: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
l7-filter-userspace-0.12-beta1/l7-conntrack.h:62:66: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
l7-filter-userspace-0.12-beta1/l7-conntrack.h:63:42: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
l7-filter-userspace-0.12-beta1/l7-classify.h:54:42: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
l7-filter-userspace-0.12-beta1/l7-classify.cpp:47:31: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:154:41: style: C-style pointer casting [cstyleCast]
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:204:19: style: C-style pointer casting [cstyleCast]
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:98:44: style: Function 'append_to_buffer' argument 1 names different: declaration 'inbuf' definition 'app_data'. [funcArgNamesDifferent]
l7-filter-userspace-0.12-beta1/l7-conntrack.h:42:31: note: Function 'append_to_buffer' argument 1 names different: declaration 'inbuf' definition 'app_data'.
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:98:44: note: Function 'append_to_buffer' argument 1 names different: declaration 'inbuf' definition 'app_data'.
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:201:34: style: Function 'l7_conntrack' argument 1 names different: declaration 'foo' definition 'l7_classifier_in'. [funcArgNamesDifferent]
l7-filter-userspace-0.12-beta1/l7-conntrack.h:58:23: note: Function 'l7_conntrack' argument 1 names different: declaration 'foo' definition 'l7_classifier_in'.
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:201:34: note: Function 'l7_conntrack' argument 1 names different: declaration 'foo' definition 'l7_classifier_in'.
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:244:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:201:15: warning: Member variable 'l7_conntrack::ct' is not initialized in the constructor. [uninitMemberVar]
l7-filter-userspace-0.12-beta1/l7-conntrack.h:40:7: style: Technically the member function 'l7_connection::get_num_packets' can be const. [functionConst]
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:69:20: note: Technically the member function 'l7_connection::get_num_packets' can be const.
l7-filter-userspace-0.12-beta1/l7-conntrack.h:40:7: note: Technically the member function 'l7_connection::get_num_packets' can be const.
l7-filter-userspace-0.12-beta1/l7-conntrack.h:45:13: style: Technically the member function 'l7_connection::get_mark' can be const. [functionConst]
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:93:26: note: Technically the member function 'l7_connection::get_mark' can be const.
l7-filter-userspace-0.12-beta1/l7-conntrack.h:45:13: note: Technically the member function 'l7_connection::get_mark' can be const.
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:45:3: style: Class 'l7_connection' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:45:3: style: Class 'l7_connection' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:214:61: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:224:19: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:231:54: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
l7-filter-userspace-0.12-beta1/l7-queue.cpp:73:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
l7-filter-userspace-0.12-beta1/l7-queue.cpp:83:11: style: C-style pointer casting [cstyleCast]
l7-filter-userspace-0.12-beta1/l7-queue.cpp:104:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
l7-filter-userspace-0.12-beta1/l7-queue.cpp:165:46: style: Function 'handle_packet' argument 1 names different: declaration 'nfa' definition 'tb'. [funcArgNamesDifferent]
l7-filter-userspace-0.12-beta1/l7-queue.h:37:44: note: Function 'handle_packet' argument 1 names different: declaration 'nfa' definition 'tb'.
l7-filter-userspace-0.12-beta1/l7-queue.cpp:165:46: note: Function 'handle_packet' argument 1 names different: declaration 'nfa' definition 'tb'.
l7-filter-userspace-0.12-beta1/l7-queue.h:30:7: performance: Technically the member function 'l7_queue::app_data_offset' can be static. [functionStatic]
l7-filter-userspace-0.12-beta1/l7-queue.cpp:337:15: note: Technically the member function 'l7_queue::app_data_offset' can be static.
l7-filter-userspace-0.12-beta1/l7-queue.h:30:7: note: Technically the member function 'l7_queue::app_data_offset' can be static.
l7-filter-userspace-0.12-beta1/l7-queue.h:31:10: performance: Technically the member function 'l7_queue::get_conntrack_key' can be static. [functionStatic]
l7-filter-userspace-0.12-beta1/l7-queue.cpp:286:18: note: Technically the member function 'l7_queue::get_conntrack_key' can be static.
l7-filter-userspace-0.12-beta1/l7-queue.h:31:10: note: Technically the member function 'l7_queue::get_conntrack_key' can be static.
[02:03]
ftp://ftp.se.debian.org/debian/pool/main/l/l7-protocols/l7-protocols_20090528.orig.tar.gz
l7-protocols-2009-05-28/testing/regexp/regexp.c:237:15: style: The scope of the variable 'len' can be reduced. [variableScope]
l7-protocols-2009-05-28/testing/match-kernel.c:72:3: error: Memory leak: pattern [memleak]
l7-protocols-2009-05-28/testing/match-kernel.c:77:3: error: Memory leak: pattern [memleak]
l7-protocols-2009-05-28/testing/match-kernel.c:84:2: error: Memory leak: pattern [memleak]
l7-protocols-2009-05-28/testing/regexp/regexp.c:271:0: error: Memory leak: r [memleak]
l7-protocols-2009-05-28/testing/randchars.c:9:7: style: Unused variable: c [unusedVariable]
l7-protocols-2009-05-28/testing/randprintable.c:9:7: style: The scope of the variable 'c' can be reduced. [variableScope]
l7-protocols-2009-05-28/testing/test_speed-kernel.c:106:18: style: Unused variable: i [unusedVariable]
l7-protocols-2009-05-28/testing/test_speed-kernel.c:110:3: error: Memory leak: pattern [memleak]
l7-protocols-2009-05-28/testing/test_speed-kernel.c:118:3: error: Memory leak: pattern [memleak]
l7-protocols-2009-05-28/testing/test_speed-kernel.c:123:2: error: Memory leak: pattern [memleak]
l7-protocols-2009-05-28/testing/test_speed-kernel.c:135:0: error: Memory leak: s [memleak]
[02:03]
ftp://ftp.se.debian.org/debian/pool/main/l/lablgl/lablgl_1.05.orig.tar.gz
lablgl-1.05/Togl/src/Togl/image.c:48:19: style: The scope of the variable 'b1' can be reduced. [variableScope]
lablgl-1.05/Togl/src/Togl/image.c:48:23: style: The scope of the variable 'b2' can be reduced. [variableScope]
lablgl-1.05/Togl/src/Togl/image.c:62:19: style: The scope of the variable 'b1' can be reduced. [variableScope]
lablgl-1.05/Togl/src/Togl/image.c:62:23: style: The scope of the variable 'b2' can be reduced. [variableScope]
lablgl-1.05/Togl/src/Togl/image.c:62:27: style: The scope of the variable 'b3' can be reduced. [variableScope]
lablgl-1.05/Togl/src/Togl/image.c:62:31: style: The scope of the variable 'b4' can be reduced. [variableScope]
lablgl-1.05/Togl/src/Togl/image.c:85:13: style: The scope of the variable 'x' can be reduced. [variableScope]
lablgl-1.05/Togl/src/Togl/image.c:157:20: style: The scope of the variable 'iPtr' can be reduced. [variableScope]
lablgl-1.05/Togl/src/Togl/image.c:157:27: style: The scope of the variable 'oPtr' can be reduced. [variableScope]
lablgl-1.05/Togl/src/Togl/image.c:157:33: style: The scope of the variable 'pixel' can be reduced. [variableScope]
lablgl-1.05/Togl/src/Togl/image.c:158:13: style: The scope of the variable 'count' can be reduced. [variableScope]
lablgl-1.05/Togl/src/Togl/stereo.c:90:17: style: Unused variable: ident [unusedVariable]
lablgl-1.05/Togl/src/Togl/togl.c:61:0: error: #error Unsupported platform, or confused platform defines... [preprocessorErrorDirective]
lablgl-1.05/src/ml_gl.c:62:18: style: The scope of the variable 'hash' can be reduced. [variableScope]
lablgl-1.05/src/ml_gl.c:603:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lablgl-1.05/src/ml_raw.c:467:34: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lablgl-1.05/src/ml_shader.c:521:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
[02:03]
ftp://ftp.se.debian.org/debian/pool/main/l/lablgtk-extras/lablgtk-extras_1.5.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/lablgtk2/lablgtk2_2.18.5+dfsg.orig.tar.gz
lablgtk-2.18.5/src/ml_gdk.c:516:9: style: The scope of the variable 'nitems' can be reduced. [variableScope]
lablgtk-2.18.5/src/ml_gdk.c:384:10: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gdk.c:385:10: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gdk.c:386:17: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gdk.c:407:10: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gdk.c:408:10: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gdk.c:409:17: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gdk.c:732:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gdk.c:913:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glade.c:60:42: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glade.c:61:42: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glade.c:64:42: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glade.c:65:42: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glib.c:151:20: style: The scope of the variable 'exn_data' can be reduced. [variableScope]
lablgtk-2.18.5/src/ml_glib.c:57:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glib.c:221:33: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glib.c:235:31: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glib.c:244:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glib.c:284:30: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glib.c:294:25: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glib.c:359:27: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glib.c:490:7: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glib.c:533:48: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gnomecanvas.c:430:14: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gnomedruid.c:56:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gnomedruid.c:76:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gobject.c:519:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lablgtk-2.18.5/src/ml_gobject.c:523:17: style: The scope of the variable 'pspec' can be reduced. [variableScope]
lablgtk-2.18.5/src/ml_gobject.c:268:9: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
lablgtk-2.18.5/src/ml_gobject.c:426:33: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gobject.c:431:33: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gobject.c:437:27: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gobject.c:442:26: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gpointer.c:82:18: style: The scope of the variable 'i' can be reduced. [variableScope]
lablgtk-2.18.5/src/ml_gpointer.c:51:47: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gpointer.c:52:18: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtk.c:87:1: style: Function 'Val_GtkObject_sink' argument 1 names different: declaration 'w' definition 'p'. [funcArgNamesDifferent]
lablgtk-2.18.5/src/ml_gtk.h:34:49: note: Function 'Val_GtkObject_sink' argument 1 names different: declaration 'w' definition 'p'.
lablgtk-2.18.5/src/ml_gtk.c:87:1: note: Function 'Val_GtkObject_sink' argument 1 names different: declaration 'w' definition 'p'.
lablgtk-2.18.5/src/ml_gtk.c:270:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtk.c:293:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtk.c:392:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtk.c:468:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtk.c:473:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtk.c:496:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtk.c:522:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtk.c:865:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtkbroken.c:118:8: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtkbroken.c:119:8: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtkbroken.c:120:8: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtkmenu.c:93:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtkmenu.c:174:20: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtknew.c:202:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lablgtk-2.18.5/src/ml_gtkpack.c:95:11: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtkpack.c:96:11: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtkpack.c:97:11: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtkpack.c:98:11: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtkpack.c:156:33: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview.c:300:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview.c:335:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview.c:396:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview.c:397:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:268:10: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:292:10: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:415:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:417:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:522:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:565:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:572:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:573:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:717:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:719:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:721:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:723:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:726:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:727:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:749:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:753:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:891:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:892:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtkspell.c:44:10: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtkspell.c:72:11: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:164:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:259:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:306:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:316:6: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:324:6: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:454:6: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:703:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:706:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:709:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:808:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:811:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:850:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:851:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:872:39: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:883:40: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:1109:34: style: Function 'custom_model_init' argument 1 names different: declaration 'pkg_tree' definition 'custom_model'. [funcArgNamesDifferent]
lablgtk-2.18.5/src/ml_gtktree.c:1017:46: note: Function 'custom_model_init' argument 1 names different: declaration 'pkg_tree' definition 'custom_model'.
lablgtk-2.18.5/src/ml_gtktree.c:1109:34: note: Function 'custom_model_init' argument 1 names different: declaration 'pkg_tree' definition 'custom_model'.
lablgtk-2.18.5/src/ml_gtktree.c:1300:38: style: Function 'custom_model_get_value' argument 4 names different: declaration 'value' definition 'value_arg'. [funcArgNamesDifferent]
lablgtk-2.18.5/src/ml_gtktree.c:1028:103: note: Function 'custom_model_get_value' argument 4 names different: declaration 'value' definition 'value_arg'.
lablgtk-2.18.5/src/ml_gtktree.c:1300:38: note: Function 'custom_model_get_value' argument 4 names different: declaration 'value' definition 'value_arg'.
lablgtk-2.18.5/src/ml_gtktree.c:142:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:144:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:198:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:200:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:202:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:204:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:206:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:509:5: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:510:5: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:1257:5: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:1325:5: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:1348:3: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:1402:3: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:1427:7: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:1564:3: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtkxmhtml.c:80:33: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_panel.c:144:60: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_panel.c:145:27: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_pango.c:58:1: style: Function 'Val_PangoFontDescription_new' argument 1 names different: declaration 'it' definition 'p'. [funcArgNamesDifferent]
lablgtk-2.18.5/src/ml_pango.h:28:69: note: Function 'Val_PangoFontDescription_new' argument 1 names different: declaration 'it' definition 'p'.
lablgtk-2.18.5/src/ml_pango.c:58:1: note: Function 'Val_PangoFontDescription_new' argument 1 names different: declaration 'it' definition 'p'.
lablgtk-2.18.5/src/ml_pango.c:167:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/wrappers.c:154:42: style: The scope of the variable 'current' can be reduced. [variableScope]
[02:03]
ftp://ftp.se.debian.org/debian/pool/main/l/lablgtkmathview/lablgtkmathview_0.7.8.orig.tar.gz
lablgtkmathview-0.7.8/ml_gtk_mathview.c:176:8: style: Unused variable: width [unusedVariable]
lablgtkmathview-0.7.8/ml_gtk_mathview.c:176:15: style: Unused variable: height [unusedVariable]
lablgtkmathview-0.7.8/ml_gtk_mathview.c:176:23: style: Unused variable: depth [unusedVariable]
lablgtkmathview-0.7.8/ml_gtk_mathview.c:216:0: style: Variable 'exc' is assigned a value that is never used. [unreadVariable]
lablgtkmathview-0.7.8/ml_gtk_mathview.c:238:18: style: Unused variable: nr [unusedVariable]
lablgtkmathview-0.7.8/ml_gtk_mathview.c:245:0: style: Variable 'exc' is assigned a value that is never used. [unreadVariable]
lablgtkmathview-0.7.8/ml_gtk_mathview.c:257:18: style: Unused variable: nr [unusedVariable]
[02:03]
ftp://ftp.se.debian.org/debian/pool/main/l/labltk/labltk_8.06.2+dfsg.orig.tar.gz
labltk-8.06.2/support/cltkDMain.c:189:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
labltk-8.06.2/support/cltkImg.c:48:10: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
[02:03]
ftp://ftp.se.debian.org/debian/pool/main/l/laborejo/laborejo_0.8~ds0.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/labplot/labplot_2.5.0.orig.tar.xz
labplot-2.5.0/liborigin/endianfstream.hh:123:9: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/endianfstream.hh:125:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/endianfstream.hh:132:9: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/endianfstream.hh:134:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/endianfstream.hh:141:9: portability: Casting from long double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/endianfstream.hh:143:16: portability: Casting from long double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:247:3: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1018:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1020:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1094:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1108:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1172:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1179:5: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1296:3: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1298:3: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1382:3: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1383:3: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1384:3: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1396:3: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1397:3: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1398:3: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1567:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1568:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1570:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1571:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1574:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1575:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1576:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1577:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1578:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1579:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1580:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1581:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1715:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1716:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1717:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1723:4: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1724:4: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1725:4: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1728:4: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1729:4: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1730:4: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1743:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1745:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1746:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1778:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1781:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1788:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1791:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1797:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1802:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2239:4: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2485:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2486:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2487:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2488:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2497:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2498:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2499:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2500:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2628:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2717:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2769:2: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2770:2: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2864:3: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2904:2: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2905:2: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2906:2: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2976:2: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2977:2: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2458:4: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2455:4: note: Variable 'h' is reassigned a value before the old one has been used.
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2458:4: note: Variable 'h' is reassigned a value before the old one has been used.
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2164:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2166:6: note: Found duplicate branches for 'if' and 'else'.
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2164:11: note: Found duplicate branches for 'if' and 'else'.
labplot-2.5.0/liborigin/tree.hh:2321:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
labplot-2.5.0/liborigin/tree.hh:2333:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
labplot-2.5.0/liborigin/tree.hh:2393:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:189:7: style: The scope of the variable 'c' can be reduced. [variableScope]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:999:9: style: The scope of the variable 'current_col' can be reduced. [variableScope]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1000:22: style: The scope of the variable 'col_index' can be reduced. [variableScope]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1001:15: style: The scope of the variable 'current_sheet' can be reduced. [variableScope]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2511:13: style: The scope of the variable 'iaxispar' can be reduced. [variableScope]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2835:15: style: The scope of the variable 'lvl_offset' can be reduced. [variableScope]
labplot-2.5.0/liborigin/tree.hh:1556:0: style: Function 'equal' argument 1 names different: declaration 'one' definition 'one_'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:391:0: note: Function 'equal' argument 1 names different: declaration 'one' definition 'one_'.
labplot-2.5.0/liborigin/tree.hh:1556:0: note: Function 'equal' argument 1 names different: declaration 'one' definition 'one_'.
labplot-2.5.0/liborigin/tree.hh:1556:0: style: Function 'equal' argument 3 names different: declaration 'three' definition 'three_'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:391:0: note: Function 'equal' argument 3 names different: declaration 'three' definition 'three_'.
labplot-2.5.0/liborigin/tree.hh:1556:0: note: Function 'equal' argument 3 names different: declaration 'three' definition 'three_'.
labplot-2.5.0/liborigin/tree.hh:1575:0: style: Function 'equal_subtree' argument 1 names different: declaration 'one' definition 'one_'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:395:0: note: Function 'equal_subtree' argument 1 names different: declaration 'one' definition 'one_'.
labplot-2.5.0/liborigin/tree.hh:1575:0: note: Function 'equal_subtree' argument 1 names different: declaration 'one' definition 'one_'.
labplot-2.5.0/liborigin/tree.hh:1575:0: style: Function 'equal_subtree' argument 2 names different: declaration 'two' definition 'two_'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:395:0: note: Function 'equal_subtree' argument 2 names different: declaration 'two' definition 'two_'.
labplot-2.5.0/liborigin/tree.hh:1575:0: note: Function 'equal_subtree' argument 2 names different: declaration 'two' definition 'two_'.
labplot-2.5.0/liborigin/tree.hh:1787:0: style: Function 'is_in_subtree' argument 1 names different: declaration 'position' definition 'it'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:421:0: note: Function 'is_in_subtree' argument 1 names different: declaration 'position' definition 'it'.
labplot-2.5.0/liborigin/tree.hh:1787:0: note: Function 'is_in_subtree' argument 1 names different: declaration 'position' definition 'it'.
labplot-2.5.0/liborigin/tree.hh:1827:0: style: Function 'child' argument 1 names different: declaration 'position' definition 'it'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:429:0: note: Function 'child' argument 1 names different: declaration 'position' definition 'it'.
labplot-2.5.0/liborigin/tree.hh:1827:0: note: Function 'child' argument 1 names different: declaration 'position' definition 'it'.
labplot-2.5.0/liborigin/OriginAnyParser.cpp:284:9: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:303:20: style: Variable 'dse_mask' is assigned a value that is never used. [unreadVariable]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:578:16: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:778:21: style: Variable 'obj_data' is assigned a value that is never used. [unreadVariable]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:831:19: style: Variable 'ptl_pre' is assigned a value that is never used. [unreadVariable]
labplot-2.5.0/liborigin/OriginObj.h:336:3: warning: Member variable 'MatrixSheet::colorMap' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/liborigin/OriginObj.h:895:3: warning: Member variable 'GraphLayer::xAxis' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/liborigin/OriginObj.h:895:3: warning: Member variable 'GraphLayer::yAxis' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/liborigin/OriginObj.h:895:3: warning: Member variable 'GraphLayer::zAxis' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/liborigin/OriginObj.h:895:3: warning: Member variable 'GraphLayer::colorMap' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/liborigin/tree.hh:126:0: style: 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::operator=' should return 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > > &'. [operatorEq]
labplot-2.5.0/liborigin/OriginAnyParser.h:61:16: performance: Technically the member function 'OriginAnyParser::getColor' can be static. [functionStatic]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1428:32: note: Technically the member function 'OriginAnyParser::getColor' can be static.
labplot-2.5.0/liborigin/OriginAnyParser.h:61:16: note: Technically the member function 'OriginAnyParser::getColor' can be static.
labplot-2.5.0/liborigin/OriginAnyParser.h:68:7: performance: Technically the member function 'OriginAnyParser::getZcolorsMap' can be static. [functionStatic]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2871:23: note: Technically the member function 'OriginAnyParser::getZcolorsMap' can be static.
labplot-2.5.0/liborigin/OriginAnyParser.h:68:7: note: Technically the member function 'OriginAnyParser::getZcolorsMap' can be static.
labplot-2.5.0/liborigin/OriginAnyParser.h:73:16: performance: Technically the member function 'OriginAnyParser::doubleToPosixTime' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:296:0: performance: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::begin_fixed' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:685:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::begin_fixed' can be static.
labplot-2.5.0/liborigin/tree.hh:296:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::begin_fixed' can be static.
labplot-2.5.0/liborigin/tree.hh:298:0: performance: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::end_fixed' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:709:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::end_fixed' can be static.
labplot-2.5.0/liborigin/tree.hh:298:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::end_fixed' can be static.
labplot-2.5.0/liborigin/tree.hh:302:0: performance: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::end_breadth_first' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:662:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::end_breadth_first' can be static.
labplot-2.5.0/liborigin/tree.hh:302:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::end_breadth_first' can be static.
labplot-2.5.0/liborigin/tree.hh:306:0: performance: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::end' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:737:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::end' can be static.
labplot-2.5.0/liborigin/tree.hh:306:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::end' can be static.
labplot-2.5.0/liborigin/tree.hh:376:0: performance: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::move_before' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1376:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::move_before' can be static.
labplot-2.5.0/liborigin/tree.hh:376:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::move_before' can be static.
labplot-2.5.0/liborigin/tree.hh:397:0: performance: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::subtree' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1585:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::subtree' can be static.
labplot-2.5.0/liborigin/tree.hh:397:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::subtree' can be static.
labplot-2.5.0/liborigin/tree.hh:398:0: performance: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::subtree' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1594:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::subtree' can be static.
labplot-2.5.0/liborigin/tree.hh:398:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::subtree' can be static.
labplot-2.5.0/liborigin/tree.hh:407:0: performance: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::size' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1613:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::size' can be static.
labplot-2.5.0/liborigin/tree.hh:407:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::size' can be static.
labplot-2.5.0/liborigin/tree.hh:411:0: performance: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::depth' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1634:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::depth' can be static.
labplot-2.5.0/liborigin/tree.hh:411:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::depth' can be static.
labplot-2.5.0/liborigin/tree.hh:415:0: performance: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::max_depth' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1654:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::max_depth' can be static.
labplot-2.5.0/liborigin/tree.hh:415:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::max_depth' can be static.
labplot-2.5.0/liborigin/tree.hh:421:0: performance: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::is_in_subtree' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1787:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::is_in_subtree' can be static.
labplot-2.5.0/liborigin/tree.hh:421:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::is_in_subtree' can be static.
labplot-2.5.0/liborigin/tree.hh:429:0: performance: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::child' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1827:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::child' can be static.
labplot-2.5.0/liborigin/tree.hh:429:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::child' can be static.
labplot-2.5.0/liborigin/tree.hh:452:0: style: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::compare_nodes::operator()' can be const. [functionConst]
labplot-2.5.0/liborigin/OriginObj.h:194:3: style: Class 'Variant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/OriginObj.h:195:3: style: Class 'Variant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/OriginObj.h:295:3: style: Struct 'SpreadSheet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/OriginObj.h:359:3: style: Struct 'Matrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/OriginObj.h:401:3: style: Struct 'TextBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/OriginObj.h:745:3: style: Struct 'Figure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/OriginObj.h:797:3: style: Struct 'Bitmap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/OriginObj.h:967:3: style: Struct 'Graph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/OriginObj.h:981:3: style: Struct 'Note' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:122:0: style: Class 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:123:0: style: Class 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:143:0: style: Class 'iterator_base' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:165:0: style: Class 'pre_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:166:0: style: Class 'pre_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:167:0: style: Class 'pre_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:183:0: style: Class 'post_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:184:0: style: Class 'post_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:185:0: style: Class 'post_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:204:0: style: Class 'breadth_first_queued_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:205:0: style: Class 'breadth_first_queued_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:225:0: style: Class 'fixed_depth_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:226:0: style: Class 'fixed_depth_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:227:0: style: Class 'fixed_depth_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:249:0: style: Class 'sibling_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:251:0: style: Class 'sibling_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:273:0: style: Class 'leaf_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:274:0: style: Class 'leaf_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:275:0: style: Class 'leaf_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:450:0: style: Class 'compare_nodes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/OriginObj.h:788:2: warning: The struct 'Bitmap' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
labplot-2.5.0/liborigin/OriginAnyParser.h:36:7: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
labplot-2.5.0/liborigin/OriginParser.h:57:15: note: Virtual function in base class
labplot-2.5.0/liborigin/OriginAnyParser.h:36:7: note: Function in derived class
labplot-2.5.0/liborigin/OriginObj.h:824:5: error: Mismatching allocation and deallocation: Bitmap::data [mismatchAllocDealloc]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1008:16: performance: Passing the result of c_str() to a function that takes std::string as argument no. 1 is slow and redundant. [stlcstrParam]
labplot-2.5.0/liborigin/tree.hh:2036:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
labplot-2.5.0/liborigin/tree.hh:2045:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
labplot-2.5.0/liborigin/tree.hh:2248:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
labplot-2.5.0/liborigin/tree.hh:933:69: style: Function 'append_child' argument 2 names different: declaration 'other_position' definition 'other'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:335:69: note: Function 'append_child' argument 2 names different: declaration 'other_position' definition 'other'.
labplot-2.5.0/liborigin/tree.hh:933:69: note: Function 'append_child' argument 2 names different: declaration 'other_position' definition 'other'.
labplot-2.5.0/liborigin/tree.hh:944:70: style: Function 'prepend_child' argument 2 names different: declaration 'other_position' definition 'other'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:336:70: note: Function 'prepend_child' argument 2 names different: declaration 'other_position' definition 'other'.
labplot-2.5.0/liborigin/tree.hh:944:70: note: Function 'prepend_child' argument 2 names different: declaration 'other_position' definition 'other'.
labplot-2.5.0/liborigin/tree.hh:1540:54: style: Function 'equal' argument 1 names different: declaration 'one' definition 'one_'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:389:34: note: Function 'equal' argument 1 names different: declaration 'one' definition 'one_'.
labplot-2.5.0/liborigin/tree.hh:1540:54: note: Function 'equal' argument 1 names different: declaration 'one' definition 'one_'.
labplot-2.5.0/liborigin/tree.hh:1540:89: style: Function 'equal' argument 3 names different: declaration 'three' definition 'three_'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:389:68: note: Function 'equal' argument 3 names different: declaration 'three' definition 'three_'.
labplot-2.5.0/liborigin/tree.hh:1540:89: note: Function 'equal' argument 3 names different: declaration 'three' definition 'three_'.
labplot-2.5.0/liborigin/tree.hh:1548:62: style: Function 'equal_subtree' argument 1 names different: declaration 'one' definition 'one_'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:393:42: note: Function 'equal_subtree' argument 1 names different: declaration 'one' definition 'one_'.
labplot-2.5.0/liborigin/tree.hh:1548:62: note: Function 'equal_subtree' argument 1 names different: declaration 'one' definition 'one_'.
labplot-2.5.0/liborigin/tree.hh:1548:80: style: Function 'equal_subtree' argument 2 names different: declaration 'two' definition 'two_'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:393:59: note: Function 'equal_subtree' argument 2 names different: declaration 'two' definition 'two_'.
labplot-2.5.0/liborigin/tree.hh:1548:80: note: Function 'equal_subtree' argument 2 names different: declaration 'two' definition 'two_'.
labplot-2.5.0/liborigin/tree.hh:1556:54: style: Function 'equal' argument 1 names different: declaration 'one' definition 'one_'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:391:34: note: Function 'equal' argument 1 names different: declaration 'one' definition 'one_'.
labplot-2.5.0/liborigin/tree.hh:1556:54: note: Function 'equal' argument 1 names different: declaration 'one' definition 'one_'.
labplot-2.5.0/liborigin/tree.hh:1556:89: style: Function 'equal' argument 3 names different: declaration 'three' definition 'three_'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:391:68: note: Function 'equal' argument 3 names different: declaration 'three' definition 'three_'.
labplot-2.5.0/liborigin/tree.hh:1556:89: note: Function 'equal' argument 3 names different: declaration 'three' definition 'three_'.
labplot-2.5.0/liborigin/tree.hh:1575:62: style: Function 'equal_subtree' argument 1 names different: declaration 'one' definition 'one_'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:395:42: note: Function 'equal_subtree' argument 1 names different: declaration 'one' definition 'one_'.
labplot-2.5.0/liborigin/tree.hh:1575:62: note: Function 'equal_subtree' argument 1 names different: declaration 'one' definition 'one_'.
labplot-2.5.0/liborigin/tree.hh:1575:80: style: Function 'equal_subtree' argument 2 names different: declaration 'two' definition 'two_'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:395:59: note: Function 'equal_subtree' argument 2 names different: declaration 'two' definition 'two_'.
labplot-2.5.0/liborigin/tree.hh:1575:80: note: Function 'equal_subtree' argument 2 names different: declaration 'two' definition 'two_'.
labplot-2.5.0/liborigin/tree.hh:1787:71: style: Function 'is_in_subtree' argument 1 names different: declaration 'position' definition 'it'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:421:51: note: Function 'is_in_subtree' argument 1 names different: declaration 'position' definition 'it'.
labplot-2.5.0/liborigin/tree.hh:1787:71: note: Function 'is_in_subtree' argument 1 names different: declaration 'position' definition 'it'.
labplot-2.5.0/liborigin/tree.hh:1827:114: style: Function 'child' argument 1 names different: declaration 'position' definition 'it'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:429:52: note: Function 'child' argument 1 names different: declaration 'position' definition 'it'.
labplot-2.5.0/liborigin/tree.hh:1827:114: note: Function 'child' argument 1 names different: declaration 'position' definition 'it'.
labplot-2.5.0/liborigin/tree.hh:2269:53: warning: Member variable 'fixed_depth_iterator::first_parent_' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/liborigin/tree.hh:2283:53: warning: Member variable 'fixed_depth_iterator::first_parent_' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/liborigin/tree.hh:296:28: performance: Technically the member function 'tree::begin_fixed' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:685:91: note: Technically the member function 'tree::begin_fixed' can be static.
labplot-2.5.0/liborigin/tree.hh:296:28: note: Technically the member function 'tree::begin_fixed' can be static.
labplot-2.5.0/liborigin/tree.hh:298:28: performance: Technically the member function 'tree::end_fixed' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:709:91: note: Technically the member function 'tree::end_fixed' can be static.
labplot-2.5.0/liborigin/tree.hh:298:28: note: Technically the member function 'tree::end_fixed' can be static.
labplot-2.5.0/liborigin/tree.hh:302:37: performance: Technically the member function 'tree::end_breadth_first' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:662:100: note: Technically the member function 'tree::end_breadth_first' can be static.
labplot-2.5.0/liborigin/tree.hh:302:37: note: Technically the member function 'tree::end_breadth_first' can be static.
labplot-2.5.0/liborigin/tree.hh:306:28: performance: Technically the member function 'tree::end' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:737:87: note: Technically the member function 'tree::end' can be static.
labplot-2.5.0/liborigin/tree.hh:306:28: note: Technically the member function 'tree::end' can be static.
labplot-2.5.0/liborigin/tree.hh:315:36: performance: Technically the member function 'tree::previous_sibling' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:771:36: note: Technically the member function 'tree::previous_sibling' can be static.
labplot-2.5.0/liborigin/tree.hh:315:36: note: Technically the member function 'tree::previous_sibling' can be static.
labplot-2.5.0/liborigin/tree.hh:317:36: performance: Technically the member function 'tree::next_sibling' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:781:36: note: Technically the member function 'tree::next_sibling' can be static.
labplot-2.5.0/liborigin/tree.hh:317:36: note: Technically the member function 'tree::next_sibling' can be static.
labplot-2.5.0/liborigin/tree.hh:319:36: performance: Technically the member function 'tree::next_at_same_depth' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:791:36: note: Technically the member function 'tree::next_at_same_depth' can be static.
labplot-2.5.0/liborigin/tree.hh:319:36: note: Technically the member function 'tree::next_at_same_depth' can be static.
labplot-2.5.0/liborigin/tree.hh:363:36: performance: Technically the member function 'tree::flatten' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1223:36: note: Technically the member function 'tree::flatten' can be static.
labplot-2.5.0/liborigin/tree.hh:363:36: note: Technically the member function 'tree::flatten' can be static.
labplot-2.5.0/liborigin/tree.hh:365:36: performance: Technically the member function 'tree::reparent' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1251:36: note: Technically the member function 'tree::reparent' can be static.
labplot-2.5.0/liborigin/tree.hh:365:36: note: Technically the member function 'tree::reparent' can be static.
labplot-2.5.0/liborigin/tree.hh:373:36: performance: Technically the member function 'tree::move_after' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1317:61: note: Technically the member function 'tree::move_after' can be static.
labplot-2.5.0/liborigin/tree.hh:373:36: note: Technically the member function 'tree::move_after' can be static.
labplot-2.5.0/liborigin/tree.hh:375:36: performance: Technically the member function 'tree::move_before' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1346:61: note: Technically the member function 'tree::move_before' can be static.
labplot-2.5.0/liborigin/tree.hh:375:36: note: Technically the member function 'tree::move_before' can be static.
labplot-2.5.0/liborigin/tree.hh:376:24: performance: Technically the member function 'tree::move_before' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1376:87: note: Technically the member function 'tree::move_before' can be static.
labplot-2.5.0/liborigin/tree.hh:376:24: note: Technically the member function 'tree::move_before' can be static.
labplot-2.5.0/liborigin/tree.hh:397:16: performance: Technically the member function 'tree::subtree' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1585:60: note: Technically the member function 'tree::subtree' can be static.
labplot-2.5.0/liborigin/tree.hh:397:16: note: Technically the member function 'tree::subtree' can be static.
labplot-2.5.0/liborigin/tree.hh:398:16: performance: Technically the member function 'tree::subtree' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1594:36: note: Technically the member function 'tree::subtree' can be static.
labplot-2.5.0/liborigin/tree.hh:398:16: note: Technically the member function 'tree::subtree' can be static.
labplot-2.5.0/liborigin/tree.hh:407:16: performance: Technically the member function 'tree::size' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1613:35: note: Technically the member function 'tree::size' can be static.
labplot-2.5.0/liborigin/tree.hh:407:16: note: Technically the member function 'tree::size' can be static.
labplot-2.5.0/liborigin/tree.hh:411:16: performance: Technically the member function 'tree::depth' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1634:35: note: Technically the member function 'tree::depth' can be static.
labplot-2.5.0/liborigin/tree.hh:411:16: note: Technically the member function 'tree::depth' can be static.
labplot-2.5.0/liborigin/tree.hh:415:16: performance: Technically the member function 'tree::max_depth' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1654:35: note: Technically the member function 'tree::max_depth' can be static.
labplot-2.5.0/liborigin/tree.hh:415:16: note: Technically the member function 'tree::max_depth' can be static.
labplot-2.5.0/liborigin/tree.hh:421:16: performance: Technically the member function 'tree::is_in_subtree' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1787:36: note: Technically the member function 'tree::is_in_subtree' can be static.
labplot-2.5.0/liborigin/tree.hh:421:16: note: Technically the member function 'tree::is_in_subtree' can be static.
labplot-2.5.0/liborigin/tree.hh:429:25: performance: Technically the member function 'tree::child' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1827:87: note: Technically the member function 'tree::child' can be static.
labplot-2.5.0/liborigin/tree.hh:429:25: note: Technically the member function 'tree::child' can be static.
labplot-2.5.0/liborigin/tree.hh:173:34: style: Technically the member function 'tree::pre_order_iterator::operator++' can be const. [functionConst]
labplot-2.5.0/liborigin/tree.hh:2034:109: note: Technically the member function 'tree::pre_order_iterator::operator++' can be const.
labplot-2.5.0/liborigin/tree.hh:173:34: note: Technically the member function 'tree::pre_order_iterator::operator++' can be const.
labplot-2.5.0/liborigin/tree.hh:174:34: style: Technically the member function 'tree::pre_order_iterator::operator--' can be const. [functionConst]
labplot-2.5.0/liborigin/tree.hh:2043:109: note: Technically the member function 'tree::pre_order_iterator::operator--' can be const.
labplot-2.5.0/liborigin/tree.hh:174:34: note: Technically the member function 'tree::pre_order_iterator::operator--' can be const.
labplot-2.5.0/liborigin/tree.hh:191:35: style: Technically the member function 'tree::post_order_iterator::operator++' can be const. [functionConst]
labplot-2.5.0/liborigin/tree.hh:2145:111: note: Technically the member function 'tree::post_order_iterator::operator++' can be const.
labplot-2.5.0/liborigin/tree.hh:191:35: note: Technically the member function 'tree::post_order_iterator::operator++' can be const.
labplot-2.5.0/liborigin/tree.hh:192:35: style: Technically the member function 'tree::post_order_iterator::operator--' can be const. [functionConst]
labplot-2.5.0/liborigin/tree.hh:2153:111: note: Technically the member function 'tree::post_order_iterator::operator--' can be const.
labplot-2.5.0/liborigin/tree.hh:192:35: note: Technically the member function 'tree::post_order_iterator::operator--' can be const.
labplot-2.5.0/liborigin/tree.hh:210:45: style: Technically the member function 'tree::breadth_first_queued_iterator::operator++' can be const. [functionConst]
labplot-2.5.0/liborigin/tree.hh:2246:131: note: Technically the member function 'tree::breadth_first_queued_iterator::operator++' can be const.
labplot-2.5.0/liborigin/tree.hh:210:45: note: Technically the member function 'tree::breadth_first_queued_iterator::operator++' can be const.
labplot-2.5.0/liborigin/tree.hh:234:36: style: Technically the member function 'tree::fixed_depth_iterator::operator++' can be const. [functionConst]
labplot-2.5.0/liborigin/tree.hh:2421:113: note: Technically the member function 'tree::fixed_depth_iterator::operator++' can be const.
labplot-2.5.0/liborigin/tree.hh:234:36: note: Technically the member function 'tree::fixed_depth_iterator::operator++' can be const.
labplot-2.5.0/liborigin/tree.hh:235:36: style: Technically the member function 'tree::fixed_depth_iterator::operator--' can be const. [functionConst]
labplot-2.5.0/liborigin/tree.hh:2429:113: note: Technically the member function 'tree::fixed_depth_iterator::operator--' can be const.
labplot-2.5.0/liborigin/tree.hh:235:36: note: Technically the member function 'tree::fixed_depth_iterator::operator--' can be const.
labplot-2.5.0/liborigin/tree.hh:241:18: performance: Technically the member function 'tree::fixed_depth_iterator::set_first_parent_' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:2317:58: note: Technically the member function 'tree::fixed_depth_iterator::set_first_parent_' can be static.
labplot-2.5.0/liborigin/tree.hh:241:18: note: Technically the member function 'tree::fixed_depth_iterator::set_first_parent_' can be static.
labplot-2.5.0/liborigin/tree.hh:242:18: performance: Technically the member function 'tree::fixed_depth_iterator::find_leftmost_parent_' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:2330:58: note: Technically the member function 'tree::fixed_depth_iterator::find_leftmost_parent_' can be static.
labplot-2.5.0/liborigin/tree.hh:242:18: note: Technically the member function 'tree::fixed_depth_iterator::find_leftmost_parent_' can be static.
labplot-2.5.0/liborigin/tree.hh:257:32: style: Technically the member function 'tree::sibling_iterator::operator++' can be const. [functionConst]
labplot-2.5.0/liborigin/tree.hh:2517:105: note: Technically the member function 'tree::sibling_iterator::operator++' can be const.
labplot-2.5.0/liborigin/tree.hh:257:32: note: Technically the member function 'tree::sibling_iterator::operator++' can be const.
labplot-2.5.0/liborigin/tree.hh:258:32: style: Technically the member function 'tree::sibling_iterator::operator--' can be const. [functionConst]
labplot-2.5.0/liborigin/tree.hh:2525:105: note: Technically the member function 'tree::sibling_iterator::operator--' can be const.
labplot-2.5.0/liborigin/tree.hh:258:32: note: Technically the member function 'tree::sibling_iterator::operator--' can be const.
labplot-2.5.0/liborigin/tree.hh:281:29: style: Technically the member function 'tree::leaf_iterator::operator++' can be const. [functionConst]
labplot-2.5.0/liborigin/tree.hh:2627:99: note: Technically the member function 'tree::leaf_iterator::operator++' can be const.
labplot-2.5.0/liborigin/tree.hh:281:29: note: Technically the member function 'tree::leaf_iterator::operator++' can be const.
labplot-2.5.0/liborigin/tree.hh:282:29: style: Technically the member function 'tree::leaf_iterator::operator--' can be const. [functionConst]
labplot-2.5.0/liborigin/tree.hh:2635:99: note: Technically the member function 'tree::leaf_iterator::operator--' can be const.
labplot-2.5.0/liborigin/tree.hh:282:29: note: Technically the member function 'tree::leaf_iterator::operator--' can be const.
labplot-2.5.0/liborigin/tree.hh:452:18: style: Technically the member function 'tree::compare_nodes::operator()' can be const. [functionConst]
labplot-2.5.0/liborigin/tree.hh:122:7: style: Class 'tree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:123:7: style: Class 'tree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:143:13: style: Class 'iterator_base' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:165:13: style: Class 'pre_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:166:13: style: Class 'pre_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:167:13: style: Class 'pre_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:183:13: style: Class 'post_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:184:13: style: Class 'post_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:185:13: style: Class 'post_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:204:13: style: Class 'breadth_first_queued_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:205:13: style: Class 'breadth_first_queued_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:225:13: style: Class 'fixed_depth_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:226:13: style: Class 'fixed_depth_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:227:13: style: Class 'fixed_depth_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:249:13: style: Class 'sibling_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:251:13: style: Class 'sibling_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:273:13: style: Class 'leaf_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:274:13: style: Class 'leaf_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:275:13: style: Class 'leaf_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:450:13: style: Class 'compare_nodes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:222:7: warning: The class 'fixed_depth_iterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
labplot-2.5.0/liborigin/tree.hh:246:7: warning: The class 'sibling_iterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
labplot-2.5.0/liborigin/tree.hh:955:107: performance: Function parameter 'to' should be passed by const reference. [passedByValue]
labplot-2.5.0/liborigin/tree.hh:971:108: performance: Function parameter 'to' should be passed by const reference. [passedByValue]
labplot-2.5.0/liborigin/tree.hh:1251:101: performance: Function parameter 'end' should be passed by const reference. [passedByValue]
labplot-2.5.0/liborigin/OriginParser.h:74:7: performance: Technically the member function 'OriginParser::iequals' can be static. [functionStatic]
labplot-2.5.0/liborigin/OriginParser.cpp:35:20: note: Technically the member function 'OriginParser::iequals' can be static.
labplot-2.5.0/liborigin/OriginParser.h:74:7: note: Technically the member function 'OriginParser::iequals' can be static.
labplot-2.5.0/src/backend/cantorWorksheet/VariableParser.h:39:19: style: Technically the member function 'VariableParser::values' can be const. [functionConst]
labplot-2.5.0/src/backend/cantorWorksheet/VariableParser.cpp:103:35: note: Technically the member function 'VariableParser::values' can be const.
labplot-2.5.0/src/backend/cantorWorksheet/VariableParser.h:39:19: note: Technically the member function 'VariableParser::values' can be const.
labplot-2.5.0/src/backend/cantorWorksheet/VariableParser.h:40:8: style: Technically the member function 'VariableParser::isParsed' can be const. [functionConst]
labplot-2.5.0/src/backend/cantorWorksheet/VariableParser.cpp:99:22: note: Technically the member function 'VariableParser::isParsed' can be const.
labplot-2.5.0/src/backend/cantorWorksheet/VariableParser.h:40:8: note: Technically the member function 'VariableParser::isParsed' can be const.
labplot-2.5.0/src/backend/core/AbstractScript.cpp:40:57: style: Function 'AbstractScript' argument 1 names different: declaration 'env' definition 'engine'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/core/AbstractScript.h:45:45: note: Function 'AbstractScript' argument 1 names different: declaration 'env' definition 'engine'.
labplot-2.5.0/src/backend/core/AbstractScript.cpp:40:57: note: Function 'AbstractScript' argument 1 names different: declaration 'env' definition 'engine'.
labplot-2.5.0/src/backend/core/AbstractScriptingEngine.h:96:5: style: Class 'ScriptingChangeEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/src/backend/core/AbstractSimpleFilter.h:88:2: style: Class 'SimpleFilterColumn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/src/backend/core/CopyThroughFilter.h:38:15: style: The function 'inputCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
labplot-2.5.0/src/backend/core/AbstractFilter.h:44:14: note: Virtual function in base class
labplot-2.5.0/src/backend/core/CopyThroughFilter.h:38:15: note: Function in derived class
labplot-2.5.0/src/backend/core/CopyThroughFilter.h:39:15: style: The function 'outputCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
labplot-2.5.0/src/backend/core/AbstractFilter.h:45:14: note: Virtual function in base class
labplot-2.5.0/src/backend/core/CopyThroughFilter.h:39:15: note: Function in derived class
labplot-2.5.0/src/backend/core/CopyThroughFilter.h:40:27: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
labplot-2.5.0/src/backend/core/AbstractFilter.h:52:32: note: Virtual function in base class
labplot-2.5.0/src/backend/core/CopyThroughFilter.h:40:27: note: Function in derived class
labplot-2.5.0/src/backend/core/column/Column.cpp:783:3: performance: Variable 'm_content' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
labplot-2.5.0/src/backend/core/column/Column.cpp:506:22: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
labplot-2.5.0/src/backend/core/column/ColumnPrivate.cpp:424:27: style: Function 'replaceModeData' argument 3 names different: declaration 'in' definition 'in_filter'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/core/column/ColumnPrivate.h:72:85: note: Function 'replaceModeData' argument 3 names different: declaration 'in' definition 'in_filter'.
labplot-2.5.0/src/backend/core/column/ColumnPrivate.cpp:424:27: note: Function 'replaceModeData' argument 3 names different: declaration 'in' definition 'in_filter'.
labplot-2.5.0/src/backend/core/column/ColumnPrivate.cpp:424:60: style: Function 'replaceModeData' argument 4 names different: declaration 'out' definition 'out_filter'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/core/column/ColumnPrivate.h:72:111: note: Function 'replaceModeData' argument 4 names different: declaration 'out' definition 'out_filter'.
labplot-2.5.0/src/backend/core/column/ColumnPrivate.cpp:424:60: note: Function 'replaceModeData' argument 4 names different: declaration 'out' definition 'out_filter'.
labplot-2.5.0/src/backend/core/column/ColumnPrivate.cpp:89:16: warning: Member variable 'ColumnPrivate::hasValues' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/core/column/ColumnPrivate.cpp:89:16: warning: Member variable 'ColumnPrivate::hasValuesAvailable' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/core/column/columncommands.cpp:658:151: style: Function 'ColumnSetGlobalFormulaCmd' argument 4 names different: declaration 'variableColumnPathes' definition 'variableColumns'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/core/column/columncommands.h:162:134: note: Function 'ColumnSetGlobalFormulaCmd' argument 4 names different: declaration 'variableColumnPathes' definition 'variableColumns'.
labplot-2.5.0/src/backend/core/column/columncommands.cpp:658:151: note: Function 'ColumnSetGlobalFormulaCmd' argument 4 names different: declaration 'variableColumnPathes' definition 'variableColumns'.
labplot-2.5.0/src/backend/core/column/columncommands.cpp:99:19: warning: Member variable 'ColumnSetModeCmd::m_old_data' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/core/column/columncommands.cpp:99:19: warning: Member variable 'ColumnSetModeCmd::m_new_data' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/core/column/columncommands.cpp:99:19: warning: Member variable 'ColumnSetModeCmd::m_new_in_filter' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/core/column/columncommands.cpp:99:19: warning: Member variable 'ColumnSetModeCmd::m_new_out_filter' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/core/column/columncommands.cpp:99:19: warning: Member variable 'ColumnSetModeCmd::m_old_in_filter' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/core/column/columncommands.cpp:99:19: warning: Member variable 'ColumnSetModeCmd::m_old_out_filter' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/core/column/columncommands.cpp:868:20: warning: Member variable 'ColumnSetValueCmd::m_row_count' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/DatapickerImage.cpp:379:25: warning: Member variable 'DatapickerImagePrivate::axisPoints' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/DatapickerImage.cpp:379:25: warning: Member variable 'DatapickerImagePrivate::settings' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/DatapickerImage.cpp:379:25: warning: Member variable 'DatapickerImagePrivate::plotPointsType' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/DatapickerImage.cpp:379:25: warning: Member variable 'DatapickerImagePrivate::plotImageType' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/DatapickerImage.cpp:379:25: warning: Member variable 'DatapickerImagePrivate::rotationAngle' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/DatapickerImage.cpp:379:25: warning: Member variable 'DatapickerImagePrivate::pointSeparation' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/DatapickerImage.cpp:379:25: warning: Member variable 'DatapickerImagePrivate::minSegmentLength' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/DatapickerImage.cpp:379:25: warning: Member variable 'DatapickerImagePrivate::pointVisibility' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/DatapickerImage.cpp:381:2: style: Class 'DatapickerImagePrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
labplot-2.5.0/src/backend/datapicker/DatapickerImage.cpp:381:2: style: Class 'DatapickerImagePrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
labplot-2.5.0/src/backend/datapicker/ImageEditor.cpp:62:9: style: The scope of the variable 'value' can be reduced. [variableScope]
labplot-2.5.0/src/backend/datapicker/ImageEditor.cpp:53:4: performance: Variable 'm_settings' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
labplot-2.5.0/src/backend/datapicker/ImageEditor.cpp:54:4: performance: Variable 'm_background' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
labplot-2.5.0/src/backend/datapicker/Segment.h:47:7: performance: Technically the member function 'Segment::setParentGraphicsItem' can be static. [functionStatic]
labplot-2.5.0/src/backend/datapicker/Segment.cpp:54:15: note: Technically the member function 'Segment::setParentGraphicsItem' can be static.
labplot-2.5.0/src/backend/datapicker/Segment.h:47:7: note: Technically the member function 'Segment::setParentGraphicsItem' can be static.
labplot-2.5.0/src/backend/datapicker/Segment.h:49:7: performance: Technically the member function 'Segment::isVisible' can be static. [functionStatic]
labplot-2.5.0/src/backend/datapicker/Segment.cpp:64:15: note: Technically the member function 'Segment::isVisible' can be static.
labplot-2.5.0/src/backend/datapicker/Segment.h:49:7: note: Technically the member function 'Segment::isVisible' can be static.
labplot-2.5.0/src/backend/datapicker/Segment.h:50:7: performance: Technically the member function 'Segment::setVisible' can be static. [functionStatic]
labplot-2.5.0/src/backend/datapicker/Segment.cpp:69:15: note: Technically the member function 'Segment::setVisible' can be static.
labplot-2.5.0/src/backend/datapicker/Segment.h:50:7: note: Technically the member function 'Segment::setVisible' can be static.
labplot-2.5.0/src/backend/datapicker/Segment.h:51:7: performance: Technically the member function 'Segment::retransform' can be static. [functionStatic]
labplot-2.5.0/src/backend/datapicker/Segment.cpp:59:15: note: Technically the member function 'Segment::retransform' can be static.
labplot-2.5.0/src/backend/datapicker/Segment.h:51:7: note: Technically the member function 'Segment::retransform' can be static.
labplot-2.5.0/src/backend/datapicker/Segment.cpp:46:39: style: Class 'Segment' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
labplot-2.5.0/src/backend/datapicker/Segment.cpp:46:39: style: Class 'Segment' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
labplot-2.5.0/src/backend/datapicker/Segments.h:50:7: performance: Technically the member function 'Segments::loadSegment' can be static. [functionStatic]
labplot-2.5.0/src/backend/datapicker/Segments.cpp:177:16: note: Technically the member function 'Segments::loadSegment' can be static.
labplot-2.5.0/src/backend/datapicker/Segments.h:50:7: note: Technically the member function 'Segments::loadSegment' can be static.
labplot-2.5.0/src/backend/datapicker/Segments.h:51:6: performance: Technically the member function 'Segments::adjacentRuns' can be static. [functionStatic]
labplot-2.5.0/src/backend/datapicker/Segments.cpp:247:15: note: Technically the member function 'Segments::adjacentRuns' can be static.
labplot-2.5.0/src/backend/datapicker/Segments.h:51:6: note: Technically the member function 'Segments::adjacentRuns' can be static.
labplot-2.5.0/src/backend/datapicker/Segments.h:53:6: performance: Technically the member function 'Segments::adjacentSegments' can be static. [functionStatic]
labplot-2.5.0/src/backend/datapicker/Segments.cpp:279:15: note: Technically the member function 'Segments::adjacentSegments' can be static.
labplot-2.5.0/src/backend/datapicker/Segments.h:53:6: note: Technically the member function 'Segments::adjacentSegments' can be static.
labplot-2.5.0/src/backend/datapicker/Segments.h:56:7: performance: Technically the member function 'Segments::scrollSegment' can be static. [functionStatic]
labplot-2.5.0/src/backend/datapicker/Segments.cpp:116:16: note: Technically the member function 'Segments::scrollSegment' can be static.
labplot-2.5.0/src/backend/datapicker/Segments.h:56:7: note: Technically the member function 'Segments::scrollSegment' can be static.
labplot-2.5.0/src/backend/datapicker/Transform.cpp:31:12: warning: Member variable 'Transform::x' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/Transform.cpp:31:12: warning: Member variable 'Transform::y' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/Transform.cpp:31:12: warning: Member variable 'Transform::X' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/Transform.cpp:31:12: warning: Member variable 'Transform::Y' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/Transform.h:41:12: performance: Technically the member function 'Transform::mapCartesianToType' can be static. [functionStatic]
labplot-2.5.0/src/backend/datapicker/Transform.cpp:131:22: note: Technically the member function 'Transform::mapCartesianToType' can be static.
labplot-2.5.0/src/backend/datapicker/Transform.h:41:12: note: Technically the member function 'Transform::mapCartesianToType' can be static.
labplot-2.5.0/src/backend/datasources/filters/AsciiFilter.cpp:710:6: style: The scope of the variable 'newLinesForSampleRateNotTillEnd' can be reduced. [variableScope]
labplot-2.5.0/src/backend/datasources/filters/AsciiFilter.cpp:954:13: style: The scope of the variable 'indexColumnIdx' can be reduced. [variableScope]
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:45:7: performance: Technically the member function 'FITSFilterPrivate::writeCHDU' can be static. [functionStatic]
labplot-2.5.0/src/backend/datasources/filters/FITSFilter.cpp:643:25: note: Technically the member function 'FITSFilterPrivate::writeCHDU' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:45:7: note: Technically the member function 'FITSFilterPrivate::writeCHDU' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:48:7: performance: Technically the member function 'FITSFilterPrivate::updateKeywords' can be static. [functionStatic]
labplot-2.5.0/src/backend/datasources/filters/FITSFilter.cpp:1177:25: note: Technically the member function 'FITSFilterPrivate::updateKeywords' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:48:7: note: Technically the member function 'FITSFilterPrivate::updateKeywords' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:49:7: performance: Technically the member function 'FITSFilterPrivate::addNewKeyword' can be static. [functionStatic]
labplot-2.5.0/src/backend/datasources/filters/FITSFilter.cpp:1106:25: note: Technically the member function 'FITSFilterPrivate::addNewKeyword' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:49:7: note: Technically the member function 'FITSFilterPrivate::addNewKeyword' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:50:7: performance: Technically the member function 'FITSFilterPrivate::addKeywordUnit' can be static. [functionStatic]
labplot-2.5.0/src/backend/datasources/filters/FITSFilter.cpp:1318:25: note: Technically the member function 'FITSFilterPrivate::addKeywordUnit' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:50:7: note: Technically the member function 'FITSFilterPrivate::addKeywordUnit' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:51:7: performance: Technically the member function 'FITSFilterPrivate::deleteKeyword' can be static. [functionStatic]
labplot-2.5.0/src/backend/datasources/filters/FITSFilter.cpp:1290:25: note: Technically the member function 'FITSFilterPrivate::deleteKeyword' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:51:7: note: Technically the member function 'FITSFilterPrivate::deleteKeyword' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:52:7: performance: Technically the member function 'FITSFilterPrivate::removeExtensions' can be static. [functionStatic]
labplot-2.5.0/src/backend/datasources/filters/FITSFilter.cpp:1346:25: note: Technically the member function 'FITSFilterPrivate::removeExtensions' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:52:7: note: Technically the member function 'FITSFilterPrivate::removeExtensions' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:53:16: performance: Technically the member function 'FITSFilterPrivate::valueOf' can be static. [functionStatic]
labplot-2.5.0/src/backend/datasources/filters/FITSFilter.cpp:1510:34: note: Technically the member function 'FITSFilterPrivate::valueOf' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:53:16: note: Technically the member function 'FITSFilterPrivate::valueOf' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:55:7: performance: Technically the member function 'FITSFilterPrivate::parseHeader' can be static. [functionStatic]
labplot-2.5.0/src/backend/datasources/filters/FITSFilter.cpp:1435:25: note: Technically the member function 'FITSFilterPrivate::parseHeader' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:55:7: note: Technically the member function 'FITSFilterPrivate::parseHeader' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:58:7: performance: Technically the member function 'FITSFilterPrivate::parseExtensions' can be static. [functionStatic]
labplot-2.5.0/src/backend/datasources/filters/FITSFilter.cpp:1548:25: note: Technically the member function 'FITSFilterPrivate::parseExtensions' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:58:7: note: Technically the member function 'FITSFilterPrivate::parseExtensions' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:70:7: performance: Technically the member function 'FITSFilterPrivate::printError' can be static. [functionStatic]
labplot-2.5.0/src/backend/datasources/filters/FITSFilter.cpp:1088:25: note: Technically the member function 'FITSFilterPrivate::printError' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:70:7: note: Technically the member function 'FITSFilterPrivate::printError' can be static.
labplot-2.5.0/src/backend/datasources/projects/OriginProjectParser.cpp:434:52: style: Redundant condition: !preview. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
labplot-2.5.0/src/backend/datasources/projects/OriginProjectParser.cpp:462:51: style: Redundant condition: !preview. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
labplot-2.5.0/src/backend/datasources/projects/OriginProjectParser.cpp:490:52: style: Redundant condition: !preview. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
labplot-2.5.0/src/backend/datasources/projects/OriginProjectParser.cpp:522:51: style: Redundant condition: !preview. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
labplot-2.5.0/src/backend/datasources/projects/OriginProjectParser.cpp:547:50: style: Redundant condition: !preview. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1342:9: style: The scope of the variable 'x' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1342:12: style: The scope of the variable 'y' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1382:9: style: The scope of the variable 'x' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1382:12: style: The scope of the variable 'y' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1407:9: style: The scope of the variable 'x' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1407:12: style: The scope of the variable 'y' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1433:9: style: The scope of the variable 'x' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1433:12: style: The scope of the variable 'y' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1469:9: style: The scope of the variable 'y' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1521:9: style: The scope of the variable 'r' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1521:12: style: The scope of the variable 'phi' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1560:9: style: The scope of the variable 'x' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1560:12: style: The scope of the variable 'y' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1560:15: style: The scope of the variable 't' can be reduced. [variableScope]
labplot-2.5.0/src/backend/matrix/Matrix.cpp:1216:6: style: Function 'prepareImport' argument 3 names different: declaration 'rows' definition 'actualRows'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/matrix/Matrix.h:114:7: note: Function 'prepareImport' argument 3 names different: declaration 'rows' definition 'actualRows'.
labplot-2.5.0/src/backend/matrix/Matrix.cpp:1216:6: note: Function 'prepareImport' argument 3 names different: declaration 'rows' definition 'actualRows'.
labplot-2.5.0/src/backend/matrix/Matrix.cpp:1216:22: style: Function 'prepareImport' argument 4 names different: declaration 'cols' definition 'actualCols'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/matrix/Matrix.h:114:17: note: Function 'prepareImport' argument 4 names different: declaration 'cols' definition 'actualCols'.
labplot-2.5.0/src/backend/matrix/Matrix.cpp:1216:22: note: Function 'prepareImport' argument 4 names different: declaration 'cols' definition 'actualCols'.
labplot-2.5.0/src/backend/matrix/matrixcommands.h:190:0: warning: Member variable 'MatrixSetCellValueCmd < double >::m_old_value' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/matrix/matrixcommands.h:190:0: warning: Member variable 'MatrixSetCellValueCmd < int >::m_old_value' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/nsl/Faddeeva.cc:839:38: error: Array 'expa2n2[52]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
labplot-2.5.0/src/backend/nsl/Faddeeva.cc:857:38: error: Array 'expa2n2[52]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
labplot-2.5.0/src/backend/nsl/nsl_dft.c:41:130: style: Function 'nsl_dft_transform_window' argument 6 names different: declaration 'window' definition 'window_type'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_dft.h:64:130: note: Function 'nsl_dft_transform_window' argument 6 names different: declaration 'window' definition 'window_type'.
labplot-2.5.0/src/backend/nsl/nsl_dft.c:41:130: note: Function 'nsl_dft_transform_window' argument 6 names different: declaration 'window' definition 'window_type'.
labplot-2.5.0/src/backend/nsl/nsl_dft_test.c:39:5: style: Condition 'two_sided' is always true [knownConditionTrueFalse]
labplot-2.5.0/src/backend/nsl/nsl_dft_test.c:36:22: note: Assignment 'two_sided=1', assigned value is 1
labplot-2.5.0/src/backend/nsl/nsl_dft_test.c:39:5: note: Condition 'two_sided' is always true
labplot-2.5.0/src/backend/nsl/nsl_fit.c:166:80: style: Function 'nsl_fit_model_gaussian_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:81:80: note: Function 'nsl_fit_model_gaussian_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:166:80: note: Function 'nsl_fit_model_gaussian_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:178:79: style: Function 'nsl_fit_model_lorentz_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:82:79: note: Function 'nsl_fit_model_lorentz_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:178:79: note: Function 'nsl_fit_model_lorentz_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:190:76: style: Function 'nsl_fit_model_sech_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:83:76: note: Function 'nsl_fit_model_sech_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:190:76: note: Function 'nsl_fit_model_sech_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:202:80: style: Function 'nsl_fit_model_logistic_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:84:80: note: Function 'nsl_fit_model_logistic_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:202:80: note: Function 'nsl_fit_model_logistic_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:254:76: style: Function 'nsl_fit_model_atan_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:88:76: note: Function 'nsl_fit_model_atan_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:254:76: note: Function 'nsl_fit_model_atan_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:265:76: style: Function 'nsl_fit_model_tanh_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:89:76: note: Function 'nsl_fit_model_tanh_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:265:76: note: Function 'nsl_fit_model_tanh_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:276:89: style: Function 'nsl_fit_model_algebraic_sigmoid_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:90:89: note: Function 'nsl_fit_model_algebraic_sigmoid_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:276:89: note: Function 'nsl_fit_model_algebraic_sigmoid_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:287:79: style: Function 'nsl_fit_model_sigmoid_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:91:79: note: Function 'nsl_fit_model_sigmoid_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:287:79: note: Function 'nsl_fit_model_sigmoid_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:298:75: style: Function 'nsl_fit_model_erf_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:92:75: note: Function 'nsl_fit_model_erf_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:298:75: note: Function 'nsl_fit_model_erf_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:309:76: style: Function 'nsl_fit_model_hill_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:93:76: note: Function 'nsl_fit_model_hill_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:309:76: note: Function 'nsl_fit_model_hill_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:330:81: style: Function 'nsl_fit_model_gudermann_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:95:81: note: Function 'nsl_fit_model_gudermann_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:330:81: note: Function 'nsl_fit_model_gudermann_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:359:83: style: Function 'nsl_fit_model_exponential_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:98:83: note: Function 'nsl_fit_model_exponential_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:359:83: note: Function 'nsl_fit_model_exponential_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:373:79: style: Function 'nsl_fit_model_laplace_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:99:79: note: Function 'nsl_fit_model_laplace_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:373:79: note: Function 'nsl_fit_model_laplace_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:409:79: style: Function 'nsl_fit_model_poisson_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:101:79: note: Function 'nsl_fit_model_poisson_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:409:79: note: Function 'nsl_fit_model_poisson_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:419:81: style: Function 'nsl_fit_model_lognormal_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:102:81: note: Function 'nsl_fit_model_lognormal_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:419:81: note: Function 'nsl_fit_model_lognormal_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:419:91: style: Function 'nsl_fit_model_lognormal_param_deriv' argument 4 names different: declaration 'b' definition 's'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:102:91: note: Function 'nsl_fit_model_lognormal_param_deriv' argument 4 names different: declaration 'b' definition 's'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:419:91: note: Function 'nsl_fit_model_lognormal_param_deriv' argument 4 names different: declaration 'b' definition 's'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:431:77: style: Function 'nsl_fit_model_gamma_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:103:77: note: Function 'nsl_fit_model_gamma_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:431:77: note: Function 'nsl_fit_model_gamma_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:456:80: style: Function 'nsl_fit_model_rayleigh_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:105:80: note: Function 'nsl_fit_model_rayleigh_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:456:80: note: Function 'nsl_fit_model_rayleigh_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:466:85: style: Function 'nsl_fit_model_rayleigh_tail_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:106:85: note: Function 'nsl_fit_model_rayleigh_tail_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:466:85: note: Function 'nsl_fit_model_rayleigh_tail_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:478:76: style: Function 'nsl_fit_model_levy_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:125:76: note: Function 'nsl_fit_model_levy_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:478:76: note: Function 'nsl_fit_model_levy_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:496:82: style: Function 'nsl_fit_model_chi_square_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:108:82: note: Function 'nsl_fit_model_chi_square_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:496:82: note: Function 'nsl_fit_model_chi_square_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:506:82: style: Function 'nsl_fit_model_students_t_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:109:82: note: Function 'nsl_fit_model_students_t_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:506:82: note: Function 'nsl_fit_model_students_t_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:515:77: style: Function 'nsl_fit_model_fdist_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:110:77: note: Function 'nsl_fit_model_fdist_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:515:77: note: Function 'nsl_fit_model_fdist_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:554:79: style: Function 'nsl_fit_model_weibull_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:113:79: note: Function 'nsl_fit_model_weibull_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:554:79: note: Function 'nsl_fit_model_weibull_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:582:79: style: Function 'nsl_fit_model_gumbel1_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:114:79: note: Function 'nsl_fit_model_gumbel1_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:582:79: note: Function 'nsl_fit_model_gumbel1_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:610:70: style: Function 'nsl_fit_model_binomial_param_deriv' argument 2 names different: declaration 'x' definition 'k'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:116:70: note: Function 'nsl_fit_model_binomial_param_deriv' argument 2 names different: declaration 'x' definition 'k'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:610:70: note: Function 'nsl_fit_model_binomial_param_deriv' argument 2 names different: declaration 'x' definition 'k'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:675:81: style: Function 'nsl_fit_model_sech_dist_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:124:81: note: Function 'nsl_fit_model_sech_dist_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:675:81: note: Function 'nsl_fit_model_sech_dist_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:511:26: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:110:19: style: The scope of the variable 'dx' can be reduced. [variableScope]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:110:23: style: The scope of the variable 'dy' can be reduced. [variableScope]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:128:9: style: The scope of the variable 'dist' can be reduced. [variableScope]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:155:16: error: Expression 'index[nout++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:183:16: error: Expression 'index[ntmp++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:287:16: error: Expression 'index[nout++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:303:16: error: Expression 'index[nout++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:332:16: error: Expression 'index[nout++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:417:16: error: Expression 'index[nout++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:528:16: error: Expression 'index[nout++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:557:16: error: Expression 'index[nout++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:608:16: error: Expression 'index[nout++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:471:15: style: Array index 'after' is used before limits check. [arrayIndexThenCheck]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:487:17: style: Array index 'afterafter' is used before limits check. [arrayIndexThenCheck]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_morse_test.c:56:2: warning: %zu in format string (no. 1) requires 'size_t' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_morse_test.c:47:3: error: Memory leak: xdata [memleak]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_morse_test.c:47:3: error: Memory leak: ydata [memleak]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:45:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:48:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:48:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:56:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:56:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:61:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:64:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:64:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:69:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:72:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:72:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:76:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:78:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:81:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:81:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:84:2: warning: printf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:86:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:89:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:89:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:92:2: warning: printf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:94:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:97:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:97:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:103:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:106:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:106:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:112:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:115:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:115:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:121:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:124:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:124:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:100:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
labplot-2.5.0/src/backend/nsl/nsl_int.c:44:9: style: The scope of the variable 's' can be reduced. [variableScope]
labplot-2.5.0/src/backend/nsl/nsl_int_test.c:71:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
labplot-2.5.0/src/backend/nsl/nsl_interp.c:38:8: style: The scope of the variable 'j' can be reduced. [variableScope]
labplot-2.5.0/src/backend/nsl/nsl_smooth_ma_test.c:62:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
labplot-2.5.0/src/backend/nsl/nsl_smooth_mal_test.c:62:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
labplot-2.5.0/src/backend/nsl/nsl_smooth_percentile_test.c:62:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
labplot-2.5.0/src/backend/nsl/nsl_stats.c:89:47: style: Function 'nsl_stats_quantile_sorted' argument 1 names different: declaration 'sorted_data' definition 'd'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_stats.h:62:47: note: Function 'nsl_stats_quantile_sorted' argument 1 names different: declaration 'sorted_data' definition 'd'.
labplot-2.5.0/src/backend/nsl/nsl_stats.c:89:47: note: Function 'nsl_stats_quantile_sorted' argument 1 names different: declaration 'sorted_data' definition 'd'.
labplot-2.5.0/src/backend/spreadsheet/Spreadsheet.cpp:114:6: style: The scope of the variable 'col_rows' can be reduced. [variableScope]
labplot-2.5.0/src/backend/spreadsheet/Spreadsheet.cpp:757:36: style: Function 'prepareImport' argument 3 names different: declaration 'rows' definition 'actualRows'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/spreadsheet/Spreadsheet.h:81:7: note: Function 'prepareImport' argument 3 names different: declaration 'rows' definition 'actualRows'.
labplot-2.5.0/src/backend/spreadsheet/Spreadsheet.cpp:757:36: note: Function 'prepareImport' argument 3 names different: declaration 'rows' definition 'actualRows'.
labplot-2.5.0/src/backend/spreadsheet/Spreadsheet.cpp:757:52: style: Function 'prepareImport' argument 4 names different: declaration 'cols' definition 'actualCols'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/spreadsheet/Spreadsheet.h:81:17: note: Function 'prepareImport' argument 4 names different: declaration 'cols' definition 'actualCols'.
labplot-2.5.0/src/backend/spreadsheet/Spreadsheet.cpp:757:52: note: Function 'prepareImport' argument 4 names different: declaration 'cols' definition 'actualCols'.
labplot-2.5.0/src/backend/worksheet/TextLabel.cpp:324:19: warning: Member variable 'TextLabelPrivate::scaleFactor' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/TextLabel.cpp:324:19: warning: Member variable 'TextLabelPrivate::teXImageResolution' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/TextLabel.cpp:324:19: warning: Member variable 'TextLabelPrivate::teXImageScaleFactor' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/TextLabel.cpp:324:19: warning: Member variable 'TextLabelPrivate::position' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/TextLabel.cpp:324:19: warning: Member variable 'TextLabelPrivate::horizontalAlignment' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/TextLabel.cpp:324:19: warning: Member variable 'TextLabelPrivate::verticalAlignment' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/TextLabel.h:58:4: style: Struct 'TextWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:629:19: warning: Member variable 'WorksheetPrivate::useViewSize' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:629:19: warning: Member variable 'WorksheetPrivate::backgroundOpacity' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:629:19: warning: Member variable 'WorksheetPrivate::layout' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:629:19: warning: Member variable 'WorksheetPrivate::layoutTopMargin' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:629:19: warning: Member variable 'WorksheetPrivate::layoutBottomMargin' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:629:19: warning: Member variable 'WorksheetPrivate::layoutLeftMargin' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:629:19: warning: Member variable 'WorksheetPrivate::layoutRightMargin' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:629:19: warning: Member variable 'WorksheetPrivate::layoutVerticalSpacing' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:629:19: warning: Member variable 'WorksheetPrivate::layoutHorizontalSpacing' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:629:19: warning: Member variable 'WorksheetPrivate::layoutColumnCount' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:629:19: warning: Member variable 'WorksheetPrivate::layoutRowCount' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/WorksheetPrivate.h:52:8: style: Technically the member function 'WorksheetPrivate::setContainerRect' can be const. [functionConst]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:726:24: note: Technically the member function 'WorksheetPrivate::setContainerRect' can be const.
labplot-2.5.0/src/backend/worksheet/WorksheetPrivate.h:52:8: note: Technically the member function 'WorksheetPrivate::setContainerRect' can be const.
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:630:2: style: Class 'WorksheetPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:630:2: style: Class 'WorksheetPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:574:61: performance: Function parameter 'newValue' should be passed by const reference. [passedByValue]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Axis.cpp:67:3: style: Class 'AxisGrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianCoordinateSystem.cpp:145:2: style: Class 'CartesianCoordinateSystemPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::rangeType' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::rangeFirstValues' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::rangeLastValues' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::xMin' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::xMax' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::yMin' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::yMax' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::xMinPrev' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::xMaxPrev' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::yMinPrev' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::yMaxPrev' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::autoScaleX' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::autoScaleY' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::autoScaleOffsetFactor' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::xScale' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::yScale' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::xRangeBreakingEnabled' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::yRangeBreakingEnabled' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:53:57: style: Function 'CartesianPlotLegend' argument 1 names different: declaration 'parentPlot' definition 'plot'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlotLegend.h:54:37: note: Function 'CartesianPlotLegend' argument 1 names different: declaration 'parentPlot' definition 'plot'.
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:53:57: note: Function 'CartesianPlotLegend' argument 1 names different: declaration 'parentPlot' definition 'plot'.
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:1060:8: style: Condition '!gap' is always true [knownConditionTrueFalse]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:1059:21: note: Assignment 'gap=false', assigned value is 0
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:1060:8: note: Condition '!gap' is always true
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::autoScaleX' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::autoScaleY' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::histogramType' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::binsOption' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::xColumn' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::lineSkipGaps' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::lineInterpolationPointsCount' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::value' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::valuesType' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::valuesColumn' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::valuesPosition' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::fillingPosition' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::curvesXMinMaxIsDirty' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::curvesYMinMaxIsDirty' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::curvesXMin' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::curvesXMax' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::curvesYMin' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::curvesYMax' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::xMin' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::xMax' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::xMinPrev' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::xMaxPrev' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::autoScaleHistogramX' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::sourceDataChangedSinceLastPlot' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::histogram' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::bins' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYAnalysisCurve.cpp:159:25: warning: Member variable 'XYAnalysisCurvePrivate::dataSourceType' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYAnalysisCurve.cpp:159:25: warning: Member variable 'XYAnalysisCurvePrivate::dataSourceCurve' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYCurve.cpp:1614:8: style: Condition '!gap' is always true [knownConditionTrueFalse]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYCurve.cpp:1613:21: note: Assignment 'gap=false', assigned value is 0
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYCurve.cpp:1614:8: note: Condition '!gap' is always true
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYCurve.cpp:1133:11: style: The scope of the variable 'step' can be reduced. [variableScope]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYCurve.cpp:1134:19: style: The scope of the variable 'x1' can be reduced. [variableScope]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYCurve.cpp:1134:23: style: The scope of the variable 'x2' can be reduced. [variableScope]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYEquationCurvePrivate.h:46:11: style: Class 'XYEquationCurvePrivate' is unsafe, 'XYEquationCurvePrivate::xColumn' can leak by wrong usage. [unsafeClassCanLeak]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYEquationCurvePrivate.h:47:11: style: Class 'XYEquationCurvePrivate' is unsafe, 'XYEquationCurvePrivate::yColumn' can leak by wrong usage. [unsafeClassCanLeak]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYFitCurve.cpp:288:19: style: The scope of the variable 'paramStartValues' can be reduced. [variableScope]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYFitCurve.cpp:289:19: style: The scope of the variable 'paramLowerLimits' can be reduced. [variableScope]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYFitCurve.cpp:290:19: style: The scope of the variable 'paramUpperLimits' can be reduced. [variableScope]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYFitCurve.cpp:291:17: style: The scope of the variable 'paramFixed' can be reduced. [variableScope]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYInterpolationCurve.cpp:277:16: style: The scope of the variable 'j' can be reduced. [variableScope]
labplot-2.5.0/src/commonfrontend/matrix/MatrixView.cpp:832:6: style: The scope of the variable 'count' can be reduced. [variableScope]
labplot-2.5.0/src/commonfrontend/matrix/MatrixView.cpp:885:6: style: The scope of the variable 'count' can be reduced. [variableScope]
labplot-2.5.0/src/commonfrontend/matrix/MatrixView.cpp:1001:7: style: The scope of the variable 'w' can be reduced. [variableScope]
labplot-2.5.0/src/commonfrontend/matrix/MatrixView.cpp:1137:7: style: The scope of the variable 'c' can be reduced. [variableScope]
labplot-2.5.0/src/commonfrontend/spreadsheet/SpreadsheetView.cpp:2164:6: style: The scope of the variable 'i' can be reduced. [variableScope]
labplot-2.5.0/src/commonfrontend/spreadsheet/SpreadsheetView.cpp:2206:7: style: The scope of the variable 'w' can be reduced. [variableScope]
labplot-2.5.0/src/commonfrontend/widgets/TreeViewComboBox.cpp:232:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
labplot-2.5.0/src/commonfrontend/widgets/TreeViewComboBox.cpp:234:5: note: Found duplicate branches for 'if' and 'else'.
labplot-2.5.0/src/commonfrontend/widgets/TreeViewComboBox.cpp:232:5: note: Found duplicate branches for 'if' and 'else'.
labplot-2.5.0/src/commonfrontend/widgets/qxtglobal.h:228:0: warning: Member variable 'QxtPrivateInterface < QxtSpanSlider , QxtSpanSliderPrivate >::pvt' is not initialized in the constructor. [uninitMemberVarPrivate]
labplot-2.5.0/src/commonfrontend/widgets/qxtglobal.h:229:0: warning: Member variable 'QxtPrivateInterface < QxtSpanSlider , QxtSpanSliderPrivate >::pvt' is not assigned a value in 'QxtPrivateInterface < QxtSpanSlider , QxtSpanSliderPrivate >::operator='. [operatorEqVarError]
labplot-2.5.0/src/commonfrontend/widgets/qxtglobal.h:161:0: style: The class 'QxtPrivate < QxtSpanSlider >' does not have a constructor although it has private member variables. [noConstructor]
labplot-2.5.0/src/commonfrontend/widgets/qxtglobal.h:229:0: error: No 'return' statement in non-void function causes undefined behavior. [operatorEqMissingReturnStatement]
labplot-2.5.0/src/kdefrontend/SettingsGeneralPage.h:42:15: style: The function 'applySettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
labplot-2.5.0/src/kdefrontend/SettingsPage.h:40:15: note: Virtual function in base class
labplot-2.5.0/src/kdefrontend/SettingsGeneralPage.h:42:15: note: Function in derived class
labplot-2.5.0/src/kdefrontend/SettingsGeneralPage.h:43:15: style: The function 'restoreDefaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
labplot-2.5.0/src/kdefrontend/SettingsPage.h:41:15: note: Virtual function in base class
labplot-2.5.0/src/kdefrontend/SettingsGeneralPage.h:43:15: note: Function in derived class
labplot-2.5.0/src/kdefrontend/SettingsWorksheetPage.h:44:15: style: The function 'applySettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
labplot-2.5.0/src/kdefrontend/SettingsPage.h:40:15: note: Virtual function in base class
labplot-2.5.0/src/kdefrontend/SettingsWorksheetPage.h:44:15: note: Function in derived class
labplot-2.5.0/src/kdefrontend/SettingsWorksheetPage.h:45:15: style: The function 'restoreDefaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
labplot-2.5.0/src/kdefrontend/SettingsPage.h:41:15: note: Virtual function in base class
labplot-2.5.0/src/kdefrontend/SettingsWorksheetPage.h:45:15: note: Function in derived class
labplot-2.5.0/src/kdefrontend/datasources/DatabaseManagerWidget.cpp:51:2: performance: Variable 'm_configPath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
labplot-2.5.0/src/kdefrontend/datasources/ImportDialog.h:58:18: warning: Call of pure virtual function 'selectedObject' in constructor. [pureVirtualCall]
labplot-2.5.0/src/kdefrontend/datasources/ImportDialog.cpp:80:74: note: Call of pure virtual function 'selectedObject' in constructor.
labplot-2.5.0/src/kdefrontend/datasources/ImportDialog.cpp:155:17: note: Call of pure virtual function 'selectedObject' in constructor.
labplot-2.5.0/src/kdefrontend/datasources/ImportDialog.h:58:18: note: Call of pure virtual function 'selectedObject' in constructor.
labplot-2.5.0/src/kdefrontend/datasources/ImportDialog.h:71:9: warning: The class 'ImportFileDialog' defines member variable with name 'm_newDataContainerMenu' also defined in its parent class 'ImportDialog'. [duplInheritedMember]
labplot-2.5.0/src/kdefrontend/datasources/ImportFileDialog.h:57:9: note: The class 'ImportFileDialog' defines member variable with name 'm_newDataContainerMenu' also defined in its parent class 'ImportDialog'.
labplot-2.5.0/src/kdefrontend/datasources/ImportDialog.h:71:9: note: The class 'ImportFileDialog' defines member variable with name 'm_newDataContainerMenu' also defined in its parent class 'ImportDialog'.
labplot-2.5.0/src/kdefrontend/datasources/ImportFileDialog.h:49:18: style: The function 'selectedObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
labplot-2.5.0/src/kdefrontend/datasources/ImportDialog.h:58:18: note: Virtual function in base class
labplot-2.5.0/src/kdefrontend/datasources/ImportFileDialog.h:49:18: note: Function in derived class
labplot-2.5.0/src/kdefrontend/datasources/ImportFileDialog.h:52:15: style: The function 'importTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
labplot-2.5.0/src/kdefrontend/datasources/ImportDialog.h:56:15: note: Virtual function in base class
labplot-2.5.0/src/kdefrontend/datasources/ImportFileDialog.h:52:15: note: Function in derived class
labplot-2.5.0/src/kdefrontend/datasources/ImportFileDialog.h:61:15: style: The function 'checkOkButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
labplot-2.5.0/src/kdefrontend/datasources/ImportDialog.h:75:15: note: Virtual function in base class
labplot-2.5.0/src/kdefrontend/datasources/ImportFileDialog.h:61:15: note: Function in derived class
labplot-2.5.0/src/kdefrontend/datasources/ImportFileWidget.cpp:598:39: style: C-style pointer casting [cstyleCast]
labplot-2.5.0/src/kdefrontend/datasources/ImportFileWidget.cpp:604:41: style: C-style pointer casting [cstyleCast]
labplot-2.5.0/src/kdefrontend/datasources/ImportFileWidget.cpp:612:39: style: C-style pointer casting [cstyleCast]
labplot-2.5.0/src/kdefrontend/datasources/ImportFileWidget.cpp:880:27: style: C-style pointer casting [cstyleCast]
labplot-2.5.0/src/kdefrontend/datasources/ImportFileWidget.cpp:897:25: style: C-style pointer casting [cstyleCast]
labplot-2.5.0/src/kdefrontend/datasources/ImportFileWidget.cpp:905:27: style: C-style pointer casting [cstyleCast]
labplot-2.5.0/src/kdefrontend/datasources/ImportFileWidget.cpp:913:25: style: C-style pointer casting [cstyleCast]
labplot-2.5.0/src/kdefrontend/datasources/ImportSQLDatabaseDialog.h:52:15: warning: Virtual function 'checkOkButton' is called from constructor 'ImportSQLDatabaseDialog(MainWin*)' at line 69. Dynamic binding is not used. [virtualCallInConstructor]
labplot-2.5.0/src/kdefrontend/datasources/ImportSQLDatabaseDialog.cpp:69:70: note: Calling checkOkButton
labplot-2.5.0/src/kdefrontend/datasources/ImportSQLDatabaseDialog.h:52:15: note: checkOkButton is a virtual method
labplot-2.5.0/src/kdefrontend/datasources/NetCDFOptionsWidget.cpp:89:26: style: C-style pointer casting [cstyleCast]
labplot-2.5.0/src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:531:37: error: Shifting by a negative value is undefined behaviour [shiftNegative]
labplot-2.5.0/src/kdefrontend/dockwidgets/XYInterpolationCurveDock.cpp:305:23: warning: Possible null pointer dereference: dataSourceCurve [nullPointer]
labplot-2.5.0/src/kdefrontend/dockwidgets/XYInterpolationCurveDock.cpp:298:29: note: Assignment 'dataSourceCurve=0', assigned value is 0
labplot-2.5.0/src/kdefrontend/dockwidgets/XYInterpolationCurveDock.cpp:305:23: note: Null pointer dereference
labplot-2.5.0/src/kdefrontend/spreadsheet/SortDialog.cpp:123:33: style: Function 'changeType' argument 1 names different: declaration 'index' definition 'Type'. [funcArgNamesDifferent]
labplot-2.5.0/src/kdefrontend/spreadsheet/SortDialog.h:50:22: note: Function 'changeType' argument 1 names different: declaration 'index' definition 'Type'.
labplot-2.5.0/src/kdefrontend/spreadsheet/SortDialog.cpp:123:33: note: Function 'changeType' argument 1 names different: declaration 'index' definition 'Type'.
labplot-2.5.0/src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:127:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
labplot-2.5.0/src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:129:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
labplot-2.5.0/src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:131:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
labplot-2.5.0/src/tools/TeXRenderer.cpp:186:6: style: Condition 'removeLog' is always true [knownConditionTrueFalse]
labplot-2.5.0/src/tools/TeXRenderer.cpp:179:19: note: Assignment 'removeLog=true', assigned value is 1
labplot-2.5.0/src/tools/TeXRenderer.cpp:186:6: note: Condition 'removeLog' is always true
[02:03]
ftp://ftp.se.debian.org/debian/pool/main/l/labrea/labrea_2.5-stable.orig.tar.gz
labrea-2.5-stable-1.orig/src/bget.c:814:9: warning: Either the condition 'buf!=NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
labrea-2.5-stable-1.orig/src/bget.c:818:16: note: Assuming that condition 'buf!=NULL' is not redundant
labrea-2.5-stable-1.orig/src/bget.c:814:9: note: Null pointer subtraction
labrea-2.5-stable-1.orig/src/ctl.c:322:7: style: The scope of the variable 'arp_cnt' can be reduced. [variableScope]
labrea-2.5-stable-1.orig/src/ctl.c:323:7: style: The scope of the variable 'arp_delay' can be reduced. [variableScope]
labrea-2.5-stable-1.orig/src/labrea_init.c:248:15: style: The scope of the variable 'bpf' can be reduced. [variableScope]
labrea-2.5-stable-1.orig/src/labrea_init.c:250:8: style: The scope of the variable 'bigstring2' can be reduced. [variableScope]
labrea-2.5-stable-1.orig/src/labrea_init.c:570:0: error: Used file that is not opened. [useClosedFile]
labrea-2.5-stable-1.orig/src/lbio.c:285:32: style: Condition 'open_winpcap_adapter()<0' is always false [knownConditionTrueFalse]
labrea-2.5-stable-1.orig/src/pkt_handler.c:86:12: style: The scope of the variable 'ack_out' can be reduced. [variableScope]
labrea-2.5-stable-1.orig/src/pkt_handler.c:88:7: style: The scope of the variable 'i' can be reduced. [variableScope]
labrea-2.5-stable-1.orig/src/pkt_handler.c:89:7: style: The scope of the variable 'boolLinuxWinProbe' can be reduced. [variableScope]
labrea-2.5-stable-1.orig/src/pkt_handler.c:90:7: style: The scope of the variable 'headersize' can be reduced. [variableScope]
labrea-2.5-stable-1.orig/src/pkt_handler.c:91:12: style: The scope of the variable 'tlength' can be reduced. [variableScope]
labrea-2.5-stable-1.orig/src/pkt_handler.c:223:10: style: The scope of the variable 'current' can be reduced. [variableScope]
labrea-2.5-stable-1.orig/src/pkt_handler.c:587:10: style: The scope of the variable 'addrtime' can be reduced. [variableScope]
labrea-2.5-stable-1.orig/src/utils.c:365:9: style: The scope of the variable 'nk' can be reduced. [variableScope]
labrea-2.5-stable-1.orig/src/utils.c:369:10: style: The scope of the variable 'current' can be reduced. [variableScope]
[02:03]
ftp://ftp.se.debian.org/debian/pool/main/l/laby/laby_0.6.4.orig.tar.gz
[02:03]
ftp://ftp.se.debian.org/debian/pool/main/l/lace/lace_1.4.orig.tar.xz
ftp://ftp.se.debian.org/debian/pool/main/l/lacheck/lacheck_1.26.orig.tar.gz
[02:03]
ftp://ftp.se.debian.org/debian/pool/main/l/lacme/lacme_0.5.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/ladish/ladish_1+dfsg0.orig.tar.bz2
ftp://ftp.se.debian.org/debian/pool/main/l/laditools/laditools_1.1.0.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/ladr/ladr_0.0.200911a.orig.tar.gz
LADR-2009-11A/apps.src/clausefilter.c:132:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/apps.src/clausefilter.c:131:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/clausefilter.c:132:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/clausefilter.c:132:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/clausetester.c:59:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/apps.src/clausetester.c:58:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/clausetester.c:59:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/clausetester.c:37:10: style: The scope of the variable 'interp' can be reduced. [variableScope]
LADR-2009-11A/apps.src/clausetester.c:72:3: warning: Size of pointer 'counters' used instead of size of its data. [pointerSize]
LADR-2009-11A/apps.src/complex.c:83:11: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/complex.c:128:9: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/directproof.c:566:15: style: The scope of the variable 'positive' can be reduced. [variableScope]
LADR-2009-11A/apps.src/directproof.c:566:25: style: The scope of the variable 'empty' can be reduced. [variableScope]
LADR-2009-11A/apps.src/directproof.c:642:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
LADR-2009-11A/apps.src/directproof.c:737:12: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/directproof.c:675:17: style: Variable 'label_attr' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/directproof.c:677:17: style: Variable 'props_attr' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/directproof.c:704:10: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
LADR-2009-11A/apps.src/directproof.c:720:12: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
LADR-2009-11A/apps.src/directproof.c:737:12: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
LADR-2009-11A/apps.src/gen_trc_defs.c:337:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/apps.src/gen_trc_defs.c:320:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/gen_trc_defs.c:337:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/gen_trc_defs.c:364:5: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
LADR-2009-11A/apps.src/interpfilter.c:99:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/apps.src/interpfilter.c:98:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/interpfilter.c:99:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/interpfilter.c:67:10: style: The scope of the variable 'interp' can be reduced. [variableScope]
LADR-2009-11A/apps.src/interpfilter.c:99:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/mirror-flip.c:144:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/apps.src/mirror-flip.c:143:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/mirror-flip.c:144:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/mirror-flip.c:144:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/old/cdprover.c:251:7: style: Variable 'generated_count' is modified but its new value is never used. [unreadVariable]
LADR-2009-11A/apps.src/old/cdprover.c:257:2: style: Variable 'kept_count' is modified but its new value is never used. [unreadVariable]
LADR-2009-11A/apps.src/old/modelformat.c:118:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/apps.src/old/modelformat.c:117:5: note: Variable 'rc' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/old/modelformat.c:118:5: note: Variable 'rc' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/old/undeny.c:81:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/apps.src/old/undeny.c:80:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/old/undeny.c:81:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/old/undeny.c:81:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/perm3.c:135:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/apps.src/perm3.c:134:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/perm3.c:135:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/perm3.c:135:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/prooftrans.c:222:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
LADR-2009-11A/apps.src/prooftrans.c:394:12: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/prooftrans.c:312:16: style: Variable 'props_attr' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/prooftrans.c:359:10: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
LADR-2009-11A/apps.src/prooftrans.c:375:12: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
LADR-2009-11A/apps.src/prooftrans.c:394:12: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
LADR-2009-11A/apps.src/renamer.c:56:5: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/apps.src/renamer.c:55:5: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/renamer.c:56:5: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/renamer.c:56:9: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/sigtest.c:53:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/apps.src/sigtest.c:52:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/sigtest.c:53:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/sigtest.c:34:10: style: The scope of the variable 'interp' can be reduced. [variableScope]
LADR-2009-11A/apps.src/sigtest.c:68:13: style: The scope of the variable 'c' can be reduced. [variableScope]
LADR-2009-11A/apps.src/sigtest.c:53:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/sigtest.c:71:5: style: Variable 'checked' is modified but its new value is never used. [unreadVariable]
LADR-2009-11A/apps.src/test_clause_eval.c:38:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/apps.src/test_clause_eval.c:37:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/test_clause_eval.c:38:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/test_clause_eval.c:32:15: style: The scope of the variable 'compiled_rule' can be reduced. [variableScope]
LADR-2009-11A/apps.src/test_clause_eval.c:38:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/upper-covers.c:55:0: warning: Size of pointer 'lt' used instead of size of its data. [pointerSize]
LADR-2009-11A/apps.src/upper-covers.c:56:0: warning: Size of pointer 'uc' used instead of size of its data. [pointerSize]
LADR-2009-11A/bob/just.c:1930:8: style: The scope of the variable 'k' can be reduced. [variableScope]
LADR-2009-11A/bob/just.c:2181:16: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/bob/prooftrans.c:219:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
LADR-2009-11A/bob/prooftrans.c:373:12: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/bob/prooftrans.c:299:16: style: Variable 'props_attr' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/bob/prooftrans.c:346:10: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
LADR-2009-11A/bob/prooftrans.c:354:12: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
LADR-2009-11A/bob/prooftrans.c:373:12: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
LADR-2009-11A/ladr/accanon.c:71:22: style: The scope of the variable 'd' can be reduced. [variableScope]
LADR-2009-11A/ladr/accanon.c:125:8: style: The scope of the variable 't1' can be reduced. [variableScope]
LADR-2009-11A/ladr/attrib.c:173:5: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/ladr/attrib.c:172:5: note: Variable 'id' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/attrib.c:173:5: note: Variable 'id' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/btm.c:540:22: error: Array 'pos->targets[2500]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
LADR-2009-11A/ladr/btm.c:540:41: error: Array 'pos->targets[2500]' accessed at index 9999, which is out of bounds. [arrayIndexOutOfBounds]
LADR-2009-11A/ladr/btm.c:549:17: error: Array 'pos->combo[2500]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
LADR-2009-11A/ladr/btm.c:803:19: error: Array 'ac->mults2[2500]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
LADR-2009-11A/ladr/btm.c:803:36: error: Array 'ac->match2[2500]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
LADR-2009-11A/ladr/btm.c:305:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:305:10: style: The scope of the variable 'available' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:345:14: style: The scope of the variable 'vn' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:346:8: style: The scope of the variable 't' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:385:8: style: The scope of the variable 't' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:386:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:482:10: style: The scope of the variable 'j' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:482:13: style: The scope of the variable 'k' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:482:16: style: The scope of the variable 'n' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:482:19: style: The scope of the variable 'ok' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:482:23: style: The scope of the variable 'go' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:482:27: style: The scope of the variable 'avail' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:593:16: style: The scope of the variable 'n' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:667:40: style: The scope of the variable 'p2' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:862:30: style: The scope of the variable 'p2' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:934:8: style: The scope of the variable 't1' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:1296:18: style: The scope of the variable 'bt2' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:803:30: error: Array 'ac.match2[2500]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
LADR-2009-11A/ladr/btm.c:803:13: error: Array 'ac.mults2[2500]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
LADR-2009-11A/ladr/btm.c:540:15: error: Array 'pos.targets[2500]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
LADR-2009-11A/ladr/btm.c:540:34: error: Array 'pos.targets[2500]' accessed at index 9999, which is out of bounds. [arrayIndexOutOfBounds]
LADR-2009-11A/ladr/btm.c:549:12: error: Array 'pos.combo[2500]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
LADR-2009-11A/ladr/btu.c:347:13: style: The scope of the variable 'min_i' can be reduced. [variableScope]
LADR-2009-11A/ladr/btu.c:385:15: style: The scope of the variable 'rc' can be reduced. [variableScope]
LADR-2009-11A/ladr/btu.c:568:7: style: The scope of the variable 'mults1' can be reduced. [variableScope]
LADR-2009-11A/ladr/btu.c:568:29: style: The scope of the variable 'mults2' can be reduced. [variableScope]
LADR-2009-11A/ladr/btu.c:569:7: style: The scope of the variable 'ab' can be reduced. [variableScope]
LADR-2009-11A/ladr/btu.c:900:11: style: The scope of the variable 'ci' can be reduced. [variableScope]
LADR-2009-11A/ladr/btu.c:901:12: style: The scope of the variable 'ti' can be reduced. [variableScope]
LADR-2009-11A/ladr/btu.c:1210:18: style: The scope of the variable 'bt2' can be reduced. [variableScope]
LADR-2009-11A/ladr/btu.c:1436:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/btu.c:1437:19: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/ladr/clash.c:283:26: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
LADR-2009-11A/ladr/clash.c:221:43: error: Uninitialized variable: n [uninitvar]
LADR-2009-11A/ladr/clause_misc.c:172:11: style: The scope of the variable 'c' can be reduced. [variableScope]
LADR-2009-11A/ladr/clist.c:507:11: style: The scope of the variable 'c' can be reduced. [variableScope]
LADR-2009-11A/ladr/clock.c:290:10: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
LADR-2009-11A/ladr/cnf.c:970:5: style: Variable 'f2' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/ladr/cnf.c:959:0: note: Variable 'f2' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/cnf.c:970:5: note: Variable 'f2' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/cnf.c:941:27: style: Checking if unsigned variable 'mega_fid_call_limit' is less than zero. [unsignedLessThanZero]
LADR-2009-11A/ladr/complex.c:314:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
LADR-2009-11A/ladr/complex.c:169:5: style: Variable 'c' is modified but its new value is never used. [unreadVariable]
LADR-2009-11A/ladr/complex.c:279:11: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/ladr/demod.c:376:8: style: The scope of the variable 'result' can be reduced. [variableScope]
LADR-2009-11A/ladr/demod.c:382:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/ladr/dioph.c:545:14: error: Array 'sum[250]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
LADR-2009-11A/ladr/dioph.c:573:9: error: Array 'sum[250]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
LADR-2009-11A/ladr/dioph.c:669:10: style: The scope of the variable 'go' can be reduced. [variableScope]
LADR-2009-11A/ladr/dioph.c:669:14: style: The scope of the variable 'ok' can be reduced. [variableScope]
LADR-2009-11A/ladr/discrim.c:205:16: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/ladr/discrimb.c:549:3: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/ladr/discrimb.c:541:0: note: Variable 't' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/discrimb.c:549:3: note: Variable 't' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/discrimb.c:159:7: style: The scope of the variable 'arity' can be reduced. [variableScope]
LADR-2009-11A/ladr/discrimb.c:235:15: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/discrimb.c:342:7: style: The scope of the variable 'symbol' can be reduced. [variableScope]
LADR-2009-11A/ladr/discrimb.c:342:15: style: The scope of the variable 'sym' can be reduced. [variableScope]
LADR-2009-11A/ladr/discrimb.c:391:20: style: The scope of the variable 'd3' can be reduced. [variableScope]
LADR-2009-11A/ladr/discrimb.c:785:13: style: The scope of the variable 'f2' can be reduced. [variableScope]
LADR-2009-11A/ladr/discrimw.c:264:7: style: The scope of the variable 'arity' can be reduced. [variableScope]
LADR-2009-11A/ladr/discrimw.c:392:15: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/ladr/discrimw.c:393:7: style: The scope of the variable 'sym' can be reduced. [variableScope]
LADR-2009-11A/ladr/discrimw.c:498:7: style: The scope of the variable 'sym' can be reduced. [variableScope]
LADR-2009-11A/ladr/discrimw.c:570:20: style: The scope of the variable 'i3' can be reduced. [variableScope]
LADR-2009-11A/ladr/dollar.c:227:38: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
LADR-2009-11A/ladr/fastparse.c:173:8: style: The scope of the variable 't' can be reduced. [variableScope]
LADR-2009-11A/ladr/fastparse.c:203:8: style: The scope of the variable 'c' can be reduced. [variableScope]
LADR-2009-11A/ladr/flatdemod.c:120:10: style: Condition 'TRUE' is always true [knownConditionTrueFalse]
LADR-2009-11A/ladr/flatdemod.c:160:7: style: Variable 'dd' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/ladr/formula.c:838:3: portability: Returning an integer in a function with pointer return type is not portable. [CastIntegerToAddressAtReturn]
LADR-2009-11A/ladr/formula.c:951:7: warning: Possible null pointer dereference: f [nullPointer]
LADR-2009-11A/ladr/formula.c:1004:25: note: Calling function 'nnf2', 1st argument 'f' value is 0
LADR-2009-11A/ladr/formula.c:951:7: note: Null pointer dereference
LADR-2009-11A/ladr/formula.c:95:14: warning: Division of result of sizeof() on pointer type. [divideSizeof]
LADR-2009-11A/ladr/fpa.c:1243:15: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/ladr/fpalist.c:157:16: warning: Division of result of sizeof() on pointer type. [divideSizeof]
LADR-2009-11A/ladr/glist.c:334:9: style: The scope of the variable 'p3' can be reduced. [variableScope]
LADR-2009-11A/ladr/glist.c:410:15: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/ladr/glist.c:845:9: style: The scope of the variable 'p3' can be reduced. [variableScope]
LADR-2009-11A/ladr/glist.c:920:15: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/ladr/glist.c:1394:16: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/ladr/glist.c:1629:16: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/ladr/glist.c:1648:10: style: The scope of the variable 'p3' can be reduced. [variableScope]
LADR-2009-11A/ladr/interp.c:222:35: style: The scope of the variable 'arity' can be reduced. [variableScope]
LADR-2009-11A/ladr/interp.c:225:8: style: The scope of the variable 'table' can be reduced. [variableScope]
LADR-2009-11A/ladr/interp.c:928:11: style: The scope of the variable 'j' can be reduced. [variableScope]
LADR-2009-11A/ladr/interp.c:928:14: style: The scope of the variable 'n' can be reduced. [variableScope]
LADR-2009-11A/ladr/interp.c:1202:12: style: The scope of the variable 'rc' can be reduced. [variableScope]
LADR-2009-11A/ladr/interp.c:1893:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/interp.c:2575:10: style: The scope of the variable 'j' can be reduced. [variableScope]
LADR-2009-11A/ladr/interp.c:2576:8: style: The scope of the variable 'str' can be reduced. [variableScope]
LADR-2009-11A/ladr/interp.c:2717:10: style: The scope of the variable 'n' can be reduced. [variableScope]
LADR-2009-11A/ladr/interp.c:2718:0: style: The scope of the variable 'r' can be reduced. [variableScope]
LADR-2009-11A/ladr/interp.c:2752:0: style: The scope of the variable 'x' can be reduced. [variableScope]
LADR-2009-11A/ladr/interp.c:361:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/ladr/ivy.c:642:11: style: Variable 'l1i' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/ladr/just.c:1967:8: style: The scope of the variable 'k' can be reduced. [variableScope]
LADR-2009-11A/ladr/memory.c:217:16: warning: Division of result of sizeof() on pointer type. [divideSizeof]
LADR-2009-11A/ladr/memory.c:58:30: portability: 'Block' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
LADR-2009-11A/ladr/memory.c:78:15: portability: 'Block_pos' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
LADR-2009-11A/ladr/mindex.c:650:11: style: The scope of the variable 'tr' can be reduced. [variableScope]
LADR-2009-11A/ladr/options.c:238:12: style: Condition 'FALSE' is always false [knownConditionTrueFalse]
LADR-2009-11A/ladr/order.c:55:7: style: The scope of the variable 'mid' can be reduced. [variableScope]
LADR-2009-11A/ladr/order.c:55:12: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/order.c:55:15: style: The scope of the variable 'i1' can be reduced. [variableScope]
LADR-2009-11A/ladr/order.c:55:19: style: The scope of the variable 'i2' can be reduced. [variableScope]
LADR-2009-11A/ladr/order.c:55:23: style: The scope of the variable 'e1' can be reduced. [variableScope]
LADR-2009-11A/ladr/order.c:55:27: style: The scope of the variable 'e2' can be reduced. [variableScope]
LADR-2009-11A/ladr/paramod.c:347:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
LADR-2009-11A/ladr/paramod.c:348:9: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/parse.c:516:15: style: Expression is always false because 'else if' condition matches previous condition at line 510. [multiCondition]
LADR-2009-11A/ladr/parse.c:507:12: style: Condition 'TRUE' is always true [knownConditionTrueFalse]
LADR-2009-11A/ladr/parse.c:305:9: style: The scope of the variable 'p1' can be reduced. [variableScope]
LADR-2009-11A/ladr/parse.c:324:9: style: The scope of the variable 'p1' can be reduced. [variableScope]
LADR-2009-11A/ladr/parse.c:548:7: style: The scope of the variable 'c' can be reduced. [variableScope]
LADR-2009-11A/ladr/parse.c:1118:7: style: The scope of the variable 'start_pos' can be reduced. [variableScope]
LADR-2009-11A/ladr/pindex.c:270:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/random.c:49:9: style: The scope of the variable 's' can be reduced. [variableScope]
LADR-2009-11A/ladr/random.c:49:12: style: The scope of the variable 'symbol' can be reduced. [variableScope]
LADR-2009-11A/ladr/random.c:165:10: style: The scope of the variable 'value' can be reduced. [variableScope]
LADR-2009-11A/ladr/random.c:196:13: style: The scope of the variable 'x' can be reduced. [variableScope]
LADR-2009-11A/ladr/random.c:241:8: style: The scope of the variable 't' can be reduced. [variableScope]
LADR-2009-11A/ladr/random.c:243:10: style: The scope of the variable 'sign' can be reduced. [variableScope]
LADR-2009-11A/ladr/random.c:290:10: style: The scope of the variable 't' can be reduced. [variableScope]
LADR-2009-11A/ladr/random.c:291:16: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:291:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:291:10: style: The scope of the variable 'available' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:331:14: style: The scope of the variable 'vn' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:372:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:468:10: style: The scope of the variable 'j' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:468:13: style: The scope of the variable 'k' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:468:16: style: The scope of the variable 'n' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:468:19: style: The scope of the variable 'ok' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:468:23: style: The scope of the variable 'go' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:468:27: style: The scope of the variable 'avail' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:579:16: style: The scope of the variable 'n' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:653:40: style: The scope of the variable 'p2' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:848:30: style: The scope of the variable 'p2' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btu.c:288:0: error: syntax error [syntaxError]
LADR-2009-11A/ladr/save/clash.c:255:26: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
LADR-2009-11A/ladr/save/clash.c:205:43: error: Uninitialized variable: n [uninitvar]
LADR-2009-11A/ladr/save/clause.c:796:12: style: The scope of the variable 'v' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/commands2.c:188:26: warning: Function 'read_commands' argument order different: declaration 'argc, argv, fout, echo' definition 'fin, fout, echo, unknown_action' [funcArgOrderDifferent]
LADR-2009-11A/ladr/save/commands.h:38:24: note: Function 'read_commands' argument order different: declaration 'argc, argv, fout, echo' definition 'fin, fout, echo, unknown_action'
LADR-2009-11A/ladr/save/commands2.c:188:26: note: Function 'read_commands' argument order different: declaration 'argc, argv, fout, echo' definition 'fin, fout, echo, unknown_action'
LADR-2009-11A/ladr/save/discrim.c:674:3: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/ladr/save/discrim.c:666:0: note: Variable 't' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/save/discrim.c:674:3: note: Variable 't' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/save/discrim.c:253:7: style: The scope of the variable 'arity' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/discrim.c:329:15: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/discrim.c:435:7: style: The scope of the variable 'symbol' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/discrim.c:435:15: style: The scope of the variable 'sym' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/discrim.c:929:12: style: The scope of the variable 'f2' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/discrim.c:985:7: style: The scope of the variable 'arity' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/discrim.c:1114:7: style: The scope of the variable 'sym' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/discrim.c:1218:7: style: The scope of the variable 'sym' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/discrim.c:1690:12: style: The scope of the variable 'f2' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/formula.c:1062:15: style: Variable 'new_arity' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/ladr/save/fpa.c:1223:15: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/interp.c:161:35: style: The scope of the variable 'arity' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/interp.c:164:8: style: The scope of the variable 'table' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/interp.c:694:12: style: The scope of the variable 'rc' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/interp.c:1249:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/interp.c:275:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/ladr/save/parse.c:268:9: style: The scope of the variable 'p1' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/parse.c:287:9: style: The scope of the variable 'p1' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/parse.c:472:7: style: The scope of the variable 'c' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/parse.c:971:7: style: The scope of the variable 'possible_application' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/parse.c:972:7: style: The scope of the variable 'comma_constant' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/parse.c:992:7: style: Variable 'comma_constant' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/ladr/save/pindex.c:254:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/strbuf.c:346:15: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/term.c:403:17: style: The scope of the variable 'v' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/term.c:685:17: style: The scope of the variable 'v' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/unify.c:229:7: style: The scope of the variable 'vn1' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/unify.c:405:7: style: The scope of the variable 'vn' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/unify.c:587:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/strbuf.c:406:15: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/ladr/subsume.c:366:7: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
LADR-2009-11A/ladr/symbols.c:1306:3: style: Variable 'sn' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/ladr/symbols.c:1305:3: note: Variable 'sn' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/symbols.c:1306:3: note: Variable 'sn' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/symbols.c:1307:3: style: Variable 'sn' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/ladr/symbols.c:1306:3: note: Variable 'sn' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/symbols.c:1307:3: note: Variable 'sn' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/symbols.c:1308:3: style: Variable 'sn' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/ladr/symbols.c:1307:3: note: Variable 'sn' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/symbols.c:1308:3: note: Variable 'sn' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/symbols.c:2068:7: style: The scope of the variable 'p1' can be reduced. [variableScope]
LADR-2009-11A/ladr/symbols.c:2068:11: style: The scope of the variable 'p2' can be reduced. [variableScope]
LADR-2009-11A/ladr/symbols.c:1308:8: style: Variable 'sn' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/ladr/term.c:204:26: warning: Either the condition 'var_num>=5000' is redundant or the array 'Shared_variables[5000]' is accessed at index 5000, which is out of bounds. [arrayIndexOutOfBoundsCond]
LADR-2009-11A/ladr/term.c:192:15: note: Assuming that condition 'var_num>=5000' is not redundant
LADR-2009-11A/ladr/term.c:204:26: note: Array index out of bounds
LADR-2009-11A/ladr/term.c:403:17: style: The scope of the variable 'v' can be reduced. [variableScope]
LADR-2009-11A/ladr/term.c:780:17: style: The scope of the variable 'v' can be reduced. [variableScope]
LADR-2009-11A/ladr/term.c:831:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/term.c:853:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/term.c:148:14: warning: Division of result of sizeof() on pointer type. [divideSizeof]
LADR-2009-11A/ladr/top_input.c:554:7: style: Condition 'FALSE' is always false [knownConditionTrueFalse]
LADR-2009-11A/ladr/top_input.c:251:8: style: The scope of the variable 'prec_term' can be reduced. [variableScope]
LADR-2009-11A/ladr/top_input.c:835:7: style: The scope of the variable 't2' can be reduced. [variableScope]
LADR-2009-11A/ladr/topform.c:466:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
LADR-2009-11A/ladr/unify.c:245:7: style: The scope of the variable 'vn1' can be reduced. [variableScope]
LADR-2009-11A/ladr/unify.c:421:7: style: The scope of the variable 'vn' can be reduced. [variableScope]
LADR-2009-11A/ladr/unify.c:438:23: style: The scope of the variable 't3' can be reduced. [variableScope]
LADR-2009-11A/ladr/unify.c:615:9: style: The scope of the variable 't3' can be reduced. [variableScope]
LADR-2009-11A/ladr/unify.c:648:9: style: The scope of the variable 't3' can be reduced. [variableScope]
LADR-2009-11A/ladr/unify.c:671:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/unify.c:787:23: style: The scope of the variable 't3' can be reduced. [variableScope]
LADR-2009-11A/ladr/xproofs.c:255:7: style: The scope of the variable 'old_id' can be reduced. [variableScope]
LADR-2009-11A/ladr/xproofs.c:255:15: style: The scope of the variable 'old_id_n' can be reduced. [variableScope]
LADR-2009-11A/mace4.src/estack.c:199:24: style: Function 'zap_estack' argument 1 names different: declaration 's' definition 'stack'. [funcArgNamesDifferent]
LADR-2009-11A/mace4.src/estack.h:72:24: note: Function 'zap_estack' argument 1 names different: declaration 's' definition 'stack'.
LADR-2009-11A/mace4.src/estack.c:199:24: note: Function 'zap_estack' argument 1 names different: declaration 's' definition 'stack'.
LADR-2009-11A/mace4.src/mace4.c:38:3: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/mace4.src/mace4.c:37:3: note: Variable 'id' is reassigned a value before the old one has been used.
LADR-2009-11A/mace4.src/mace4.c:38:3: note: Variable 'id' is reassigned a value before the old one has been used.
LADR-2009-11A/mace4.src/mace4.c:39:3: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/mace4.src/mace4.c:38:3: note: Variable 'id' is reassigned a value before the old one has been used.
LADR-2009-11A/mace4.src/mace4.c:39:3: note: Variable 'id' is reassigned a value before the old one has been used.
LADR-2009-11A/mace4.src/mace4.c:40:3: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/mace4.src/mace4.c:39:3: note: Variable 'id' is reassigned a value before the old one has been used.
LADR-2009-11A/mace4.src/mace4.c:40:3: note: Variable 'id' is reassigned a value before the old one has been used.
LADR-2009-11A/mace4.src/mace4.c:41:3: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/mace4.src/mace4.c:40:3: note: Variable 'id' is reassigned a value before the old one has been used.
LADR-2009-11A/mace4.src/mace4.c:41:3: note: Variable 'id' is reassigned a value before the old one has been used.
LADR-2009-11A/mace4.src/mace4.c:41:8: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/mace4.src/msearch.c:233:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/mace4.src/msearch.c:236:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/mace4.src/msearch.c:242:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/mace4.src/msearch.c:521:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/mace4.src/msearch.c:573:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/mace4.src/msearch.c:659:7: style: The scope of the variable 'id' can be reduced. [variableScope]
LADR-2009-11A/mace4.src/mstate.c:142:50: style: Function 'job_append' argument 4 names different: declaration 'atom' definition 'alpha'. [funcArgNamesDifferent]
LADR-2009-11A/mace4.src/mstate.h:60:50: note: Function 'job_append' argument 4 names different: declaration 'atom' definition 'alpha'.
LADR-2009-11A/mace4.src/mstate.c:142:50: note: Function 'job_append' argument 4 names different: declaration 'atom' definition 'alpha'.
LADR-2009-11A/mace4.src/mstate.c:171:51: style: Function 'job_prepend' argument 4 names different: declaration 'atom' definition 'alpha'. [funcArgNamesDifferent]
LADR-2009-11A/mace4.src/mstate.h:62:51: note: Function 'job_prepend' argument 4 names different: declaration 'atom' definition 'alpha'.
LADR-2009-11A/mace4.src/mstate.c:171:51: note: Function 'job_prepend' argument 4 names different: declaration 'atom' definition 'alpha'.
LADR-2009-11A/mace4.src/mstate.c:221:22: style: Function 'zap_jobs' argument 1 names different: declaration 's' definition 'ms'. [funcArgNamesDifferent]
LADR-2009-11A/mace4.src/mstate.h:66:22: note: Function 'zap_jobs' argument 1 names different: declaration 's' definition 'ms'.
LADR-2009-11A/mace4.src/mstate.c:221:22: note: Function 'zap_jobs' argument 1 names different: declaration 's' definition 'ms'.
LADR-2009-11A/mace4.src/negpropindex.c:371:38: style: Function 'negprop_find_near' argument 2 names different: declaration 'sn' definition 'sym'. [funcArgNamesDifferent]
LADR-2009-11A/mace4.src/msearch.h:229:38: note: Function 'negprop_find_near' argument 2 names different: declaration 'sn' definition 'sym'.
LADR-2009-11A/mace4.src/negpropindex.c:371:38: note: Function 'negprop_find_near' argument 2 names different: declaration 'sn' definition 'sym'.
LADR-2009-11A/mace4.src/print.c:87:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/mace4.src/print.c:189:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/mace4.src/print.c:386:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/mace4.src/propagate.c:51:25: style: Function 'eterm' argument 2 names different: declaration 'id' definition 'pid'. [funcArgNamesDifferent]
LADR-2009-11A/mace4.src/propagate.h:31:25: note: Function 'eterm' argument 2 names different: declaration 'id' definition 'pid'.
LADR-2009-11A/mace4.src/propagate.c:51:25: note: Function 'eterm' argument 2 names different: declaration 'id' definition 'pid'.
LADR-2009-11A/mace4.src/select.c:65:10: style: The scope of the variable 'to_try' can be reduced. [variableScope]
LADR-2009-11A/mace4.src/util.c:29:10: style: The scope of the variable 't' can be reduced. [variableScope]
LADR-2009-11A/mace4.src/util.c:29:13: style: The scope of the variable 'k' can be reduced. [variableScope]
LADR-2009-11A/provers.src/autosketches4.c:98:12: style: Condition 'TRUE' is always true [knownConditionTrueFalse]
LADR-2009-11A/provers.src/demodulate.c:143:14: style: The scope of the variable 'limit_hits' can be reduced. [variableScope]
LADR-2009-11A/provers.src/ladr_to_tptp.c:65:3: style: Variable 'fp_syms' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/provers.src/ladr_to_tptp.c:34:0: note: Variable 'fp_syms' is reassigned a value before the old one has been used.
LADR-2009-11A/provers.src/ladr_to_tptp.c:65:3: note: Variable 'fp_syms' is reassigned a value before the old one has been used.
LADR-2009-11A/provers.src/newauto.c:123:8: style: The scope of the variable 'list_size' can be reduced. [variableScope]
LADR-2009-11A/provers.src/newsax.c:190:8: style: The scope of the variable 'list_size' can be reduced. [variableScope]
LADR-2009-11A/provers.src/provers.c:90:7: style: Condition 'FALSE' is always false [knownConditionTrueFalse]
LADR-2009-11A/provers.src/save/control_sos.c:104:14: style: The scope of the variable 'low_water' can be reduced. [variableScope]
LADR-2009-11A/provers.src/save/control_sos.c:194:9: style: The scope of the variable 'wt' can be reduced. [variableScope]
LADR-2009-11A/provers.src/save/control_sos.c:197:12: style: Variable 'wt' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/provers.src/save/loop2.c:195:6: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
LADR-2009-11A/provers.src/search.c:547:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/provers.src/search.c:1030:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/provers.src/search.c:1042:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/provers.src/search.c:1053:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/provers.src/search.c:1059:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/provers.src/search.c:1866:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/provers.src/search.c:1869:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/provers.src/search.c:760:14: style: The scope of the variable 'Next_report' can be reduced. [variableScope]
LADR-2009-11A/provers.src/search.c:760:27: style: The scope of the variable 'Next_report_stderr' can be reduced. [variableScope]
LADR-2009-11A/provers.src/search.c:1140:9: style: The scope of the variable 'count' can be reduced. [variableScope]
LADR-2009-11A/provers.src/search.c:1392:21: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/provers.src/search.c:1437:21: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/provers.src/search.c:1817:16: style: The scope of the variable 'level' can be reduced. [variableScope]
LADR-2009-11A/provers.src/search.c:2992:10: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/provers.src/search.c:2786:5: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
LADR-2009-11A/provers.src/tptp_to_ladr.c:102:3: style: Variable 'all' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/provers.src/tptp_to_ladr.c:79:0: note: Variable 'all' is reassigned a value before the old one has been used.
LADR-2009-11A/provers.src/tptp_to_ladr.c:102:3: note: Variable 'all' is reassigned a value before the old one has been used.
LADR-2009-11A/provers.src/tptp_to_ladr.c:89:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/provers.src/utilities.c:658:7: style: Variable 'na' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/provers.src/utilities.c:657:7: note: Variable 'na' is reassigned a value before the old one has been used.
LADR-2009-11A/provers.src/utilities.c:658:7: note: Variable 'na' is reassigned a value before the old one has been used.
LADR-2009-11A/provers.src/utilities.c:666:2: style: Variable 'na' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/provers.src/utilities.c:665:2: note: Variable 'na' is reassigned a value before the old one has been used.
LADR-2009-11A/provers.src/utilities.c:666:2: note: Variable 'na' is reassigned a value before the old one has been used.
LADR-2009-11A/test.src/avltest.c:64:40: portability: '(void*)a[0]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
LADR-2009-11A/test.src/tptp_test.c:76:20: style: Variable 'label_att' is assigned a value that is never used. [unreadVariable]
[02:04]
ftp://ftp.se.debian.org/debian/pool/main/l/ladspa-sdk/ladspa-sdk_1.13.orig.tar.gz
ladspa_sdk/src/analyseplugin.c:35:17: style: The scope of the variable 'lLength' can be reduced. [variableScope]
ladspa_sdk/src/applyplugin.c:32:0: error: #error "Could not determine byte order." [preprocessorErrorDirective]
ladspa_sdk/src/load.c:31:7: style: The scope of the variable 'iNeedSlash' can be reduced. [variableScope]
ladspa_sdk/src/load.c:149:29: style: The scope of the variable 'psDescriptor' can be reduced. [variableScope]
ladspa_sdk/src/plugins/amp.c:320:17: style: The scope of the variable 'lIndex' can be reduced. [variableScope]
ladspa_sdk/src/plugins/delay.c:234:11: style: The scope of the variable 'pcPortNames' can be reduced. [variableScope]
ladspa_sdk/src/plugins/delay.c:235:27: style: The scope of the variable 'piPortDescriptors' can be reduced. [variableScope]
ladspa_sdk/src/plugins/delay.c:236:26: style: The scope of the variable 'psPortRangeHints' can be reduced. [variableScope]
ladspa_sdk/src/plugins/delay.c:327:8: style: The scope of the variable 'lIndex' can be reduced. [variableScope]
ladspa_sdk/src/plugins/filter.c:416:17: style: The scope of the variable 'lIndex' can be reduced. [variableScope]
ladspa_sdk/src/plugins/noise.c:148:11: style: The scope of the variable 'pcPortNames' can be reduced. [variableScope]
ladspa_sdk/src/plugins/noise.c:149:27: style: The scope of the variable 'piPortDescriptors' can be reduced. [variableScope]
ladspa_sdk/src/plugins/noise.c:150:26: style: The scope of the variable 'psPortRangeHints' can be reduced. [variableScope]
ladspa_sdk/src/plugins/noise.c:224:8: style: The scope of the variable 'lIndex' can be reduced. [variableScope]
ladspa_sdk/src/plugins/sine.cpp:137:6: style: C-style pointer casting [cstyleCast]
ladspa_sdk/src/plugins/sine.cpp:140:6: style: C-style pointer casting [cstyleCast]
ladspa_sdk/src/plugins/sine.cpp:143:6: style: C-style pointer casting [cstyleCast]
ladspa_sdk/src/plugins/sine.cpp:152:4: style: C-style pointer casting [cstyleCast]
ladspa_sdk/src/plugins/sine.cpp:160:39: style: C-style pointer casting [cstyleCast]
ladspa_sdk/src/plugins/sine.cpp:180:39: style: C-style pointer casting [cstyleCast]
ladspa_sdk/src/plugins/sine.cpp:201:39: style: C-style pointer casting [cstyleCast]
ladspa_sdk/src/plugins/sine.cpp:218:39: style: C-style pointer casting [cstyleCast]
ladspa_sdk/src/plugins/sine.cpp:235:10: style: C-style pointer casting [cstyleCast]
ladspa_sdk/src/plugins/sine.cpp:254:13: style: The scope of the variable 'pcPortNames' can be reduced. [variableScope]
ladspa_sdk/src/plugins/sine.cpp:255:29: style: The scope of the variable 'piPortDescriptors' can be reduced. [variableScope]
ladspa_sdk/src/plugins/sine.cpp:256:28: style: The scope of the variable 'psPortRangeHints' can be reduced. [variableScope]
ladspa_sdk/src/plugins/sine.cpp:383:19: style: The scope of the variable 'lIndex' can be reduced. [variableScope]
ladspa_sdk/src/plugins/sine.cpp:86:3: warning: Member variable 'SineOscillator::m_pfFrequency' is not initialized in the constructor. [uninitMemberVarPrivate]
ladspa_sdk/src/plugins/sine.cpp:86:3: warning: Member variable 'SineOscillator::m_pfAmplitude' is not initialized in the constructor. [uninitMemberVarPrivate]
ladspa_sdk/src/plugins/sine.cpp:86:3: warning: Member variable 'SineOscillator::m_pfOutput' is not initialized in the constructor. [uninitMemberVarPrivate]
ladspa_sdk/src/plugins/sine.cpp:86:3: warning: Member variable 'SineOscillator::m_lPhase' is not initialized in the constructor. [uninitMemberVarPrivate]
ladspa_sdk/src/plugins/sine.cpp:382:8: performance: Technically the member function 'StartupShutdownHandler::deleteDescriptor' can be static. [functionStatic]
ladspa_sdk/src/plugins/sine.cpp:86:3: style: Class 'SineOscillator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ladspa_sdk/src/search.c:29:10: style: The scope of the variable 'pcFilename' can be reduced. [variableScope]
ladspa_sdk/src/search.c:34:19: style: The scope of the variable 'psDirectoryEntry' can be reduced. [variableScope]
ladspa_sdk/src/search.c:35:10: style: The scope of the variable 'pvPluginHandle' can be reduced. [variableScope]
ladspa_sdk/src/search.c:95:10: style: The scope of the variable 'pcBuffer' can be reduced. [variableScope]
[02:04]
ftp://ftp.se.debian.org/debian/pool/main/l/ladvd/ladvd_1.1.2.orig.tar.xz
ladvd-1.1.2/src/compat/imsg.c:162:16: style: The scope of the variable 'left' can be reduced. [variableScope]
ladvd-1.1.2/src/compat/imsg.c:264:22: error: Uninitialized variable: hdr [uninitvar]
ladvd-1.1.2/src/compat/setproctitle.c:134:19: style: Checking if unsigned variable 'argv_env_len' is less than zero. [unsignedLessThanZero]
ladvd-1.1.2/src/compat/vis.c:214:7: style: The scope of the variable 'c' can be reduced. [variableScope]
ladvd-1.1.2/src/main.c:157:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ladvd-1.1.2/src/main.c:41:10: style: The scope of the variable 'pidstr' can be reduced. [variableScope]
ladvd-1.1.2/src/main.c:42:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
ladvd-1.1.2/src/parent.c:362:5: style: Variable 'rfd' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/src/parent.c:358:0: note: Variable 'rfd' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/parent.c:362:5: note: Variable 'rfd' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/parent.c:80:46: style: Function 'parent_init' argument 3 names different: declaration 'pid' definition 'child'. [funcArgNamesDifferent]
ladvd-1.1.2/src/common.h:328:46: note: Function 'parent_init' argument 3 names different: declaration 'pid' definition 'child'.
ladvd-1.1.2/src/parent.c:80:46: note: Function 'parent_init' argument 3 names different: declaration 'pid' definition 'child'.
ladvd-1.1.2/src/parent.c:159:24: style: Function 'parent_signal' argument 1 names different: declaration 'fd' definition 'sig'. [funcArgNamesDifferent]
ladvd-1.1.2/src/common.h:329:24: note: Function 'parent_signal' argument 1 names different: declaration 'fd' definition 'sig'.
ladvd-1.1.2/src/parent.c:159:24: note: Function 'parent_signal' argument 1 names different: declaration 'fd' definition 'sig'.
ladvd-1.1.2/src/parent.c:192:21: style: Function 'parent_req' argument 1 names different: declaration 'fd' definition 'reqfd'. [funcArgNamesDifferent]
ladvd-1.1.2/src/parent.h:43:21: note: Function 'parent_req' argument 1 names different: declaration 'fd' definition 'reqfd'.
ladvd-1.1.2/src/parent.c:192:21: note: Function 'parent_req' argument 1 names different: declaration 'fd' definition 'reqfd'.
ladvd-1.1.2/src/parent.c:309:22: style: Function 'parent_send' argument 1 names different: declaration 'fd' definition 'msgfd'. [funcArgNamesDifferent]
ladvd-1.1.2/src/parent.h:44:22: note: Function 'parent_send' argument 1 names different: declaration 'fd' definition 'msgfd'.
ladvd-1.1.2/src/parent.c:309:22: note: Function 'parent_send' argument 1 names different: declaration 'fd' definition 'msgfd'.
ladvd-1.1.2/src/parent.c:342:17: warning: Assert statement modifies 'rfd'. [assignmentInAssert]
ladvd-1.1.2/src/proto/cdp.c:362:5: style: Variable 'packet' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/src/proto/cdp.c:352:0: note: Variable 'packet' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/cdp.c:362:5: note: Variable 'packet' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/cdp.c:487:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/src/proto/cdp.c:485:0: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/cdp.c:487:5: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/cdp.c:505:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/src/proto/cdp.c:503:0: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/cdp.c:505:5: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/cdp.c:681:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/src/proto/cdp.c:679:0: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/cdp.c:681:5: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/cdp.c:401:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ladvd-1.1.2/src/proto/cdp.c:315:47: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/cdp.c:339:25: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/cdp.c:339:41: portability: 'packet+sizeof(ether)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/cdp.c:345:20: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/cdp.c:345:36: portability: 'packet+sizeof(ether)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/cdp.c:345:45: portability: 'packet+sizeof(ether)+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/cdp.c:80:11: style: Unused variable: tlv [unusedVariable]
ladvd-1.1.2/src/proto/cdp.c:126:15: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
ladvd-1.1.2/src/proto/cdp.c:366:17: warning: Assert statement modifies 'pos'. [assignmentInAssert]
ladvd-1.1.2/src/proto/edp.c:207:5: style: Variable 'packet' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/src/proto/edp.c:195:0: note: Variable 'packet' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/edp.c:207:5: note: Variable 'packet' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/edp.c:158:47: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/edp.c:182:25: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/edp.c:182:41: portability: 'packet+sizeof(ether)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/edp.c:188:20: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/edp.c:188:36: portability: 'packet+sizeof(ether)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/edp.c:188:45: portability: 'packet+sizeof(ether)+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/edp.c:33:11: style: Unused variable: tlv [unusedVariable]
ladvd-1.1.2/src/proto/edp.c:77:15: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
ladvd-1.1.2/src/proto/edp.c:36:11: style: Unused variable: type [unusedVariable]
ladvd-1.1.2/src/proto/edp.c:211:17: warning: Assert statement modifies 'pos'. [assignmentInAssert]
ladvd-1.1.2/src/proto/fdp.c:237:5: style: Variable 'packet' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/src/proto/fdp.c:222:0: note: Variable 'packet' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/fdp.c:237:5: note: Variable 'packet' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/fdp.c:185:47: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/fdp.c:209:25: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/fdp.c:209:41: portability: 'packet+sizeof(ether)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/fdp.c:215:20: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/fdp.c:215:36: portability: 'packet+sizeof(ether)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/fdp.c:215:45: portability: 'packet+sizeof(ether)+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/fdp.c:33:11: style: Unused variable: tlv [unusedVariable]
ladvd-1.1.2/src/proto/fdp.c:82:15: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
ladvd-1.1.2/src/proto/fdp.c:36:11: style: Unused variable: type [unusedVariable]
ladvd-1.1.2/src/proto/fdp.c:241:17: warning: Assert statement modifies 'pos'. [assignmentInAssert]
ladvd-1.1.2/src/proto/lldp.c:481:5: style: Variable 'packet' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/src/proto/lldp.c:471:0: note: Variable 'packet' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/lldp.c:481:5: note: Variable 'packet' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/lldp.c:459:29: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/lldp.c:459:64: portability: 'packet+offsetof(struct ether_hdr,type)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/lldp.c:464:16: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/lldp.c:464:32: portability: 'packet+sizeof(ether)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/lldp.c:60:11: style: Unused variable: tlv [unusedVariable]
ladvd-1.1.2/src/proto/lldp.c:91:15: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
ladvd-1.1.2/src/proto/lldp.c:485:17: warning: Assert statement modifies 'pos'. [assignmentInAssert]
ladvd-1.1.2/src/proto/ndp.c:121:5: style: Variable 'packet' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/src/proto/ndp.c:113:0: note: Variable 'packet' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/ndp.c:121:5: note: Variable 'packet' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/ndp.c:76:47: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/ndp.c:100:25: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/ndp.c:100:41: portability: 'packet+sizeof(ether)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/ndp.c:106:20: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/ndp.c:106:36: portability: 'packet+sizeof(ether)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/ndp.c:106:45: portability: 'packet+sizeof(ether)+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/ndp.c:138:15: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
ladvd-1.1.2/src/proto/ndp.c:125:17: warning: Assert statement modifies 'pos'. [assignmentInAssert]
ladvd-1.1.2/src/proto/tlv.c:110:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/src/proto/tlv.c:106:0: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/tlv.c:110:5: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/sysinfo.c:144:9: style: Condition 'descr' is always false [knownConditionTrueFalse]
ladvd-1.1.2/src/sysinfo.c:51:19: note: Assignment 'descr=NULL', assigned value is 0
ladvd-1.1.2/src/sysinfo.c:144:9: note: Condition 'descr' is always false
ladvd-1.1.2/src/util.c:199:0: error: #error "no setresgid or setregid available" [preprocessorErrorDirective]
ladvd-1.1.2/tests/check_child.c:169:5: style: Variable 'errstr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_child.c:159:0: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_child.c:169:5: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_child.c:41:24: style: The scope of the variable 'mreq' can be reduced. [variableScope]
ladvd-1.1.2/tests/check_child.c:96:24: style: The scope of the variable 'mreq' can be reduced. [variableScope]
ladvd-1.1.2/tests/check_child.c:76:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_child.c:78:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_child.c:291:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_child.c:293:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_child.c:426:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_child.c:428:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_child.c:485:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_child.c:487:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_cli.c:95:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_cli.c:97:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_cli.c:109:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_cli.c:111:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_cli.c:135:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_cli.c:137:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_cli.c:159:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_cli.c:161:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_cli.c:245:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_cli.c:247:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_cli.c:390:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_cli.c:392:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:60:5: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_parent.c:55:0: note: Variable 'fd' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_parent.c:60:5: note: Variable 'fd' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_parent.c:64:5: style: Variable 'errstr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_parent.c:54:0: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_parent.c:64:5: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_parent.c:89:5: style: Variable 'errstr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_parent.c:83:0: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_parent.c:89:5: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_parent.c:152:5: style: Variable 'errstr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_parent.c:143:0: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_parent.c:152:5: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_parent.c:66:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:68:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:90:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:92:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:100:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:102:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:109:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:111:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:127:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:129:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:154:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:156:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:164:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:166:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:178:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:180:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:198:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:200:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:275:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:277:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:361:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:363:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:372:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:374:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:452:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:454:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:491:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:493:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:544:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:546:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:563:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:565:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:584:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:586:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:601:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:603:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_proto.c:434:5: style: Variable 'errstr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_proto.c:427:0: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_proto.c:434:5: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_proto.c:807:5: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_proto.c:429:0: note: Variable 'fd' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_proto.c:807:5: note: Variable 'fd' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_proto.c:854:5: style: Variable 'errstr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_proto.c:847:0: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_proto.c:854:5: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_proto.c:1044:5: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_proto.c:849:0: note: Variable 'fd' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_proto.c:1044:5: note: Variable 'fd' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_proto.c:1074:5: style: Variable 'errstr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_proto.c:1069:0: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_proto.c:1074:5: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_proto.c:1152:5: style: Variable 'errstr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_proto.c:1147:0: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_proto.c:1152:5: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_tlv.c:79:5: style: Variable 'errstr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_tlv.c:38:0: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_tlv.c:79:5: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_tlv.c:96:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_tlv.c:91:0: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_tlv.c:96:5: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_tlv.c:109:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_tlv.c:105:5: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_tlv.c:109:5: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_tlv.c:122:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_tlv.c:118:5: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_tlv.c:122:5: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_tlv.c:133:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_tlv.c:131:5: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_tlv.c:133:5: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_tlv.c:80:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_tlv.c:82:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:43:5: style: Variable 'errstr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_util.c:36:0: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:43:5: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:56:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_util.c:35:0: note: Variable 's' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:56:5: note: Variable 's' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:66:5: style: Variable 'bp' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_util.c:37:0: note: Variable 'bp' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:66:5: note: Variable 'bp' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:96:5: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_util.c:93:5: note: Variable 'ptr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:96:5: note: Variable 'ptr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:155:5: style: Variable 'errstr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_util.c:148:0: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:155:5: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:259:5: style: Variable 'netif' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_util.c:190:0: note: Variable 'netif' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:259:5: note: Variable 'netif' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:284:5: style: Variable 'subif' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_util.c:190:0: note: Variable 'subif' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:284:5: note: Variable 'subif' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:341:5: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_util.c:192:0: note: Variable 'msg' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:341:5: note: Variable 'msg' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:411:5: style: Variable 'mreq' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_util.c:193:0: note: Variable 'mreq' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:411:5: note: Variable 'mreq' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:415:5: style: Variable 'descr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_util.c:194:0: note: Variable 'descr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:415:5: note: Variable 'descr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:731:5: style: Variable 'portname' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_util.c:729:0: note: Variable 'portname' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:731:5: note: Variable 'portname' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:775:5: style: Variable 'errstr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_util.c:766:0: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:775:5: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:38:13: style: The scope of the variable 'len' can be reduced. [variableScope]
ladvd-1.1.2/tests/check_util.c:83:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:85:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:102:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:104:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:115:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:116:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:118:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:119:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:135:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:137:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:156:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:158:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:175:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:177:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:589:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:591:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:604:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:606:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:619:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:621:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:631:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:633:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:642:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:644:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:651:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:653:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:659:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:661:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:667:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:669:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:685:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:687:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:695:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:697:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:706:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:708:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:718:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:720:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:777:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:779:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_wrap.c:83:1: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_wrap.c:127:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
[02:04]
ftp://ftp.se.debian.org/debian/pool/main/l/lakai/lakai_0.1.orig.tar.gz
lakai-0.1.orig/lakai.c:161:16: warning: Either the condition 'handle>16' is redundant or the array 'fhandles[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
lakai-0.1.orig/lakai.c:156:53: note: Assuming that condition 'handle>16' is not redundant
lakai-0.1.orig/lakai.c:161:16: note: Array index out of bounds
lakai-0.1.orig/lakai.c:162:10: warning: Either the condition 'handle>16' is redundant or the array 'fhandles[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
lakai-0.1.orig/lakai.c:156:53: note: Assuming that condition 'handle>16' is not redundant
lakai-0.1.orig/lakai.c:162:10: note: Array index out of bounds
lakai-0.1.orig/lakai.c:210:14: warning: Either the condition 'handle>16' is redundant or the array 'fhandles[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
lakai-0.1.orig/lakai.c:900:53: note: Assuming that condition 'handle>16' is not redundant
lakai-0.1.orig/lakai.c:921:16: note: Calling function 'lakai_setmode', 1st argument 'handle' value is 16
lakai-0.1.orig/lakai.c:210:14: note: Array index out of bounds
lakai-0.1.orig/lakai.c:216:27: warning: Either the condition 'handle>16' is redundant or the array 'fhandles[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
lakai-0.1.orig/lakai.c:210:53: note: Assuming that condition 'handle>16' is not redundant
lakai-0.1.orig/lakai.c:216:27: note: Array index out of bounds
lakai-0.1.orig/lakai.c:1509:14: warning: Either the condition 'handle>16' is redundant or the array 'fhandles[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
lakai-0.1.orig/lakai.c:237:53: note: Assuming that condition 'handle>16' is not redundant
lakai-0.1.orig/lakai.c:246:32: note: Calling function 'sendrecv_scsimidi', 1st argument 'handle' value is 16
lakai-0.1.orig/lakai.c:1509:14: note: Array index out of bounds
lakai-0.1.orig/lakai.c:1533:27: warning: Either the condition 'handle>16' is redundant or the array 'fhandles[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
lakai-0.1.orig/lakai.c:1509:53: note: Assuming that condition 'handle>16' is not redundant
lakai-0.1.orig/lakai.c:1533:27: note: Array index out of bounds
lakai-0.1.orig/lakai.c:1546:28: warning: Either the condition 'handle>16' is redundant or the array 'fhandles[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
lakai-0.1.orig/lakai.c:237:53: note: Assuming that condition 'handle>16' is not redundant
lakai-0.1.orig/lakai.c:246:32: note: Calling function 'sendrecv_scsimidi', 1st argument 'handle' value is 16
lakai-0.1.orig/lakai.c:1546:28: note: Array index out of bounds
lakai-0.1.orig/lakai.c:1610:14: warning: Either the condition 'handle>16' is redundant or the array 'fhandles[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
lakai-0.1.orig/lakai.c:900:53: note: Assuming that condition 'handle>16' is not redundant
lakai-0.1.orig/lakai.c:923:35: note: Calling function 'sendrecv_scsimidi2', 1st argument 'handle' value is 16
lakai-0.1.orig/lakai.c:1610:14: note: Array index out of bounds
lakai-0.1.orig/lakai.c:1631:27: warning: Either the condition 'handle>16' is redundant or the array 'fhandles[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
lakai-0.1.orig/lakai.c:1610:53: note: Assuming that condition 'handle>16' is not redundant
lakai-0.1.orig/lakai.c:1631:27: note: Array index out of bounds
lakai-0.1.orig/lakai.c:1639:27: warning: Either the condition 'handle>16' is redundant or the array 'fhandles[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
lakai-0.1.orig/lakai.c:900:53: note: Assuming that condition 'handle>16' is not redundant
lakai-0.1.orig/lakai.c:923:35: note: Calling function 'sendrecv_scsimidi2', 1st argument 'handle' value is 16
lakai-0.1.orig/lakai.c:1639:27: note: Array index out of bounds
lakai-0.1.orig/lakai.c:1741:27: warning: Either the condition 'handle>16' is redundant or the array 'fhandles[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
lakai-0.1.orig/lakai.c:1724:53: note: Assuming that condition 'handle>16' is not redundant
lakai-0.1.orig/lakai.c:1741:27: note: Array index out of bounds
lakai-0.1.orig/lakai.c:1795:27: warning: Either the condition 'handle>16' is redundant or the array 'fhandles[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
lakai-0.1.orig/lakai.c:1778:53: note: Assuming that condition 'handle>16' is not redundant
lakai-0.1.orig/lakai.c:1795:27: note: Array index out of bounds
lakai-0.1.orig/lakai.c:57:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lakai-0.1.orig/lakai.c:272:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lakai-0.1.orig/lakai.c:331:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lakai-0.1.orig/lakai.c:358:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lakai-0.1.orig/lakai.c:420:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lakai-0.1.orig/lakai.c:889:38: style: The scope of the variable 'ret' can be reduced. [variableScope]
lakai-0.1.orig/lakai.c:1152:38: style: The scope of the variable 'ret' can be reduced. [variableScope]
lakai-0.1.orig/lakai.c:1238:16: style: The scope of the variable 'val_in' can be reduced. [variableScope]
lakai-0.1.orig/lakai.c:1273:16: style: The scope of the variable 'val_in' can be reduced. [variableScope]
lakai-0.1.orig/lakai.c:1442:16: style: The scope of the variable 'val' can be reduced. [variableScope]
lakai-0.1.orig/lakai.c:1235:41: style: Function 'lakai_asciitoakai' argument 2 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
lakai-0.1.orig/lakai.h:671:41: note: Function 'lakai_asciitoakai' argument 2 names different: declaration 'dest' definition 'dst'.
lakai-0.1.orig/lakai.c:1235:41: note: Function 'lakai_asciitoakai' argument 2 names different: declaration 'dest' definition 'dst'.
lakai-0.1.orig/lakai.c:1480:45: style: Function 'sendrecv_scsimidi' argument 2 names different: declaration 'cmdblk' definition 'sysexblk'. [funcArgNamesDifferent]
lakai-0.1.orig/lakai.c:43:52: note: Function 'sendrecv_scsimidi' argument 2 names different: declaration 'cmdblk' definition 'sysexblk'.
lakai-0.1.orig/lakai.c:1480:45: note: Function 'sendrecv_scsimidi' argument 2 names different: declaration 'cmdblk' definition 'sysexblk'.
lakai-0.1.orig/lakai.c:1480:68: style: Function 'sendrecv_scsimidi' argument 3 names different: declaration 'blksize' definition 'sysexblksize'. [funcArgNamesDifferent]
lakai-0.1.orig/lakai.c:43:73: note: Function 'sendrecv_scsimidi' argument 3 names different: declaration 'blksize' definition 'sysexblksize'.
lakai-0.1.orig/lakai.c:1480:68: note: Function 'sendrecv_scsimidi' argument 3 names different: declaration 'blksize' definition 'sysexblksize'.
lakai-0.1.orig/lakai.c:1589:46: style: Function 'sendrecv_scsimidi2' argument 2 names different: declaration 'cmdblk' definition 'sysexblk'. [funcArgNamesDifferent]
lakai-0.1.orig/lakai.c:44:53: note: Function 'sendrecv_scsimidi2' argument 2 names different: declaration 'cmdblk' definition 'sysexblk'.
lakai-0.1.orig/lakai.c:1589:46: note: Function 'sendrecv_scsimidi2' argument 2 names different: declaration 'cmdblk' definition 'sysexblk'.
lakai-0.1.orig/lakai.c:1589:69: style: Function 'sendrecv_scsimidi2' argument 3 names different: declaration 'blksize' definition 'sysexblksize'. [funcArgNamesDifferent]
lakai-0.1.orig/lakai.c:44:74: note: Function 'sendrecv_scsimidi2' argument 3 names different: declaration 'blksize' definition 'sysexblksize'.
lakai-0.1.orig/lakai.c:1589:69: note: Function 'sendrecv_scsimidi2' argument 3 names different: declaration 'blksize' definition 'sysexblksize'.
lakai-0.1.orig/lakai.c:691:19: style: Variable 'numvals' is not assigned a value. [unassignedVariable]
lakai-0.1.orig/lakai.c:943:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
lakai-0.1.orig/lakai.c:1217:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
lakai-0.1.orig/lakai.c:735:9: error: Uninitialized variable: numvals [uninitvar]
lakai-0.1.orig/lakbak.c:106:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lakai-0.1.orig/lakbak.c:130:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lakai-0.1.orig/lakbak.c:15:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lakai-0.1.orig/lakbak.c:15:37: style: The scope of the variable 'numkeygroups' can be reduced. [variableScope]
lakai-0.1.orig/lakbak.c:17:17: style: The scope of the variable 'buf' can be reduced. [variableScope]
lakai-0.1.orig/lakbak.c:18:16: style: The scope of the variable 'slocat' can be reduced. [variableScope]
lakai-0.1.orig/lakbak.c:18:24: style: The scope of the variable 'slngth' can be reduced. [variableScope]
lakai-0.1.orig/lakbak.c:18:32: style: The scope of the variable 'shdrlength' can be reduced. [variableScope]
lakai-0.1.orig/lakbak.c:25:16: style: The scope of the variable 'shdrdata' can be reduced. [variableScope]
lakai-0.1.orig/lakbak.c:27:16: style: The scope of the variable 'kgrpdata' can be reduced. [variableScope]
lakai-0.1.orig/lakbak.c:90:14: style: Variable 'slocat' is assigned a value that is never used. [unreadVariable]
lakai-0.1.orig/lakbak.c:20:14: style: Unused variable: lst [unusedVariable]
lakai-0.1.orig/lakbak.c:23:15: style: Unused variable: lpr [unusedVariable]
lakai-0.1.orig/lakbak.c:24:16: style: Unused variable: lkg [unusedVariable]
lakai-0.1.orig/lakclear.c:66:10: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
lakai-0.1.orig/lakres.c:148:8: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
lakai-0.1.orig/lakres.c:152:11: style: Variable 'slocat' is assigned a value that is never used. [unreadVariable]
lakai-0.1.orig/lakres.c:77:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lakai-0.1.orig/lakres.c:82:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
[02:04]
ftp://ftp.se.debian.org/debian/pool/main/l/lam/lam_7.1.4.orig.tar.gz
lam-7.1.4/otb/bfctl/bfctl.c:56:7: style: The scope of the variable 'taken' can be reduced. [variableScope]
lam-7.1.4/otb/filedr/filedr.c:322:9: style: The scope of the variable 'str_flags' can be reduced. [variableScope]
lam-7.1.4/otb/filedr/filedr.c:323:9: style: The scope of the variable 'str_modes' can be reduced. [variableScope]
lam-7.1.4/otb/filedr/filedr.c:439:8: style: The scope of the variable 'c' can be reduced. [variableScope]
lam-7.1.4/otb/ipcdr/ipcdr.c:332:11: style: The scope of the variable 'p_dmsg' can be reduced. [variableScope]
lam-7.1.4/otb/ipcdr/ipcdr.c:392:11: style: The scope of the variable 'p_dmsg' can be reduced. [variableScope]
lam-7.1.4/otb/lamcheckpoint/lamcheckpoint.c:50:7: style: The scope of the variable 'errno_save' can be reduced. [variableScope]
lam-7.1.4/otb/lamcheckpoint/lamcheckpoint.c:114:5: error: Memory pointed to by 'cr_module' is freed twice. [doubleFree]
lam-7.1.4/otb/lamexec/lamexec.c:242:9: style: The scope of the variable 'aschema' can be reduced. [variableScope]
lam-7.1.4/otb/lamexec/lamexec.c:243:9: style: The scope of the variable 'qarg' can be reduced. [variableScope]
lam-7.1.4/otb/lamexec/lamexec.c:669:15: style: The scope of the variable 'error_message' can be reduced. [variableScope]
lam-7.1.4/otb/lamgrow/lamgrow.c:82:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/otb/lamgrow/lamgrow.c:88:8: style: The scope of the variable 'hostname' can be reduced. [variableScope]
lam-7.1.4/otb/lamgrow/lamgrow.c:243:7: style: The scope of the variable 'nps' can be reduced. [variableScope]
lam-7.1.4/otb/lamgrow/lamgrow.c:512:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
lam-7.1.4/otb/lamgrow/lamgrow.c:516:8: style: The scope of the variable 'file' can be reduced. [variableScope]
lam-7.1.4/otb/lamhalt/lamhalt.c:133:11: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/otb/lamnodes/lamnodes.c:56:21: style: The scope of the variable 'hent' can be reduced. [variableScope]
lam-7.1.4/otb/lamnodes/lamnodes.c:76:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/otb/lamnodes/lamnodes.c:100:2: style: Variable 'flag' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/otb/lamrestart/lamrestart.c:45:7: style: The scope of the variable 'str_len' can be reduced. [variableScope]
lam-7.1.4/otb/lamrestart/lamrestart.c:46:7: style: The scope of the variable 'errno_save' can be reduced. [variableScope]
lam-7.1.4/otb/lamrestart/lamrestart.c:49:8: style: The scope of the variable 'lampath' can be reduced. [variableScope]
lam-7.1.4/otb/lamrestart/lamrestart.c:114:5: error: Memory pointed to by 'cr_module' is freed twice. [doubleFree]
lam-7.1.4/otb/lamtrace/lamtrace.c:86:9: style: The scope of the variable 'fname' can be reduced. [variableScope]
lam-7.1.4/otb/lamtrace/lamtrace.c:87:9: style: The scope of the variable 'nodev' can be reduced. [variableScope]
lam-7.1.4/otb/loadgo/loadgo.c:336:11: style: Unused variable: server [unusedVariable]
lam-7.1.4/otb/mpimsg/mpimsg.c:112:9: style: The scope of the variable 'nodev' can be reduced. [variableScope]
lam-7.1.4/otb/mpimsg/mpitr_data.c:860:10: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:891:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:1002:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:1042:10: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:1044:10: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:1079:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:1081:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:1174:10: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:1176:10: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:1211:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:1213:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:1249:10: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:1325:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:1363:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:459:7: style: The scope of the variable 'disp' can be reduced. [variableScope]
lam-7.1.4/otb/mpimsg/mpitr_data.c:505:7: style: The scope of the variable 'length' can be reduced. [variableScope]
lam-7.1.4/otb/mpimsg/mpitr_data.c:542:16: style: The scope of the variable 'c' can be reduced. [variableScope]
lam-7.1.4/otb/mpirun/mpirun.c:648:12: style: The scope of the variable 'aschema' can be reduced. [variableScope]
lam-7.1.4/otb/mpirun/mpirun.c:649:12: style: The scope of the variable 'qarg' can be reduced. [variableScope]
lam-7.1.4/otb/mpirun/mpirun.c:1266:16: style: The scope of the variable 'error_message_1' can be reduced. [variableScope]
lam-7.1.4/otb/mpirun/mpirun.c:1267:16: style: The scope of the variable 'error_message_2' can be reduced. [variableScope]
lam-7.1.4/otb/mpirun/mpirun.c:1317:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lam-7.1.4/otb/mpirun/mpirun.c:1388:10: style: The scope of the variable 'max' can be reduced. [variableScope]
lam-7.1.4/otb/mpirun/mpirun.c:1643:15: style: The scope of the variable 'error_message' can be reduced. [variableScope]
lam-7.1.4/otb/mpirun/mpirun.c:1614:17: style: Function 'node_id_str' argument 1 names different: declaration 'node_id' definition 'nodeid'. [funcArgNamesDifferent]
lam-7.1.4/otb/mpirun/mpirun.c:98:29: note: Function 'node_id_str' argument 1 names different: declaration 'node_id' definition 'nodeid'.
lam-7.1.4/otb/mpirun/mpirun.c:1614:17: note: Function 'node_id_str' argument 1 names different: declaration 'node_id' definition 'nodeid'.
lam-7.1.4/otb/mpirun/mpirun.c:573:3: error: Memory pointed to by 'cr_module' is freed twice. [doubleFree]
lam-7.1.4/otb/mpirun/mpirun.c:655:5: error: Memory leak: fmtbuf [memleak]
lam-7.1.4/otb/mpirun/mpirun.c:836:0: error: Memory leak: procStatStruct [memleak]
lam-7.1.4/otb/mpirun/totalview.c:190:7: style: The scope of the variable 'size_hostname' can be reduced. [variableScope]
lam-7.1.4/otb/mpirun/totalview.c:342:19: style: The scope of the variable 'hent' can be reduced. [variableScope]
lam-7.1.4/otb/mpitask/mpitask.c:105:9: style: The scope of the variable 'nodev' can be reduced. [variableScope]
lam-7.1.4/otb/mpitask/mpitask.c:640:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/otb/state/state.c:261:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/otb/state/state.c:263:9: style: The scope of the variable 'fmt' can be reduced. [variableScope]
lam-7.1.4/otb/state/state.c:270:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lam-7.1.4/otb/sys/bufferd/bufferd.c:323:16: style: The scope of the variable 'pbfb' can be reduced. [variableScope]
lam-7.1.4/otb/sys/bufferd/bufferd.c:478:18: style: The scope of the variable 'pbfe' can be reduced. [variableScope]
lam-7.1.4/otb/sys/bufferd/bufferd.c:550:18: style: The scope of the variable 'pbfe' can be reduced. [variableScope]
lam-7.1.4/otb/sys/bufferd/bufferd.c:603:16: style: The scope of the variable 'pbfb' can be reduced. [variableScope]
lam-7.1.4/otb/sys/bufferd/bufferd.c:669:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/otb/sys/dli_inet/dli_inet.c:163:16: style: The scope of the variable 'pdiq' can be reduced. [variableScope]
lam-7.1.4/otb/sys/dli_inet/dli_inet.c:558:18: style: The scope of the variable 'pdir' can be reduced. [variableScope]
lam-7.1.4/otb/sys/dli_inet/dli_inet.c:390:41: style: Function 'initrouter' argument 2 names different: declaration 'mynode' definition 'mynodeid'. [funcArgNamesDifferent]
lam-7.1.4/otb/sys/dli_inet/dli_inet.c:65:65: note: Function 'initrouter' argument 2 names different: declaration 'mynode' definition 'mynodeid'.
lam-7.1.4/otb/sys/dli_inet/dli_inet.c:390:41: note: Function 'initrouter' argument 2 names different: declaration 'mynode' definition 'mynodeid'.
lam-7.1.4/otb/sys/filed/fqf77.c:111:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/otb/sys/filed/fqf77.c:112:7: style: The scope of the variable 'nfound' can be reduced. [variableScope]
lam-7.1.4/otb/sys/filed/fqf77.c:268:7: style: The scope of the variable 'bfound' can be reduced. [variableScope]
lam-7.1.4/otb/sys/filed/fqsimplex.c:90:9: style: The scope of the variable 'plen' can be reduced. [variableScope]
lam-7.1.4/otb/sys/flatd/flatd.c:163:9: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lam-7.1.4/otb/sys/flatd/flatd.c:370:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
lam-7.1.4/otb/sys/haltd/haltd.c:178:15: style: Function 'diediedie' argument 1 names different: declaration 'pid' definition 'client_pid'. [funcArgNamesDifferent]
lam-7.1.4/otb/sys/haltd/haltd.c:64:39: note: Function 'diediedie' argument 1 names different: declaration 'pid' definition 'client_pid'.
lam-7.1.4/otb/sys/haltd/haltd.c:178:15: note: Function 'diediedie' argument 1 names different: declaration 'pid' definition 'client_pid'.
lam-7.1.4/otb/sys/iod/iod.c:162:7: style: The scope of the variable 'pfd' can be reduced. [variableScope]
lam-7.1.4/otb/sys/kenyad/pqcreate.c:214:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/otb/sys/kenyad/pqcreate.c:401:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/otb/sys/kenyad/pqcreate.c:514:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
lam-7.1.4/otb/sys/kenyad/pqdetach.c:292:11: style: The scope of the variable 'pid' can be reduced. [variableScope]
lam-7.1.4/otb/sys/kenyad/pqstate.c:64:19: style: The scope of the variable 'pstate' can be reduced. [variableScope]
lam-7.1.4/otb/sys/kernel/kernelio.c:469:26: style: Function 'kio_reply' argument 1 names different: declaration 'rep' definition 'reply'. [funcArgNamesDifferent]
lam-7.1.4/otb/sys/kernel/kernelio.c:67:31: note: Function 'kio_reply' argument 1 names different: declaration 'rep' definition 'reply'.
lam-7.1.4/otb/sys/kernel/kernelio.c:469:26: note: Function 'kio_reply' argument 1 names different: declaration 'rep' definition 'reply'.
lam-7.1.4/otb/sys/kernel/kernelio.c:469:38: style: Function 'kio_reply' argument 2 names different: declaration 'fd_clnt' definition 'fd_client'. [funcArgNamesDifferent]
lam-7.1.4/otb/sys/kernel/kernelio.c:67:41: note: Function 'kio_reply' argument 2 names different: declaration 'fd_clnt' definition 'fd_client'.
lam-7.1.4/otb/sys/kernel/kernelio.c:469:38: note: Function 'kio_reply' argument 2 names different: declaration 'fd_clnt' definition 'fd_client'.
lam-7.1.4/otb/sys/kernel/kernelio.c:483:25: style: Function 'kio_intr' argument 2 names different: declaration 'f' definition 'func'. [funcArgNamesDifferent]
lam-7.1.4/otb/sys/kernel/kernelio.c:65:30: note: Function 'kio_intr' argument 2 names different: declaration 'f' definition 'func'.
lam-7.1.4/otb/sys/kernel/kernelio.c:483:25: note: Function 'kio_intr' argument 2 names different: declaration 'f' definition 'func'.
lam-7.1.4/otb/sys/kernel/kernelio.c:536:38: style: Function 'kio_to' argument 2 names different: declaration 'f' definition 'func'. [funcArgNamesDifferent]
lam-7.1.4/otb/sys/kernel/kernelio.c:75:42: note: Function 'kio_to' argument 2 names different: declaration 'f' definition 'func'.
lam-7.1.4/otb/sys/kernel/kernelio.c:536:38: note: Function 'kio_to' argument 2 names different: declaration 'f' definition 'func'.
lam-7.1.4/otb/sys/kernel/kinner.c:77:10: style: The scope of the variable 't' can be reduced. [variableScope]
lam-7.1.4/otb/sys/kernel/kouter.c:141:9: style: Condition 'go' is always true [knownConditionTrueFalse]
lam-7.1.4/otb/sys/kernel/kouter.c:116:12: note: Assignment 'go=1', assigned value is 1
lam-7.1.4/otb/sys/kernel/kouter.c:141:9: note: Condition 'go' is always true
lam-7.1.4/otb/sys/kernel/kouter.c:114:15: style: The scope of the variable 'pkq' can be reduced. [variableScope]
lam-7.1.4/otb/sys/lamd/kiproc.c:111:16: style: The scope of the variable 'pclient' can be reduced. [variableScope]
lam-7.1.4/otb/sys/lamd/nrecv.c:37:16: style: The scope of the variable 'req' can be reduced. [variableScope]
lam-7.1.4/otb/sys/lamd/rreq.c:78:15: style: The scope of the variable 'rrhead' can be reduced. [variableScope]
lam-7.1.4/otb/sys/traced/trbuf.c:93:19: style: The scope of the variable 'ptrb' can be reduced. [variableScope]
lam-7.1.4/otb/sys/traced/trbuf.c:257:19: style: The scope of the variable 'ptrb' can be reduced. [variableScope]
lam-7.1.4/otb/tping/tping.c:80:10: style: The scope of the variable 'ttrip' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_close.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_fcntl.c:221:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_open.c:13:15: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_open.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_read.c:58:13: style: Condition 'err==-1' is always true [knownConditionTrueFalse]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_read.c:15:14: note: Assignment 'err=-1', assigned value is -1
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_read.c:58:13: note: Condition 'err==-1' is always true
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_read.c:58:13: style: Same expression on both sides of '==' because the value of 'err' and '-1' are the same. [duplicateExpression]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_read.c:15:14: note: 'err' is assigned value '-1' here.
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_read.c:58:13: note: Same expression on both sides of '==' because the value of 'err' and '-1' are the same.
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_read.c:17:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_read.c:21:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_resize.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_seek.c:26:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_seek.c:26:12: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_seek.c:26:34: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_seek.c:26:47: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_seek.c:28:9: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_seek.c:28:27: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_write.c:57:13: style: Condition 'err==-1' is always true [knownConditionTrueFalse]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_write.c:15:14: note: Assignment 'err=-1', assigned value is -1
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_write.c:57:13: note: Condition 'err==-1' is always true
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_write.c:57:13: style: Same expression on both sides of '==' because the value of 'err' and '-1' are the same. [duplicateExpression]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_write.c:15:14: note: 'err' is assigned value '-1' here.
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_write.c:57:13: note: Same expression on both sides of '==' because the value of 'err' and '-1' are the same.
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_write.c:17:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_write.c:21:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_close.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_done.c:16:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_done.c:21:9: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_iread.c:21:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_iwrite.c:21:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_open.c:14:18: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_open.c:16:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:18:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:106:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:106:26: style: The scope of the variable 'brd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:106:36: style: The scope of the variable 'frd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:106:48: style: The scope of the variable 'st_index' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:107:18: style: The scope of the variable 'num' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:107:23: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:107:29: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:107:34: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:107:56: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:108:9: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:108:22: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:112:9: style: The scope of the variable 'buf_count' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:116:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:116:15: style: The scope of the variable 'st_frd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:116:28: style: The scope of the variable 'st_n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:117:9: style: The scope of the variable 'new_brd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:117:23: style: The scope of the variable 'new_frd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_resize.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_setsh.c:19:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_wait.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_wait.c:20:9: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:18:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:144:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:144:26: style: The scope of the variable 'bwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:144:36: style: The scope of the variable 'fwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:144:48: style: The scope of the variable 'st_index' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:145:18: style: The scope of the variable 'num' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:145:23: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:145:29: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:145:34: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:145:56: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:146:9: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:146:22: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:150:9: style: The scope of the variable 'buf_count' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:154:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:154:15: style: The scope of the variable 'st_fwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:154:28: style: The scope of the variable 'st_n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:155:9: style: The scope of the variable 'new_bwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:155:23: style: The scope of the variable 'new_fwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_close.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_done.c:21:17: style: Variable 'myname' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_flush.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_iread.c:23:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_iwrite.c:23:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_open.c:20:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_open.c:44:10: style: Variable 'smode' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_read.c:25:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_resize.c:21:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_resize.c:20:2: note: Variable 'err' is reassigned a value before the old one has been used.
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_resize.c:21:5: note: Variable 'err' is reassigned a value before the old one has been used.
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_resize.c:16:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_seek.c:32:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_seek.c:37:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_seek.c:37:12: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_seek.c:37:34: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_seek.c:37:47: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_seek.c:39:9: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_seek.c:39:27: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_wait.c:14:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_write.c:25:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_close.c:18:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_done.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_fcntl.c:92:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_fcntl.c:91:3: note: Variable 'err' is reassigned a value before the old one has been used.
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_fcntl.c:92:3: note: Variable 'err' is reassigned a value before the old one has been used.
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_fcntl.c:17:9: style: The scope of the variable 'iomod' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_flush.c:41:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_flush.c:40:2: note: Variable 'err' is reassigned a value before the old one has been used.
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_flush.c:41:2: note: Variable 'err' is reassigned a value before the old one has been used.
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_flush.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_flush.c:41:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_hints.c:13:19: style: The scope of the variable 'value_in_fd' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_hints.c:14:24: style: The scope of the variable 'str_factor' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_hints.c:14:39: style: The scope of the variable 'str_unit' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_hints.c:14:52: style: The scope of the variable 'start_iodev' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_hints.c:16:22: style: The scope of the variable 'fd_sys' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_hints.c:16:30: style: The scope of the variable 'perm' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_hints.c:16:36: style: The scope of the variable 'amode' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_hints.c:16:43: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_open.c:16:22: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_open.c:16:51: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_open.c:17:11: style: The scope of the variable 'value' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_open.c:20:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_read.c:20:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_resize.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_wait.c:13:9: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_wait.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_write.c:20:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_close.c:18:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_hints.c:15:11: style: The scope of the variable 'value' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_hints.c:15:19: style: The scope of the variable 'path' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_hints.c:15:26: style: The scope of the variable 'slash' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_hints.c:16:24: style: The scope of the variable 'str_factor' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_hints.c:16:39: style: The scope of the variable 'str_unit' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_hints.c:16:52: style: The scope of the variable 'start_iodev' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_hints.c:17:9: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_hints.c:17:22: style: The scope of the variable 'perm' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_hints.c:17:28: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_hints.c:17:38: style: The scope of the variable 'nioservers' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_hints.c:105:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_open.c:16:22: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_open.c:16:32: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_open.c:18:11: style: The scope of the variable 'value' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_open.c:20:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_read.c:20:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_resize.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_seek.c:21:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_seek.c:27:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_seek.c:27:12: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_seek.c:27:34: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_seek.c:27:47: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_seek.c:28:9: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_seek.c:28:27: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:21:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:97:19: style: The scope of the variable 'iov' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:98:26: style: The scope of the variable 'bwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:98:36: style: The scope of the variable 'fwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:98:48: style: The scope of the variable 'st_index' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:99:18: style: The scope of the variable 'num' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:99:23: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:99:29: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:99:34: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:99:56: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:100:9: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:100:22: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:104:9: style: The scope of the variable 'buf_count' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:106:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:106:15: style: The scope of the variable 'new_bwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:106:29: style: The scope of the variable 'new_fwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_close.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_delete.c:16:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_flush.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_hints.c:13:11: style: The scope of the variable 'value' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_hints.c:14:24: style: The scope of the variable 'str_factor' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_hints.c:14:39: style: The scope of the variable 'str_unit' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_hints.c:14:52: style: The scope of the variable 'start_iodev' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_open.c:14:22: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_open.c:18:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_read.c:26:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_resize.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_seek.c:24:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_seek.c:29:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_seek.c:29:12: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_seek.c:29:34: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_seek.c:29:47: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_seek.c:31:9: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_seek.c:31:27: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:25:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:75:19: style: The scope of the variable 'iov' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:76:26: style: The scope of the variable 'bwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:76:36: style: The scope of the variable 'fwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:76:48: style: The scope of the variable 'st_index' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:77:18: style: The scope of the variable 'num' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:77:23: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:77:29: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:77:34: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:77:56: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:78:9: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:78:22: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:82:9: style: The scope of the variable 'buf_count' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:84:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:84:15: style: The scope of the variable 'new_bwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:84:29: style: The scope of the variable 'new_fwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_sfs/ad_sfs_close.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_sfs/ad_sfs_open.c:13:15: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_sfs/ad_sfs_open.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_sfs/ad_sfs_read.c:17:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_sfs/ad_sfs_resize.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_sfs/ad_sfs_write.c:17:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_testfs/ad_testfs_seek.c:29:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_testfs/ad_testfs_seek.c:29:12: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_testfs/ad_testfs_seek.c:29:34: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_testfs/ad_testfs_seek.c:29:47: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_testfs/ad_testfs_seek.c:31:9: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_testfs/ad_testfs_seek.c:31:27: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ufs/ad_ufs_close.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ufs/ad_ufs_done.c:16:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ufs/ad_ufs_done.c:21:9: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ufs/ad_ufs_iread.c:21:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ufs/ad_ufs_iwrite.c:21:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ufs/ad_ufs_open.c:13:15: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ufs/ad_ufs_open.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ufs/ad_ufs_read.c:17:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ufs/ad_ufs_resize.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ufs/ad_ufs_wait.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ufs/ad_ufs_wait.c:20:9: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ufs/ad_ufs_write.c:17:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_close.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_done.c:13:9: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_done.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_hints.c:14:11: style: The scope of the variable 'value' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_iread.c:17:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_iwrite.c:17:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_open.c:14:18: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_open.c:17:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_read.c:21:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_resize.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_seek.c:23:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_seek.c:23:12: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_seek.c:23:34: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_seek.c:23:47: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_seek.c:24:9: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_seek.c:24:27: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_wait.c:13:9: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_wait.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_write.c:21:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_aggregate.c:201:12: style: The scope of the variable 'l' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_close.c:18:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_delete.c:19:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_end.c:15:25: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_end.c:16:23: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_flush.c:19:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_fstype.c:148:11: style: Unused variable: dir [unusedVariable]
lam-7.1.4/romio/adio/common/ad_fstype.c:149:9: style: Unused variable: err [unusedVariable]
lam-7.1.4/romio/adio/common/ad_hints.c:21:15: style: The scope of the variable 'intval' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_open.c:25:11: style: The scope of the variable 'value' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_open.c:27:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_open.c:30:9: style: The scope of the variable 'rank_ct' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_open.c:31:10: style: The scope of the variable 'tmp_ranklist' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:267:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:267:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:267:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:267:18: style: The scope of the variable 'frd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:267:30: style: The scope of the variable 'old_frd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:267:46: style: The scope of the variable 'st_index' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:268:9: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:268:22: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:270:9: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:270:18: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:270:23: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:270:45: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:271:9: style: The scope of the variable 'contig_access_count' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:271:41: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:470:18: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:475:9: style: The scope of the variable 'real_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:475:29: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:49:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:49:18: style: The scope of the variable 'brd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:49:28: style: The scope of the variable 'frd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:49:40: style: The scope of the variable 'st_index' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:50:18: style: The scope of the variable 'num' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:50:23: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:50:29: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:50:34: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:50:56: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:51:9: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:51:22: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:55:9: style: The scope of the variable 'buf_count' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:59:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:59:15: style: The scope of the variable 'st_frd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:59:28: style: The scope of the variable 'st_n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:60:9: style: The scope of the variable 'new_brd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:60:23: style: The scope of the variable 'new_frd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str_naive.c:20:9: style: The scope of the variable 'brd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str_naive.c:20:19: style: The scope of the variable 'frd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str_naive.c:21:18: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str_naive.c:21:24: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str_naive.c:21:29: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str_naive.c:21:51: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str_naive.c:22:9: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str_naive.c:22:22: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str_naive.c:26:9: style: The scope of the variable 'buf_count' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str_naive.c:109:6: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_seek.c:36:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_seek.c:41:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_seek.c:41:12: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_seek.c:41:34: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_seek.c:41:47: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_seek.c:43:9: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_seek.c:43:27: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_coll.c:255:51: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_coll.c:521:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:90:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:90:18: style: The scope of the variable 'bwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:90:28: style: The scope of the variable 'fwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:90:40: style: The scope of the variable 'st_index' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:91:18: style: The scope of the variable 'num' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:91:23: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:91:29: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:91:34: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:91:56: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:92:9: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:92:22: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:96:9: style: The scope of the variable 'buf_count' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:100:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:100:15: style: The scope of the variable 'st_fwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:100:28: style: The scope of the variable 'st_n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:102:9: style: The scope of the variable 'new_bwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:102:23: style: The scope of the variable 'new_fwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/async_list.c:23:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/async_list.c:106:19: style: The scope of the variable 'request' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/async_list.c:107:23: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/byte_offset.c:18:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/byte_offset.c:18:12: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/byte_offset.c:18:17: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/byte_offset.c:18:39: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/byte_offset.c:19:9: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/byte_offset.c:19:22: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/cb_config_list.c:114:62: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/cb_config_list.c:256:9: style: The scope of the variable 'token' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/cb_config_list.c:256:16: style: The scope of the variable 'max_procs' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/cb_config_list.c:391:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/cb_config_list.c:437:9: style: The scope of the variable 'wildcard_proc' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/cb_config_list.c:437:24: style: The scope of the variable 'cur_proc' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/eof_offset.c:19:9: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/eof_offset.c:19:22: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/eof_offset.c:19:28: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/eof_offset.c:19:31: style: The scope of the variable 'rem' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/error.c:14:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/flatten.c:435:29: style: The scope of the variable 'basic_num' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/get_fp_posn.c:18:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/get_fp_posn.c:18:12: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/get_fp_posn.c:18:25: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/get_fp_posn.c:18:31: style: The scope of the variable 'frd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/req_malloc.c:23:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/shfp_fname.c:22:12: style: The scope of the variable 'tm' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/shfp_fname.c:23:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/shfp_fname.c:24:19: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/shfp_fname.c:24:24: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/delete.c:44:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/fortran/deletef.c:121:75: style: Function 'mpi_file_delete' argument 1 names different: declaration 'FORT_MIXED_LEN_DECL' definition 'str_len'. [funcArgNamesDifferent]
lam-7.1.4/romio/mpi-io/fortran/deletef.c:113:60: note: Function 'mpi_file_delete' argument 1 names different: declaration 'FORT_MIXED_LEN_DECL' definition 'str_len'.
lam-7.1.4/romio/mpi-io/fortran/deletef.c:121:75: note: Function 'mpi_file_delete' argument 1 names different: declaration 'FORT_MIXED_LEN_DECL' definition 'str_len'.
lam-7.1.4/romio/mpi-io/fortran/get_viewf.c:162:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/fortran/openf.c:164:88: style: Function 'mpi_file_open' argument 2 names different: declaration 'FORT_MIXED_LEN_DECL' definition 'str_len'. [funcArgNamesDifferent]
lam-7.1.4/romio/mpi-io/fortran/openf.c:161:73: note: Function 'mpi_file_open' argument 2 names different: declaration 'FORT_MIXED_LEN_DECL' definition 'str_len'.
lam-7.1.4/romio/mpi-io/fortran/openf.c:164:88: note: Function 'mpi_file_open' argument 2 names different: declaration 'FORT_MIXED_LEN_DECL' definition 'str_len'.
lam-7.1.4/romio/mpi-io/get_amode.c:41:9: style: Unused variable: error_code [unusedVariable]
lam-7.1.4/romio/mpi-io/get_atom.c:41:9: style: Unused variable: error_code [unusedVariable]
lam-7.1.4/romio/mpi-io/get_extent.c:43:9: style: The scope of the variable 'error_code' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/get_group.c:42:9: style: Unused variable: error_code [unusedVariable]
lam-7.1.4/romio/mpi-io/get_info.c:41:9: style: Unused variable: error_code [unusedVariable]
lam-7.1.4/romio/mpi-io/get_posn.c:43:9: style: The scope of the variable 'error_code' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/get_view.c:48:9: style: The scope of the variable 'error_code' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/iotest.c:45:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/iowait.c:44:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/iread.c:44:21: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/iread_at.c:46:21: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/iread_sh.c:44:21: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/iwrite.c:45:21: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/iwrite_at.c:47:21: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/iwrite_sh.c:44:21: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/prealloc.c:38:19: style: The scope of the variable 'fcntl_struct' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/rd_atalle.c:42:9: style: The scope of the variable 'error_code' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/read.c:47:21: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/read_alle.c:42:9: style: The scope of the variable 'error_code' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/read_at.c:48:21: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/read_orde.c:42:9: style: The scope of the variable 'error_code' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/read_sh.c:46:21: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/wr_atalle.c:42:9: style: The scope of the variable 'error_code' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/write.c:46:21: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/write_alle.c:42:9: style: The scope of the variable 'error_code' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/write_at.c:49:21: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/write_orde.c:42:9: style: The scope of the variable 'error_code' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/write_sh.c:46:21: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/mpi2-other/info/fortran/info_getf.c:93:37: style: The scope of the variable 'tmpvaluelen' can be reduced. [variableScope]
lam-7.1.4/romio/mpi2-other/info/fortran/info_getnthf.c:92:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/test/coll_perf.c:26:44: style: The scope of the variable 'write_bw' can be reduced. [variableScope]
lam-7.1.4/romio/test/coll_perf.c:27:36: style: The scope of the variable 'read_bw' can be reduced. [variableScope]
lam-7.1.4/romio/test/error.c:57:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/romio/test/error.c:55:5: note: Variable 'err' is reassigned a value before the old one has been used.
lam-7.1.4/romio/test/error.c:57:5: note: Variable 'err' is reassigned a value before the old one has been used.
lam-7.1.4/romio/test/error.c:12:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/test/error.c:15:10: style: The scope of the variable 'string' can be reduced. [variableScope]
lam-7.1.4/romio/test/excl.c:13:25: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/test/file_info.c:168:35: style: Clarify calculation precedence for '/' and '?'. [clarifyCalculation]
lam-7.1.4/romio/test/file_info.c:264:19: style: Clarify calculation precedence for '/' and '?'. [clarifyCalculation]
lam-7.1.4/romio/test/large_array.c:21:35: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:76:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:110:62: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:235:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:236:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:236:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:256:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:257:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:257:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:271:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:272:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:272:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:292:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:293:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:293:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:145:0: error: Memory leak: array [memleak]
lam-7.1.4/romio/test/noncontig_coll2.c:247:14: error: Uninitialized variable: p [uninitvar]
lam-7.1.4/romio/test/perf.c:15:15: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/test/perf.c:15:51: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/romio/test/status.c:14:15: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/args/all_argv.c:362:18: style: The scope of the variable 'insq' can be reduced. [variableScope]
lam-7.1.4/share/args/all_argv.c:363:7: style: The scope of the variable 'indq' can be reduced. [variableScope]
lam-7.1.4/share/args/all_opt.c:629:14: warning: Either the condition 'cmdv!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
lam-7.1.4/share/args/all_opt.c:622:36: note: Assuming that condition 'cmdv!=NULL' is not redundant
lam-7.1.4/share/args/all_opt.c:629:14: note: Null pointer addition
lam-7.1.4/share/args/all_opt.c:86:18: style: The scope of the variable 'pinst' can be reduced. [variableScope]
lam-7.1.4/share/args/all_opt.c:153:17: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/args/all_opt.c:261:18: style: The scope of the variable 'pinst' can be reduced. [variableScope]
lam-7.1.4/share/args/all_opt.c:295:18: style: The scope of the variable 'pinst' can be reduced. [variableScope]
lam-7.1.4/share/args/all_opt.c:416:17: style: The scope of the variable 'mtx' can be reduced. [variableScope]
lam-7.1.4/share/args/all_opt.c:526:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/args/all_opt.c:806:18: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/args/all_opt.c:948:9: style: The scope of the variable 'string' can be reduced. [variableScope]
lam-7.1.4/share/args/ndi_parse.c:388:5: error: Memory leak: nodes [memleak]
lam-7.1.4/share/args/parse_id.c:303:13: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/args/parse_id.c:613:5: error: Memory leak: nodes [memleak]
lam-7.1.4/share/boot/asc_parse.c:483:17: style: The scope of the variable 'pa' can be reduced. [variableScope]
lam-7.1.4/share/boot/asc_parse.c:484:17: style: The scope of the variable 'pe' can be reduced. [variableScope]
lam-7.1.4/share/boot/asc_parse.c:656:10: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/boot/asc_parse.c:657:9: style: The scope of the variable 'v' can be reduced. [variableScope]
lam-7.1.4/share/boot/asc_parse.c:659:14: style: The scope of the variable 'bad_string' can be reduced. [variableScope]
lam-7.1.4/share/boot/asc_run.c:185:11: style: The scope of the variable 'temp_rtf' can be reduced. [variableScope]
lam-7.1.4/share/boot/asc_run.c:189:11: style: The scope of the variable 'remote' can be reduced. [variableScope]
lam-7.1.4/share/boot/asc_run.c:106:0: error: Memory leak: nprocs_node [memleak]
lam-7.1.4/share/boot/asc_schedule.c:45:10: style: The scope of the variable 'newnodelist' can be reduced. [variableScope]
lam-7.1.4/share/boot/asc_schedule.c:51:7: style: The scope of the variable 'n' can be reduced. [variableScope]
lam-7.1.4/share/boot/bhostparse.c:71:9: style: The scope of the variable 'host' can be reduced. [variableScope]
lam-7.1.4/share/boot/bhostparse.c:72:9: style: The scope of the variable 'user' can be reduced. [variableScope]
lam-7.1.4/share/boot/bhostparse.c:73:9: style: The scope of the variable 'linecopy' can be reduced. [variableScope]
lam-7.1.4/share/boot/bhostparse.c:77:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/boot/bhostparse.c:84:9: style: The scope of the variable 'keyval' can be reduced. [variableScope]
lam-7.1.4/share/boot/bhostparse.c:427:7: style: The scope of the variable 'quotes' can be reduced. [variableScope]
lam-7.1.4/share/boot/deallocate.c:37:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/boot/deallocate.c:38:19: style: The scope of the variable 'n' can be reduced. [variableScope]
lam-7.1.4/share/boot/deallocate.c:39:9: style: The scope of the variable 'listelem' can be reduced. [variableScope]
lam-7.1.4/share/boot/hbootparse.c:183:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lam-7.1.4/share/boot/hbootparse.c:69:7: style: The scope of the variable 'prefix_len' can be reduced. [variableScope]
lam-7.1.4/share/boot/hbootparse.c:70:7: style: The scope of the variable 'suffix_len' can be reduced. [variableScope]
lam-7.1.4/share/boot/hbootparse.c:71:7: style: The scope of the variable 'pathprefix_len' can be reduced. [variableScope]
lam-7.1.4/share/boot/hbootparse.c:73:9: style: The scope of the variable 'opt_prefix' can be reduced. [variableScope]
lam-7.1.4/share/boot/hbootparse.c:74:9: style: The scope of the variable 'opt_suffix' can be reduced. [variableScope]
lam-7.1.4/share/boot/hbootparse.c:75:9: style: The scope of the variable 'opt_pathprefix' can be reduced. [variableScope]
lam-7.1.4/share/boot/hbootparse.c:76:9: style: The scope of the variable 'prefix' can be reduced. [variableScope]
lam-7.1.4/share/boot/hbootparse.c:77:9: style: The scope of the variable 'suffix' can be reduced. [variableScope]
lam-7.1.4/share/boot/hbootparse.c:148:0: error: Resource leak: conf_fp [resourceLeak]
lam-7.1.4/share/boot/hbootparse.c:156:0: error: Memory leak: pathprefix [memleak]
lam-7.1.4/share/boot/lamnet.c:281:10: warning: Either the condition 'ifaddr==NULL' is redundant or there is possible null pointer dereference: ifaddr. [nullPointerRedundantCheck]
lam-7.1.4/share/boot/lamnet.c:282:20: note: Assuming that condition 'ifaddr==NULL' is not redundant
lam-7.1.4/share/boot/lamnet.c:281:10: note: Null pointer dereference
lam-7.1.4/share/boot/lamnet.c:200:7: style: The scope of the variable 'length' can be reduced. [variableScope]
lam-7.1.4/share/boot/lamnet.c:206:21: style: The scope of the variable 'preq' can be reduced. [variableScope]
lam-7.1.4/share/boot/lamnet.c:281:47: warning: Division by result of sizeof(). malloc() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
lam-7.1.4/share/boot/lamnet.c:250:8: error: Memory leak: config.ifc_req [memleak]
lam-7.1.4/share/etc/all_array.c:100:10: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/share/etc/all_hash.c:47:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/etc/all_hash.c:168:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/etc/all_hash.c:215:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/etc/all_hash.c:397:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/etc/all_hash.c:443:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/etc/all_shash.c:64:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/etc/itoa.c:60:7: style: The scope of the variable 'c' can be reduced. [variableScope]
lam-7.1.4/share/etc/kill.c:85:10: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/etc/kill.c:453:7: style: The scope of the variable 'badfile' can be reduced. [variableScope]
lam-7.1.4/share/etc/kill.c:454:7: style: The scope of the variable 'baddir' can be reduced. [variableScope]
lam-7.1.4/share/etc/lamdebug.c:102:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
lam-7.1.4/share/etc/lamdebug.c:103:9: style: The scope of the variable 'filename' can be reduced. [variableScope]
lam-7.1.4/share/etc/lamdebug.c:263:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/etc/lamdebug.c:263:12: style: The scope of the variable 'total_len' can be reduced. [variableScope]
lam-7.1.4/share/etc/lamdebug.c:263:23: style: The scope of the variable 'want_newline' can be reduced. [variableScope]
lam-7.1.4/share/etc/lamdebug.c:264:9: style: The scope of the variable 'str' can be reduced. [variableScope]
lam-7.1.4/share/etc/lamdebug.c:265:21: style: The scope of the variable 'ldi' can be reduced. [variableScope]
lam-7.1.4/share/etc/lamdebug.c:399:21: style: The scope of the variable 'ldi' can be reduced. [variableScope]
lam-7.1.4/share/etc/mempool.c:79:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/etc/mempool.c:224:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/etc/mempool.c:280:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/etc/mempool.c:281:18: style: The scope of the variable 'item' can be reduced. [variableScope]
lam-7.1.4/share/etc/mempool.c:375:18: style: The scope of the variable 'item' can be reduced. [variableScope]
lam-7.1.4/share/etc/mempool.c:106:7: error: Common realloc mistake: 'types' nulled but not freed upon failure [memleakOnRealloc]
lam-7.1.4/share/etc/mpitr_com.c:52:16: style: The scope of the variable 'ptrc' can be reduced. [variableScope]
lam-7.1.4/share/etc/mpitr_com.c:54:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/etc/mrw.c:44:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/etc/mrw.c:79:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/etc/mrw.c:162:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/etc/mrw.c:197:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/etc/pathsearch.c:307:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lam-7.1.4/share/etc/registry.c:257:11: style: The scope of the variable 'obj' can be reduced. [variableScope]
lam-7.1.4/share/etc/registry.c:449:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
lam-7.1.4/share/etc/registry.c:447:17: style: Function 'set_names' argument 1 names different: declaration 'msg' definition 'name'. [funcArgNamesDifferent]
lam-7.1.4/share/etc/registry.c:76:41: note: Function 'set_names' argument 1 names different: declaration 'msg' definition 'name'.
lam-7.1.4/share/etc/registry.c:447:17: note: Function 'set_names' argument 1 names different: declaration 'msg' definition 'name'.
lam-7.1.4/share/etc/registry.c:223:12: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lam-7.1.4/share/etc/registry.c:271:14: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lam-7.1.4/share/etc/rev.c:82:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
lam-7.1.4/share/etc/rev.c:180:13: style: The scope of the variable 's' can be reduced. [variableScope]
lam-7.1.4/share/etc/rev.c:180:17: style: The scope of the variable 'd' can be reduced. [variableScope]
lam-7.1.4/share/etc/show_help.c:140:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/etc/show_help.c:170:9: style: The scope of the variable 'env' can be reduced. [variableScope]
lam-7.1.4/share/etc/show_help.c:450:14: style: The scope of the variable 'is_list_initialized' can be reduced. [variableScope]
lam-7.1.4/share/etc/show_help.c:451:10: style: The scope of the variable 'curr_file' can be reduced. [variableScope]
lam-7.1.4/share/etc/show_help.c:81:16: style: Function 'expand_var' argument 1 names different: declaration 'i' definition 'which'. [funcArgNamesDifferent]
lam-7.1.4/share/etc/show_help.c:65:29: note: Function 'expand_var' argument 1 names different: declaration 'i' definition 'which'.
lam-7.1.4/share/etc/show_help.c:81:16: note: Function 'expand_var' argument 1 names different: declaration 'i' definition 'which'.
lam-7.1.4/share/etc/show_help.c:515:16: style: Variable 'max_args' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/etc/show_help.c:375:29: style: Array index 'last' is used before limits check. [arrayIndexThenCheck]
lam-7.1.4/share/etc/show_help.c:505:7: error: Common realloc mistake: 'args' nulled but not freed upon failure [memleakOnRealloc]
lam-7.1.4/share/etc/show_help.c:514:5: error: Common realloc mistake: 'args' nulled but not freed upon failure [memleakOnRealloc]
lam-7.1.4/share/etc/socket.c:128:7: style: The scope of the variable 'sockd' can be reduced. [variableScope]
lam-7.1.4/share/etc/socket.c:129:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/share/etc/socket.c:429:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/share/etc/stoi.c:33:16: style: The scope of the variable 'c' can be reduced. [variableScope]
lam-7.1.4/share/etc/terror.c:171:7: style: Condition '!found' is always true [knownConditionTrueFalse]
lam-7.1.4/share/etc/terror.c:166:11: note: Assignment 'found=0', assigned value is 0
lam-7.1.4/share/etc/terror.c:171:7: note: Condition '!found' is always true
lam-7.1.4/share/etc/vsnprintf.c:72:12: error: va_list 'arglist2' used before va_start() was called. [va_list_usedBeforeStarted]
lam-7.1.4/share/etc/vsnprintf.c:200:26: error: va_list 'arglist2' used before va_start() was called. [va_list_usedBeforeStarted]
lam-7.1.4/share/freq/rfatexit.c:37:11: style: The scope of the variable 'tfd' can be reduced. [variableScope]
lam-7.1.4/share/freq/rfstate.c:56:7: style: The scope of the variable 'count' can be reduced. [variableScope]
lam-7.1.4/share/impi/ireduce.c:80:15: style: The scope of the variable 'mynum' can be reduced. [variableScope]
lam-7.1.4/share/impi/ireduce.c:80:22: style: The scope of the variable 'rootnum' can be reduced. [variableScope]
lam-7.1.4/share/impi/ireduce.c:80:31: style: The scope of the variable 'vnum' can be reduced. [variableScope]
lam-7.1.4/share/impi/ireduce.c:80:37: style: The scope of the variable 'dim' can be reduced. [variableScope]
lam-7.1.4/share/impi/ireduce.c:81:7: style: The scope of the variable 'peer' can be reduced. [variableScope]
lam-7.1.4/share/kreq/kcreate.c:75:11: style: The scope of the variable 'rtf' can be reduced. [variableScope]
lam-7.1.4/share/kreq/kcreate.c:76:11: style: The scope of the variable 'errno_save' can be reduced. [variableScope]
lam-7.1.4/share/kreq/kcreate.c:77:12: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/kreq/kcreate.c:242:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/kreq/kcreate.c:170:11: style: Unused variable: master [unusedVariable]
lam-7.1.4/share/kreq/kcreate.c:171:11: style: Unused variable: slave [unusedVariable]
lam-7.1.4/share/kreq/kexit.c:84:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/kreq/kinit.c:58:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/kreq/ksignal.c:69:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/libltdl/ltdl.h:335:0: error: syntax error [syntaxError]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1302:14: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:853:37: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:893:30: portability: 'next_block' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:937:10: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1109:31: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1141:38: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1156:27: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1447:26: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1523:27: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1598:6: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1639:10: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1779:28: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1788:27: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:2182:23: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1441:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1415:48: note: Assignment 'grain=(msize<=32)?msize-1:32-1', assigned value is 31
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1441:2: note: Shift
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1734:51: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1733:48: note: Assignment 'grain=(msize<=32)?msize-1:32-1', assigned value is 31
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1734:51: note: Shift
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:2867:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:2878:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:2890:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:2900:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1211:18: style: Variable 'locked' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1836:18: style: Variable 'locked' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:3102:19: style: Variable 'msize_used' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:2491:17: style: The scope of the variable 'pagesz' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:2501:21: style: The scope of the variable 'front_misalign' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:2502:21: style: The scope of the variable 'correction' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:2776:13: style: The scope of the variable 'remainder_index' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:2778:13: style: The scope of the variable 'startidx' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:3571:20: style: The scope of the variable 'newsize' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:3572:20: style: The scope of the variable 'leadsize' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:3573:13: style: The scope of the variable 'remainder' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:3905:8: style: The scope of the variable 'new_size' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:3971:13: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:4001:11: style: The scope of the variable 'b' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:4264:11: style: The scope of the variable 'b' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:1972:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/memory/ptmalloc/t-test1.c:261:2: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lam-7.1.4/share/memory/ptmalloc/t-test1.c:94:15: style: The scope of the variable 'actions' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/t-test1.c:94:0: style: Variable 'pid' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/memory/ptmalloc/t-test2.c:236:2: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lam-7.1.4/share/memory/ptmalloc/t-test2.c:101:12: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/arena.c:416:7: style: Condition '!secure' is always true [knownConditionTrueFalse]
lam-7.1.4/share/memory/ptmalloc2/arena.c:333:16: note: Assignment 'secure=0', assigned value is 0
lam-7.1.4/share/memory/ptmalloc2/arena.c:416:7: note: Condition '!secure' is always true
lam-7.1.4/share/memory/ptmalloc2/arena.c:155:11: style: The scope of the variable 'victim' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/arena.c:56:22: style: struct member '_heap_info::prev' is never used. [unusedStructMember]
lam-7.1.4/share/memory/ptmalloc2/arena.c:57:10: style: struct member '_heap_info::size' is never used. [unusedStructMember]
lam-7.1.4/share/memory/ptmalloc2/arena.c:58:10: style: struct member '_heap_info::pad' is never used. [unusedStructMember]
lam-7.1.4/share/memory/ptmalloc2/arena.c:188:7: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/memory/ptmalloc2/hooks.c:340:13: style: Variable 'oldsize' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/memory/ptmalloc2/hooks.c:442:7: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/memory/ptmalloc2/arena.c:498:17: style: The scope of the variable 'ul' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/arena.c:593:8: style: The scope of the variable 'new_size' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/hooks.c:499:11: style: The scope of the variable 'b' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:2705:19: style: The scope of the variable 'end_misalign' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:2706:19: style: The scope of the variable 'aligned_brk' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:2710:19: style: The scope of the variable 'remainder_size' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:2729:11: style: The scope of the variable 'mm' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:3149:9: style: The scope of the variable 'released' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:3150:9: style: The scope of the variable 'current_brk' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:3151:9: style: The scope of the variable 'new_brk' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4111:19: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4112:19: style: The scope of the variable 'fb' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4114:19: style: The scope of the variable 'nextsize' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4115:19: style: The scope of the variable 'nextinuse' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4116:19: style: The scope of the variable 'prevsize' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4285:19: style: The scope of the variable 'fb' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4286:19: style: The scope of the variable 'maxfb' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4294:19: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4295:19: style: The scope of the variable 'nextsize' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4296:19: style: The scope of the variable 'prevsize' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4297:19: style: The scope of the variable 'nextinuse' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4389:20: style: The scope of the variable 'newp' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4390:20: style: The scope of the variable 'newsize' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4395:20: style: The scope of the variable 'remainder' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4396:20: style: The scope of the variable 'remainder_size' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4401:20: style: The scope of the variable 'copysize' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4402:20: style: The scope of the variable 'ncopies' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4403:20: style: The scope of the variable 's' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4404:20: style: The scope of the variable 'd' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4614:19: style: The scope of the variable 'newsize' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4615:19: style: The scope of the variable 'leadsize' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4616:19: style: The scope of the variable 'remainder' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4617:19: style: The scope of the variable 'remainder_size' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4618:19: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4827:19: style: The scope of the variable 'array_chunk' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:5003:13: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:5022:11: style: The scope of the variable 'b' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/hooks.c:197:11: style: Checking if unsigned variable 'c' is less than zero. [unsignedLessThanZero]
lam-7.1.4/share/memory/ptmalloc2/hooks.c:217:11: style: Checking if unsigned variable 'c' is less than zero. [unsignedLessThanZero]
lam-7.1.4/share/memory/ptmalloc2/hooks.c:342:3: warning: Suspicious code: sign conversion of -2 in calculation because '-2' has a negative value [signConversion]
lam-7.1.4/share/memory/ptmalloc2/hooks.c:405:3: warning: Suspicious code: sign conversion of -2 in calculation because '-2' has a negative value [signConversion]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:3393:3: warning: Suspicious code: sign conversion of -2 in calculation because '-2' has a negative value [signConversion]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:3756:3: warning: Suspicious code: sign conversion of -2 in calculation because '-2' has a negative value [signConversion]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4417:3: warning: Suspicious code: sign conversion of -2 in calculation because '-2' has a negative value [signConversion]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4635:3: warning: Suspicious code: sign conversion of -2 in calculation because '-2' has a negative value [signConversion]
lam-7.1.4/share/memory/ptmalloc2/hooks.c:405:3: style: Variable 'nb' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:3224:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4257:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/memory/ptmalloc2/hooks.c:209:57: style: Mismatching assignment and comparison, comparison 'offset!=4096' is always true. [assignIfError]
lam-7.1.4/share/memory/ptmalloc2/hooks.c:206:12: note: Mismatching assignment and comparison, comparison 'offset!=4096' is always true.
lam-7.1.4/share/memory/ptmalloc2/hooks.c:209:57: note: Mismatching assignment and comparison, comparison 'offset!=4096' is always true.
lam-7.1.4/share/memory/ptmalloc2/t-test1.c:152:9: style: Condition 'pid==0' is always false [knownConditionTrueFalse]
lam-7.1.4/share/memory/ptmalloc2/t-test1.c:79:30: note: Assignment 'pid=1', assigned value is 1
lam-7.1.4/share/memory/ptmalloc2/t-test1.c:152:9: note: Condition 'pid==0' is always false
lam-7.1.4/share/memory/ptmalloc2/t-test1.c:222:2: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lam-7.1.4/share/memory/ptmalloc2/t-test1.c:79:15: style: The scope of the variable 'actions' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/t-test2.c:169:2: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lam-7.1.4/share/memory/ptmalloc2/t-test2.c:83:12: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/tst-mallocstate.c:37:9: style: The scope of the variable 'save_state' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/tst-mallocstate.c:68:3: error: Common realloc mistake: 'p1' nulled but not freed upon failure [memleakOnRealloc]
lam-7.1.4/share/memory/ptmalloc2/tst-mallocstate.c:75:0: error: Memory leak: p2 [memleak]
lam-7.1.4/share/mpi/MPI.c:110:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/MPI.c:342:9: style: The scope of the variable 'cstr' can be reduced. [variableScope]
lam-7.1.4/share/mpi/abort.c:96:17: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/accumulate.c:122:15: warning: Either the condition 'header==0' is redundant or there is possible null pointer dereference: header. [nullPointerRedundantCheck]
lam-7.1.4/share/mpi/accumulate.c:123:13: note: Assuming that condition 'header==0' is not redundant
lam-7.1.4/share/mpi/accumulate.c:122:15: note: Null pointer dereference
lam-7.1.4/share/mpi/accumulate.c:122:15: error: Memory is allocated but not initialized: header [uninitdata]
lam-7.1.4/share/mpi/bcast.c:81:18: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/bsend.c:112:10: style: The scope of the variable 'finisht' can be reduced. [variableScope]
lam-7.1.4/share/mpi/cartcoords.c:58:7: style: The scope of the variable 'dim' can be reduced. [variableScope]
lam-7.1.4/share/mpi/cartcreate.c:75:7: style: The scope of the variable 'range' can be reduced. [variableScope]
lam-7.1.4/share/mpi/cartrank.c:54:7: style: The scope of the variable 'dim' can be reduced. [variableScope]
lam-7.1.4/share/mpi/cartrank.c:55:7: style: The scope of the variable 'ord' can be reduced. [variableScope]
lam-7.1.4/share/mpi/cartsub.c:66:7: style: The scope of the variable 'dim' can be reduced. [variableScope]
lam-7.1.4/share/mpi/cartsub.c:72:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/cdisconnect.c:54:16: style: The scope of the variable 'reqs' can be reduced. [variableScope]
lam-7.1.4/share/mpi/cdisconnect.c:59:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/cfree.c:70:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/mpi/csplit.c:269:12: style: Expression is always false because 'else if' condition matches previous condition at line 265. [multiCondition]
lam-7.1.4/share/mpi/csplit.c:273:12: style: Expression is always false because 'else if' condition matches previous condition at line 265. [multiCondition]
lam-7.1.4/share/mpi/csplit.c:273:12: style: Expression is always false because 'else if' condition matches previous condition at line 269. [multiCondition]
lam-7.1.4/share/mpi/dimscreate.c:188:7: style: The scope of the variable 'f' can be reduced. [variableScope]
lam-7.1.4/share/mpi/errstring.c:115:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/f77/alltoallw_f.c:34:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/f77/alltoallw_f.c:35:32: style: The scope of the variable 'rtypes' can be reduced. [variableScope]
lam-7.1.4/share/mpi/f77/attrget_f.c:35:19: style: The scope of the variable 'pk' can be reduced. [variableScope]
lam-7.1.4/share/mpi/f77/cgetattr_f.c:37:19: style: The scope of the variable 'pk' can be reduced. [variableScope]
lam-7.1.4/share/mpi/f77/namelook_f.c:51:3: error: Memory leak: port [memleak]
lam-7.1.4/share/mpi/f77/spawnmult_f.c:49:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/f77/spawnmult_f.c:99:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/f77/spawnmult_f.c:132:7: warning: Size of pointer 'infos' used instead of size of its data. [pointerSize]
lam-7.1.4/share/mpi/f77/tgetattr_f.c:36:19: style: The scope of the variable 'pk' can be reduced. [variableScope]
lam-7.1.4/share/mpi/f77/wgetattr_f.c:36:19: style: The scope of the variable 'pk' can be reduced. [variableScope]
lam-7.1.4/share/mpi/gfree.c:52:17: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/gfree.c:53:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/graphcreate.c:69:7: style: The scope of the variable 'range' can be reduced. [variableScope]
lam-7.1.4/share/mpi/grexcl.c:75:7: style: The scope of the variable 'first' can be reduced. [variableScope]
lam-7.1.4/share/mpi/grexcl.c:76:7: style: The scope of the variable 'last' can be reduced. [variableScope]
lam-7.1.4/share/mpi/grexcl.c:77:7: style: The scope of the variable 'stride' can be reduced. [variableScope]
lam-7.1.4/share/mpi/grexcl.c:78:7: style: The scope of the variable 'end' can be reduced. [variableScope]
lam-7.1.4/share/mpi/grincl.c:71:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lam-7.1.4/share/mpi/grincl.c:73:7: style: The scope of the variable 'first' can be reduced. [variableScope]
lam-7.1.4/share/mpi/grincl.c:74:7: style: The scope of the variable 'last' can be reduced. [variableScope]
lam-7.1.4/share/mpi/gtranks.c:59:7: style: The scope of the variable 'rank' can be reduced. [variableScope]
lam-7.1.4/share/mpi/handles.c:83:7: style: The scope of the variable 'f77_handle' can be reduced. [variableScope]
lam-7.1.4/share/mpi/handles.c:156:7: style: The scope of the variable 'f77_handle' can be reduced. [variableScope]
lam-7.1.4/share/mpi/handles.c:229:7: style: The scope of the variable 'f77_handle' can be reduced. [variableScope]
lam-7.1.4/share/mpi/handles.c:302:7: style: The scope of the variable 'f77_handle' can be reduced. [variableScope]
lam-7.1.4/share/mpi/handles.c:375:7: style: The scope of the variable 'f77_handle' can be reduced. [variableScope]
lam-7.1.4/share/mpi/handles.c:448:7: style: The scope of the variable 'f77_handle' can be reduced. [variableScope]
lam-7.1.4/share/mpi/handles.c:521:7: style: The scope of the variable 'f77_handle' can be reduced. [variableScope]
lam-7.1.4/share/mpi/handles.c:674:7: style: The scope of the variable 'f77_handle' can be reduced. [variableScope]
lam-7.1.4/share/mpi/iccreate.c:97:7: style: The scope of the variable 'lgbytes' can be reduced. [variableScope]
lam-7.1.4/share/mpi/iccreate.c:99:15: style: The scope of the variable 'lprocs' can be reduced. [variableScope]
lam-7.1.4/share/mpi/iccreate.c:102:17: style: The scope of the variable 'pp' can be reduced. [variableScope]
lam-7.1.4/share/mpi/iccreate.c:210:4: error: Memory leak: rprocs [memleak]
lam-7.1.4/share/mpi/infocreate.c:72:3: error: Memory leak: info [memleak]
lam-7.1.4/share/mpi/infocreate.c:79:3: error: Memory leak: info [memleak]
lam-7.1.4/share/mpi/infocreate.c:86:2: error: Memory leak: info [memleak]
lam-7.1.4/share/mpi/infoget.c:69:7: style: The scope of the variable 'vallen' can be reduced. [variableScope]
lam-7.1.4/share/mpi/irsend.c:79:10: style: The scope of the variable 'finisht' can be reduced. [variableScope]
lam-7.1.4/share/mpi/isend.c:89:10: style: The scope of the variable 'finisht' can be reduced. [variableScope]
lam-7.1.4/share/mpi/issend.c:79:10: style: The scope of the variable 'finisht' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamapps.c:132:0: error: Memory leak: myprocs [memleak]
lam-7.1.4/share/mpi/lambuf.c:234:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamcid.c:80:10: style: The scope of the variable 'byte' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamcid.c:157:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamcid.c:161:14: style: The scope of the variable 'lower' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamclocks.c:154:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamclocks.c:103:0: error: Memory leak: leaders [memleak]
lam-7.1.4/share/mpi/lamdeferr.c:163:8: style: The scope of the variable 'name' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamdtype.c:76:11: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamdtype.c:552:10: style: The scope of the variable 'd' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamdtype.c:569:11: style: The scope of the variable 'd' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamdtype.c:613:12: style: The scope of the variable 'disp' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamdtype.c:614:8: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamdtype.c:645:12: style: The scope of the variable 'disp' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamdtype.c:646:16: style: The scope of the variable 'type' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamdtype.c:647:8: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamdtype.c:681:7: style: The scope of the variable 'extent' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamdtype.c:832:7: style: The scope of the variable 'extent' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamdtype.c:833:7: style: The scope of the variable 'epsilon' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamdtype.c:1034:17: style: The scope of the variable 'd' can be reduced. [variableScope]
lam-7.1.4/share/mpi/laminit.c:154:9: style: The scope of the variable 'trworld' can be reduced. [variableScope]
lam-7.1.4/share/mpi/laminit.c:155:7: style: The scope of the variable 'trwlen' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:1943:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/share/mpi/lammpiinit.c:1983:7: style: Variable 'rank[0]' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/share/mpi/lammpiinit.c:1982:7: note: Variable 'rank[0]' is reassigned a value before the old one has been used.
lam-7.1.4/share/mpi/lammpiinit.c:1983:7: note: Variable 'rank[0]' is reassigned a value before the old one has been used.
lam-7.1.4/share/mpi/lammpiinit.c:622:20: style: The scope of the variable 'cr' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:623:14: style: The scope of the variable 'coll' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:626:34: style: The scope of the variable 'cra' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:627:7: style: The scope of the variable 'coll_has_cr' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:763:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:764:16: style: The scope of the variable 'g' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:765:18: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:1966:9: style: The scope of the variable 'env' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:1966:14: style: The scope of the variable 'hostname' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:1966:32: style: The scope of the variable 'node' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:1966:46: style: The scope of the variable 'pid' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:1966:59: style: The scope of the variable 'rank' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:1750:21: style: Function 'comm_cmp' argument 1 names different: declaration 'a' definition 'c1'. [funcArgNamesDifferent]
lam-7.1.4/share/mpi/lammpiinit.c:114:32: note: Function 'comm_cmp' argument 1 names different: declaration 'a' definition 'c1'.
lam-7.1.4/share/mpi/lammpiinit.c:1750:21: note: Function 'comm_cmp' argument 1 names different: declaration 'a' definition 'c1'.
lam-7.1.4/share/mpi/lammpiinit.c:1750:36: style: Function 'comm_cmp' argument 2 names different: declaration 'b' definition 'c2'. [funcArgNamesDifferent]
lam-7.1.4/share/mpi/lammpiinit.c:114:46: note: Function 'comm_cmp' argument 2 names different: declaration 'b' definition 'c2'.
lam-7.1.4/share/mpi/lammpiinit.c:1750:36: note: Function 'comm_cmp' argument 2 names different: declaration 'b' definition 'c2'.
lam-7.1.4/share/mpi/lammpiinit.c:1781:22: style: Function 'check_cid' argument 1 names different: declaration 'a' definition 'c1'. [funcArgNamesDifferent]
lam-7.1.4/share/mpi/lammpiinit.c:115:33: note: Function 'check_cid' argument 1 names different: declaration 'a' definition 'c1'.
lam-7.1.4/share/mpi/lammpiinit.c:1781:22: note: Function 'check_cid' argument 1 names different: declaration 'a' definition 'c1'.
lam-7.1.4/share/mpi/lammpiinit.c:1781:37: style: Function 'check_cid' argument 2 names different: declaration 'b' definition 'c2'. [funcArgNamesDifferent]
lam-7.1.4/share/mpi/lammpiinit.c:115:47: note: Function 'check_cid' argument 2 names different: declaration 'b' definition 'c2'.
lam-7.1.4/share/mpi/lammpiinit.c:1781:37: note: Function 'check_cid' argument 2 names different: declaration 'b' definition 'c2'.
lam-7.1.4/share/mpi/lammpiinit.c:130:9: style: struct member 'flt_int::fi_float' is never used. [unusedStructMember]
lam-7.1.4/share/mpi/lammpiinit.c:136:10: style: struct member 'dbl_int::di_double' is never used. [unusedStructMember]
lam-7.1.4/share/mpi/lammpiinit.c:145:10: style: struct member 'longdbl_int::ldi_double' is never used. [unusedStructMember]
lam-7.1.4/share/mpi/lammpiinit.c:152:8: style: struct member 'long_int::li_long' is never used. [unusedStructMember]
lam-7.1.4/share/mpi/lammpiinit.c:158:9: style: struct member 'short_int::li_short' is never used. [unusedStructMember]
lam-7.1.4/share/mpi/lamnbarrier.c:52:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamonesided.c:141:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamonesided.c:184:15: style: The scope of the variable 'reqs' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamonesided.c:186:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamonesided.c:189:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:266:10: style: The scope of the variable 's' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:282:11: style: The scope of the variable 's' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:436:8: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:437:12: style: The scope of the variable 'disp' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:438:9: style: The scope of the variable 's' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:476:8: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:477:12: style: The scope of the variable 'disp' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:478:9: style: The scope of the variable 's' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:516:8: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:517:12: style: The scope of the variable 'disp' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:518:16: style: The scope of the variable 'type' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:519:9: style: The scope of the variable 's' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:554:8: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:555:12: style: The scope of the variable 'disp' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:556:16: style: The scope of the variable 'type' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:557:9: style: The scope of the variable 's' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamprocs.c:326:5: error: Common realloc mistake: 'lam_procs' nulled but not freed upon failure [memleakOnRealloc]
lam-7.1.4/share/mpi/lamreduce.c:57:8: style: The scope of the variable 'piin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:57:15: style: The scope of the variable 'piout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:58:9: style: The scope of the variable 'plin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:58:16: style: The scope of the variable 'plout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:59:10: style: The scope of the variable 'psin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:59:17: style: The scope of the variable 'psout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:60:18: style: The scope of the variable 'pusin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:60:26: style: The scope of the variable 'pusout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:61:12: style: The scope of the variable 'puin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:61:19: style: The scope of the variable 'puout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:62:17: style: The scope of the variable 'pulin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:62:25: style: The scope of the variable 'pulout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:63:10: style: The scope of the variable 'pfin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:63:17: style: The scope of the variable 'pfout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:64:11: style: The scope of the variable 'pdin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:64:18: style: The scope of the variable 'pdout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:68:11: style: The scope of the variable 'pldin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:68:19: style: The scope of the variable 'pldout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:74:9: style: The scope of the variable 'pllin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:74:17: style: The scope of the variable 'pllout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:75:18: style: The scope of the variable 'pullin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:75:27: style: The scope of the variable 'pullout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:334:8: style: The scope of the variable 'piin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:334:15: style: The scope of the variable 'piout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:335:9: style: The scope of the variable 'plin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:335:16: style: The scope of the variable 'plout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:336:10: style: The scope of the variable 'psin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:336:17: style: The scope of the variable 'psout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:337:18: style: The scope of the variable 'pusin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:337:26: style: The scope of the variable 'pusout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:338:12: style: The scope of the variable 'puin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:338:19: style: The scope of the variable 'puout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:339:17: style: The scope of the variable 'pulin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:339:25: style: The scope of the variable 'pulout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:340:10: style: The scope of the variable 'pfin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:340:17: style: The scope of the variable 'pfout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:341:11: style: The scope of the variable 'pdin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:341:18: style: The scope of the variable 'pdout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:345:11: style: The scope of the variable 'pldin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:345:19: style: The scope of the variable 'pldout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:351:9: style: The scope of the variable 'pllin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:351:17: style: The scope of the variable 'pllout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:352:18: style: The scope of the variable 'pullin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:352:27: style: The scope of the variable 'pullout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:611:8: style: The scope of the variable 'piin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:611:15: style: The scope of the variable 'piout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:612:9: style: The scope of the variable 'plin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:612:16: style: The scope of the variable 'plout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:613:10: style: The scope of the variable 'psin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:613:17: style: The scope of the variable 'psout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:614:18: style: The scope of the variable 'pusin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:614:26: style: The scope of the variable 'pusout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:615:12: style: The scope of the variable 'puin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:615:19: style: The scope of the variable 'puout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:616:17: style: The scope of the variable 'pulin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:616:25: style: The scope of the variable 'pulout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:617:10: style: The scope of the variable 'pfin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:617:17: style: The scope of the variable 'pfout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:618:11: style: The scope of the variable 'pdin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:618:18: style: The scope of the variable 'pdout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:619:18: style: The scope of the variable 'pxin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:619:25: style: The scope of the variable 'pxout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:620:19: style: The scope of the variable 'pdxin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:620:27: style: The scope of the variable 'pdxout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:621:20: style: The scope of the variable 'pldxin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:621:29: style: The scope of the variable 'pldxout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:625:11: style: The scope of the variable 'pldin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:625:19: style: The scope of the variable 'pldout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:631:9: style: The scope of the variable 'pllin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:631:17: style: The scope of the variable 'pllout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:632:18: style: The scope of the variable 'pullin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:632:27: style: The scope of the variable 'pullout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:886:8: style: The scope of the variable 'piin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:886:15: style: The scope of the variable 'piout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:887:9: style: The scope of the variable 'plin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:887:16: style: The scope of the variable 'plout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:888:10: style: The scope of the variable 'psin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:888:17: style: The scope of the variable 'psout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:889:18: style: The scope of the variable 'pusin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:889:26: style: The scope of the variable 'pusout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:890:12: style: The scope of the variable 'puin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:890:19: style: The scope of the variable 'puout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:891:17: style: The scope of the variable 'pulin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:891:25: style: The scope of the variable 'pulout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:892:10: style: The scope of the variable 'pfin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:892:17: style: The scope of the variable 'pfout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:893:9: style: The scope of the variable 'xr' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:893:13: style: The scope of the variable 'xi' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:894:10: style: The scope of the variable 'dxr' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:894:15: style: The scope of the variable 'dxi' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:895:11: style: The scope of the variable 'pdin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:895:18: style: The scope of the variable 'pdout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:896:18: style: The scope of the variable 'pxin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:897:19: style: The scope of the variable 'pdxin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:898:20: style: The scope of the variable 'pldxin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:903:11: style: The scope of the variable 'pldin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:903:19: style: The scope of the variable 'pldout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:904:18: style: The scope of the variable 'ldxr' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:904:24: style: The scope of the variable 'ldxi' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:910:9: style: The scope of the variable 'pllin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:910:17: style: The scope of the variable 'pllout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:911:18: style: The scope of the variable 'pullin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:911:27: style: The scope of the variable 'pullout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1182:8: style: The scope of the variable 'piin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1182:15: style: The scope of the variable 'piout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1183:9: style: The scope of the variable 'plin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1183:16: style: The scope of the variable 'plout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1184:10: style: The scope of the variable 'psin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1184:17: style: The scope of the variable 'psout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1185:18: style: The scope of the variable 'pusin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1185:26: style: The scope of the variable 'pusout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1186:12: style: The scope of the variable 'puin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1186:19: style: The scope of the variable 'puout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1187:17: style: The scope of the variable 'pulin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1187:25: style: The scope of the variable 'pulout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1188:21: style: The scope of the variable 'pboolin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1188:31: style: The scope of the variable 'pboolout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1193:9: style: The scope of the variable 'pllin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1193:17: style: The scope of the variable 'pllout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1194:18: style: The scope of the variable 'pullin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1194:27: style: The scope of the variable 'pullout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1308:8: style: The scope of the variable 'piin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1308:15: style: The scope of the variable 'piout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1309:9: style: The scope of the variable 'plin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1309:16: style: The scope of the variable 'plout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1310:10: style: The scope of the variable 'psin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1310:17: style: The scope of the variable 'psout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1311:18: style: The scope of the variable 'pusin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1311:26: style: The scope of the variable 'pusout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1312:12: style: The scope of the variable 'puin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1312:19: style: The scope of the variable 'puout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1313:17: style: The scope of the variable 'pulin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1313:25: style: The scope of the variable 'pulout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1314:21: style: The scope of the variable 'pboolin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1314:31: style: The scope of the variable 'pboolout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1319:9: style: The scope of the variable 'pllin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1319:17: style: The scope of the variable 'pllout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1320:18: style: The scope of the variable 'pullin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1320:27: style: The scope of the variable 'pullout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1434:8: style: The scope of the variable 'piin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1434:15: style: The scope of the variable 'piout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1435:9: style: The scope of the variable 'plin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1435:16: style: The scope of the variable 'plout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1436:10: style: The scope of the variable 'psin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1436:17: style: The scope of the variable 'psout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1437:18: style: The scope of the variable 'pusin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1437:26: style: The scope of the variable 'pusout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1438:12: style: The scope of the variable 'puin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1438:19: style: The scope of the variable 'puout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1439:17: style: The scope of the variable 'pulin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1439:25: style: The scope of the variable 'pulout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1440:21: style: The scope of the variable 'pboolin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1440:31: style: The scope of the variable 'pboolout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1445:9: style: The scope of the variable 'pllin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1445:17: style: The scope of the variable 'pllout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1446:18: style: The scope of the variable 'pullin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1446:27: style: The scope of the variable 'pullout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1552:8: style: The scope of the variable 'piin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1552:15: style: The scope of the variable 'piout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1553:9: style: The scope of the variable 'plin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1553:16: style: The scope of the variable 'plout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1554:10: style: The scope of the variable 'psin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1554:17: style: The scope of the variable 'psout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1555:18: style: The scope of the variable 'pusin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1555:26: style: The scope of the variable 'pusout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1556:12: style: The scope of the variable 'puin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1556:19: style: The scope of the variable 'puout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1557:17: style: The scope of the variable 'pulin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1557:25: style: The scope of the variable 'pulout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1558:17: style: The scope of the variable 'pucin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1558:25: style: The scope of the variable 'pucout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1563:9: style: The scope of the variable 'pllin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1563:17: style: The scope of the variable 'pllout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1564:18: style: The scope of the variable 'pullin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1564:27: style: The scope of the variable 'pullout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1723:8: style: The scope of the variable 'piin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1723:15: style: The scope of the variable 'piout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1724:9: style: The scope of the variable 'plin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1724:16: style: The scope of the variable 'plout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1725:10: style: The scope of the variable 'psin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1725:17: style: The scope of the variable 'psout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1726:18: style: The scope of the variable 'pusin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1726:26: style: The scope of the variable 'pusout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1727:12: style: The scope of the variable 'puin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1727:19: style: The scope of the variable 'puout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1728:17: style: The scope of the variable 'pulin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1728:25: style: The scope of the variable 'pulout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1729:17: style: The scope of the variable 'pucin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1729:25: style: The scope of the variable 'pucout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1734:9: style: The scope of the variable 'pllin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1734:17: style: The scope of the variable 'pllout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1735:18: style: The scope of the variable 'pullin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1735:27: style: The scope of the variable 'pullout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1894:8: style: The scope of the variable 'piin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1894:15: style: The scope of the variable 'piout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1895:9: style: The scope of the variable 'plin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1895:16: style: The scope of the variable 'plout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1896:10: style: The scope of the variable 'psin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1896:17: style: The scope of the variable 'psout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1897:18: style: The scope of the variable 'pusin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1897:26: style: The scope of the variable 'pusout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1898:12: style: The scope of the variable 'puin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1898:19: style: The scope of the variable 'puout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1899:17: style: The scope of the variable 'pulin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1899:25: style: The scope of the variable 'pulout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1900:17: style: The scope of the variable 'pucin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1900:25: style: The scope of the variable 'pucout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1905:9: style: The scope of the variable 'pllin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1905:17: style: The scope of the variable 'pllout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1906:18: style: The scope of the variable 'pullin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1906:27: style: The scope of the variable 'pullout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2065:25: style: The scope of the variable 'pffout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2066:25: style: The scope of the variable 'pfiout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2067:25: style: The scope of the variable 'pddout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2068:25: style: The scope of the variable 'pdiout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2069:27: style: The scope of the variable 'pldiout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2070:25: style: The scope of the variable 'piiout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2071:26: style: The scope of the variable 'pliout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2072:27: style: The scope of the variable 'psiout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2203:25: style: The scope of the variable 'pffout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2204:25: style: The scope of the variable 'pfiout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2205:25: style: The scope of the variable 'pddout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2206:25: style: The scope of the variable 'pdiout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2207:27: style: The scope of the variable 'pldiout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2208:25: style: The scope of the variable 'piiout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2209:26: style: The scope of the variable 'pliout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2210:27: style: The scope of the variable 'psiout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreqs.c:459:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamsend.c:109:40: style: Redundant condition: err!=MPI_SUCCESS. 'err==MPI_SUCCESS || (err!=MPI_SUCCESS && errno!=EBUSY)' is equivalent to 'err==MPI_SUCCESS || errno!=EBUSY' [redundantCondition]
lam-7.1.4/share/mpi/lamsig.c:120:17: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamsig.c:124:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamspawn.c:50:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamspawn.c:110:10: style: The scope of the variable 'max' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamspawn.c:112:21: style: The scope of the variable 'module' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:278:7: style: The scope of the variable 'trsize' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:279:16: style: The scope of the variable 'psrc' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:280:19: style: The scope of the variable 'ptrr' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:281:18: style: The scope of the variable 'pto' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:334:7: style: The scope of the variable 'trsize' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:335:16: style: The scope of the variable 'psrc' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:336:19: style: The scope of the variable 'ptrr' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:337:18: style: The scope of the variable 'pto' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:388:16: style: The scope of the variable 'psrc' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:389:19: style: The scope of the variable 'ptrr' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:390:17: style: The scope of the variable 'pinit' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:391:26: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:392:7: style: The scope of the variable 'trsize' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:658:10: style: The scope of the variable 'totaltime' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:280:7: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:420:7: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:576:8: style: The scope of the variable 'blklen' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:577:12: style: The scope of the variable 'disp' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:578:9: style: The scope of the variable 'd' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:627:8: style: The scope of the variable 'blklen' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:628:12: style: The scope of the variable 'disp' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:629:9: style: The scope of the variable 'd' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:676:8: style: The scope of the variable 'blklen' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:677:12: style: The scope of the variable 'disp' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:678:16: style: The scope of the variable 'type' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:679:9: style: The scope of the variable 'd' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:727:8: style: The scope of the variable 'blklen' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:728:12: style: The scope of the variable 'disp' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:729:16: style: The scope of the variable 'type' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:730:9: style: The scope of the variable 'd' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamupdown.c:359:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamupdown.c:359:10: style: The scope of the variable 'myrank' can be reduced. [variableScope]
lam-7.1.4/share/mpi/opcreate.c:77:7: style: The scope of the variable 'class' can be reduced. [variableScope]
lam-7.1.4/share/mpi/put.c:117:15: warning: Either the condition 'header==0' is redundant or there is possible null pointer dereference: header. [nullPointerRedundantCheck]
lam-7.1.4/share/mpi/put.c:118:13: note: Assuming that condition 'header==0' is not redundant
lam-7.1.4/share/mpi/put.c:117:15: note: Null pointer dereference
lam-7.1.4/share/mpi/put.c:117:15: error: Memory is allocated but not initialized: header [uninitdata]
lam-7.1.4/share/mpi/recv.c:172:42: style: Redundant condition: err!=MPI_SUCCESS. 'err==MPI_SUCCESS || (err!=MPI_SUCCESS && errno!=EBUSY)' is equivalent to 'err==MPI_SUCCESS || errno!=EBUSY' [redundantCondition]
lam-7.1.4/share/mpi/reduce.c:89:15: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/reqfree.c:72:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/mpi/scatter.c:132:5: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
lam-7.1.4/share/mpi/spawn.c:715:12: style: The scope of the variable 'aschema' can be reduced. [variableScope]
lam-7.1.4/share/mpi/spawn.c:716:11: style: The scope of the variable 'argv_n' can be reduced. [variableScope]
lam-7.1.4/share/mpi/spawn.c:720:11: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/spawn.c:722:11: style: The scope of the variable 'value' can be reduced. [variableScope]
lam-7.1.4/share/mpi/spawn.c:952:19: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/spawn.c:1001:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lam-7.1.4/share/mpi/spawn.c:1001:20: style: The scope of the variable 'num_left' can be reduced. [variableScope]
lam-7.1.4/share/mpi/spawn.c:565:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/mpi/spawn.c:624:21: error: Memory leak: world [memleak]
lam-7.1.4/share/mpi/spawn.c:638:3: error: Memory leak: worldout [memleak]
lam-7.1.4/share/mpi/spawn.c:895:6: error: Memory leak: routes [memleak]
lam-7.1.4/share/mpi/spawn.c:406:0: error: Memory leak: ecodes [memleak]
lam-7.1.4/share/mpi/spawnmult.c:217:9: style: The scope of the variable 'app' can be reduced. [variableScope]
lam-7.1.4/share/mpi/spawnmult.c:765:19: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/spawnmult.c:486:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/mpi/spawnmult.c:549:21: error: Memory leak: world [memleak]
lam-7.1.4/share/mpi/spawnmult.c:563:3: error: Memory leak: worldout [memleak]
lam-7.1.4/share/mpi/startall.c:83:10: style: The scope of the variable 'finisht' can be reduced. [variableScope]
lam-7.1.4/share/mpi/tdarray.c:271:0: error: Memory leak: offsets [memleak]
lam-7.1.4/share/mpi/tdarray.c:271:0: error: Memory leak: coords [memleak]
lam-7.1.4/share/mpi/testsome.c:68:14: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/tfree.c:62:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/mpi/tindex.c:88:7: style: The scope of the variable 'oldext' can be reduced. [variableScope]
lam-7.1.4/share/mpi/tresize.c:62:16: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/tresize.c:63:19: style: The scope of the variable 'pk' can be reduced. [variableScope]
lam-7.1.4/share/mpi/wait.c:96:10: style: The scope of the variable 'finisht' can be reduced. [variableScope]
lam-7.1.4/share/mpi/waitall.c:58:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/mpi/waitall.c:63:14: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/waitany.c:84:10: style: The scope of the variable 'finisht' can be reduced. [variableScope]
lam-7.1.4/share/mpi/waitsome.c:80:14: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/wcreate.c:116:3: error: Memory leak: win [memleak]
lam-7.1.4/share/mpi/wcreate.c:136:3: error: Memory leak: win [memleak]
lam-7.1.4/share/mpi/wcreate.c:136:3: error: Memory leak: win.w_pstate [memleak]
lam-7.1.4/share/mpi/wfence.c:115:0: error: Memory leak: reqs [memleak]
lam-7.1.4/share/mpi/wfree.c:63:19: style: The scope of the variable 'keystate' can be reduced. [variableScope]
lam-7.1.4/share/mpi/wpost.c:62:7: style: The scope of the variable 'rank' can be reduced. [variableScope]
lam-7.1.4/share/mpi/wpost.c:63:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/mpi/wstart.c:68:7: style: The scope of the variable 'rank' can be reduced. [variableScope]
lam-7.1.4/share/mpi/wstart.c:110:0: error: Memory leak: reqs [memleak]
lam-7.1.4/share/mpi/wtick.c:44:10: style: The scope of the variable 't' can be reduced. [variableScope]
lam-7.1.4/share/mpi/wtick.c:45:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_ao.c:58:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_ao.c:59:7: style: The scope of the variable 'buflen' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_hostmap.c:67:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_hostmap.c:68:7: style: The scope of the variable 'happy' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_hostmap.c:71:8: style: The scope of the variable 'addr_ntoa' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_hostmap.c:72:9: style: The scope of the variable 'new_hostname' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_hostmap.c:76:19: style: The scope of the variable 'h' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_hostmap.c:77:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_module_find.c:185:15: warning: Either the condition 'end!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
lam-7.1.4/share/ssi/base/ssi_module_find.c:181:13: note: Assuming that condition 'end!=NULL' is not redundant
lam-7.1.4/share/ssi/base/ssi_module_find.c:185:15: note: Null pointer addition
lam-7.1.4/share/ssi/base/ssi_module_find.c:280:16: style: The scope of the variable 'deps' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_module_find.c:450:24: warning: Char literal compared with pointer 'p'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
lam-7.1.4/share/ssi/base/ssi_module_registry.c:160:7: style: The scope of the variable 'non_null' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_module_registry.c:160:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_module_registry.c:160:20: style: The scope of the variable 'changed' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_module_registry.c:242:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_module_registry.c:242:11: style: The scope of the variable 'deps' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_mpi_module_select.c:162:34: style: The scope of the variable 'cr' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_mpi_module_select.c:160:32: style: Function 'try_level' argument 2 names different: declaration 'rpi' definition 'rpi_list'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/base/ssi_mpi_module_select.c:39:43: note: Function 'try_level' argument 2 names different: declaration 'rpi' definition 'rpi_list'.
lam-7.1.4/share/ssi/base/ssi_mpi_module_select.c:160:32: note: Function 'try_level' argument 2 names different: declaration 'rpi' definition 'rpi_list'.
lam-7.1.4/share/ssi/base/ssi_mpi_module_select.c:160:48: style: Function 'try_level' argument 3 names different: declaration 'coll' definition 'coll_list'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/base/ssi_mpi_module_select.c:39:54: note: Function 'try_level' argument 3 names different: declaration 'coll' definition 'coll_list'.
lam-7.1.4/share/ssi/base/ssi_mpi_module_select.c:160:48: note: Function 'try_level' argument 3 names different: declaration 'coll' definition 'coll_list'.
lam-7.1.4/share/ssi/base/ssi_mpi_module_select.c:160:65: style: Function 'try_level' argument 4 names different: declaration 'crmpi' definition 'crmpi_list'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/base/ssi_mpi_module_select.c:39:66: note: Function 'try_level' argument 4 names different: declaration 'crmpi' definition 'crmpi_list'.
lam-7.1.4/share/ssi/base/ssi_mpi_module_select.c:160:65: note: Function 'try_level' argument 4 names different: declaration 'crmpi' definition 'crmpi_list'.
lam-7.1.4/share/ssi/base/ssi_param.c:140:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_param.c:140:10: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_set_verbose.c:61:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
lam-7.1.4/share/ssi/base/ssi_set_verbose.c:72:7: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
lam-7.1.4/share/ssi/boot/base/ssi_boot_do_args.c:61:18: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/base/ssi_boot_find_prefix.c:42:9: style: The scope of the variable 'prefix_keyval' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/base/ssi_boot_ioexecvp.c:69:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/base/ssi_boot_open.c:185:39: style: Redundant condition: ls->ssi_open_module!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
lam-7.1.4/share/ssi/boot/base/ssi_boot_open.c:255:37: style: Redundant condition: ls->ssi_open_module!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
lam-7.1.4/share/ssi/boot/base/ssi_boot_open.c:173:20: style: The scope of the variable 'ls' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/base/ssi_boot_open.c:244:20: style: The scope of the variable 'ls' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/base/ssi_boot_server.c:315:8: style: The scope of the variable 'ip_addr' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/base/ssi_boot_server.c:316:8: style: The scope of the variable 'ip_port' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/bproc/src/ssi_boot_bproc.c:565:13: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/share/ssi/boot/bproc/src/ssi_boot_bproc.c:564:13: note: Variable 'ret' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/boot/bproc/src/ssi_boot_bproc.c:565:13: note: Variable 'ret' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/boot/bproc/src/ssi_boot_bproc.c:147:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/bproc/src/ssi_boot_bproc.c:871:7: style: The scope of the variable 'errno_save' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/bproc/src/ssi_boot_bproc.c:208:48: style: Function 'lam_ssi_boot_bproc_parse_options' argument 2 names different: declaration 'schema' definition 'boot_schema_args'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/bproc/src/lam-ssi-boot-bproc.h:53:54: note: Function 'lam_ssi_boot_bproc_parse_options' argument 2 names different: declaration 'schema' definition 'boot_schema_args'.
lam-7.1.4/share/ssi/boot/bproc/src/ssi_boot_bproc.c:208:48: note: Function 'lam_ssi_boot_bproc_parse_options' argument 2 names different: declaration 'schema' definition 'boot_schema_args'.
lam-7.1.4/share/ssi/boot/bproc/src/ssi_boot_bproc.c:236:12: style: Function 'lam_ssi_boot_bproc_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/bproc/src/lam-ssi-boot-bproc.h:55:46: note: Function 'lam_ssi_boot_bproc_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'.
lam-7.1.4/share/ssi/boot/bproc/src/ssi_boot_bproc.c:236:12: note: Function 'lam_ssi_boot_bproc_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'.
lam-7.1.4/share/ssi/boot/bproc/src/ssi_boot_bproc.c:611:51: style: Function 'lam_ssi_boot_bproc_start_rte_proc' argument 1 names different: declaration 'nodes' definition 'node'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/bproc/src/lam-ssi-boot-bproc.h:68:57: note: Function 'lam_ssi_boot_bproc_start_rte_proc' argument 1 names different: declaration 'nodes' definition 'node'.
lam-7.1.4/share/ssi/boot/bproc/src/ssi_boot_bproc.c:611:51: note: Function 'lam_ssi_boot_bproc_start_rte_proc' argument 1 names different: declaration 'nodes' definition 'node'.
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus.c:354:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus.c:474:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus.c:164:49: style: Function 'lam_ssi_boot_globus_parse_options' argument 2 names different: declaration 'bhost_schema_args' definition 'boot_schema_args'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/globus/src/lam-ssi-boot-globus.h:50:55: note: Function 'lam_ssi_boot_globus_parse_options' argument 2 names different: declaration 'bhost_schema_args' definition 'boot_schema_args'.
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus.c:164:49: note: Function 'lam_ssi_boot_globus_parse_options' argument 2 names different: declaration 'bhost_schema_args' definition 'boot_schema_args'.
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus.c:188:13: style: Function 'lam_ssi_boot_globus_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/globus/src/lam-ssi-boot-globus.h:52:16: note: Function 'lam_ssi_boot_globus_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'.
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus.c:188:13: note: Function 'lam_ssi_boot_globus_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'.
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus_inetexec.c:138:20: style: Function 'add_globusrun' argument 1 names different: declaration 'argc' definition 'cmdc'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus_inetexec.c:58:32: note: Function 'add_globusrun' argument 1 names different: declaration 'argc' definition 'cmdc'.
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus_inetexec.c:138:20: note: Function 'add_globusrun' argument 1 names different: declaration 'argc' definition 'cmdc'.
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus_inetexec.c:138:34: style: Function 'add_globusrun' argument 2 names different: declaration 'argv' definition 'cmdv'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus_inetexec.c:58:46: note: Function 'add_globusrun' argument 2 names different: declaration 'argv' definition 'cmdv'.
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus_inetexec.c:138:34: note: Function 'add_globusrun' argument 2 names different: declaration 'argv' definition 'cmdv'.
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus_inetexec.c:138:46: style: Function 'add_globusrun' argument 3 names different: declaration 'globusloc' definition 'globuslocation'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus_inetexec.c:58:58: note: Function 'add_globusrun' argument 3 names different: declaration 'globusloc' definition 'globuslocation'.
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus_inetexec.c:138:46: note: Function 'add_globusrun' argument 3 names different: declaration 'globusloc' definition 'globuslocation'.
lam-7.1.4/share/ssi/boot/rsh/src/ssi_boot_rsh.c:342:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/rsh/src/ssi_boot_rsh.c:447:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/rsh/src/ssi_boot_rsh.c:227:46: style: Function 'lam_ssi_boot_rsh_parse_options' argument 2 names different: declaration 'bhost_schema_args' definition 'boot_schema_args'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/rsh/src/lam-ssi-boot-rsh.h:56:52: note: Function 'lam_ssi_boot_rsh_parse_options' argument 2 names different: declaration 'bhost_schema_args' definition 'boot_schema_args'.
lam-7.1.4/share/ssi/boot/rsh/src/ssi_boot_rsh.c:227:46: note: Function 'lam_ssi_boot_rsh_parse_options' argument 2 names different: declaration 'bhost_schema_args' definition 'boot_schema_args'.
lam-7.1.4/share/ssi/boot/rsh/src/ssi_boot_rsh.c:254:10: style: Function 'lam_ssi_boot_rsh_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/rsh/src/lam-ssi-boot-rsh.h:58:16: note: Function 'lam_ssi_boot_rsh_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'.
lam-7.1.4/share/ssi/boot/rsh/src/ssi_boot_rsh.c:254:10: note: Function 'lam_ssi_boot_rsh_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'.
lam-7.1.4/share/ssi/boot/rsh/src/ssi_boot_rsh.c:167:13: style: Variable 'env_dup' is allocated memory that is never used. [unusedAllocatedMemory]
lam-7.1.4/share/ssi/boot/rsh/src/ssi_boot_rsh_inetexec.c:84:3: style: Variable 'fl_fast' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/share/ssi/boot/rsh/src/ssi_boot_rsh_inetexec.c:72:0: note: Variable 'fl_fast' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/boot/rsh/src/ssi_boot_rsh_inetexec.c:84:3: note: Variable 'fl_fast' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/boot/rsh/src/ssi_boot_rsh_inetexec.c:273:14: style: The scope of the variable 'need_quote' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm.c:288:16: style: The scope of the variable 'cnt' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm.c:654:13: style: The scope of the variable 'cnt' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm.c:745:7: style: The scope of the variable 'argc' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm.c:746:10: style: The scope of the variable 'argv' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm.c:1169:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm.c:285:52: style: Function 'lam_ssi_boot_slurm_allocate_nodes' argument 1 names different: declaration 'nodes' definition 'nodes_arg'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/slurm/src/lam-ssi-boot-slurm.h:53:58: note: Function 'lam_ssi_boot_slurm_allocate_nodes' argument 1 names different: declaration 'nodes' definition 'nodes_arg'.
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm.c:285:52: note: Function 'lam_ssi_boot_slurm_allocate_nodes' argument 1 names different: declaration 'nodes' definition 'nodes_arg'.
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm.c:285:68: style: Function 'lam_ssi_boot_slurm_allocate_nodes' argument 2 names different: declaration 'nnodes' definition 'nnodes_arg'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/slurm/src/lam-ssi-boot-slurm.h:53:70: note: Function 'lam_ssi_boot_slurm_allocate_nodes' argument 2 names different: declaration 'nnodes' definition 'nnodes_arg'.
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm.c:285:68: note: Function 'lam_ssi_boot_slurm_allocate_nodes' argument 2 names different: declaration 'nnodes' definition 'nnodes_arg'.
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm.c:286:40: style: Function 'lam_ssi_boot_slurm_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/slurm/src/lam-ssi-boot-slurm.h:54:11: note: Function 'lam_ssi_boot_slurm_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'.
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm.c:286:40: note: Function 'lam_ssi_boot_slurm_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'.
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm_hostlist.c:43:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm_hostlist.c:41:41: style: Function 'lam_ssi_boot_slurm_parse_hostlist' argument 1 names different: declaration 'str' definition 'regexp'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/slurm/src/lam-ssi-boot-slurm.h:65:56: note: Function 'lam_ssi_boot_slurm_parse_hostlist' argument 1 names different: declaration 'str' definition 'regexp'.
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm_hostlist.c:41:41: note: Function 'lam_ssi_boot_slurm_parse_hostlist' argument 1 names different: declaration 'str' definition 'regexp'.
lam-7.1.4/share/ssi/boot/tm/src/ssi_boot_tm.c:123:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/tm/src/ssi_boot_tm.c:392:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/tm/src/ssi_boot_tm.c:203:10: style: Function 'lam_ssi_boot_tm_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/tm/src/lam-ssi-boot-tm.h:53:16: note: Function 'lam_ssi_boot_tm_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'.
lam-7.1.4/share/ssi/boot/tm/src/ssi_boot_tm.c:203:10: note: Function 'lam_ssi_boot_tm_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'.
lam-7.1.4/share/ssi/boot/tm/src/ssi_boot_tm_bhost.c:116:7: error: Common realloc mistake: 'lamnet' nulled but not freed upon failure [memleakOnRealloc]
lam-7.1.4/share/ssi/coll/base/ssi_coll_finalize_comm.c:32:8: style: The scope of the variable 'name' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/base/ssi_coll_init_comm.c:78:8: style: The scope of the variable 'name' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/base/ssi_coll_init_comm.c:499:59: style: Function 'replace_null_with_lam_basic' argument 1 names different: declaration 'sel_module' definition 'selected_module'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/base/ssi_coll_init_comm.c:61:70: note: Function 'replace_null_with_lam_basic' argument 1 names different: declaration 'sel_module' definition 'selected_module'.
lam-7.1.4/share/ssi/coll/base/ssi_coll_init_comm.c:499:59: note: Function 'replace_null_with_lam_basic' argument 1 names different: declaration 'sel_module' definition 'selected_module'.
lam-7.1.4/share/ssi/coll/base/ssi_coll_open.c:165:37: style: Redundant condition: ls->ssi_open_module!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
lam-7.1.4/share/ssi/coll/base/ssi_coll_open.c:77:20: style: The scope of the variable 'ls' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/base/ssi_coll_query.c:133:25: style: Function 'thread_query' argument 1 names different: declaration 'module' definition 'ls'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/base/ssi_coll_query.c:42:36: note: Function 'thread_query' argument 1 names different: declaration 'module' definition 'ls'.
lam-7.1.4/share/ssi/coll/base/ssi_coll_query.c:133:25: note: Function 'thread_query' argument 1 names different: declaration 'module' definition 'ls'.
lam-7.1.4/share/ssi/coll/base/ssi_coll_query.c:155:7: error: Uninitialized variable: ret [uninitvar]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_barrier.c:43:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_barrier.c:43:10: style: The scope of the variable 'nmasters' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_barrier.c:43:28: style: The scope of the variable 'mynum' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_barrier.c:43:35: style: The scope of the variable 'dim' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_barrier.c:43:40: style: The scope of the variable 'hibit' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_barrier.c:43:47: style: The scope of the variable 'mask' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_barrier.c:43:53: style: The scope of the variable 'peer' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_bcast.c:96:25: style: The scope of the variable 'mynum' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_bcast.c:96:32: style: The scope of the variable 'rootnum' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_bcast.c:96:41: style: The scope of the variable 'vnum' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_bcast.c:96:47: style: The scope of the variable 'dim' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_bcast.c:96:52: style: The scope of the variable 'hibit' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_bcast.c:97:10: style: The scope of the variable 'peer' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_bcast.c:97:16: style: The scope of the variable 'mask' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_reduce.c:74:15: style: The scope of the variable 'mynum' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_reduce.c:74:22: style: The scope of the variable 'rootnum' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_reduce.c:74:31: style: The scope of the variable 'vnum' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_reduce.c:74:37: style: The scope of the variable 'dim' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_reduce.c:75:7: style: The scope of the variable 'peer' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic.c:358:34: style: The scope of the variable 'lblcd' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic.c:300:9: error: Uninitialized variable: size [uninitvar]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_allgather.c:74:21: style: Function 'lam_ssi_coll_lam_basic_allgather_inter' argument 7 names different: declaration 'comm' definition 'intercomm'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/lam_basic/src/lam-ssi-coll-lam-basic.h:155:20: note: Function 'lam_ssi_coll_lam_basic_allgather_inter' argument 7 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_allgather.c:74:21: note: Function 'lam_ssi_coll_lam_basic_allgather_inter' argument 7 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_allgatherv.c:47:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_allreduce.c:66:21: style: Function 'lam_ssi_coll_lam_basic_allreduce_inter' argument 6 names different: declaration 'comm' definition 'intercomm'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/lam_basic/src/lam-ssi-coll-lam-basic.h:159:20: note: Function 'lam_ssi_coll_lam_basic_allreduce_inter' argument 6 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_allreduce.c:66:21: note: Function 'lam_ssi_coll_lam_basic_allreduce_inter' argument 6 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_alltoall.c:250:7: style: The scope of the variable 'src' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_alltoall.c:250:12: style: The scope of the variable 'dst' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_alltoall.c:247:20: style: Function 'lam_ssi_coll_lam_basic_alltoall_inter' argument 7 names different: declaration 'comm' definition 'intercomm'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/lam_basic/src/lam-ssi-coll-lam-basic.h:163:19: note: Function 'lam_ssi_coll_lam_basic_alltoall_inter' argument 7 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_alltoall.c:247:20: note: Function 'lam_ssi_coll_lam_basic_alltoall_inter' argument 7 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_alltoallv.c:256:7: style: The scope of the variable 'src' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_alltoallv.c:256:12: style: The scope of the variable 'dst' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_alltoallv.c:253:21: style: Function 'lam_ssi_coll_lam_basic_alltoallv_inter' argument 9 names different: declaration 'comm' definition 'intercomm'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/lam_basic/src/lam-ssi-coll-lam-basic.h:170:22: note: Function 'lam_ssi_coll_lam_basic_alltoallv_inter' argument 9 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_alltoallv.c:253:21: note: Function 'lam_ssi_coll_lam_basic_alltoallv_inter' argument 9 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_alltoallw.c:248:7: style: The scope of the variable 'src' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_alltoallw.c:248:12: style: The scope of the variable 'dst' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_alltoallw.c:245:21: style: Function 'lam_ssi_coll_lam_basic_alltoallw_inter' argument 9 names different: declaration 'comm' definition 'intercomm'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/lam_basic/src/lam-ssi-coll-lam-basic.h:177:20: note: Function 'lam_ssi_coll_lam_basic_alltoallw_inter' argument 9 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_alltoallw.c:245:21: note: Function 'lam_ssi_coll_lam_basic_alltoallw_inter' argument 9 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_barrier.c:46:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_barrier.c:185:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_bcast.c:194:7: style: The scope of the variable 'nreqs' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_bcast.c:195:7: style: The scope of the variable 'nacks' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_bcast.c:197:7: style: The scope of the variable 'idx' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_bcast.c:327:7: style: The scope of the variable 'nacks' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_bcast.c:329:7: style: The scope of the variable 'idx' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_exscan.c:96:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_exscan.c:94:7: note: Variable 'err' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_exscan.c:96:7: note: Variable 'err' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_gather.c:115:28: style: Function 'lam_ssi_coll_lam_basic_gather_inter' argument 8 names different: declaration 'comm' definition 'intercomm'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/lam_basic/src/lam-ssi-coll-lam-basic.h:185:27: note: Function 'lam_ssi_coll_lam_basic_gather_inter' argument 8 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_gather.c:115:28: note: Function 'lam_ssi_coll_lam_basic_gather_inter' argument 8 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_gatherv.c:51:9: style: The scope of the variable 'ptmp' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_gatherv.c:116:19: style: Function 'lam_ssi_coll_lam_basic_gatherv_inter' argument 9 names different: declaration 'comm' definition 'intercomm'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/lam_basic/src/lam-ssi-coll-lam-basic.h:190:18: note: Function 'lam_ssi_coll_lam_basic_gatherv_inter' argument 9 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_gatherv.c:116:19: note: Function 'lam_ssi_coll_lam_basic_gatherv_inter' argument 9 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_reduce.c:280:28: style: Function 'lam_ssi_coll_lam_basic_reduce_inter' argument 7 names different: declaration 'comm' definition 'intercomm'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/lam_basic/src/lam-ssi-coll-lam-basic.h:193:27: note: Function 'lam_ssi_coll_lam_basic_reduce_inter' argument 7 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_reduce.c:280:28: note: Function 'lam_ssi_coll_lam_basic_reduce_inter' argument 7 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_reduce_scatter.c:117:19: style: Function 'lam_ssi_coll_lam_basic_reduce_scatter_inter' argument 6 names different: declaration 'comm' definition 'intercomm'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/lam_basic/src/lam-ssi-coll-lam-basic.h:197:29: note: Function 'lam_ssi_coll_lam_basic_reduce_scatter_inter' argument 6 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_reduce_scatter.c:117:19: note: Function 'lam_ssi_coll_lam_basic_reduce_scatter_inter' argument 6 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_reduce_scatter.c:160:0: error: Memory leak: disps [memleak]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_scatter.c:113:29: style: Function 'lam_ssi_coll_lam_basic_scatter_inter' argument 8 names different: declaration 'comm' definition 'intercomm'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/lam_basic/src/lam-ssi-coll-lam-basic.h:201:28: note: Function 'lam_ssi_coll_lam_basic_scatter_inter' argument 8 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_scatter.c:113:29: note: Function 'lam_ssi_coll_lam_basic_scatter_inter' argument 8 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_scatterv.c:52:9: style: The scope of the variable 'ptmp' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_scatterv.c:118:20: style: Function 'lam_ssi_coll_lam_basic_scatterv_inter' argument 9 names different: declaration 'comm' definition 'intercomm'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/lam_basic/src/lam-ssi-coll-lam-basic.h:206:19: note: Function 'lam_ssi_coll_lam_basic_scatterv_inter' argument 9 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_scatterv.c:118:20: note: Function 'lam_ssi_coll_lam_basic_scatterv_inter' argument 9 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:412:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:189:3: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:189:3: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:192:3: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:192:3: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:196:3: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:196:3: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:197:3: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:197:3: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:198:3: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:198:3: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:199:3: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:199:3: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:200:28: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:200:28: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:201:3: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:201:3: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:202:28: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:202:28: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:203:3: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:203:3: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:204:28: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:204:28: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:206:7: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:206:7: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:207:10: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:207:10: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:211:28: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:211:28: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:213:32: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:213:32: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:146:7: style: The scope of the variable 'invalid_shmemid' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:147:7: style: The scope of the variable 'invalid_semid' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_alltoall.c:55:29: style: The scope of the variable 'j' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_alltoall.c:55:51: style: The scope of the variable 'recieve_from_rank' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_alltoall.c:56:0: style: The scope of the variable 'rcounts_per_rank_to_copy' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_alltoall.c:58:9: style: The scope of the variable 'src' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_alltoall.c:58:15: style: The scope of the variable 'dest' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_alltoall.c:58:22: style: The scope of the variable 'src1' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_alltoall.c:58:29: style: The scope of the variable 'dest1' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_util.c:150:8: style: The scope of the variable 'obj' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_util.c:314:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_util.c:398:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_util.c:398:10: style: The scope of the variable 'count' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_util.c:446:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_util.c:446:10: style: The scope of the variable 'count' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_util.c:70:18: style: Function 'lam_ssi_coll_shmem_create_area' argument 2 names different: declaration 'ptr' definition 'lam_devices_shmem_membase_ptr'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/shmem/src/lam-ssi-coll-shmem.h:133:50: note: Function 'lam_ssi_coll_shmem_create_area' argument 2 names different: declaration 'ptr' definition 'lam_devices_shmem_membase_ptr'.
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_util.c:70:18: note: Function 'lam_ssi_coll_shmem_create_area' argument 2 names different: declaration 'ptr' definition 'lam_devices_shmem_membase_ptr'.
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_util.c:130:18: style: Function 'lam_ssi_coll_shmem_attach_area' argument 3 names different: declaration 'ptr' definition 'lam_devices_shmem_membase_ptr'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/shmem/src/lam-ssi-coll-shmem.h:134:55: note: Function 'lam_ssi_coll_shmem_attach_area' argument 3 names different: declaration 'ptr' definition 'lam_devices_shmem_membase_ptr'.
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_util.c:130:18: note: Function 'lam_ssi_coll_shmem_attach_area' argument 3 names different: declaration 'ptr' definition 'lam_devices_shmem_membase_ptr'.
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_util.c:55:20: style: union member 'lam_semun_t::buf' is never used. [unusedStructMember]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_util.c:56:19: style: union member 'lam_semun_t::array' is never used. [unusedStructMember]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp.c:151:7: style: The scope of the variable 'node' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp.c:364:0: error: Memory leak: temp_array_for_holding_global_ranks [memleak]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allgather.c:59:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allgather.c:58:5: note: Variable 'err' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allgather.c:59:5: note: Variable 'err' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allgather.c:102:2: error: Memory leak: local_sizes [memleak]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allgather.c:102:2: error: Memory leak: global_disp [memleak]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allgather.c:113:0: error: Memory leak: local_sizes [memleak]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allgather.c:113:0: error: Memory leak: global_disp [memleak]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allgatherv.c:53:22: style: The scope of the variable 'j' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allgatherv.c:53:25: style: The scope of the variable 'k' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allgatherv.c:198:34: style: The scope of the variable 'prev_reorder_count' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allgatherv.c:175:0: error: Memory leak: recv_coord_counts [memleak]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allgatherv.c:175:0: error: Memory leak: global_disp [memleak]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allreduce.c:80:9: style: The scope of the variable 'send_ptr' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allreduce.c:158:9: style: The scope of the variable 'inbuf' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allreduce.c:129:11: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_reduce.c:77:9: style: The scope of the variable 'send_ptr' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_reduce_scatter.c:156:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_reduce_scatter.c:156:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_reduce_scatter.c:311:9: style: The scope of the variable 'inbuf' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_reduce_scatter.c:233:0: error: Memory leak: coord_send_counts [memleak]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_reduce_scatter.c:233:0: error: Memory leak: global_disp [memleak]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_scan.c:220:9: style: The scope of the variable 'inbuf' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_util.c:108:8: style: The scope of the variable 'name' can be reduced. [variableScope]
lam-7.1.4/share/ssi/crlam/base/ssi_crlam.c:253:32: style: Redundant condition: If 'EXPR == 'X'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
lam-7.1.4/share/ssi/crlam/base/ssi_crlam.c:240:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
lam-7.1.4/share/ssi/crlam/base/ssi_crlam.c:302:7: style: The scope of the variable 'num' can be reduced. [variableScope]
lam-7.1.4/share/ssi/crlam/base/ssi_crlam.c:298:11: style: Function 'i2a' argument 1 names different: declaration 'string_start' definition 's'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/crlam/base/ssi_crlam.c:41:23: note: Function 'i2a' argument 1 names different: declaration 'string_start' definition 's'.
lam-7.1.4/share/ssi/crlam/base/ssi_crlam.c:298:11: note: Function 'i2a' argument 1 names different: declaration 'string_start' definition 's'.
lam-7.1.4/share/ssi/crlam/base/ssi_crlam.c:298:31: style: Function 'i2a' argument 3 names different: declaration 'num' definition 'orig_num'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/crlam/base/ssi_crlam.c:41:54: note: Function 'i2a' argument 3 names different: declaration 'num' definition 'orig_num'.
lam-7.1.4/share/ssi/crlam/base/ssi_crlam.c:298:31: note: Function 'i2a' argument 3 names different: declaration 'num' definition 'orig_num'.
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:582:3: style: Variable 'crdir' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:578:0: note: Variable 'crdir' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:582:3: note: Variable 'crdir' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:695:3: style: Variable 'cr_restart' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:687:0: note: Variable 'cr_restart' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:695:3: note: Variable 'cr_restart' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:796:3: style: Variable 'crdir' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:793:0: note: Variable 'crdir' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:796:3: note: Variable 'crdir' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:689:7: style: The scope of the variable 'asc_line_len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:871:7: style: The scope of the variable 'str_len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:152:27: style: Variable 'cr_thread_callback_id' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:155:27: style: Variable 'cr_signal_callback_id' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:899:7: error: Memory pointed to by 'context_file' is freed twice. [doubleFree]
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:909:3: error: Memory pointed to by 'tmp' is freed twice. [doubleFree]
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:910:3: error: Memory pointed to by 'context_file' is freed twice. [doubleFree]
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:725:0: error: Memory leak: asc_line [memleak]
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:567:3: style: Variable 'crdir' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:563:0: note: Variable 'crdir' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:567:3: note: Variable 'crdir' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:637:3: style: Variable 'cr_self_restart' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:625:0: note: Variable 'cr_self_restart' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:637:3: note: Variable 'cr_self_restart' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:103:41: style: Same value in both branches of ternary operator. [duplicateValueTernary]
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:627:7: style: The scope of the variable 'asc_line_len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:713:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:714:7: style: The scope of the variable 'str_len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:715:9: style: The scope of the variable 'args' can be reduced. [variableScope]
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:716:9: style: The scope of the variable 'env' can be reduced. [variableScope]
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:667:0: error: Memory leak: asc_line [memleak]
lam-7.1.4/share/ssi/crmpi/base/ssi_crmpi_lock.c:135:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/share/ssi/crmpi/base/ssi_crmpi_open.c:76:7: style: Unused variable: i [unusedVariable]
lam-7.1.4/share/ssi/crmpi/blcr/src/ssi_crmpi_blcr.c:135:27: style: Variable 'cr_thread_callback_id' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/ssi/crmpi/blcr/src/ssi_crmpi_blcr.c:138:27: style: Variable 'cr_signal_callback_id' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/ssi/crmpi/blcr/src/ssi_crmpi_blcr.c:278:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/ssi/crmpi/self/src/ssi_crmpi_self.c:134:9: style: The scope of the variable 'cr' can be reduced. [variableScope]
lam-7.1.4/share/ssi/crmpi/self/src/ssi_crmpi_self.c:416:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/base/ssi_rpi_cbuf.c:115:32: style: The scope of the variable 'pmsg' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/base/ssi_rpi_cbuf.c:183:7: style: The scope of the variable 'newsize' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/base/ssi_rpi_init.c:77:18: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/base/ssi_rpi_init.c:126:59: style: Function 'initialize_1_0_0' argument 2 names different: declaration 'module' definition 'module_1_0_0'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/base/ssi_rpi_init.c:47:70: note: Function 'initialize_1_0_0' argument 2 names different: declaration 'module' definition 'module_1_0_0'.
lam-7.1.4/share/ssi/rpi/base/ssi_rpi_init.c:126:59: note: Function 'initialize_1_0_0' argument 2 names different: declaration 'module' definition 'module_1_0_0'.
lam-7.1.4/share/ssi/rpi/base/ssi_rpi_open.c:172:39: style: Redundant condition: ls->ssi_open_module!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
lam-7.1.4/share/ssi/rpi/base/ssi_rpi_open.c:242:37: style: Redundant condition: ls->ssi_open_module!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
lam-7.1.4/share/ssi/rpi/base/ssi_rpi_open.c:161:20: style: The scope of the variable 'ls' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/base/ssi_rpi_open.c:232:20: style: The scope of the variable 'ls' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/base/ssi_rpi_query.c:57:20: style: The scope of the variable 'ls' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/base/ssi_rpi_query.c:59:18: style: The scope of the variable 'module' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp.c:863:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp.c:1214:63: style: Function 'fill_sync' argument 3 names different: declaration 'hea' definition 'head'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp.c:137:36: note: Function 'fill_sync' argument 3 names different: declaration 'hea' definition 'head'.
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp.c:1214:63: note: Function 'fill_sync' argument 3 names different: declaration 'hea' definition 'head'.
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp.c:849:3: error: Memory leak: msg.cm_buf [memleak]
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp_cr.c:91:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp_low.c:386:7: style: The scope of the variable 'nread' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp_low.c:769:7: style: The scope of the variable 'extra' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp_low.c:1109:7: style: The scope of the variable 'msgbytes' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp_low.c:1182:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp_low.c:1183:7: style: The scope of the variable 'num' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp_low.c:1276:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp_low.c:1334:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp_low.c:2154:7: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm.c:904:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm.c:904:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm.c:240:12: style: Function 'lam_ssi_rpi_gm_init' argument 3 names different: declaration 'maxtag' definition 'max_tag'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/gm/src/lam-ssi-rpi-gm.h:70:58: note: Function 'lam_ssi_rpi_gm_init' argument 3 names different: declaration 'maxtag' definition 'max_tag'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm.c:240:12: note: Function 'lam_ssi_rpi_gm_init' argument 3 names different: declaration 'maxtag' definition 'max_tag'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm.c:240:26: style: Function 'lam_ssi_rpi_gm_init' argument 4 names different: declaration 'maxcid' definition 'max_cid'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/gm/src/lam-ssi-rpi-gm.h:70:71: note: Function 'lam_ssi_rpi_gm_init' argument 4 names different: declaration 'maxcid' definition 'max_cid'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm.c:240:26: note: Function 'lam_ssi_rpi_gm_init' argument 4 names different: declaration 'maxcid' definition 'max_cid'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm.c:1292:31: style: Function 'lam_ssi_rpi_gm_free_mem' argument 1 names different: declaration 'baseptr' definition 'base'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/gm/src/lam-ssi-rpi-gm.h:67:37: note: Function 'lam_ssi_rpi_gm_free_mem' argument 1 names different: declaration 'baseptr' definition 'base'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm.c:1292:31: note: Function 'lam_ssi_rpi_gm_free_mem' argument 1 names different: declaration 'baseptr' definition 'base'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm.c:994:12: style: Variable 'mygps' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm.c:879:2: error: Memory leak: msg.cm_extra [memleak]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:136:31: style: The scope of the variable 'env' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:333:7: style: The scope of the variable 'fast' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:335:20: style: The scope of the variable 'event' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:447:7: style: The scope of the variable 'fast' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:448:20: style: The scope of the variable 'event' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:215:65: style: Function 'lam_ssi_rpi_gm_get_port' argument 2 names different: declaration 'port' definition 'rgp'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/gm/src/rpi_gm_actions.h:48:69: note: Function 'lam_ssi_rpi_gm_get_port' argument 2 names different: declaration 'port' definition 'rgp'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:215:65: note: Function 'lam_ssi_rpi_gm_get_port' argument 2 names different: declaration 'port' definition 'rgp'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:311:51: style: Function 'lam_ssi_rpi_gm_gm_finalize' argument 1 names different: declaration 'port' definition 'myport'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/gm/src/rpi_gm_actions.h:49:55: note: Function 'lam_ssi_rpi_gm_gm_finalize' argument 1 names different: declaration 'port' definition 'myport'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:311:51: note: Function 'lam_ssi_rpi_gm_gm_finalize' argument 1 names different: declaration 'port' definition 'myport'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:666:60: style: Function 'lam_ssi_rpi_gm_put_long_body' argument 2 names different: declaration 'cbk_unpin' definition 'callback_unpin'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/gm/src/rpi_gm_actions.h:70:64: note: Function 'lam_ssi_rpi_gm_put_long_body' argument 2 names different: declaration 'cbk_unpin' definition 'callback_unpin'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:666:60: note: Function 'lam_ssi_rpi_gm_put_long_body' argument 2 names different: declaration 'cbk_unpin' definition 'callback_unpin'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:667:60: style: Function 'lam_ssi_rpi_gm_put_long_body' argument 3 names different: declaration 'cbk_no_unpin' definition 'callback_no_unpin'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/gm/src/rpi_gm_actions.h:71:64: note: Function 'lam_ssi_rpi_gm_put_long_body' argument 3 names different: declaration 'cbk_no_unpin' definition 'callback_no_unpin'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:667:60: note: Function 'lam_ssi_rpi_gm_put_long_body' argument 3 names different: declaration 'cbk_no_unpin' definition 'callback_no_unpin'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_cr.c:638:31: style: The scope of the variable 'env' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_dreg.c:154:19: style: Function 'dma_malloc' argument 1 names different: declaration 'size' definition 'len'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_dreg.c:58:32: note: Function 'dma_malloc' argument 1 names different: declaration 'size' definition 'len'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_dreg.c:154:19: note: Function 'dma_malloc' argument 1 names different: declaration 'size' definition 'len'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_interval.c:237:13: style: The scope of the variable 'entry' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_interval.c:283:13: style: The scope of the variable 'entry' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_interval.c:322:13: style: The scope of the variable 'entry' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_interval.c:375:13: style: The scope of the variable 'entry' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_long_get.c:566:40: style: Function 'sender_recv_ack' argument 2 names different: declaration 'bogus_recvd_data' definition 'raw_env_data'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_long_get.c:64:51: note: Function 'sender_recv_ack' argument 2 names different: declaration 'bogus_recvd_data' definition 'raw_env_data'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_long_get.c:566:40: note: Function 'sender_recv_ack' argument 2 names different: declaration 'bogus_recvd_data' definition 'raw_env_data'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_reqlist.c:215:41: style: The scope of the variable 'rli' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_send_queue.c:125:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_send_queue.c:127:47: style: The scope of the variable 'rli_prev' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_send_queue.c:196:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_send_queue.c:198:47: style: The scope of the variable 'rli_prev' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_unexpected.c:43:36: style: Function 'lam_ssi_rpi_gm_unexpected_advance' argument 2 names different: declaration 'bmsg' definition 'msg'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/gm/src/rpi_gm_unexpected.h:32:40: note: Function 'lam_ssi_rpi_gm_unexpected_advance' argument 2 names different: declaration 'bmsg' definition 'msg'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_unexpected.c:43:36: note: Function 'lam_ssi_rpi_gm_unexpected_advance' argument 2 names different: declaration 'bmsg' definition 'msg'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_unexpected.c:181:64: style: Function 'lam_ssi_rpi_gm_unexpected_receive_env' argument 1 names different: declaration 'src_c2c' definition 'src_proc'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/gm/src/rpi_gm_unexpected.h:33:68: note: Function 'lam_ssi_rpi_gm_unexpected_receive_env' argument 1 names different: declaration 'src_c2c' definition 'src_proc'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_unexpected.c:181:64: note: Function 'lam_ssi_rpi_gm_unexpected_receive_env' argument 1 names different: declaration 'src_c2c' definition 'src_proc'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib.c:943:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib.c:943:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib.c:1190:28: style: The scope of the variable 'rpi' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib.c:1191:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib.c:239:12: style: Function 'lam_ssi_rpi_ib_init' argument 3 names different: declaration 'maxtag' definition 'max_tag'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/lam-ssi-rpi-ib.h:69:58: note: Function 'lam_ssi_rpi_ib_init' argument 3 names different: declaration 'maxtag' definition 'max_tag'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib.c:239:12: note: Function 'lam_ssi_rpi_ib_init' argument 3 names different: declaration 'maxtag' definition 'max_tag'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib.c:239:26: style: Function 'lam_ssi_rpi_ib_init' argument 4 names different: declaration 'maxcid' definition 'max_cid'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/lam-ssi-rpi-ib.h:69:71: note: Function 'lam_ssi_rpi_ib_init' argument 4 names different: declaration 'maxcid' definition 'max_cid'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib.c:239:26: note: Function 'lam_ssi_rpi_ib_init' argument 4 names different: declaration 'maxcid' definition 'max_cid'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib.c:1303:31: style: Function 'lam_ssi_rpi_ib_free_mem' argument 1 names different: declaration 'baseptr' definition 'base'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/lam-ssi-rpi-ib.h:66:37: note: Function 'lam_ssi_rpi_ib_free_mem' argument 1 names different: declaration 'baseptr' definition 'base'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib.c:1303:31: note: Function 'lam_ssi_rpi_ib_free_mem' argument 1 names different: declaration 'baseptr' definition 'base'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib.c:1033:12: style: Variable 'mygps' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib.c:918:2: error: Memory leak: msg.cm_extra [memleak]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:258:10: style: The scope of the variable 'status' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:793:7: style: The scope of the variable 'there_is_more' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:795:10: style: The scope of the variable 'done' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:254:34: style: Function 'lam_ssi_rpi_ib_initialize_ib' argument 1 names different: declaration 'appending' definition 'has_been_appended'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_actions.h:44:38: note: Function 'lam_ssi_rpi_ib_initialize_ib' argument 1 names different: declaration 'appending' definition 'has_been_appended'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:254:34: note: Function 'lam_ssi_rpi_ib_initialize_ib' argument 1 names different: declaration 'appending' definition 'has_been_appended'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:254:57: style: Function 'lam_ssi_rpi_ib_initialize_ib' argument 2 names different: declaration 'num_appended' definition 'nprocs'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_actions.h:44:53: note: Function 'lam_ssi_rpi_ib_initialize_ib' argument 2 names different: declaration 'num_appended' definition 'nprocs'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:254:57: note: Function 'lam_ssi_rpi_ib_initialize_ib' argument 2 names different: declaration 'num_appended' definition 'nprocs'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:573:51: style: Function 'lam_ssi_rpi_ib_push_envelope' argument 2 names different: declaration 'sync' definition 'sync_send'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_actions.h:50:55: note: Function 'lam_ssi_rpi_ib_push_envelope' argument 2 names different: declaration 'sync' definition 'sync_send'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:573:51: note: Function 'lam_ssi_rpi_ib_push_envelope' argument 2 names different: declaration 'sync' definition 'sync_send'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:645:34: style: Function 'lam_ssi_rpi_ib_post_recv_buf' argument 1 names different: declaration 'n' definition 'num_posts'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_actions.h:52:38: note: Function 'lam_ssi_rpi_ib_post_recv_buf' argument 1 names different: declaration 'n' definition 'num_posts'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:645:34: note: Function 'lam_ssi_rpi_ib_post_recv_buf' argument 1 names different: declaration 'n' definition 'num_posts'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:645:70: style: Function 'lam_ssi_rpi_ib_post_recv_buf' argument 2 names different: declaration 'p' definition 'rpi'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_actions.h:52:66: note: Function 'lam_ssi_rpi_ib_post_recv_buf' argument 2 names different: declaration 'p' definition 'rpi'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:645:70: note: Function 'lam_ssi_rpi_ib_post_recv_buf' argument 2 names different: declaration 'p' definition 'rpi'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:749:13: style: Function 'lam_ssi_rpi_ib_get_long_body' argument 3 names different: declaration 'recv_eln' definition 'recv_len'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_actions.h:63:69: note: Function 'lam_ssi_rpi_ib_get_long_body' argument 3 names different: declaration 'recv_eln' definition 'recv_len'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:749:13: note: Function 'lam_ssi_rpi_ib_get_long_body' argument 3 names different: declaration 'recv_eln' definition 'recv_len'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:1023:53: style: Function 'fc_send_completion_handler' argument 1 names different: declaration 'p' definition 'p_rpi'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:70:57: note: Function 'fc_send_completion_handler' argument 1 names different: declaration 'p' definition 'p_rpi'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:1023:53: note: Function 'fc_send_completion_handler' argument 1 names different: declaration 'p' definition 'p_rpi'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:59:7: style: The scope of the variable 'addsize' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:60:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:56:53: style: Function 'lam_ssi_rpi_ib_bitmap_extend' argument 1 names different: declaration 'bmap' definition 'map'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_bitmap.h:37:57: note: Function 'lam_ssi_rpi_ib_bitmap_extend' argument 1 names different: declaration 'bmap' definition 'map'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:56:53: note: Function 'lam_ssi_rpi_ib_bitmap_extend' argument 1 names different: declaration 'bmap' definition 'map'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:56:62: style: Function 'lam_ssi_rpi_ib_bitmap_extend' argument 2 names different: declaration 'num_elements' definition 'nelem'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_bitmap.h:37:67: note: Function 'lam_ssi_rpi_ib_bitmap_extend' argument 2 names different: declaration 'num_elements' definition 'nelem'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:56:62: note: Function 'lam_ssi_rpi_ib_bitmap_extend' argument 2 names different: declaration 'num_elements' definition 'nelem'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:102:65: style: Function 'lam_ssi_rpi_ib_bitmap_set_elem' argument 2 names different: declaration 'index' definition 'i'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_bitmap.h:39:69: note: Function 'lam_ssi_rpi_ib_bitmap_set_elem' argument 2 names different: declaration 'index' definition 'i'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:102:65: note: Function 'lam_ssi_rpi_ib_bitmap_set_elem' argument 2 names different: declaration 'index' definition 'i'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:119:67: style: Function 'lam_ssi_rpi_ib_bitmap_clear_elem' argument 2 names different: declaration 'index' definition 'i'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_bitmap.h:41:72: note: Function 'lam_ssi_rpi_ib_bitmap_clear_elem' argument 2 names different: declaration 'index' definition 'i'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:119:67: note: Function 'lam_ssi_rpi_ib_bitmap_clear_elem' argument 2 names different: declaration 'index' definition 'i'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:136:63: style: Function 'lam_ssi_rpi_ib_bitmap_is_set' argument 2 names different: declaration 'index' definition 'i'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_bitmap.h:43:67: note: Function 'lam_ssi_rpi_ib_bitmap_is_set' argument 2 names different: declaration 'index' definition 'i'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:136:63: note: Function 'lam_ssi_rpi_ib_bitmap_is_set' argument 2 names different: declaration 'index' definition 'i'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:44:0: error: Memory leak: map [memleak]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_hashmap.c:189:7: style: The scope of the variable 'compvalue' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_hashmap.c:443:7: style: The scope of the variable 'compvalue' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_hashmap.c:319:27: style: Function 'lam_map_destroy' argument 1 names different: declaration 'lmap' definition 'lmap_ptr'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_hashmap.h:80:31: note: Function 'lam_map_destroy' argument 1 names different: declaration 'lmap' definition 'lmap_ptr'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_hashmap.c:319:27: note: Function 'lam_map_destroy' argument 1 names different: declaration 'lmap' definition 'lmap_ptr'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_hashmap.c:79:5: error: Memory leak: lmap [memleak]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_hashmap.c:83:5: error: Memory leak: lmap [memleak]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_hashmap.c:83:5: error: Memory leak: lmap.root_ptr [memleak]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_recv_events.c:61:7: style: The scope of the variable 'num_to_repost' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_recv_events.c:57:58: style: Function 'lam_ssi_rpi_ib_receive_envelope' argument 1 names different: declaration 'p' definition 'src_proc'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_recv_events.h:28:62: note: Function 'lam_ssi_rpi_ib_receive_envelope' argument 1 names different: declaration 'p' definition 'src_proc'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_recv_events.c:57:58: note: Function 'lam_ssi_rpi_ib_receive_envelope' argument 1 names different: declaration 'p' definition 'src_proc'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_reqlist.c:216:41: style: The scope of the variable 'rli' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_send_queue.c:69:26: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_send_queue.c:161:47: style: The scope of the variable 'rli_prev' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_send_queue.c:163:7: style: The scope of the variable 'num_recvd_env' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_send_queue.c:163:22: style: The scope of the variable 'num_sent_env' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_send_queue.c:163:36: style: The scope of the variable 'num_recv_free_slots' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_send_queue.c:226:47: style: The scope of the variable 'rli_prev' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_send_queue.c:228:7: style: The scope of the variable 'num_recvd_env' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_send_queue.c:228:22: style: The scope of the variable 'num_sent_env' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_send_queue.c:228:36: style: The scope of the variable 'num_recv_free_slots' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_unexpected.c:43:36: style: Function 'lam_ssi_rpi_ib_unexpected_advance' argument 2 names different: declaration 'bmsg' definition 'msg'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_unexpected.h:30:40: note: Function 'lam_ssi_rpi_ib_unexpected_advance' argument 2 names different: declaration 'bmsg' definition 'msg'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_unexpected.c:43:36: note: Function 'lam_ssi_rpi_ib_unexpected_advance' argument 2 names different: declaration 'bmsg' definition 'msg'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_unexpected.c:189:64: style: Function 'lam_ssi_rpi_ib_unexpected_receive_env' argument 1 names different: declaration 'src_c2c' definition 'src_proc'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_unexpected.h:31:68: note: Function 'lam_ssi_rpi_ib_unexpected_receive_env' argument 1 names different: declaration 'src_c2c' definition 'src_proc'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_unexpected.c:189:64: note: Function 'lam_ssi_rpi_ib_unexpected_receive_env' argument 1 names different: declaration 'src_c2c' definition 'src_proc'.
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:174:17: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:280:19: style: The scope of the variable 'pmfyi' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:281:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:464:7: style: The scope of the variable 'ret_movement' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:683:18: style: The scope of the variable 'sel' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:778:18: style: The scope of the variable 'sel' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:1170:16: style: The scope of the variable 'msg_ack' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:1171:16: style: The scope of the variable 'msg_ger' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:1172:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:1562:7: style: The scope of the variable 'flag_block' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:1563:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:171:38: style: Function 'lam_ssi_rpi_lamd_init' argument 1 names different: declaration 'procs' definition 'arg_procs'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/lamd/src/lam-ssi-rpi-lamd.h:61:42: note: Function 'lam_ssi_rpi_lamd_init' argument 1 names different: declaration 'procs' definition 'arg_procs'.
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:171:38: note: Function 'lam_ssi_rpi_lamd_init' argument 1 names different: declaration 'procs' definition 'arg_procs'.
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:171:53: style: Function 'lam_ssi_rpi_lamd_init' argument 2 names different: declaration 'nprocs' definition 'arg_nprocs'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/lamd/src/lam-ssi-rpi-lamd.h:61:53: note: Function 'lam_ssi_rpi_lamd_init' argument 2 names different: declaration 'nprocs' definition 'arg_nprocs'.
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:171:53: note: Function 'lam_ssi_rpi_lamd_init' argument 2 names different: declaration 'nprocs' definition 'arg_nprocs'.
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:221:42: style: Function 'lam_ssi_rpi_lamd_addprocs' argument 1 names different: declaration 'procs' definition 'arg_procs'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/lamd/src/lam-ssi-rpi-lamd.h:50:48: note: Function 'lam_ssi_rpi_lamd_addprocs' argument 1 names different: declaration 'procs' definition 'arg_procs'.
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:221:42: note: Function 'lam_ssi_rpi_lamd_addprocs' argument 1 names different: declaration 'procs' definition 'arg_procs'.
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:221:57: style: Function 'lam_ssi_rpi_lamd_addprocs' argument 2 names different: declaration 'nprocs' definition 'arg_nprocs'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/lamd/src/lam-ssi-rpi-lamd.h:50:59: note: Function 'lam_ssi_rpi_lamd_addprocs' argument 2 names different: declaration 'nprocs' definition 'arg_nprocs'.
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:221:57: note: Function 'lam_ssi_rpi_lamd_addprocs' argument 2 names different: declaration 'nprocs' definition 'arg_nprocs'.
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:795:43: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv.c:666:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv.c:853:7: style: The scope of the variable 'mynshm' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv.c:1107:7: error: Common realloc mistake: 'lam_ssi_rpi_sysv_read' nulled but not freed upon failure [memleakOnRealloc]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv.c:1111:7: error: Common realloc mistake: 'lam_ssi_rpi_sysv_write' nulled but not freed upon failure [memleakOnRealloc]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_low.c:77:10: style: The scope of the variable 'starttime' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_low.c:109:7: style: The scope of the variable 'lock' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_low.c:193:7: style: The scope of the variable 'lock' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_low.c:356:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_low.c:493:7: style: The scope of the variable 'lock' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_low.c:494:10: style: The scope of the variable 'starttime' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_low.c:595:7: style: The scope of the variable 'lock' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_low.c:596:10: style: The scope of the variable 'starttime' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_low.c:710:10: style: The scope of the variable 'starttime' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_low.c:759:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_low.c:760:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_low.c:1108:10: style: The scope of the variable 'starttime' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_shm.c:190:8: style: The scope of the variable 'obj' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_shm.c:237:8: style: The scope of the variable 'obj' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp.c:622:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp.c:190:37: style: Function 'lam_ssi_rpi_tcp_init' argument 1 names different: declaration 'procs' definition 'tcp_procs'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/tcp/src/lam-ssi-rpi-tcp.h:61:41: note: Function 'lam_ssi_rpi_tcp_init' argument 1 names different: declaration 'procs' definition 'tcp_procs'.
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp.c:190:37: note: Function 'lam_ssi_rpi_tcp_init' argument 1 names different: declaration 'procs' definition 'tcp_procs'.
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp.c:973:63: style: Function 'fill_sync' argument 3 names different: declaration 'hea' definition 'head'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp.c:88:22: note: Function 'fill_sync' argument 3 names different: declaration 'hea' definition 'head'.
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp.c:973:63: note: Function 'fill_sync' argument 3 names different: declaration 'hea' definition 'head'.
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:377:7: style: The scope of the variable 'nread' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:743:7: style: The scope of the variable 'extra' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:1083:7: style: The scope of the variable 'msgbytes' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:1200:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:1251:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:1301:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:1473:17: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:1523:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:1896:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:1978:7: style: The scope of the variable 'nread' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:1248:12: style: Function 'swrite' argument 1 names different: declaration 'p' definition 'sock'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:88:23: note: Function 'swrite' argument 1 names different: declaration 'p' definition 'sock'.
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:1248:12: note: Function 'swrite' argument 1 names different: declaration 'p' definition 'sock'.
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv.c:681:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv.c:869:7: style: The scope of the variable 'mynshm' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv.c:1112:7: error: Common realloc mistake: 'lam_ssi_rpi_usysv_read' nulled but not freed upon failure [memleakOnRealloc]
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv.c:1115:7: error: Common realloc mistake: 'lam_ssi_rpi_usysv_write' nulled but not freed upon failure [memleakOnRealloc]
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv_low.c:78:10: style: The scope of the variable 'starttime' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv_low.c:337:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv_low.c:466:10: style: The scope of the variable 'starttime' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv_low.c:559:10: style: The scope of the variable 'starttime' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv_low.c:667:10: style: The scope of the variable 'starttime' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv_low.c:714:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv_low.c:715:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv_low.c:1049:10: style: The scope of the variable 'starttime' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv_shm.c:70:8: style: The scope of the variable 'obj' can be reduced. [variableScope]
lam-7.1.4/share/threads/lammutex.c:97:11: style: Condition 'ret==0' is always false [knownConditionTrueFalse]
lam-7.1.4/share/threads/lammutex.c:95:10: note: Assignment 'ret=-1', assigned value is -1
lam-7.1.4/share/threads/lammutex.c:97:11: note: Condition 'ret==0' is always false
lam-7.1.4/share/totalview/src/dll_lam.c:204:29: style: The scope of the variable 'g_procs' can be reduced. [variableScope]
lam-7.1.4/share/totalview/src/dll_lam.c:204:54: style: The scope of the variable 'commptr' can be reduced. [variableScope]
lam-7.1.4/share/totalview/src/dll_lam.c:204:63: style: The scope of the variable 'commbase' can be reduced. [variableScope]
lam-7.1.4/share/totalview/src/dll_lam.c:205:24: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/share/totalview/src/dll_lam.c:790:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/totalview/src/dll_lam.c:791:15: style: The scope of the variable 'cid' can be reduced. [variableScope]
lam-7.1.4/share/totalview/src/dll_lam.c:792:15: style: The scope of the variable 'list' can be reduced. [variableScope]
lam-7.1.4/share/trillium/rflat.c:161:12: style: The scope of the variable 'envs' can be reduced. [variableScope]
lam-7.1.4/share/trillium/rhreq.c:64:7: style: The scope of the variable 'received' can be reduced. [variableScope]
lam-7.1.4/share/trillium/rhreq.c:65:10: style: The scope of the variable 'end' can be reduced. [variableScope]
lam-7.1.4/share/trillium/rpcreate.c:72:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/trillium/rpgo.c:85:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/trillium/rploadgo.c:62:11: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/trillium/rploadgo.c:66:12: style: The scope of the variable 'fullpath' can be reduced. [variableScope]
lam-7.1.4/share/trillium/rploadgo.c:67:12: style: The scope of the variable 'cwd' can be reduced. [variableScope]
lam-7.1.4/share/trillium/rploadgo.c:150:12: style: The scope of the variable 'cwd' can be reduced. [variableScope]
lam-7.1.4/share/trillium/rtrname.c:249:3: error: Memory leak: data [memleak]
lam-7.1.4/share/trillium/rtrname.c:253:2: error: Memory leak: data [memleak]
lam-7.1.4/share/tstdio/getbuf.c:38:7: error: Memory leak: _base [memleak]
lam-7.1.4/share/tstdio/tfclose.c:72:9: style: The scope of the variable 'f' can be reduced. [variableScope]
lam-7.1.4/share/tstdio/tfflush.c:45:7: style: The scope of the variable 'offset' can be reduced. [variableScope]
lam-7.1.4/share/tstdio/tfflush.c:80:6: style: The scope of the variable 'f' can be reduced. [variableScope]
lam-7.1.4/share/tstdio/tfflush.c:80:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/tstdio/tfread.c:47:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lam-7.1.4/share/tstdio/tprint.c:854:7: style: The scope of the variable 'msdigit' can be reduced. [variableScope]
lam-7.1.4/share/tstdio/tprint.c:1141:6: style: The scope of the variable 'digit' can be reduced. [variableScope]
lam-7.1.4/tools/hboot/hboot.c:77:7: style: The scope of the variable 'pid' can be reduced. [variableScope]
lam-7.1.4/tools/hboot/hboot.c:84:18: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/tools/hboot/hboot.c:85:19: style: The scope of the variable 'debug_loc' can be reduced. [variableScope]
lam-7.1.4/tools/hboot/hboot.c:88:19: style: The scope of the variable 'opt_prefix' can be reduced. [variableScope]
lam-7.1.4/tools/hboot/hboot.c:89:19: style: The scope of the variable 'tkill_path' can be reduced. [variableScope]
lam-7.1.4/tools/hboot/hboot.c:90:19: style: The scope of the variable 'path_env' can be reduced. [variableScope]
lam-7.1.4/tools/hboot/hboot.c:91:18: style: The scope of the variable 'prefix_len' can be reduced. [variableScope]
lam-7.1.4/tools/hboot/hboot.c:93:18: style: The scope of the variable 'tkill_len' can be reduced. [variableScope]
lam-7.1.4/tools/hboot/hboot.c:95:18: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/tools/hboot/hboot.c:211:19: error: Memory leak: prefix [memleak]
lam-7.1.4/tools/hboot/hboot.c:218:19: error: Memory leak: prefix [memleak]
lam-7.1.4/tools/lamboot/lamboot.c:72:7: style: The scope of the variable 'cmdv0_len' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:397:54: style: Same expression on both sides of '=='. [duplicateExpression]
lam-7.1.4/tools/laminfo/laminfo.cc:130:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:228:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:228:10: style: The scope of the variable 'count' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:318:20: style: The scope of the variable 'ls' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:337:20: style: The scope of the variable 'ls' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:356:20: style: The scope of the variable 'ls' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:374:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:375:20: style: The scope of the variable 'ls' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:395:8: style: The scope of the variable 'printed' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:507:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:507:10: style: The scope of the variable 'count' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:631:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:631:10: style: The scope of the variable 'count' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:229:23: style: Unused variable: module [unusedVariable]
lam-7.1.4/tools/laminfo/laminfo.cc:434:17: style: Variable 'printed' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/tools/tkill/tkill.c:74:2: style: Variable 'ad' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/tools/tkill/tkill.c:65:0: note: Variable 'ad' is reassigned a value before the old one has been used.
lam-7.1.4/tools/tkill/tkill.c:74:2: note: Variable 'ad' is reassigned a value before the old one has been used.
lam-7.1.4/tools/tkill/tkill.c:66:18: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/tools/tkill/tkill.c:69:19: style: The scope of the variable 'debug_loc' can be reduced. [variableScope]
lam-7.1.4/tools/wipe/wipe.c:56:7: style: The scope of the variable 'cmdv0_len' can be reduced. [variableScope]
lam-7.1.4/tools/wrappers/wrap.cc:493:7: style: The scope of the variable 'start' can be reduced. [variableScope]
lam-7.1.4/tools/wrappers/wrap_cc.cc:493:7: style: The scope of the variable 'start' can be reduced. [variableScope]
lam-7.1.4/tools/wrappers/wrap_cxx.cc:493:7: style: The scope of the variable 'start' can be reduced. [variableScope]
lam-7.1.4/tools/wrappers/wrap_f77.cc:493:7: style: The scope of the variable 'start' can be reduced. [variableScope]
[02:04]
ftp://ftp.se.debian.org/debian/pool/main/l/lamarc/lamarc_2.1.10.1+dfsg.orig.tar.xz
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:398:61: style: Function 'GetValAtPercentileForRegion' argument 1 names different: declaration 'percentile' definition 'val'. [funcArgNamesDifferent]
lamarc/src/bayeslike/bayesanalyzer_1d.h:92:52: note: Function 'GetValAtPercentileForRegion' argument 1 names different: declaration 'percentile' definition 'val'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:398:61: note: Function 'GetValAtPercentileForRegion' argument 1 names different: declaration 'percentile' definition 'val'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:644:72: style: Function 'GetMinParamValFromCurve' argument 2 names different: declaration 'parameter' definition 'pnum'. [funcArgNamesDifferent]
lamarc/src/bayeslike/bayesanalyzer_1d.h:104:63: note: Function 'GetMinParamValFromCurve' argument 2 names different: declaration 'parameter' definition 'pnum'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:644:72: note: Function 'GetMinParamValFromCurve' argument 2 names different: declaration 'parameter' definition 'pnum'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:657:72: style: Function 'GetMaxParamValFromCurve' argument 2 names different: declaration 'parameter' definition 'pnum'. [funcArgNamesDifferent]
lamarc/src/bayeslike/bayesanalyzer_1d.h:105:63: note: Function 'GetMaxParamValFromCurve' argument 2 names different: declaration 'parameter' definition 'pnum'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:657:72: note: Function 'GetMaxParamValFromCurve' argument 2 names different: declaration 'parameter' definition 'pnum'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:670:69: style: Function 'GetBinWidthFromCurve' argument 2 names different: declaration 'parameter' definition 'pnum'. [funcArgNamesDifferent]
lamarc/src/bayeslike/bayesanalyzer_1d.h:106:63: note: Function 'GetBinWidthFromCurve' argument 2 names different: declaration 'parameter' definition 'pnum'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:670:69: note: Function 'GetBinWidthFromCurve' argument 2 names different: declaration 'parameter' definition 'pnum'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:681:38: style: Function 'GetIsLog' argument 1 names different: declaration 'parameter' definition 'pnum'. [funcArgNamesDifferent]
lamarc/src/bayeslike/bayesanalyzer_1d.h:108:31: note: Function 'GetIsLog' argument 1 names different: declaration 'parameter' definition 'pnum'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:681:38: note: Function 'GetIsLog' argument 1 names different: declaration 'parameter' definition 'pnum'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:694:52: style: Function 'GetNumUniquePoints' argument 1 names different: declaration 'parameter' definition 'pnum'. [funcArgNamesDifferent]
lamarc/src/bayeslike/bayesanalyzer_1d.h:110:41: note: Function 'GetNumUniquePoints' argument 1 names different: declaration 'parameter' definition 'pnum'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:694:52: note: Function 'GetNumUniquePoints' argument 1 names different: declaration 'parameter' definition 'pnum'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:701:46: style: Function 'GetKernelWidth' argument 1 names different: declaration 'parameter' definition 'pnum'. [funcArgNamesDifferent]
lamarc/src/bayeslike/bayesanalyzer_1d.h:111:37: note: Function 'GetKernelWidth' argument 1 names different: declaration 'parameter' definition 'pnum'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:701:46: note: Function 'GetKernelWidth' argument 1 names different: declaration 'parameter' definition 'pnum'.
lamarc/src/bayeslike/bayesparamlike_1d.h:38:16: style: Technically the member function 'BayesParamLike_1D::GetSmoothedCurve' can be const. [functionConst]
lamarc/src/bayeslike/bayesparamlike_1d.h:39:15: style: Technically the member function 'BayesParamLike_1D::GetPriorType' can be const. [functionConst]
lamarc/src/bayeslike/bayesparamlike_1d.h:40:12: style: Technically the member function 'BayesParamLike_1D::GetKernelWidth' can be const. [functionConst]
lamarc/src/bayeslike/bayesparamlike_1d.h:33:5: style: Class 'BayesParamLike_1D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/bayeslike/bayescurve.h:50:46: performance: Function parameter 'bcurve_vec' should be passed by const reference. [passedByValue]
lamarc/src/bayeslike/bayescurve.cpp:57:49: style: Function 'BayesCurve' argument 1 names different: declaration 'bcurve_vec' definition 'srcvec'. [funcArgNamesDifferent]
lamarc/src/bayeslike/bayescurve.h:50:46: note: Function 'BayesCurve' argument 1 names different: declaration 'bcurve_vec' definition 'srcvec'.
lamarc/src/bayeslike/bayescurve.cpp:57:49: note: Function 'BayesCurve' argument 1 names different: declaration 'bcurve_vec' definition 'srcvec'.
lamarc/src/bayeslike/bayescurve.h:86:12: style: Unused private function: 'BayesCurve::EpanechnikovKernel' [unusedPrivateFunction]
lamarc/src/bayeslike/bayescurve.h:87:12: style: Unused private function: 'BayesCurve::GaussianKernel' [unusedPrivateFunction]
lamarc/src/bayeslike/bayescurve.h:85:12: performance: Technically the member function 'BayesCurve::BiweightKernel' can be static. [functionStatic]
lamarc/src/bayeslike/bayescurve.cpp:499:20: note: Technically the member function 'BayesCurve::BiweightKernel' can be static.
lamarc/src/bayeslike/bayescurve.h:85:12: note: Technically the member function 'BayesCurve::BiweightKernel' can be static.
lamarc/src/bayeslike/bayescurve.h:86:12: performance: Technically the member function 'BayesCurve::EpanechnikovKernel' can be static. [functionStatic]
lamarc/src/bayeslike/bayescurve.cpp:510:20: note: Technically the member function 'BayesCurve::EpanechnikovKernel' can be static.
lamarc/src/bayeslike/bayescurve.h:86:12: note: Technically the member function 'BayesCurve::EpanechnikovKernel' can be static.
lamarc/src/bayeslike/bayescurve.h:87:12: performance: Technically the member function 'BayesCurve::GaussianKernel' can be static. [functionStatic]
lamarc/src/bayeslike/bayescurve.cpp:521:20: note: Technically the member function 'BayesCurve::GaussianKernel' can be static.
lamarc/src/bayeslike/bayescurve.h:87:12: note: Technically the member function 'BayesCurve::GaussianKernel' can be static.
lamarc/src/bayeslike/bayescurve.cpp:57:49: performance: Function parameter 'srcvec' should be passed by const reference. [passedByValue]
lamarc/src/bayeslike/bayesparamlike_1d.h:41:12: style: Technically the member function 'BayesParamLike_1D::GetNumUniquePoints' can be const. [functionConst]
lamarc/src/bayeslike/bayesparamlike_1d.cpp:174:29: note: Technically the member function 'BayesParamLike_1D::GetNumUniquePoints' can be const.
lamarc/src/bayeslike/bayesparamlike_1d.h:41:12: note: Technically the member function 'BayesParamLike_1D::GetNumUniquePoints' can be const.
lamarc/src/control/chainmanager.cpp:1268:59: style: Same expression on both sides of '-' because the value of 'NCHAINTYPES' and '2' are the same. [duplicateExpression]
lamarc/src/control/constants.h:182:26: note: 'NCHAINTYPES' is assigned value '2' here.
lamarc/src/control/chainmanager.cpp:1268:59: note: Same expression on both sides of '-' because the value of 'NCHAINTYPES' and '2' are the same.
lamarc/src/control/chainmanager.cpp:833:19: style: The scope of the variable 'IndexOfFirstReasonableResult' can be reduced. [variableScope]
lamarc/src/control/chainmanager.cpp:96:58: style: Function 'ChainManager' argument 2 names different: declaration 'maximize' definition 'maximizer'. [funcArgNamesDifferent]
lamarc/src/control/chainmanager.h:71:48: note: Function 'ChainManager' argument 2 names different: declaration 'maximize' definition 'maximizer'.
lamarc/src/control/chainmanager.cpp:96:58: note: Function 'ChainManager' argument 2 names different: declaration 'maximize' definition 'maximizer'.
lamarc/src/control/chainmanager.cpp:1600:71: style: Function 'AdjustTemperatures' argument 2 names different: declaration 'step' definition 'whichswap'. [funcArgNamesDifferent]
lamarc/src/control/chainmanager.h:135:62: note: Function 'AdjustTemperatures' argument 2 names different: declaration 'step' definition 'whichswap'.
lamarc/src/control/chainmanager.cpp:1600:71: note: Function 'AdjustTemperatures' argument 2 names different: declaration 'step' definition 'whichswap'.
lamarc/src/control/chainmanager.cpp:670:12: style: Unused variable: msg [unusedVariable]
lamarc/src/control/sumfilehandler.h:64:10: style: Technically the member function 'SumFileHandler::GetLastRegion' can be const. [functionConst]
lamarc/src/control/sumfilehandler.h:65:10: style: Technically the member function 'SumFileHandler::GetLastReplicate' can be const. [functionConst]
lamarc/src/control/sumfilehandler.h:66:10: style: Technically the member function 'SumFileHandler::GetLastChain' can be const. [functionConst]
lamarc/src/control/sumfilehandler.h:67:10: style: Technically the member function 'SumFileHandler::GetLastRegionChainSum' can be const. [functionConst]
lamarc/src/control/sumfilehandler.h:68:10: style: Technically the member function 'SumFileHandler::GetLastReplicateChainSum' can be const. [functionConst]
lamarc/src/control/sumfilehandler.h:69:10: style: Technically the member function 'SumFileHandler::GetLastReplicateSummary' can be const. [functionConst]
lamarc/src/control/sumfilehandler.h:70:10: style: Technically the member function 'SumFileHandler::GetRegionSummary' can be const. [functionConst]
lamarc/src/control/chainmanager.h:146:10: performance: Technically the member function 'ChainManager::ResetAllAlphas' can be static. [functionStatic]
lamarc/src/control/chainmanager.cpp:2199:20: note: Technically the member function 'ChainManager::ResetAllAlphas' can be static.
lamarc/src/control/chainmanager.h:146:10: note: Technically the member function 'ChainManager::ResetAllAlphas' can be static.
lamarc/src/control/userparam.h:218:12: style: Technically the member function 'UserParameters::GetCurrentReclocFileName' can be const. [functionConst]
lamarc/src/control/userparam.h:219:12: style: Technically the member function 'UserParameters::GetCurrentTraceFileName' can be const. [functionConst]
lamarc/src/control/userparam.h:220:12: style: Technically the member function 'UserParameters::GetCurrentNewickTreeFileName' can be const. [functionConst]
lamarc/src/control/userparam.h:224:12: style: Technically the member function 'UserParameters::GetCurrentBestLike' can be const. [functionConst]
lamarc/src/control/registry.h:116:10: style: Technically the member function 'Registry::GetConvertOutputToEliminateZeroes' can be const. [functionConst]
lamarc/src/control/registry.h:117:10: style: Technically the member function 'Registry::GetARGfound' can be const. [functionConst]
lamarc/src/control/errhandling.h:50:5: style: Class 'data_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:62:5: style: Class 'file_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:72:5: style: Class 'incorrect_data' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:82:5: style: Class 'incorrect_xml' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:142:5: style: Class 'invalid_sequence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:180:5: style: Class 'tinypopulation_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:189:5: style: Class 'overrun_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:198:5: style: Class 'zero_dl_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:207:5: style: Class 'stretched_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:216:5: style: Class 'epoch_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:231:5: style: Class 'rec_overrun' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:241:5: style: Class 'mig_overrun' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:251:5: style: Class 'dis_overrun' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:261:5: style: Class 'epoch_overrun' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:277:5: style: Class 'denovo_failure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:292:5: style: Class 'impossible_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:307:5: style: Class 'implementation_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:322:5: style: Class 'deprecation_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:337:5: style: Class 'alloc_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:353:5: style: Class 'datalike_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:367:5: style: Class 'datalikenorm_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:396:5: style: Class 'tixml_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:182:25: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/control/errhandling.h:170:25: note: Virtual function in base class
lamarc/src/control/errhandling.h:182:25: note: Function in derived class
lamarc/src/control/errhandling.h:191:25: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/control/errhandling.h:170:25: note: Virtual function in base class
lamarc/src/control/errhandling.h:191:25: note: Function in derived class
lamarc/src/control/errhandling.h:200:25: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/control/errhandling.h:170:25: note: Virtual function in base class
lamarc/src/control/errhandling.h:200:25: note: Function in derived class
lamarc/src/control/errhandling.h:209:25: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/control/errhandling.h:170:25: note: Virtual function in base class
lamarc/src/control/errhandling.h:209:25: note: Function in derived class
lamarc/src/control/errhandling.h:218:25: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/control/errhandling.h:170:25: note: Virtual function in base class
lamarc/src/control/errhandling.h:218:25: note: Function in derived class
lamarc/src/control/errhandling.h:369:25: style: The function 'what' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/control/errhandling.h:355:25: note: Virtual function in base class
lamarc/src/control/errhandling.h:369:25: note: Function in derived class
lamarc/src/control/errhandling.h:370:32: style: The function 'whatString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/control/errhandling.h:356:32: note: Virtual function in base class
lamarc/src/control/errhandling.h:370:32: note: Function in derived class
lamarc/src/control/chainmanager.cpp:277:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
lamarc/src/control/userparam.h:206:46: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lamarc/src/control/userparam.h:207:46: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lamarc/src/control/userparam.h:208:46: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lamarc/src/control/userparam.h:209:46: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lamarc/src/control/userparam.h:210:46: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lamarc/src/control/userparam.h:211:51: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lamarc/src/control/chainpack.cpp:419:44: style: Function 'WriteLastChain' argument 1 names different: declaration 'out' definition 'sumout'. [funcArgNamesDifferent]
lamarc/src/control/chainpack.h:128:44: note: Function 'WriteLastChain' argument 1 names different: declaration 'out' definition 'sumout'.
lamarc/src/control/chainpack.cpp:419:44: note: Function 'WriteLastChain' argument 1 names different: declaration 'out' definition 'sumout'.
lamarc/src/control/chainpack.cpp:437:38: style: Function 'WriteChain' argument 1 names different: declaration 'out' definition 'sumout'. [funcArgNamesDifferent]
lamarc/src/control/chainpack.h:129:44: note: Function 'WriteChain' argument 1 names different: declaration 'out' definition 'sumout'.
lamarc/src/control/chainpack.cpp:437:38: note: Function 'WriteChain' argument 1 names different: declaration 'out' definition 'sumout'.
lamarc/src/control/chainpack.cpp:455:42: style: Function 'WriteChainOut' argument 1 names different: declaration 'out' definition 'sumout'. [funcArgNamesDifferent]
lamarc/src/control/chainpack.h:130:44: note: Function 'WriteChainOut' argument 1 names different: declaration 'out' definition 'sumout'.
lamarc/src/control/chainpack.cpp:455:42: note: Function 'WriteChainOut' argument 1 names different: declaration 'out' definition 'sumout'.
lamarc/src/control/chainpack.h:90:17: performance: Technically the member function 'ChainPack::CalcMean' can be static. [functionStatic]
lamarc/src/control/chainpack.cpp:393:24: note: Technically the member function 'ChainPack::CalcMean' can be static.
lamarc/src/control/chainpack.h:90:17: note: Technically the member function 'ChainPack::CalcMean' can be static.
lamarc/src/control/chainpack.h:130:10: performance: Technically the member function 'ChainPack::WriteChainOut' can be static. [functionStatic]
lamarc/src/control/chainpack.cpp:455:17: note: Technically the member function 'ChainPack::WriteChainOut' can be static.
lamarc/src/control/chainpack.h:130:10: note: Technically the member function 'ChainPack::WriteChainOut' can be static.
lamarc/src/control/chainpack.h:132:10: performance: Technically the member function 'ChainPack::WriteAlphas' can be static. [functionStatic]
lamarc/src/control/chainpack.cpp:531:17: note: Technically the member function 'ChainPack::WriteAlphas' can be static.
lamarc/src/control/chainpack.h:132:10: note: Technically the member function 'ChainPack::WriteAlphas' can be static.
lamarc/src/control/chainparam.cpp:44:17: style: Function 'ChainParameters' argument 2 names different: declaration 'tempInterval' definition 'tempinterval'. [funcArgNamesDifferent]
lamarc/src/control/chainparam.h:85:21: note: Function 'ChainParameters' argument 2 names different: declaration 'tempInterval' definition 'tempinterval'.
lamarc/src/control/chainparam.cpp:44:17: note: Function 'ChainParameters' argument 2 names different: declaration 'tempInterval' definition 'tempinterval'.
lamarc/src/control/chainparam.cpp:45:17: style: Function 'ChainParameters' argument 3 names different: declaration 'tempAdapt' definition 'tempadapt'. [funcArgNamesDifferent]
lamarc/src/control/chainparam.h:86:21: note: Function 'ChainParameters' argument 3 names different: declaration 'tempAdapt' definition 'tempadapt'.
lamarc/src/control/chainparam.cpp:45:17: note: Function 'ChainParameters' argument 3 names different: declaration 'tempAdapt' definition 'tempadapt'.
lamarc/src/control/chainparam.cpp:335:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/control/errhandling.cpp:53:92: style: Function 'incorrect_xml_extra_tag' argument 2 names different: declaration 'text' definition 'tag'. [funcArgNamesDifferent]
lamarc/src/control/errhandling.h:91:70: note: Function 'incorrect_xml_extra_tag' argument 2 names different: declaration 'text' definition 'tag'.
lamarc/src/control/errhandling.cpp:53:92: note: Function 'incorrect_xml_extra_tag' argument 2 names different: declaration 'text' definition 'tag'.
lamarc/src/control/errhandling.cpp:57:96: style: Function 'incorrect_xml_missing_tag' argument 2 names different: declaration 'text' definition 'tag'. [funcArgNamesDifferent]
lamarc/src/control/errhandling.h:101:72: note: Function 'incorrect_xml_missing_tag' argument 2 names different: declaration 'text' definition 'tag'.
lamarc/src/control/errhandling.cpp:57:96: note: Function 'incorrect_xml_missing_tag' argument 2 names different: declaration 'text' definition 'tag'.
lamarc/src/control/lamarc.cpp:151:106: style: Function 'ParseOptions' argument 6 names different: declaration 'infileName' definition 'fileName'. [funcArgNamesDifferent]
lamarc/src/control/lamarc.h:41:114: note: Function 'ParseOptions' argument 6 names different: declaration 'infileName' definition 'fileName'.
lamarc/src/control/lamarc.cpp:151:106: note: Function 'ParseOptions' argument 6 names different: declaration 'infileName' definition 'fileName'.
lamarc/src/control/lamarc.cpp:732:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/control/lamarc.cpp:634:17: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
lamarc/src/control/regiongammainfo.cpp:32:18: warning: Member variable 'RegionGammaInfo::m_MLE' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/control/regiongammainfo.cpp:34:46: performance: Function parameter 'profTypeSummaryDescription' should be passed by const reference. [passedByValue]
lamarc/src/control/registry.cpp:998:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lamarc/src/control/registry.cpp:1006:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lamarc/src/control/registry.cpp:280:42: style: Function 'Register' argument 1 names different: declaration 'regionGammaForceInfo' definition 'pRGFI'. [funcArgNamesDifferent]
lamarc/src/control/registry.h:129:36: note: Function 'Register' argument 1 names different: declaration 'regionGammaForceInfo' definition 'pRGFI'.
lamarc/src/control/registry.cpp:280:42: note: Function 'Register' argument 1 names different: declaration 'regionGammaForceInfo' definition 'pRGFI'.
lamarc/src/control/registry.cpp:698:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/control/registry.cpp:725:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/control/registry.h:211:10: performance: Technically the member function 'Registry::ThrowBadPrototype' can be static. [functionStatic]
lamarc/src/control/registry.cpp:324:16: note: Technically the member function 'Registry::ThrowBadPrototype' can be static.
lamarc/src/control/registry.h:211:10: note: Technically the member function 'Registry::ThrowBadPrototype' can be static.
lamarc/src/control/sumfilehandler.h:83:10: style: Technically the member function 'SumFileHandler::ReadInEndRegion' can be const. [functionConst]
lamarc/src/control/sumfilehandler.cpp:202:22: note: Technically the member function 'SumFileHandler::ReadInEndRegion' can be const.
lamarc/src/control/sumfilehandler.h:83:10: note: Technically the member function 'SumFileHandler::ReadInEndRegion' can be const.
lamarc/src/control/userparam.cpp:359:58: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lamarc/src/control/userparam.cpp:366:56: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lamarc/src/control/userparam.cpp:373:56: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lamarc/src/control/userparam.cpp:381:59: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lamarc/src/control/userparam.cpp:388:58: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lamarc/src/control/userparam.cpp:395:63: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lamarc/src/convErr/gc_cmdfile_err.cpp:37:47: style: Function 'gc_bad_yes_no' argument 1 names different: declaration 'token' definition 'string'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_cmdfile_err.h:40:36: note: Function 'gc_bad_yes_no' argument 1 names different: declaration 'token' definition 'string'.
lamarc/src/convErr/gc_cmdfile_err.cpp:37:47: note: Function 'gc_bad_yes_no' argument 1 names different: declaration 'token' definition 'string'.
lamarc/src/convErr/gc_cmdfile_err.cpp:46:53: style: Function 'gc_bad_proximity' argument 1 names different: declaration 'token' definition 'string'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_cmdfile_err.h:47:39: note: Function 'gc_bad_proximity' argument 1 names different: declaration 'token' definition 'string'.
lamarc/src/convErr/gc_cmdfile_err.cpp:46:53: note: Function 'gc_bad_proximity' argument 1 names different: declaration 'token' definition 'string'.
lamarc/src/convErr/gc_cmdfile_err.cpp:55:57: style: Function 'gc_bad_file_format' argument 1 names different: declaration 'token' definition 'string'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_cmdfile_err.h:54:41: note: Function 'gc_bad_file_format' argument 1 names different: declaration 'token' definition 'string'.
lamarc/src/convErr/gc_cmdfile_err.cpp:55:57: note: Function 'gc_bad_file_format' argument 1 names different: declaration 'token' definition 'string'.
lamarc/src/convErr/gc_cmdfile_err.cpp:64:59: style: Function 'gc_bad_interleaving' argument 1 names different: declaration 'token' definition 'string'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_cmdfile_err.h:61:42: note: Function 'gc_bad_interleaving' argument 1 names different: declaration 'token' definition 'string'.
lamarc/src/convErr/gc_cmdfile_err.cpp:64:59: note: Function 'gc_bad_interleaving' argument 1 names different: declaration 'token' definition 'string'.
lamarc/src/convErr/gc_cmdfile_err.cpp:73:69: style: Function 'gc_bad_general_data_type' argument 1 names different: declaration 'token' definition 'string'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_cmdfile_err.h:68:47: note: Function 'gc_bad_general_data_type' argument 1 names different: declaration 'token' definition 'string'.
lamarc/src/convErr/gc_cmdfile_err.cpp:73:69: note: Function 'gc_bad_general_data_type' argument 1 names different: declaration 'token' definition 'string'.
lamarc/src/convErr/gc_cmdfile_err.cpp:82:71: style: Function 'gc_bad_specific_data_type' argument 1 names different: declaration 'token' definition 'string'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_cmdfile_err.h:75:48: note: Function 'gc_bad_specific_data_type' argument 1 names different: declaration 'token' definition 'string'.
lamarc/src/convErr/gc_cmdfile_err.cpp:82:71: note: Function 'gc_bad_specific_data_type' argument 1 names different: declaration 'token' definition 'string'.
lamarc/src/convErr/gc_cmdfile_err.cpp:109:65: style: Function 'gc_locus_match_unknown' argument 1 names different: declaration 'locusMatchType' definition 'matchType'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_cmdfile_err.h:98:45: note: Function 'gc_locus_match_unknown' argument 1 names different: declaration 'locusMatchType' definition 'matchType'.
lamarc/src/convErr/gc_cmdfile_err.cpp:109:65: note: Function 'gc_locus_match_unknown' argument 1 names different: declaration 'locusMatchType' definition 'matchType'.
lamarc/src/convErr/gc_cmdfile_err.cpp:136:61: style: Function 'gc_pop_match_unknown' argument 1 names different: declaration 'popType' definition 'matchType'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_cmdfile_err.h:119:43: note: Function 'gc_pop_match_unknown' argument 1 names different: declaration 'popType' definition 'matchType'.
lamarc/src/convErr/gc_cmdfile_err.cpp:136:61: note: Function 'gc_pop_match_unknown' argument 1 names different: declaration 'popType' definition 'matchType'.
lamarc/src/convErr/gc_errhandling.h:40:5: style: Class 'gc_ex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_errhandling.h:60:5: style: Class 'gc_data_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_errhandling.h:67:5: style: Class 'gc_implementation_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_errhandling.h:74:5: style: Class 'gui_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_cmdfile_err.h:31:5: style: Class 'gc_cmdfile_err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_cmdfile_err.h:40:5: style: Class 'gc_bad_yes_no' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_cmdfile_err.h:47:5: style: Class 'gc_bad_proximity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_cmdfile_err.h:54:5: style: Class 'gc_bad_file_format' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_cmdfile_err.h:61:5: style: Class 'gc_bad_interleaving' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_cmdfile_err.h:68:5: style: Class 'gc_bad_general_data_type' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_cmdfile_err.h:75:5: style: Class 'gc_bad_specific_data_type' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_cmdfile_err.h:98:5: style: Class 'gc_locus_match_unknown' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_cmdfile_err.h:119:5: style: Class 'gc_pop_match_unknown' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_data_missing_err.h:31:5: style: Class 'gc_data_missing_err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_errhandling.cpp:79:32: style: Function 'setFile' argument 1 names different: declaration 's' definition 'fileName'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_errhandling.h:50:42: note: Function 'setFile' argument 1 names different: declaration 's' definition 'fileName'.
lamarc/src/convErr/gc_errhandling.cpp:79:32: note: Function 'setFile' argument 1 names different: declaration 's' definition 'fileName'.
lamarc/src/convErr/gc_individual_err.h:34:5: style: Class 'gc_individual_err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_individual_err.h:79:5: style: Class 'gc_ind_wrong_sample_count' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.cpp:49:102: style: Function 'gc_illegal_dna_character' argument 3 names different: declaration 'wh' definition 'data'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_infile_err.h:46:80: note: Function 'gc_illegal_dna_character' argument 3 names different: declaration 'wh' definition 'data'.
lamarc/src/convErr/gc_infile_err.cpp:49:102: note: Function 'gc_illegal_dna_character' argument 3 names different: declaration 'wh' definition 'data'.
lamarc/src/convErr/gc_infile_err.cpp:60:51: style: Function 'gc_illegal_msat' argument 1 names different: declaration 'msat' definition 'data'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_infile_err.h:53:37: note: Function 'gc_illegal_msat' argument 1 names different: declaration 'msat' definition 'data'.
lamarc/src/convErr/gc_infile_err.cpp:60:51: note: Function 'gc_illegal_msat' argument 1 names different: declaration 'msat' definition 'data'.
lamarc/src/convErr/gc_infile_err.cpp:93:49: style: Function 'gc_too_many_markers' argument 1 names different: declaration 'haveCount' definition 'have'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_infile_err.h:85:32: note: Function 'gc_too_many_markers' argument 1 names different: declaration 'haveCount' definition 'have'.
lamarc/src/convErr/gc_infile_err.cpp:93:49: note: Function 'gc_too_many_markers' argument 1 names different: declaration 'haveCount' definition 'have'.
lamarc/src/convErr/gc_infile_err.cpp:93:62: style: Function 'gc_too_many_markers' argument 2 names different: declaration 'wantCount' definition 'want'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_infile_err.h:85:50: note: Function 'gc_too_many_markers' argument 2 names different: declaration 'wantCount' definition 'want'.
lamarc/src/convErr/gc_infile_err.cpp:93:62: note: Function 'gc_too_many_markers' argument 2 names different: declaration 'wantCount' definition 'want'.
lamarc/src/convErr/gc_infile_err.h:32:5: style: Class 'gc_infile_err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:53:5: style: Class 'gc_illegal_msat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:60:5: style: Class 'gc_premature_end_of_file' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:78:5: style: Class 'gc_too_few_markers' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:92:5: style: Class 'gc_migrate_bad_pop_count' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:99:5: style: Class 'gc_migrate_bad_locus_count' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:106:5: style: Class 'gc_migrate_locus_length_not_positive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:113:5: style: Class 'gc_migrate_bad_sequence_count' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:120:5: style: Class 'gc_migrate_missing_sequence_count' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:134:5: style: Class 'gc_migrate_bad_delimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:141:5: style: Class 'gc_migrate_missing_msat_delimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:155:5: style: Class 'gc_phylip_first_token' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:162:5: style: Class 'gc_phylip_second_token' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:176:5: style: Class 'gc_parse_missing_err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_locus_err.cpp:41:61: style: Function 'gc_set_locations_err' argument 1 names different: declaration 'name' definition 'locusName'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_locus_err.h:76:42: note: Function 'gc_set_locations_err' argument 1 names different: declaration 'name' definition 'locusName'.
lamarc/src/convErr/gc_locus_err.cpp:41:61: note: Function 'gc_set_locations_err' argument 1 names different: declaration 'name' definition 'locusName'.
lamarc/src/convErr/gc_locus_err.cpp:42:61: style: Function 'gc_set_locations_err' argument 2 names different: declaration 'newlocs' definition 'newLocations'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_locus_err.h:76:64: note: Function 'gc_set_locations_err' argument 2 names different: declaration 'newlocs' definition 'newLocations'.
lamarc/src/convErr/gc_locus_err.cpp:42:61: note: Function 'gc_set_locations_err' argument 2 names different: declaration 'newlocs' definition 'newLocations'.
lamarc/src/convErr/gc_locus_err.cpp:43:51: style: Function 'gc_set_locations_err' argument 3 names different: declaration 'oldSize' definition 'oldCount'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_locus_err.h:76:80: note: Function 'gc_set_locations_err' argument 3 names different: declaration 'oldSize' definition 'oldCount'.
lamarc/src/convErr/gc_locus_err.cpp:43:51: note: Function 'gc_set_locations_err' argument 3 names different: declaration 'oldSize' definition 'oldCount'.
lamarc/src/convErr/gc_locus_err.cpp:44:51: style: Function 'gc_set_locations_err' argument 4 names different: declaration 'newSize' definition 'newCount'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_locus_err.h:76:96: note: Function 'gc_set_locations_err' argument 4 names different: declaration 'newSize' definition 'newCount'.
lamarc/src/convErr/gc_locus_err.cpp:44:51: note: Function 'gc_set_locations_err' argument 4 names different: declaration 'newSize' definition 'newCount'.
lamarc/src/convErr/gc_locus_err.cpp:79:91: style: Function 'gc_locus_types_mismatch' argument 3 names different: declaration 'types1' definition 'pType'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_locus_err.h:97:70: note: Function 'gc_locus_types_mismatch' argument 3 names different: declaration 'types1' definition 'pType'.
lamarc/src/convErr/gc_locus_err.cpp:79:91: note: Function 'gc_locus_types_mismatch' argument 3 names different: declaration 'types1' definition 'pType'.
lamarc/src/convErr/gc_locus_err.cpp:79:107: style: Function 'gc_locus_types_mismatch' argument 4 names different: declaration 'types2' definition 'type'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_locus_err.h:97:87: note: Function 'gc_locus_types_mismatch' argument 4 names different: declaration 'types2' definition 'type'.
lamarc/src/convErr/gc_locus_err.cpp:79:107: note: Function 'gc_locus_types_mismatch' argument 4 names different: declaration 'types2' definition 'type'.
lamarc/src/convErr/gc_locus_err.cpp:157:68: style: Function 'gc_wrong_location_count' argument 2 names different: declaration 'numSite' definition 'numSites'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_locus_err.h:153:47: note: Function 'gc_wrong_location_count' argument 2 names different: declaration 'numSite' definition 'numSites'.
lamarc/src/convErr/gc_locus_err.cpp:157:68: note: Function 'gc_wrong_location_count' argument 2 names different: declaration 'numSite' definition 'numSites'.
lamarc/src/convErr/gc_locus_err.h:32:5: style: Class 'gc_locus_err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_locus_err.h:68:5: style: Class 'gc_missing_locus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_locus_err.h:118:5: style: Class 'gc_locus_without_length' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_map_err.h:31:5: style: Class 'gc_map_err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_map_err.h:38:5: style: Class 'gc_map_file_missing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_map_err.h:45:5: style: Class 'gc_map_file_read_err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_map_err.h:52:5: style: Class 'gc_map_file_empty' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_phase_err.cpp:141:74: style: Function 'gc_phase_too_small' argument 3 names different: declaration 'offset' definition 'smallest'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_phase_err.h:135:59: note: Function 'gc_phase_too_small' argument 3 names different: declaration 'offset' definition 'smallest'.
lamarc/src/convErr/gc_phase_err.cpp:141:74: note: Function 'gc_phase_too_small' argument 3 names different: declaration 'offset' definition 'smallest'.
lamarc/src/convErr/gc_phase_err.cpp:141:93: style: Function 'gc_phase_too_small' argument 4 names different: declaration 'locusName' definition 'locName'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_phase_err.h:135:76: note: Function 'gc_phase_too_small' argument 4 names different: declaration 'locusName' definition 'locName'.
lamarc/src/convErr/gc_phase_err.cpp:141:93: note: Function 'gc_phase_too_small' argument 4 names different: declaration 'locusName' definition 'locName'.
lamarc/src/convErr/gc_phase_err.cpp:150:74: style: Function 'gc_phase_too_large' argument 3 names different: declaration 'maxVal' definition 'largest'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_phase_err.h:142:59: note: Function 'gc_phase_too_large' argument 3 names different: declaration 'maxVal' definition 'largest'.
lamarc/src/convErr/gc_phase_err.cpp:150:74: note: Function 'gc_phase_too_large' argument 3 names different: declaration 'maxVal' definition 'largest'.
lamarc/src/convErr/gc_phase_err.cpp:150:92: style: Function 'gc_phase_too_large' argument 4 names different: declaration 'locusName' definition 'locName'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_phase_err.h:142:76: note: Function 'gc_phase_too_large' argument 4 names different: declaration 'locusName' definition 'locName'.
lamarc/src/convErr/gc_phase_err.cpp:150:92: note: Function 'gc_phase_too_large' argument 4 names different: declaration 'locusName' definition 'locName'.
lamarc/src/convErr/gc_phase_err.cpp:159:67: style: Function 'gc_phase_not_location' argument 2 names different: declaration 'locusName' definition 'locName'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_phase_err.h:149:48: note: Function 'gc_phase_not_location' argument 2 names different: declaration 'locusName' definition 'locName'.
lamarc/src/convErr/gc_phase_err.cpp:159:67: note: Function 'gc_phase_not_location' argument 2 names different: declaration 'locusName' definition 'locName'.
lamarc/src/convErr/gc_phase_err.h:33:5: style: Class 'gc_phase_err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_phase_err.h:42:5: style: Class 'gc_no_individual_for_sample' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_phase_err.h:51:5: style: Class 'gc_no_sample_for_individual' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_phase_err.h:69:5: style: Class 'gc_adjacent_phase_resolution_for_multisample_input' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_phase_err.h:78:5: style: Class 'gc_bad_ind_match_adjacency_value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_phase_err.h:87:5: style: Class 'gc_bad_ind_match' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_phase_err.h:121:5: style: Class 'gc_phase_marker_not_legal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.cpp:50:83: style: Function 'duplicate_name_error' argument 2 names different: declaration 'why' definition 'where'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:138:66: note: Function 'duplicate_name_error' argument 2 names different: declaration 'why' definition 'where'.
lamarc/src/convErr/gc_structures_err.cpp:50:83: note: Function 'duplicate_name_error' argument 2 names different: declaration 'why' definition 'where'.
lamarc/src/convErr/gc_structures_err.cpp:57:52: style: Function 'empty_name_error' argument 1 names different: declaration 'why' definition 'where'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:145:38: note: Function 'empty_name_error' argument 1 names different: declaration 'why' definition 'where'.
lamarc/src/convErr/gc_structures_err.cpp:57:52: note: Function 'empty_name_error' argument 1 names different: declaration 'why' definition 'where'.
lamarc/src/convErr/gc_structures_err.cpp:71:57: style: Function 'missing_file_error' argument 1 names different: declaration 'filename' definition 'wh'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:159:41: note: Function 'missing_file_error' argument 1 names different: declaration 'filename' definition 'wh'.
lamarc/src/convErr/gc_structures_err.cpp:71:57: note: Function 'missing_file_error' argument 1 names different: declaration 'filename' definition 'wh'.
lamarc/src/convErr/gc_structures_err.cpp:78:79: style: Function 'missing_name_error' argument 2 names different: declaration 'why' definition 'where'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:166:63: note: Function 'missing_name_error' argument 2 names different: declaration 'why' definition 'where'.
lamarc/src/convErr/gc_structures_err.cpp:78:79: note: Function 'missing_name_error' argument 2 names different: declaration 'why' definition 'where'.
lamarc/src/convErr/gc_structures_err.cpp:88:55: warning: Function 'missing_migration' argument order different: declaration 'fromName, toName' definition 'toName, fromName' [funcArgOrderDifferent]
lamarc/src/convErr/gc_structures_err.h:96:40: note: Function 'missing_migration' argument order different: declaration 'fromName, toName' definition 'toName, fromName'
lamarc/src/convErr/gc_structures_err.cpp:88:55: note: Function 'missing_migration' argument order different: declaration 'fromName, toName' definition 'toName, fromName'
lamarc/src/convErr/gc_structures_err.cpp:151:49: style: Function 'missing_region' argument 1 names different: declaration 'wh' definition 'regName'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:124:36: note: Function 'missing_region' argument 1 names different: declaration 'wh' definition 'regName'.
lamarc/src/convErr/gc_structures_err.cpp:151:49: note: Function 'missing_region' argument 1 names different: declaration 'wh' definition 'regName'.
lamarc/src/convErr/gc_structures_err.cpp:172:47: style: Function 'missing_trait' argument 1 names different: declaration 'wh' definition 'traitName'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:131:35: note: Function 'missing_trait' argument 1 names different: declaration 'wh' definition 'traitName'.
lamarc/src/convErr/gc_structures_err.cpp:172:47: note: Function 'missing_trait' argument 1 names different: declaration 'wh' definition 'traitName'.
lamarc/src/convErr/gc_structures_err.cpp:186:67: style: Function 'gc_name_repeat_allele' argument 2 names different: declaration 'oldRow' definition 'row1'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:180:48: note: Function 'gc_name_repeat_allele' argument 2 names different: declaration 'oldRow' definition 'row1'.
lamarc/src/convErr/gc_structures_err.cpp:186:67: note: Function 'gc_name_repeat_allele' argument 2 names different: declaration 'oldRow' definition 'row1'.
lamarc/src/convErr/gc_structures_err.cpp:186:77: style: Function 'gc_name_repeat_allele' argument 3 names different: declaration 'newRow' definition 'row2'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:180:60: note: Function 'gc_name_repeat_allele' argument 3 names different: declaration 'newRow' definition 'row2'.
lamarc/src/convErr/gc_structures_err.cpp:186:77: note: Function 'gc_name_repeat_allele' argument 3 names different: declaration 'newRow' definition 'row2'.
lamarc/src/convErr/gc_structures_err.cpp:194:65: style: Function 'gc_name_repeat_locus' argument 2 names different: declaration 'oldRow' definition 'row1'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:187:47: note: Function 'gc_name_repeat_locus' argument 2 names different: declaration 'oldRow' definition 'row1'.
lamarc/src/convErr/gc_structures_err.cpp:194:65: note: Function 'gc_name_repeat_locus' argument 2 names different: declaration 'oldRow' definition 'row1'.
lamarc/src/convErr/gc_structures_err.cpp:194:75: style: Function 'gc_name_repeat_locus' argument 3 names different: declaration 'newRow' definition 'row2'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:187:59: note: Function 'gc_name_repeat_locus' argument 3 names different: declaration 'newRow' definition 'row2'.
lamarc/src/convErr/gc_structures_err.cpp:194:75: note: Function 'gc_name_repeat_locus' argument 3 names different: declaration 'newRow' definition 'row2'.
lamarc/src/convErr/gc_structures_err.cpp:202:61: style: Function 'gc_name_repeat_pop' argument 2 names different: declaration 'oldRow' definition 'row1'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:194:45: note: Function 'gc_name_repeat_pop' argument 2 names different: declaration 'oldRow' definition 'row1'.
lamarc/src/convErr/gc_structures_err.cpp:202:61: note: Function 'gc_name_repeat_pop' argument 2 names different: declaration 'oldRow' definition 'row1'.
lamarc/src/convErr/gc_structures_err.cpp:202:71: style: Function 'gc_name_repeat_pop' argument 3 names different: declaration 'newRow' definition 'row2'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:194:57: note: Function 'gc_name_repeat_pop' argument 3 names different: declaration 'newRow' definition 'row2'.
lamarc/src/convErr/gc_structures_err.cpp:202:71: note: Function 'gc_name_repeat_pop' argument 3 names different: declaration 'newRow' definition 'row2'.
lamarc/src/convErr/gc_structures_err.cpp:210:67: style: Function 'gc_name_repeat_region' argument 2 names different: declaration 'oldRow' definition 'row1'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:201:48: note: Function 'gc_name_repeat_region' argument 2 names different: declaration 'oldRow' definition 'row1'.
lamarc/src/convErr/gc_structures_err.cpp:210:67: note: Function 'gc_name_repeat_region' argument 2 names different: declaration 'oldRow' definition 'row1'.
lamarc/src/convErr/gc_structures_err.cpp:210:77: style: Function 'gc_name_repeat_region' argument 3 names different: declaration 'newRow' definition 'row2'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:201:60: note: Function 'gc_name_repeat_region' argument 3 names different: declaration 'newRow' definition 'row2'.
lamarc/src/convErr/gc_structures_err.cpp:210:77: note: Function 'gc_name_repeat_region' argument 3 names different: declaration 'newRow' definition 'row2'.
lamarc/src/convErr/gc_structures_err.cpp:218:65: style: Function 'gc_name_repeat_trait' argument 2 names different: declaration 'oldRow' definition 'row1'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:208:47: note: Function 'gc_name_repeat_trait' argument 2 names different: declaration 'oldRow' definition 'row1'.
lamarc/src/convErr/gc_structures_err.cpp:218:65: note: Function 'gc_name_repeat_trait' argument 2 names different: declaration 'oldRow' definition 'row1'.
lamarc/src/convErr/gc_structures_err.cpp:218:75: style: Function 'gc_name_repeat_trait' argument 3 names different: declaration 'newRow' definition 'row2'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:208:59: note: Function 'gc_name_repeat_trait' argument 3 names different: declaration 'newRow' definition 'row2'.
lamarc/src/convErr/gc_structures_err.cpp:218:75: note: Function 'gc_name_repeat_trait' argument 3 names different: declaration 'newRow' definition 'row2'.
lamarc/src/convErr/gc_structures_err.cpp:226:61: style: Function 'gc_allele_trait_mismatch' argument 1 names different: declaration 'alleleName' definition 'name'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:215:39: note: Function 'gc_allele_trait_mismatch' argument 1 names different: declaration 'alleleName' definition 'name'.
lamarc/src/convErr/gc_structures_err.cpp:226:61: note: Function 'gc_allele_trait_mismatch' argument 1 names different: declaration 'alleleName' definition 'name'.
lamarc/src/convErr/gc_structures_err.cpp:233:61: style: Function 'gc_locus_region_mismatch' argument 1 names different: declaration 'locusName' definition 'name'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:222:39: note: Function 'gc_locus_region_mismatch' argument 1 names different: declaration 'locusName' definition 'name'.
lamarc/src/convErr/gc_structures_err.cpp:233:61: note: Function 'gc_locus_region_mismatch' argument 1 names different: declaration 'locusName' definition 'name'.
lamarc/src/convErr/gc_structures_err.h:31:5: style: Class 'gc_structures_err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:38:5: style: Class 'duplicate_file_base_name_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:45:5: style: Class 'duplicate_file_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:52:5: style: Class 'unparsable_file_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:59:5: style: Class 'gc_missing_population' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:66:5: style: Class 'missing_panel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:74:5: style: Class 'missing_panel_id' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:81:5: style: Class 'missing_parent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:88:5: style: Class 'missing_parent_id' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:95:5: style: Class 'missing_migration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:103:5: style: Class 'missing_migration_id' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:124:5: style: Class 'missing_region' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:131:5: style: Class 'missing_trait' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:145:5: style: Class 'empty_name_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:152:5: style: Class 'incompatible_pops' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:159:5: style: Class 'missing_file_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:250:5: style: Class 'gc_bad_name_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_trait_err.cpp:32:77: style: Function 'gc_haplotype_probability_negative' argument 1 names different: declaration 'probability' definition 'prob'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_trait_err.h:43:46: note: Function 'gc_haplotype_probability_negative' argument 1 names different: declaration 'probability' definition 'prob'.
lamarc/src/convErr/gc_trait_err.cpp:32:77: note: Function 'gc_haplotype_probability_negative' argument 1 names different: declaration 'probability' definition 'prob'.
lamarc/src/convErr/gc_trait_err.h:34:5: style: Class 'gc_trait_err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_trait_err.h:43:5: style: Class 'gc_haplotype_probability_negative' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_trait_err.h:52:5: style: Class 'gc_trait_allele_name_reuse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_trait_err.h:70:5: style: Class 'gc_missing_phenotype' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_trait_err.h:79:5: style: Class 'gc_missing_allele' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_trait_err.h:88:5: style: Class 'gc_trait_allele_name_spaces' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convModel/gc_datastore.cpp:331:38: style: Function 'SetOutfileName' argument 1 names different: declaration 'outFileName' definition 'outfileName'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:244:39: note: Function 'SetOutfileName' argument 1 names different: declaration 'outFileName' definition 'outfileName'.
lamarc/src/convModel/gc_datastore.cpp:331:38: note: Function 'SetOutfileName' argument 1 names different: declaration 'outFileName' definition 'outfileName'.
lamarc/src/convModel/gc_datastore.cpp:538:50: style: Function 'Rename' argument 2 names different: declaration 'name' definition 'newName'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:162:48: note: Function 'Rename' argument 2 names different: declaration 'name' definition 'newName'.
lamarc/src/convModel/gc_datastore.cpp:538:50: note: Function 'Rename' argument 2 names different: declaration 'name' definition 'newName'.
lamarc/src/convModel/gc_datastore.cpp:91:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore.cpp:357:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore.cpp:385:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore.cpp:578:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore.cpp:580:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore.cpp:590:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore.cpp:593:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.h:99:5: style: Class 'GCStructures' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convModel/gc_structures.h:48:33: style: The function 'infoString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/convModel/gc_dictionary.h:35:33: note: Virtual function in base class
lamarc/src/convModel/gc_structures.h:48:33: note: Function in derived class
lamarc/src/convModel/gc_structures.h:57:33: style: The function 'infoString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/convModel/gc_dictionary.h:35:33: note: Virtual function in base class
lamarc/src/convModel/gc_structures.h:57:33: note: Function in derived class
lamarc/src/convModel/gc_datastore_export.cpp:631:14: style: The scope of the variable 'offset' can be reduced. [variableScope]
lamarc/src/convModel/gc_datastore_export.cpp:57:53: style: Function 'CheckPhaseMarkers' argument 2 names different: declaration 'individualName' definition 'indName'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:105:52: note: Function 'CheckPhaseMarkers' argument 2 names different: declaration 'individualName' definition 'indName'.
lamarc/src/convModel/gc_datastore_export.cpp:57:53: note: Function 'CheckPhaseMarkers' argument 2 names different: declaration 'individualName' definition 'indName'.
lamarc/src/convModel/gc_datastore_export.cpp:99:49: style: Function 'AddDefaultPhaseElem' argument 1 names different: declaration 'individualElem' definition 'individualElement'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:80:45: note: Function 'AddDefaultPhaseElem' argument 1 names different: declaration 'individualElem' definition 'individualElement'.
lamarc/src/convModel/gc_datastore_export.cpp:99:49: note: Function 'AddDefaultPhaseElem' argument 1 names different: declaration 'individualElem' definition 'individualElement'.
lamarc/src/convModel/gc_datastore_export.cpp:149:46: style: Function 'AddDataBlockElem' argument 1 names different: declaration 'sampleElem' definition 'sampleElement'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:79:42: note: Function 'AddDataBlockElem' argument 1 names different: declaration 'sampleElem' definition 'sampleElement'.
lamarc/src/convModel/gc_datastore_export.cpp:149:46: note: Function 'AddDataBlockElem' argument 1 names different: declaration 'sampleElem' definition 'sampleElement'.
lamarc/src/convModel/gc_datastore_export.cpp:792:172: style: Function 'MakePopulationElemForUnlinkedLocus' argument 5 names different: declaration 'indexInLocus' definition 'siteIndex'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:83:147: note: Function 'MakePopulationElemForUnlinkedLocus' argument 5 names different: declaration 'indexInLocus' definition 'siteIndex'.
lamarc/src/convModel/gc_datastore_export.cpp:792:172: note: Function 'MakePopulationElemForUnlinkedLocus' argument 5 names different: declaration 'indexInLocus' definition 'siteIndex'.
lamarc/src/convModel/gc_datastore_export.cpp:840:43: style: Function 'AddRegionElem' argument 1 names different: declaration 'dataElem' definition 'data'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:84:39: note: Function 'AddRegionElem' argument 1 names different: declaration 'dataElem' definition 'data'.
lamarc/src/convModel/gc_datastore_export.cpp:840:43: note: Function 'AddRegionElem' argument 1 names different: declaration 'dataElem' definition 'data'.
lamarc/src/convModel/gc_datastore_export.cpp:882:47: style: Function 'AddDivergenceElem' argument 1 names different: declaration 'divergenceElem' definition 'forces'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:98:43: note: Function 'AddDivergenceElem' argument 1 names different: declaration 'divergenceElem' definition 'forces'.
lamarc/src/convModel/gc_datastore_export.cpp:882:47: note: Function 'AddDivergenceElem' argument 1 names different: declaration 'divergenceElem' definition 'forces'.
lamarc/src/convModel/gc_datastore_export.cpp:989:46: style: Function 'AddMigrationElem' argument 1 names different: declaration 'migrationElem' definition 'forces'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:100:42: note: Function 'AddMigrationElem' argument 1 names different: declaration 'migrationElem' definition 'forces'.
lamarc/src/convModel/gc_datastore_export.cpp:989:46: note: Function 'AddMigrationElem' argument 1 names different: declaration 'migrationElem' definition 'forces'.
lamarc/src/convModel/gc_datastore_export.cpp:1228:59: style: Function 'MakeUnlinkedName' argument 2 names different: declaration 'siteIndex' definition 'index'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:102:66: note: Function 'MakeUnlinkedName' argument 2 names different: declaration 'siteIndex' definition 'index'.
lamarc/src/convModel/gc_datastore_export.cpp:1228:59: note: Function 'MakeUnlinkedName' argument 2 names different: declaration 'siteIndex' definition 'index'.
lamarc/src/convModel/gc_datastore_export.cpp:1389:42: style: Function 'makeOrFetchInd' argument 1 names different: declaration 'name' definition 'indName'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:233:49: note: Function 'makeOrFetchInd' argument 1 names different: declaration 'name' definition 'indName'.
lamarc/src/convModel/gc_datastore_export.cpp:1389:42: note: Function 'makeOrFetchInd' argument 1 names different: declaration 'name' definition 'indName'.
lamarc/src/convModel/gc_datastore_export.cpp:223:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:268:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:332:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:343:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:560:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:775:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:872:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:918:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:929:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:942:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1060:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1062:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1090:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1122:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1124:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1149:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1243:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1269:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1337:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1349:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1356:105: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1465:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1481:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1518:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1521:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1574:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1577:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1644:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1649:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore.h:78:10: performance: Technically the member function 'GCDataStore::AddDataBlockElem' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_export.cpp:173:14: note: Technically the member function 'GCDataStore::AddDataBlockElem' can be static.
lamarc/src/convModel/gc_datastore.h:78:10: note: Technically the member function 'GCDataStore::AddDataBlockElem' can be static.
lamarc/src/convModel/gc_datastore.h:79:10: performance: Technically the member function 'GCDataStore::AddDataBlockElem' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_export.cpp:149:14: note: Technically the member function 'GCDataStore::AddDataBlockElem' can be static.
lamarc/src/convModel/gc_datastore.h:79:10: note: Technically the member function 'GCDataStore::AddDataBlockElem' can be static.
lamarc/src/convModel/gc_datastore.h:80:10: performance: Technically the member function 'GCDataStore::AddDefaultPhaseElem' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_export.cpp:99:14: note: Technically the member function 'GCDataStore::AddDefaultPhaseElem' can be static.
lamarc/src/convModel/gc_datastore.h:80:10: note: Technically the member function 'GCDataStore::AddDefaultPhaseElem' can be static.
lamarc/src/convModel/gc_datastore.h:85:10: performance: Technically the member function 'GCDataStore::AddEffectivePopSizeElem' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_export.cpp:457:14: note: Technically the member function 'GCDataStore::AddEffectivePopSizeElem' can be static.
lamarc/src/convModel/gc_datastore.h:85:10: note: Technically the member function 'GCDataStore::AddEffectivePopSizeElem' can be static.
lamarc/src/convModel/gc_datastore.h:95:10: performance: Technically the member function 'GCDataStore::AddPanelElem' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_export.cpp:362:14: note: Technically the member function 'GCDataStore::AddPanelElem' can be static.
lamarc/src/convModel/gc_datastore.h:95:10: note: Technically the member function 'GCDataStore::AddPanelElem' can be static.
lamarc/src/convModel/gc_datastore.h:102:21: performance: Technically the member function 'GCDataStore::MakeUnlinkedName' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_export.cpp:1228:14: note: Technically the member function 'GCDataStore::MakeUnlinkedName' can be static.
lamarc/src/convModel/gc_datastore.h:102:21: note: Technically the member function 'GCDataStore::MakeUnlinkedName' can be static.
lamarc/src/convModel/gc_datastore.h:229:25: performance: Technically the member function 'GCDataStore::ThrowLocusWithoutDataType' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_export.cpp:1379:14: note: Technically the member function 'GCDataStore::ThrowLocusWithoutDataType' can be static.
lamarc/src/convModel/gc_datastore.h:229:25: note: Technically the member function 'GCDataStore::ThrowLocusWithoutDataType' can be static.
lamarc/src/convModel/gc_datastore.h:231:25: performance: Technically the member function 'GCDataStore::AddLocusData' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_export.cpp:1407:14: note: Technically the member function 'GCDataStore::AddLocusData' can be static.
lamarc/src/convModel/gc_datastore.h:231:25: note: Technically the member function 'GCDataStore::AddLocusData' can be static.
lamarc/src/convModel/gc_datastore.h:232:25: performance: Technically the member function 'GCDataStore::AddLocusData' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_export.cpp:1429:14: note: Technically the member function 'GCDataStore::AddLocusData' can be static.
lamarc/src/convModel/gc_datastore.h:232:25: note: Technically the member function 'GCDataStore::AddLocusData' can be static.
lamarc/src/convModel/gc_individual.h:48:5: style: Class 'gcSample' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convModel/gc_datastore_files.cpp:225:33: style: Function 'GetDataFile' argument 1 names different: declaration 'fileId' definition 'fileIndex'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:176:52: note: Function 'GetDataFile' argument 1 names different: declaration 'fileId' definition 'fileIndex'.
lamarc/src/convModel/gc_datastore_files.cpp:225:33: note: Function 'GetDataFile' argument 1 names different: declaration 'fileId' definition 'fileIndex'.
lamarc/src/convModel/gc_datastore_files.cpp:240:33: style: Function 'GetDataFile' argument 1 names different: declaration 'fileId' definition 'fileIndex'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:177:52: note: Function 'GetDataFile' argument 1 names different: declaration 'fileId' definition 'fileIndex'.
lamarc/src/convModel/gc_datastore_files.cpp:240:33: note: Function 'GetDataFile' argument 1 names different: declaration 'fileId' definition 'fileIndex'.
lamarc/src/convModel/gc_datastore_files.cpp:255:30: style: Function 'GetParse' argument 1 names different: declaration 'parseId' definition 'parseIndex'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:208:47: note: Function 'GetParse' argument 1 names different: declaration 'parseId' definition 'parseIndex'.
lamarc/src/convModel/gc_datastore_files.cpp:255:30: note: Function 'GetParse' argument 1 names different: declaration 'parseId' definition 'parseIndex'.
lamarc/src/convModel/gc_datastore_files.cpp:314:31: style: Function 'RemoveFiles' argument 1 names different: declaration 'selectedOnly' definition 'selectedFilesOnly'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:192:50: note: Function 'RemoveFiles' argument 1 names different: declaration 'selectedOnly' definition 'selectedFilesOnly'.
lamarc/src/convModel/gc_datastore_files.cpp:314:31: note: Function 'RemoveFiles' argument 1 names different: declaration 'selectedOnly' definition 'selectedFilesOnly'.
lamarc/src/convModel/gc_datastore_files.cpp:136:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_files.cpp:144:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_files.cpp:166:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_files.cpp:174:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_files.cpp:196:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_files.cpp:204:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_files.cpp:227:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_files.cpp:242:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_files.cpp:257:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_files.cpp:317:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_files.cpp:559:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_files.cpp:591:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_files.cpp:611:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore.h:169:33: performance: Technically the member function 'GCDataStore::AssignParseLocus' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_files.cpp:464:14: note: Technically the member function 'GCDataStore::AssignParseLocus' can be static.
lamarc/src/convModel/gc_datastore.h:169:33: note: Technically the member function 'GCDataStore::AssignParseLocus' can be static.
lamarc/src/convModel/gc_datastore.h:170:33: performance: Technically the member function 'GCDataStore::CanAssignParseLocus' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_files.cpp:440:14: note: Technically the member function 'GCDataStore::CanAssignParseLocus' can be static.
lamarc/src/convModel/gc_datastore.h:170:33: note: Technically the member function 'GCDataStore::CanAssignParseLocus' can be static.
lamarc/src/convModel/gc_datastore.h:171:33: performance: Technically the member function 'GCDataStore::AssignPop' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_files.cpp:499:14: note: Technically the member function 'GCDataStore::AssignPop' can be static.
lamarc/src/convModel/gc_datastore.h:171:33: note: Technically the member function 'GCDataStore::AssignPop' can be static.
lamarc/src/convModel/gc_datastore.h:210:31: performance: Technically the member function 'GCDataStore::GetParse' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_files.cpp:574:14: note: Technically the member function 'GCDataStore::GetParse' can be static.
lamarc/src/convModel/gc_datastore.h:210:31: note: Technically the member function 'GCDataStore::GetParse' can be static.
lamarc/src/convModel/gc_datastore_readcmd.cpp:411:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:443:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:493:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:508:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:518:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:533:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:542:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:559:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:637:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:668:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:698:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:711:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:722:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:773:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:845:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:905:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:1029:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore.h:114:29: style: Technically the member function 'GCDataStore::cmdParseDivergence' can be const. [functionConst]
lamarc/src/convModel/gc_datastore_readcmd.cpp:954:14: note: Technically the member function 'GCDataStore::cmdParseDivergence' can be const.
lamarc/src/convModel/gc_datastore.h:114:29: note: Technically the member function 'GCDataStore::cmdParseDivergence' can be const.
lamarc/src/convModel/gc_datastore.h:122:29: style: Technically the member function 'GCDataStore::cmdParsePanel' can be const. [functionConst]
lamarc/src/convModel/gc_datastore_readcmd.cpp:451:14: note: Technically the member function 'GCDataStore::cmdParsePanel' can be const.
lamarc/src/convModel/gc_datastore.h:122:29: note: Technically the member function 'GCDataStore::cmdParsePanel' can be const.
lamarc/src/convModel/gc_datastore.h:130:29: style: Technically the member function 'GCDataStore::cmdParseTraitLocation' can be const. [functionConst]
lamarc/src/convModel/gc_datastore_readcmd.cpp:598:14: note: Technically the member function 'GCDataStore::cmdParseTraitLocation' can be const.
lamarc/src/convModel/gc_datastore.h:130:29: note: Technically the member function 'GCDataStore::cmdParseTraitLocation' can be const.
lamarc/src/convModel/gc_datastore.h:132:29: style: Technically the member function 'GCDataStore::makeLocusMatcher' can be const. [functionConst]
lamarc/src/convModel/gc_datastore_readcmd.cpp:749:14: note: Technically the member function 'GCDataStore::makeLocusMatcher' can be const.
lamarc/src/convModel/gc_datastore.h:132:29: note: Technically the member function 'GCDataStore::makeLocusMatcher' can be const.
lamarc/src/convModel/gc_datastore.h:133:29: style: Technically the member function 'GCDataStore::makePopMatcher' can be const. [functionConst]
lamarc/src/convModel/gc_datastore_readcmd.cpp:819:14: note: Technically the member function 'GCDataStore::makePopMatcher' can be const.
lamarc/src/convModel/gc_datastore.h:133:29: note: Technically the member function 'GCDataStore::makePopMatcher' can be const.
lamarc/src/convModel/gc_datastore_writebatch.cpp:546:60: style: Function 'WriteBatchFile' argument 2 names different: declaration 'fname' definition 'fileName'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:261:64: note: Function 'WriteBatchFile' argument 2 names different: declaration 'fname' definition 'fileName'.
lamarc/src/convModel/gc_datastore_writebatch.cpp:546:60: note: Function 'WriteBatchFile' argument 2 names different: declaration 'fname' definition 'fileName'.
lamarc/src/convModel/gc_datastore_writebatch.cpp:46:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_writebatch.cpp:60:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_writebatch.cpp:278:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_writebatch.cpp:314:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_writebatch.cpp:350:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_writebatch.cpp:359:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_writebatch.cpp:462:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_writebatch.cpp:470:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_writebatch.cpp:486:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_writebatch.cpp:499:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_writebatch.cpp:518:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore.h:261:25: performance: Technically the member function 'GCDataStore::WriteBatchFile' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_writebatch.cpp:546:14: note: Technically the member function 'GCDataStore::WriteBatchFile' can be static.
lamarc/src/convModel/gc_datastore.h:261:25: note: Technically the member function 'GCDataStore::WriteBatchFile' can be static.
lamarc/src/convModel/gc_dictionary.cpp:85:42: style: Function 'ReserveOrMakeName' argument 1 names different: declaration 'useIfNotEmpty' definition 'name'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_dictionary.h:44:46: note: Function 'ReserveOrMakeName' argument 1 names different: declaration 'useIfNotEmpty' definition 'name'.
lamarc/src/convModel/gc_dictionary.cpp:85:42: note: Function 'ReserveOrMakeName' argument 1 names different: declaration 'useIfNotEmpty' definition 'name'.
lamarc/src/convModel/gc_dictionary.cpp:86:42: style: Function 'ReserveOrMakeName' argument 2 names different: declaration 'prefixIfCreatingName' definition 'prefixToUseIfNameEmpty'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_dictionary.h:45:46: note: Function 'ReserveOrMakeName' argument 2 names different: declaration 'prefixIfCreatingName' definition 'prefixToUseIfNameEmpty'.
lamarc/src/convModel/gc_dictionary.cpp:86:42: note: Function 'ReserveOrMakeName' argument 2 names different: declaration 'prefixIfCreatingName' definition 'prefixToUseIfNameEmpty'.
lamarc/src/convModel/gc_exportable.cpp:62:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_exportable.cpp:111:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_exportable.cpp:136:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_file.cpp:128:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_file.h:81:10: style: Technically the member function 'GCFileCompare::operator()' can be const. [functionConst]
lamarc/src/convModel/gc_file.cpp:171:16: note: Technically the member function 'GCFileCompare::operator()' can be const.
lamarc/src/convModel/gc_file.h:81:10: note: Technically the member function 'GCFileCompare::operator()' can be const.
lamarc/src/convModel/gc_file_info.cpp:197:50: style: Function 'SetLocMatcher' argument 1 names different: declaration 'l' definition 'p'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_file_info.h:76:50: note: Function 'SetLocMatcher' argument 1 names different: declaration 'l' definition 'p'.
lamarc/src/convModel/gc_file_info.cpp:197:50: note: Function 'SetLocMatcher' argument 1 names different: declaration 'l' definition 'p'.
lamarc/src/convModel/gc_file_info.cpp:216:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_id_set.cpp:29:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_individual.cpp:194:32: style: Function 'GetSample' argument 1 names different: declaration 'hapIndex' definition 'index'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_individual.h:84:50: note: Function 'GetSample' argument 1 names different: declaration 'hapIndex' definition 'index'.
lamarc/src/convModel/gc_individual.cpp:194:32: note: Function 'GetSample' argument 1 names different: declaration 'hapIndex' definition 'index'.
lamarc/src/convModel/gc_individual.cpp:92:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_individual.cpp:182:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase.cpp:46:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase.cpp:69:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase.cpp:140:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase.cpp:143:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase.cpp:160:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase_info.cpp:369:57: style: Function 'MakeFullPhaseRecord' argument 4 names different: declaration 'sampleNames' definition 'samples'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_phase_info.h:116:69: note: Function 'MakeFullPhaseRecord' argument 4 names different: declaration 'sampleNames' definition 'samples'.
lamarc/src/convModel/gc_phase_info.cpp:369:57: note: Function 'MakeFullPhaseRecord' argument 4 names different: declaration 'sampleNames' definition 'samples'.
lamarc/src/convModel/gc_phase_info.cpp:452:59: style: Function 'MergeIndividualRecs' argument 1 names different: declaration 'curRec' definition 'oldRec'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_phase_info.h:135:56: note: Function 'MergeIndividualRecs' argument 1 names different: declaration 'curRec' definition 'oldRec'.
lamarc/src/convModel/gc_phase_info.cpp:452:59: note: Function 'MergeIndividualRecs' argument 1 names different: declaration 'curRec' definition 'oldRec'.
lamarc/src/convModel/gc_phase_info.cpp:200:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase_info.cpp:243:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase_info.cpp:513:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase_info.cpp:520:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase_info.cpp:561:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase_info.cpp:567:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase_info.cpp:582:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase_info.cpp:588:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_set_util.cpp:38:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_set_util.cpp:50:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_set_util.cpp:70:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_set_util.cpp:82:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:69:43: style: Function 'gcPopLocusIdPair' argument 1 names different: declaration 'i' definition 'popId'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structure_maps.h:63:29: note: Function 'gcPopLocusIdPair' argument 1 names different: declaration 'i' definition 'popId'.
lamarc/src/convModel/gc_structure_maps.cpp:69:43: note: Function 'gcPopLocusIdPair' argument 1 names different: declaration 'i' definition 'popId'.
lamarc/src/convModel/gc_structure_maps.cpp:69:57: style: Function 'gcPopLocusIdPair' argument 2 names different: declaration 'j' definition 'locId'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structure_maps.h:63:38: note: Function 'gcPopLocusIdPair' argument 2 names different: declaration 'j' definition 'locId'.
lamarc/src/convModel/gc_structure_maps.cpp:69:57: note: Function 'gcPopLocusIdPair' argument 2 names different: declaration 'j' definition 'locId'.
lamarc/src/convModel/gc_structure_maps.cpp:162:45: style: Function 'gcRegionPopIdPair' argument 1 names different: declaration 'i' definition 'regionId'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structure_maps.h:113:30: note: Function 'gcRegionPopIdPair' argument 1 names different: declaration 'i' definition 'regionId'.
lamarc/src/convModel/gc_structure_maps.cpp:162:45: note: Function 'gcRegionPopIdPair' argument 1 names different: declaration 'i' definition 'regionId'.
lamarc/src/convModel/gc_structure_maps.cpp:162:62: style: Function 'gcRegionPopIdPair' argument 2 names different: declaration 'j' definition 'popId'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structure_maps.h:113:39: note: Function 'gcRegionPopIdPair' argument 2 names different: declaration 'j' definition 'popId'.
lamarc/src/convModel/gc_structure_maps.cpp:162:62: note: Function 'gcRegionPopIdPair' argument 2 names different: declaration 'j' definition 'popId'.
lamarc/src/convModel/gc_structure_maps.cpp:356:41: style: Function 'gcMigrationPair' argument 1 names different: declaration 'i' definition 'toId'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structure_maps.h:170:28: note: Function 'gcMigrationPair' argument 1 names different: declaration 'i' definition 'toId'.
lamarc/src/convModel/gc_structure_maps.cpp:356:41: note: Function 'gcMigrationPair' argument 1 names different: declaration 'i' definition 'toId'.
lamarc/src/convModel/gc_structure_maps.cpp:356:54: style: Function 'gcMigrationPair' argument 2 names different: declaration 'j' definition 'fromId'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structure_maps.h:170:37: note: Function 'gcMigrationPair' argument 2 names different: declaration 'j' definition 'fromId'.
lamarc/src/convModel/gc_structure_maps.cpp:356:54: note: Function 'gcMigrationPair' argument 2 names different: declaration 'j' definition 'fromId'.
lamarc/src/convModel/gc_structure_maps.cpp:49:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:101:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:127:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:148:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:194:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:215:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:236:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:257:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:278:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:299:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:320:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:341:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:388:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:194:38: style: Function 'IsBlessedRegion' argument 1 names different: declaration 'locusId' definition 'regionId'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structures.h:94:48: note: Function 'IsBlessedRegion' argument 1 names different: declaration 'locusId' definition 'regionId'.
lamarc/src/convModel/gc_structures.cpp:194:38: note: Function 'IsBlessedRegion' argument 1 names different: declaration 'locusId' definition 'regionId'.
lamarc/src/convModel/gc_structures.cpp:1237:54: style: Function 'GetAllele' argument 2 names different: declaration 'name' definition 'alleleName'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structures.h:191:65: note: Function 'GetAllele' argument 2 names different: declaration 'name' definition 'alleleName'.
lamarc/src/convModel/gc_structures.cpp:1237:54: note: Function 'GetAllele' argument 2 names different: declaration 'name' definition 'alleleName'.
lamarc/src/convModel/gc_structures.cpp:1295:51: style: Function 'GetLocus' argument 2 names different: declaration 'name' definition 'locusName'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structures.h:194:61: note: Function 'GetLocus' argument 2 names different: declaration 'name' definition 'locusName'.
lamarc/src/convModel/gc_structures.cpp:1295:51: note: Function 'GetLocus' argument 2 names different: declaration 'name' definition 'locusName'.
lamarc/src/convModel/gc_structures.cpp:1804:36: style: Function 'MergeRegions' argument 1 names different: declaration 'regionIds' definition 'regions'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structures.h:271:31: note: Function 'MergeRegions' argument 1 names different: declaration 'regionIds' definition 'regions'.
lamarc/src/convModel/gc_structures.cpp:1804:36: note: Function 'MergeRegions' argument 1 names different: declaration 'regionIds' definition 'regions'.
lamarc/src/convModel/gc_structures.cpp:2099:36: style: Function 'RemoveBlocks' argument 1 names different: declaration 'blockIds' definition 'blocksInFile'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structures.h:274:31: note: Function 'RemoveBlocks' argument 1 names different: declaration 'blockIds' definition 'blocksInFile'.
lamarc/src/convModel/gc_structures.cpp:2099:36: note: Function 'RemoveBlocks' argument 1 names different: declaration 'blockIds' definition 'blocksInFile'.
lamarc/src/convModel/gc_structures.cpp:2363:52: style: Function 'SetFileSelection' argument 2 names different: declaration 'selected' definition 'value'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structures.h:290:50: note: Function 'SetFileSelection' argument 2 names different: declaration 'selected' definition 'value'.
lamarc/src/convModel/gc_structures.cpp:2363:52: note: Function 'SetFileSelection' argument 2 names different: declaration 'selected' definition 'value'.
lamarc/src/convModel/gc_structures.cpp:2387:40: style: Function 'AllFileSelectionsTo' argument 1 names different: declaration 'selectValue' definition 'value'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structures.h:292:38: note: Function 'AllFileSelectionsTo' argument 1 names different: declaration 'selectValue' definition 'value'.
lamarc/src/convModel/gc_structures.cpp:2387:40: note: Function 'AllFileSelectionsTo' argument 1 names different: declaration 'selectValue' definition 'value'.
lamarc/src/convModel/gc_structures.cpp:346:37: style: Variable 'regionsInOrder' is assigned a value that is never used. [unreadVariable]
lamarc/src/convModel/gc_structures.cpp:368:32: style: Variable 'regionsInOrder' is assigned a value that is never used. [unreadVariable]
lamarc/src/convModel/gc_structures.cpp:1053:20: style: Variable 'newId' is assigned a value that is never used. [unreadVariable]
lamarc/src/convModel/gc_structures.cpp:1095:20: style: Variable 'newId' is assigned a value that is never used. [unreadVariable]
lamarc/src/convModel/gc_structures.cpp:111:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:139:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:155:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:176:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:199:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:298:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:315:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:332:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:349:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:353:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:371:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:375:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:392:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:396:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:433:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:450:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:472:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:489:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:506:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:523:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:540:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:554:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:568:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:582:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:641:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:655:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:669:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:683:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:812:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:828:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:876:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1016:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1164:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1180:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1196:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1211:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1226:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1254:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1269:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1284:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1310:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1323:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1337:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1455:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1508:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1521:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1536:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1551:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1566:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1581:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1596:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1611:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1626:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1642:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1658:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1674:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1687:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1702:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1721:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1738:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1755:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1768:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1814:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1841:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1852:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1895:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1902:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1940:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1954:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1958:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1989:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2003:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2011:94: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2035:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2055:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2063:94: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2115:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2124:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2141:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2158:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2169:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2189:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2203:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2217:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2305:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2317:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2329:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2341:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2347:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2375:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2389:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2493:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2636:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2684:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2767:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2782:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2819:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2842:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2864:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2886:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2908:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2919:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2967:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2980:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2993:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:3006:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:3041:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:3048:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:3056:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:3062:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:78:15: warning: Member variable 'GCStructures::m_divMigMatrixDefined' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/convModel/gc_structures.cpp:78:15: warning: Member variable 'GCStructures::m_migMatrixDefined' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/convModel/gc_structures.h:120:10: style: Technically the member function 'GCStructures::GetDivergenceState' can be const. [functionConst]
lamarc/src/convModel/gc_structures.cpp:226:15: note: Technically the member function 'GCStructures::GetDivergenceState' can be const.
lamarc/src/convModel/gc_structures.h:120:10: note: Technically the member function 'GCStructures::GetDivergenceState' can be const.
lamarc/src/convModel/gc_structures.h:124:10: style: Technically the member function 'GCStructures::GetPanelsState' can be const. [functionConst]
lamarc/src/convModel/gc_structures.cpp:244:15: note: Technically the member function 'GCStructures::GetPanelsState' can be const.
lamarc/src/convModel/gc_structures.h:124:10: note: Technically the member function 'GCStructures::GetPanelsState' can be const.
lamarc/src/convModel/gc_structures.h:128:10: style: Technically the member function 'GCStructures::GetDivMigMatrixDefined' can be const. [functionConst]
lamarc/src/convModel/gc_structures.cpp:263:15: note: Technically the member function 'GCStructures::GetDivMigMatrixDefined' can be const.
lamarc/src/convModel/gc_structures.h:128:10: note: Technically the member function 'GCStructures::GetDivMigMatrixDefined' can be const.
lamarc/src/convModel/gc_structures.h:132:10: style: Technically the member function 'GCStructures::GetMigMatrixDefined' can be const. [functionConst]
lamarc/src/convModel/gc_structures.cpp:281:15: note: Technically the member function 'GCStructures::GetMigMatrixDefined' can be const.
lamarc/src/convModel/gc_structures.h:132:10: note: Technically the member function 'GCStructures::GetMigMatrixDefined' can be const.
lamarc/src/convModel/gc_structures.cpp:3091:0: error: Memory leak: orderids [memleak]
lamarc/src/convModel/gc_trait_allele.cpp:69:33: style: Function 'SetName' argument 1 names different: declaration 'name' definition 'alleleName'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_trait_allele.h:49:38: note: Function 'SetName' argument 1 names different: declaration 'name' definition 'alleleName'.
lamarc/src/convModel/gc_trait_allele.cpp:69:33: note: Function 'SetName' argument 1 names different: declaration 'name' definition 'alleleName'.
lamarc/src/convModel/gc_types.cpp:54:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_types.cpp:57:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_types.cpp:81:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_types.cpp:99:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_genotype_resolution.cpp:102:66: style: Function 'AppendHap' argument 2 names different: declaration 'alleleNames' definition 'alleles'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_genotype_resolution.h:59:53: note: Function 'AppendHap' argument 2 names different: declaration 'alleleNames' definition 'alleles'.
lamarc/src/convParse/gc_genotype_resolution.cpp:102:66: note: Function 'AppendHap' argument 2 names different: declaration 'alleleNames' definition 'alleles'.
lamarc/src/convParse/gc_genotype_resolution.h:55:5: style: Class 'GCGenotypeResolution' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convParse/gc_loci_match.cpp:98:70: style: Function 'GCLocusMatcher' argument 2 names different: declaration 'names' definition 'locNames'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_loci_match.h:60:58: note: Function 'GCLocusMatcher' argument 2 names different: declaration 'names' definition 'locNames'.
lamarc/src/convParse/gc_loci_match.cpp:98:70: note: Function 'GCLocusMatcher' argument 2 names different: declaration 'names' definition 'locNames'.
lamarc/src/convParse/gc_loci_match.h:58:5: style: Class 'GCLocusMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convParse/gc_locus.cpp:222:32: style: Function 'SetTotalLength' argument 1 names different: declaration 'length' definition 'totalLength'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_locus.h:127:35: note: Function 'SetTotalLength' argument 1 names different: declaration 'length' definition 'totalLength'.
lamarc/src/convParse/gc_locus.cpp:222:32: note: Function 'SetTotalLength' argument 1 names different: declaration 'length' definition 'totalLength'.
lamarc/src/convParse/gc_locus.cpp:472:30: style: Function 'SetMapPosition' argument 1 names different: declaration 'position' definition 'mapPosition'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_locus.h:124:33: note: Function 'SetMapPosition' argument 1 names different: declaration 'position' definition 'mapPosition'.
lamarc/src/convParse/gc_locus.cpp:472:30: note: Function 'SetMapPosition' argument 1 names different: declaration 'position' definition 'mapPosition'.
lamarc/src/convParse/gc_locus.cpp:575:53: style: Function 'LocusMergeLogic' argument 2 names different: declaration 'locus' definition 'locusRef'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_locus.h:80:56: note: Function 'LocusMergeLogic' argument 2 names different: declaration 'locus' definition 'locusRef'.
lamarc/src/convParse/gc_locus.cpp:575:53: note: Function 'LocusMergeLogic' argument 2 names different: declaration 'locus' definition 'locusRef'.
lamarc/src/convParse/gc_migrate.cpp:231:42: warning: Identical condition 'longVal<=0', second condition is always false [identicalConditionAfterEarlyExit]
lamarc/src/convParse/gc_migrate.cpp:223:16: note: first condition
lamarc/src/convParse/gc_migrate.cpp:231:42: note: second condition
lamarc/src/convParse/gc_migrate.cpp:67:25: style: The scope of the variable 'numPops' can be reduced. [variableScope]
lamarc/src/convParse/gc_migrate.cpp:68:25: style: The scope of the variable 'numLoci' can be reduced. [variableScope]
lamarc/src/convParse/gc_migrate.cpp:42:53: style: Function 'GCMigrateParser' argument 1 names different: declaration 'dataStore' definition 'ds'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_migrate.h:63:40: note: Function 'GCMigrateParser' argument 1 names different: declaration 'dataStore' definition 'ds'.
lamarc/src/convParse/gc_migrate.cpp:42:53: note: Function 'GCMigrateParser' argument 1 names different: declaration 'dataStore' definition 'ds'.
lamarc/src/convParse/gc_migrate.cpp:190:25: style: Function 'ParseMigrateFirstLine' argument 2 names different: declaration 'numPops' definition 'numPopsRef'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_migrate.h:39:29: note: Function 'ParseMigrateFirstLine' argument 2 names different: declaration 'numPops' definition 'numPopsRef'.
lamarc/src/convParse/gc_migrate.cpp:190:25: note: Function 'ParseMigrateFirstLine' argument 2 names different: declaration 'numPops' definition 'numPopsRef'.
lamarc/src/convParse/gc_migrate.cpp:191:25: style: Function 'ParseMigrateFirstLine' argument 3 names different: declaration 'numLoci' definition 'numLociRef'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_migrate.h:40:29: note: Function 'ParseMigrateFirstLine' argument 3 names different: declaration 'numLoci' definition 'numLociRef'.
lamarc/src/convParse/gc_migrate.cpp:191:25: note: Function 'ParseMigrateFirstLine' argument 3 names different: declaration 'numLoci' definition 'numLociRef'.
lamarc/src/convParse/gc_migrate.cpp:192:25: style: Function 'ParseMigrateFirstLine' argument 4 names different: declaration 'populationName' definition 'comment'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_migrate.h:41:29: note: Function 'ParseMigrateFirstLine' argument 4 names different: declaration 'populationName' definition 'comment'.
lamarc/src/convParse/gc_migrate.cpp:192:25: note: Function 'ParseMigrateFirstLine' argument 4 names different: declaration 'populationName' definition 'comment'.
lamarc/src/convParse/gc_migrate.cpp:242:61: style: Function 'ParseMigrateFirstLine' argument 2 names different: declaration 'numPops' definition 'numPopsRef'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_migrate.h:44:29: note: Function 'ParseMigrateFirstLine' argument 2 names different: declaration 'numPops' definition 'numPopsRef'.
lamarc/src/convParse/gc_migrate.cpp:242:61: note: Function 'ParseMigrateFirstLine' argument 2 names different: declaration 'numPops' definition 'numPopsRef'.
lamarc/src/convParse/gc_migrate.cpp:243:61: style: Function 'ParseMigrateFirstLine' argument 3 names different: declaration 'numLoci' definition 'numLociRef'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_migrate.h:45:29: note: Function 'ParseMigrateFirstLine' argument 3 names different: declaration 'numLoci' definition 'numLociRef'.
lamarc/src/convParse/gc_migrate.cpp:243:61: note: Function 'ParseMigrateFirstLine' argument 3 names different: declaration 'numLoci' definition 'numLociRef'.
lamarc/src/convParse/gc_migrate.cpp:245:61: style: Function 'ParseMigrateFirstLine' argument 5 names different: declaration 'populationName' definition 'comment'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_migrate.h:47:29: note: Function 'ParseMigrateFirstLine' argument 5 names different: declaration 'populationName' definition 'comment'.
lamarc/src/convParse/gc_migrate.cpp:245:61: note: Function 'ParseMigrateFirstLine' argument 5 names different: declaration 'populationName' definition 'comment'.
lamarc/src/convParse/gc_migrate.cpp:304:56: style: Function 'ParseMigratePopulationInfo' argument 1 names different: declaration 'popName' definition 'populationName'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_migrate.h:49:63: note: Function 'ParseMigratePopulationInfo' argument 1 names different: declaration 'popName' definition 'populationName'.
lamarc/src/convParse/gc_migrate.cpp:304:56: note: Function 'ParseMigratePopulationInfo' argument 1 names different: declaration 'popName' definition 'populationName'.
lamarc/src/convParse/gc_migrate.cpp:304:79: style: Function 'ParseMigratePopulationInfo' argument 2 names different: declaration 'numLoci' definition 'locusCount'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_migrate.h:49:79: note: Function 'ParseMigratePopulationInfo' argument 2 names different: declaration 'numLoci' definition 'locusCount'.
lamarc/src/convParse/gc_migrate.cpp:304:79: note: Function 'ParseMigratePopulationInfo' argument 2 names different: declaration 'numLoci' definition 'locusCount'.
lamarc/src/convParse/gc_migrate.cpp:298:9: style: Variable 'index' is modified but its new value is never used. [unreadVariable]
lamarc/src/convParse/gc_migrate.cpp:383:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_migrate.h:59:21: performance: Technically the member function 'GCMigrateParser::IsLegalDelimiter' can be static. [functionStatic]
lamarc/src/convParse/gc_migrate.cpp:265:18: note: Technically the member function 'GCMigrateParser::IsLegalDelimiter' can be static.
lamarc/src/convParse/gc_migrate.h:59:21: note: Technically the member function 'GCMigrateParser::IsLegalDelimiter' can be static.
lamarc/src/convParse/gc_migrate.h:63:5: style: Class 'GCMigrateParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convParse/gc_migrate.h:60:21: style: The function 'CompleteParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/convParse/gc_parser.h:50:18: note: Virtual function in base class
lamarc/src/convParse/gc_migrate.h:60:21: note: Function in derived class
lamarc/src/convParse/gc_parse.cpp:41:41: style: Function 'GCParse' argument 1 names different: declaration 'fileRef' definition 'file'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_parse.h:70:37: note: Function 'GCParse' argument 1 names different: declaration 'fileRef' definition 'file'.
lamarc/src/convParse/gc_parse.cpp:41:41: note: Function 'GCParse' argument 1 names different: declaration 'fileRef' definition 'file'.
lamarc/src/convParse/gc_parse.cpp:43:41: style: Function 'GCParse' argument 3 names different: declaration 'dataType' definition 'dtype'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_parse.h:72:37: note: Function 'GCParse' argument 3 names different: declaration 'dataType' definition 'dtype'.
lamarc/src/convParse/gc_parse.cpp:43:41: note: Function 'GCParse' argument 3 names different: declaration 'dataType' definition 'dtype'.
lamarc/src/convParse/gc_parse.cpp:59:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:63:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:67:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:171:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:184:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:286:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:290:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:313:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:319:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:377:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:406:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:417:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:420:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:224:26: performance: Use const reference for 'popRef' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/convParse/gc_parse.cpp:233:28: performance: Use const reference for 'locRef' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/convParse/gc_parse_block.cpp:47:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse_block.cpp:80:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse_sample.cpp:36:59: style: Function 'GCParseSample' argument 2 names different: declaration 'lineInFile' definition 'line'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_parse_sample.h:50:42: note: Function 'GCParseSample' argument 2 names different: declaration 'lineInFile' definition 'line'.
lamarc/src/convParse/gc_parse_sample.cpp:36:59: note: Function 'GCParseSample' argument 2 names different: declaration 'lineInFile' definition 'line'.
lamarc/src/convParse/gc_parse_sample.cpp:46:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse_sample.cpp:99:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_sequential_data.h:63:5: style: Class 'GCAllelicData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convParse/gc_sequential_data.h:79:5: style: Class 'GCNucData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convParse/gc_sequential_data.h:66:17: style: The function 'AddMarker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/convParse/gc_sequential_data.h:46:25: note: Virtual function in base class
lamarc/src/convParse/gc_sequential_data.h:66:17: note: Function in derived class
lamarc/src/convParse/gc_sequential_data.h:67:17: style: The function 'GetNumMarkers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/convParse/gc_sequential_data.h:48:25: note: Virtual function in base class
lamarc/src/convParse/gc_sequential_data.h:67:17: note: Function in derived class
lamarc/src/convParse/gc_sequential_data.h:68:17: style: The function 'GetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/convParse/gc_sequential_data.h:49:25: note: Virtual function in base class
lamarc/src/convParse/gc_sequential_data.h:68:17: note: Function in derived class
lamarc/src/convParse/gc_sequential_data.h:69:17: style: The function 'GetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/convParse/gc_sequential_data.h:50:25: note: Virtual function in base class
lamarc/src/convParse/gc_sequential_data.h:69:17: note: Function in derived class
lamarc/src/convParse/gc_sequential_data.h:82:17: style: The function 'AddMarker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/convParse/gc_sequential_data.h:46:25: note: Virtual function in base class
lamarc/src/convParse/gc_sequential_data.h:82:17: note: Function in derived class
lamarc/src/convParse/gc_sequential_data.h:83:17: style: The function 'GetNumMarkers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/convParse/gc_sequential_data.h:48:25: note: Virtual function in base class
lamarc/src/convParse/gc_sequential_data.h:83:17: note: Function in derived class
lamarc/src/convParse/gc_sequential_data.h:84:17: style: The function 'GetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/convParse/gc_sequential_data.h:49:25: note: Virtual function in base class
lamarc/src/convParse/gc_sequential_data.h:84:17: note: Function in derived class
lamarc/src/convParse/gc_sequential_data.h:85:17: style: The function 'GetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/convParse/gc_sequential_data.h:50:25: note: Virtual function in base class
lamarc/src/convParse/gc_sequential_data.h:85:17: note: Function in derived class
lamarc/src/convParse/gc_parser.cpp:122:56: style: Function 'FillDataInterleaved' argument 3 names different: declaration 'expectedSequences' definition 'expectedNumSequences'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_parser.h:53:73: note: Function 'FillDataInterleaved' argument 3 names different: declaration 'expectedSequences' definition 'expectedNumSequences'.
lamarc/src/convParse/gc_parser.cpp:122:56: note: Function 'FillDataInterleaved' argument 3 names different: declaration 'expectedSequences' definition 'expectedNumSequences'.
lamarc/src/convParse/gc_parser.cpp:153:61: style: Function 'FillDataNonInterleaved' argument 3 names different: declaration 'expectedSequences' definition 'expectedNumSequences'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_parser.h:54:73: note: Function 'FillDataNonInterleaved' argument 3 names different: declaration 'expectedSequences' definition 'expectedNumSequences'.
lamarc/src/convParse/gc_parser.cpp:153:61: note: Function 'FillDataNonInterleaved' argument 3 names different: declaration 'expectedSequences' definition 'expectedNumSequences'.
lamarc/src/convParse/gc_parser.cpp:186:45: style: Function 'FillData' argument 5 names different: declaration 'expectedSequences' definition 'expectedNumSequences'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_parser.h:52:100: note: Function 'FillData' argument 5 names different: declaration 'expectedSequences' definition 'expectedNumSequences'.
lamarc/src/convParse/gc_parser.cpp:186:45: note: Function 'FillData' argument 5 names different: declaration 'expectedSequences' definition 'expectedNumSequences'.
lamarc/src/convParse/gc_parser.cpp:235:27: style: Function 'AddBlock' argument 4 names different: declaration 'expectedSequences' definition 'numSequences'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_parser.h:56:94: note: Function 'AddBlock' argument 4 names different: declaration 'expectedSequences' definition 'numSequences'.
lamarc/src/convParse/gc_parser.cpp:235:27: note: Function 'AddBlock' argument 4 names different: declaration 'expectedSequences' definition 'numSequences'.
lamarc/src/convParse/gc_parser.cpp:243:44: style: Function 'AddLocus' argument 2 names different: declaration 'expectedIndex' definition 'expectedLocusIndex'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_parser.h:57:52: note: Function 'AddLocus' argument 2 names different: declaration 'expectedIndex' definition 'expectedLocusIndex'.
lamarc/src/convParse/gc_parser.cpp:243:44: note: Function 'AddLocus' argument 2 names different: declaration 'expectedIndex' definition 'expectedLocusIndex'.
lamarc/src/convParse/gc_parser.cpp:243:71: style: Function 'AddLocus' argument 3 names different: declaration 'locusLength' definition 'numMarkers'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_parser.h:57:74: note: Function 'AddLocus' argument 3 names different: declaration 'locusLength' definition 'numMarkers'.
lamarc/src/convParse/gc_parser.cpp:243:71: note: Function 'AddLocus' argument 3 names different: declaration 'locusLength' definition 'numMarkers'.
lamarc/src/convParse/gc_parser.cpp:253:42: style: Function 'AddPop' argument 2 names different: declaration 'expectedIndex' definition 'expectedPopIndex'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_parser.h:58:52: note: Function 'AddPop' argument 2 names different: declaration 'expectedIndex' definition 'expectedPopIndex'.
lamarc/src/convParse/gc_parser.cpp:253:42: note: Function 'AddPop' argument 2 names different: declaration 'expectedIndex' definition 'expectedPopIndex'.
lamarc/src/convParse/gc_parser.cpp:253:69: style: Function 'AddPop' argument 3 names different: declaration 'comment' definition 'name'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_parser.h:58:76: note: Function 'AddPop' argument 3 names different: declaration 'comment' definition 'name'.
lamarc/src/convParse/gc_parser.cpp:253:69: note: Function 'AddPop' argument 3 names different: declaration 'comment' definition 'name'.
lamarc/src/convParse/gc_parser.h:46:10: performance: Technically the member function 'GCParser::HasContent' can be static. [functionStatic]
lamarc/src/convParse/gc_parser.cpp:80:11: note: Technically the member function 'GCParser::HasContent' can be static.
lamarc/src/convParse/gc_parser.h:46:10: note: Technically the member function 'GCParser::HasContent' can be static.
lamarc/src/convParse/gc_parser.h:69:10: performance: Technically the member function 'GCParser::AddNucDataToSample' can be static. [functionStatic]
lamarc/src/convParse/gc_parser.cpp:296:11: note: Technically the member function 'GCParser::AddNucDataToSample' can be static.
lamarc/src/convParse/gc_parser.h:69:10: note: Technically the member function 'GCParser::AddNucDataToSample' can be static.
lamarc/src/convParse/gc_parser.h:71:19: performance: Technically the member function 'GCParser::makeKalleleTokens' can be static. [functionStatic]
lamarc/src/convParse/gc_parser.cpp:350:11: note: Technically the member function 'GCParser::makeKalleleTokens' can be static.
lamarc/src/convParse/gc_parser.h:71:19: note: Technically the member function 'GCParser::makeKalleleTokens' can be static.
lamarc/src/convParse/gc_parser.h:73:10: performance: Technically the member function 'GCParser::SetDataTypeFromFile' can be static. [functionStatic]
lamarc/src/convParse/gc_parser.cpp:375:11: note: Technically the member function 'GCParser::SetDataTypeFromFile' can be static.
lamarc/src/convParse/gc_parser.h:73:10: note: Technically the member function 'GCParser::SetDataTypeFromFile' can be static.
lamarc/src/convParse/gc_phylip.cpp:120:59: style: Function 'Parse' argument 2 names different: declaration 'dataType' definition 'dataTypes'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_phylip.h:49:41: note: Function 'Parse' argument 2 names different: declaration 'dataType' definition 'dataTypes'.
lamarc/src/convParse/gc_phylip.cpp:120:59: note: Function 'Parse' argument 2 names different: declaration 'dataType' definition 'dataTypes'.
lamarc/src/convParse/gc_phylip.h:45:5: style: Class 'GCPhylipParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convParse/gc_phylip.h:42:10: style: The function 'CompleteParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/convParse/gc_parser.h:50:18: note: Virtual function in base class
lamarc/src/convParse/gc_phylip.h:42:10: note: Function in derived class
lamarc/src/convParse/gc_pop_match.cpp:68:38: style: Function 'GCPopMatcher' argument 1 names different: declaration 'popMatchType' definition 'pMatchType'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_pop_match.h:55:28: note: Function 'GCPopMatcher' argument 1 names different: declaration 'popMatchType' definition 'pMatchType'.
lamarc/src/convParse/gc_pop_match.cpp:68:38: note: Function 'GCPopMatcher' argument 1 names different: declaration 'popMatchType' definition 'pMatchType'.
lamarc/src/convParse/gc_pop_match.cpp:76:38: style: Function 'GCPopMatcher' argument 1 names different: declaration 'popMatchType' definition 'pMatchType'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_pop_match.h:56:28: note: Function 'GCPopMatcher' argument 1 names different: declaration 'popMatchType' definition 'pMatchType'.
lamarc/src/convParse/gc_pop_match.cpp:76:38: note: Function 'GCPopMatcher' argument 1 names different: declaration 'popMatchType' definition 'pMatchType'.
lamarc/src/convParse/gc_pop_match.cpp:85:38: style: Function 'GCPopMatcher' argument 1 names different: declaration 'popMatchType' definition 'pMatchType'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_pop_match.h:57:28: note: Function 'GCPopMatcher' argument 1 names different: declaration 'popMatchType' definition 'pMatchType'.
lamarc/src/convParse/gc_pop_match.cpp:85:38: note: Function 'GCPopMatcher' argument 1 names different: declaration 'popMatchType' definition 'pMatchType'.
lamarc/src/convParse/gc_pop_match.h:55:5: style: Class 'GCPopMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convParse/gc_region.cpp:163:29: style: Function 'AddTraitId' argument 1 names different: declaration 'traitClassId' definition 'traitId'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_region.h:84:35: note: Function 'AddTraitId' argument 1 names different: declaration 'traitClassId' definition 'traitId'.
lamarc/src/convParse/gc_region.cpp:163:29: note: Function 'AddTraitId' argument 1 names different: declaration 'traitClassId' definition 'traitId'.
lamarc/src/convParse/gc_region.cpp:191:32: style: Function 'RemoveTraitId' argument 1 names different: declaration 'traitClassId' definition 'traitId'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_region.h:86:38: note: Function 'RemoveTraitId' argument 1 names different: declaration 'traitClassId' definition 'traitId'.
lamarc/src/convParse/gc_region.cpp:191:32: note: Function 'RemoveTraitId' argument 1 names different: declaration 'traitClassId' definition 'traitId'.
lamarc/src/convParse/gc_region.cpp:99:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_region.cpp:120:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_sequential_data.cpp:140:31: style: Function 'GetData' argument 1 names different: declaration 'siteIndex' definition 'markerIndex'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_sequential_data.h:69:32: note: Function 'GetData' argument 1 names different: declaration 'siteIndex' definition 'markerIndex'.
lamarc/src/convParse/gc_sequential_data.cpp:140:31: note: Function 'GetData' argument 1 names different: declaration 'siteIndex' definition 'markerIndex'.
lamarc/src/convParse/gc_sequential_data.cpp:193:27: style: Function 'GetData' argument 1 names different: declaration 'siteIndex' definition 'markerIndex'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_sequential_data.h:85:32: note: Function 'GetData' argument 1 names different: declaration 'siteIndex' definition 'markerIndex'.
lamarc/src/convParse/gc_sequential_data.cpp:193:27: note: Function 'GetData' argument 1 names different: declaration 'siteIndex' definition 'markerIndex'.
lamarc/src/convParse/tixml_util.cpp:116:51: style: Function 'tiwx_attributeValue' argument 2 names different: declaration 'attributeName' definition 'attrName'. [funcArgNamesDifferent]
lamarc/src/convParse/tixml_util.h:37:68: note: Function 'tiwx_attributeValue' argument 2 names different: declaration 'attributeName' definition 'attrName'.
lamarc/src/convParse/tixml_util.cpp:116:51: note: Function 'tiwx_attributeValue' argument 2 names different: declaration 'attributeName' definition 'attrName'.
lamarc/src/convParse/tixml_util.cpp:69:5: style: Exception should be caught by reference. [catchExceptionByValue]
lamarc/src/convParse/tixml_util.cpp:89:5: style: Exception should be caught by reference. [catchExceptionByValue]
lamarc/src/convParse/tixml_util.cpp:98:5: style: Exception should be caught by reference. [catchExceptionByValue]
lamarc/src/convParse/tixml_util.cpp:130:5: style: Exception should be caught by reference. [catchExceptionByValue]
lamarc/src/convParse/tixml_util.cpp:148:5: style: Exception should be caught by reference. [catchExceptionByValue]
lamarc/src/convParse/tixml_util.cpp:166:5: style: Exception should be caught by reference. [catchExceptionByValue]
lamarc/src/convUtil/gc_file_util.h:35:5: style: Class 'gc_file_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convUtil/gc_file_util.h:49:5: style: Class 'gc_file_missing_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convUtil/gc_file_util.h:57:5: style: Class 'gc_file_read_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_RegionDS.h:70:10: style: Technically the member function 'ltstr::operator()' can be const. [functionConst]
lamarc/src/conversion/Converter_Sequence.h:65:5: style: Class 'Sequence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_IndividualDS.h:62:5: style: Class 'IndividualDS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_PopulationDS.h:73:5: style: Class 'PopulationDS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_LamarcDS.h:145:5: style: Class 'LamarcDS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_DataSourceException.h:49:5: style: Class 'ConverterTestError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_DataSourceException.h:60:5: style: Class 'DataTypeNotFoundError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_DataSourceException.h:71:5: style: Class 'InvalidNucleotideError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_DataSourceException.h:82:5: style: Class 'InvalidSequenceLengthError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_DataSourceException.h:93:5: style: Class 'InvalidFrequenciesError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_DataSourceException.h:104:5: style: Class 'FileNotFoundError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_DataSourceException.h:115:5: style: Class 'FileFormatError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_DataSourceException.h:126:5: style: Class 'InconsistentDataError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_Sequence.h:87:12: style: The function 'getXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceIf.h:41:20: note: Virtual function in base class
lamarc/src/conversion/Converter_Sequence.h:87:12: note: Function in derived class
lamarc/src/conversion/Converter_IndividualDS.h:133:12: style: The function 'getXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceIf.h:41:20: note: Virtual function in base class
lamarc/src/conversion/Converter_IndividualDS.h:133:12: note: Function in derived class
lamarc/src/conversion/Converter_PopulationDS.h:157:12: style: The function 'getXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceIf.h:41:20: note: Virtual function in base class
lamarc/src/conversion/Converter_PopulationDS.h:157:12: note: Function in derived class
lamarc/src/conversion/Converter_ModelDS.h:124:12: style: The function 'getXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceIf.h:41:20: note: Virtual function in base class
lamarc/src/conversion/Converter_ModelDS.h:124:12: note: Function in derived class
lamarc/src/conversion/Converter_SpacingDS.h:83:17: style: The function 'getXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceIf.h:41:20: note: Virtual function in base class
lamarc/src/conversion/Converter_SpacingDS.h:83:17: note: Function in derived class
lamarc/src/conversion/Converter_RegionDS.h:172:12: style: The function 'getXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceIf.h:41:20: note: Virtual function in base class
lamarc/src/conversion/Converter_RegionDS.h:172:12: note: Function in derived class
lamarc/src/conversion/Converter_LamarcDS.h:214:12: style: The function 'getXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceIf.h:41:20: note: Virtual function in base class
lamarc/src/conversion/Converter_LamarcDS.h:214:12: note: Function in derived class
lamarc/src/conversion/Converter_DataSourceException.h:52:25: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceException.h:41:25: note: Virtual function in base class
lamarc/src/conversion/Converter_DataSourceException.h:52:25: note: Function in derived class
lamarc/src/conversion/Converter_DataSourceException.h:63:25: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceException.h:41:25: note: Virtual function in base class
lamarc/src/conversion/Converter_DataSourceException.h:63:25: note: Function in derived class
lamarc/src/conversion/Converter_DataSourceException.h:74:25: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceException.h:41:25: note: Virtual function in base class
lamarc/src/conversion/Converter_DataSourceException.h:74:25: note: Function in derived class
lamarc/src/conversion/Converter_DataSourceException.h:85:25: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceException.h:41:25: note: Virtual function in base class
lamarc/src/conversion/Converter_DataSourceException.h:85:25: note: Function in derived class
lamarc/src/conversion/Converter_DataSourceException.h:96:25: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceException.h:41:25: note: Virtual function in base class
lamarc/src/conversion/Converter_DataSourceException.h:96:25: note: Function in derived class
lamarc/src/conversion/Converter_DataSourceException.h:107:25: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceException.h:41:25: note: Virtual function in base class
lamarc/src/conversion/Converter_DataSourceException.h:107:25: note: Function in derived class
lamarc/src/conversion/Converter_DataSourceException.h:118:25: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceException.h:41:25: note: Virtual function in base class
lamarc/src/conversion/Converter_DataSourceException.h:118:25: note: Function in derived class
lamarc/src/conversion/Converter_DataSourceException.h:129:25: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceException.h:41:25: note: Virtual function in base class
lamarc/src/conversion/Converter_DataSourceException.h:129:25: note: Function in derived class
lamarc/src/conversion/ConverterUI.cpp:122:12: style: Condition '!success' is always true [knownConditionTrueFalse]
lamarc/src/conversion/ConverterUI.cpp:119:20: note: Assignment 'success=false', assigned value is 0
lamarc/src/conversion/ConverterUI.cpp:122:12: note: Condition '!success' is always true
lamarc/src/conversion/ConverterUI.cpp:153:12: style: Condition '!success' is always true [knownConditionTrueFalse]
lamarc/src/conversion/ConverterUI.cpp:150:20: note: Assignment 'success=false', assigned value is 0
lamarc/src/conversion/ConverterUI.cpp:153:12: note: Condition '!success' is always true
lamarc/src/conversion/ConverterUI.cpp:332:34: style: The scope of the variable 'mapposition' can be reduced. [variableScope]
lamarc/src/conversion/ConverterUI.cpp:303:52: style: Function 'SetMapInfo' argument 2 names different: declaration 'mapfilename' definition 'fname'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_ConverterUI.h:55:52: note: Function 'SetMapInfo' argument 2 names different: declaration 'mapfilename' definition 'fname'.
lamarc/src/conversion/ConverterUI.cpp:303:52: note: Function 'SetMapInfo' argument 2 names different: declaration 'mapfilename' definition 'fname'.
lamarc/src/conversion/ConverterUI.cpp:227:22: style: Variable 'mustbepositive' is assigned a value that is never used. [unreadVariable]
lamarc/src/conversion/Converter_SpaceConverter.h:55:5: style: Class 'SpaceConverter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_PhylipConverter.h:59:10: style: The function 'addConvertedLamarcDS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_ConverterIf.h:53:18: note: Virtual function in base class
lamarc/src/conversion/Converter_PhylipConverter.h:59:10: note: Function in derived class
lamarc/src/conversion/Converter_PhylipConverter.h:61:18: style: The function 'SetDataType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_ConverterIf.h:61:18: note: Virtual function in base class
lamarc/src/conversion/Converter_PhylipConverter.h:61:18: note: Function in derived class
lamarc/src/conversion/Converter_PhylipConverter.h:62:20: style: The function 'GetDataType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_ConverterIf.h:60:20: note: Virtual function in base class
lamarc/src/conversion/Converter_PhylipConverter.h:62:20: note: Function in derived class
lamarc/src/conversion/Converter_PhylipConverter.h:63:18: style: The function 'ProcessData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_ConverterIf.h:62:18: note: Virtual function in base class
lamarc/src/conversion/Converter_PhylipConverter.h:63:18: note: Function in derived class
lamarc/src/conversion/Converter_MigrateConverter.h:90:10: style: The function 'addConvertedLamarcDS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_ConverterIf.h:53:18: note: Virtual function in base class
lamarc/src/conversion/Converter_MigrateConverter.h:90:10: note: Function in derived class
lamarc/src/conversion/Converter_MigrateConverter.h:92:18: style: The function 'SetDataType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_ConverterIf.h:61:18: note: Virtual function in base class
lamarc/src/conversion/Converter_MigrateConverter.h:92:18: note: Function in derived class
lamarc/src/conversion/Converter_MigrateConverter.h:93:20: style: The function 'GetDataType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_ConverterIf.h:60:20: note: Virtual function in base class
lamarc/src/conversion/Converter_MigrateConverter.h:93:20: note: Function in derived class
lamarc/src/conversion/Converter_MigrateConverter.h:94:18: style: The function 'ProcessData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_ConverterIf.h:62:18: note: Virtual function in base class
lamarc/src/conversion/Converter_MigrateConverter.h:94:18: note: Function in derived class
lamarc/src/conversion/Converter_HapConverter.h:75:10: style: The function 'addConvertedLamarcDS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_ConverterIf.h:53:18: note: Virtual function in base class
lamarc/src/conversion/Converter_HapConverter.h:75:10: note: Function in derived class
lamarc/src/conversion/Converter_SpaceConverter.h:61:10: style: The function 'addConvertedLamarcDS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_ConverterIf.h:53:18: note: Virtual function in base class
lamarc/src/conversion/Converter_SpaceConverter.h:61:10: note: Function in derived class
lamarc/src/conversion/ConverterUIMain.cpp:373:21: style: Variable 'keepGoing' is assigned a value that is never used. [unreadVariable]
lamarc/src/conversion/HapConverter.cpp:35:54: style: Function 'HapConverter' argument 2 names different: declaration 'm_random' definition 'random'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_HapConverter.h:67:44: note: Function 'HapConverter' argument 2 names different: declaration 'm_random' definition 'random'.
lamarc/src/conversion/HapConverter.cpp:35:54: note: Function 'HapConverter' argument 2 names different: declaration 'm_random' definition 'random'.
lamarc/src/conversion/HapConverter.cpp:35:15: warning: Member variable 'HapConverter::m_nindividuals' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/conversion/Converter_HapConverter.h:57:12: performance: Technically the member function 'HapConverter::PopTilDelimiter' can be static. [functionStatic]
lamarc/src/conversion/HapConverter.cpp:94:22: note: Technically the member function 'HapConverter::PopTilDelimiter' can be static.
lamarc/src/conversion/Converter_HapConverter.h:57:12: note: Technically the member function 'HapConverter::PopTilDelimiter' can be static.
lamarc/src/conversion/LamarcDS.cpp:191:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/LamarcDS.cpp:243:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/LamarcDS.cpp:249:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/LamarcDS.cpp:255:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/LamarcDS.cpp:256:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/LamarcDS.cpp:265:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/LamarcDS.cpp:271:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/LamarcDS.cpp:282:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/LamarcDS.cpp:288:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/LamarcDS.cpp:292:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/LamarcDS.cpp:402:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/LamarcDS.cpp:640:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/MigrateConverter.cpp:576:10: style: The scope of the variable 'value' can be reduced. [variableScope]
lamarc/src/conversion/MigrateConverter.cpp:598:10: style: The scope of the variable 'value' can be reduced. [variableScope]
lamarc/src/conversion/MigrateConverter.cpp:672:10: style: The scope of the variable 'value' can be reduced. [variableScope]
lamarc/src/conversion/Converter_MigrateConverter.h:68:12: performance: Technically the member function 'MigrateConverter::getNewName' can be static. [functionStatic]
lamarc/src/conversion/MigrateConverter.cpp:547:19: note: Technically the member function 'MigrateConverter::getNewName' can be static.
lamarc/src/conversion/Converter_MigrateConverter.h:68:12: note: Technically the member function 'MigrateConverter::getNewName' can be static.
lamarc/src/conversion/ModelDS.cpp:89:26: style: Function 'setFreqs' argument 1 names different: declaration 'a' definition 'freqA'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_ModelDS.h:122:26: note: Function 'setFreqs' argument 1 names different: declaration 'a' definition 'freqA'.
lamarc/src/conversion/ModelDS.cpp:89:26: note: Function 'setFreqs' argument 1 names different: declaration 'a' definition 'freqA'.
lamarc/src/conversion/ModelDS.cpp:89:40: style: Function 'setFreqs' argument 2 names different: declaration 'c' definition 'freqC'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_ModelDS.h:122:36: note: Function 'setFreqs' argument 2 names different: declaration 'c' definition 'freqC'.
lamarc/src/conversion/ModelDS.cpp:89:40: note: Function 'setFreqs' argument 2 names different: declaration 'c' definition 'freqC'.
lamarc/src/conversion/ModelDS.cpp:89:54: style: Function 'setFreqs' argument 3 names different: declaration 'g' definition 'freqG'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_ModelDS.h:122:46: note: Function 'setFreqs' argument 3 names different: declaration 'g' definition 'freqG'.
lamarc/src/conversion/ModelDS.cpp:89:54: note: Function 'setFreqs' argument 3 names different: declaration 'g' definition 'freqG'.
lamarc/src/conversion/ModelDS.cpp:89:68: style: Function 'setFreqs' argument 4 names different: declaration 't' definition 'freqT'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_ModelDS.h:122:56: note: Function 'setFreqs' argument 4 names different: declaration 't' definition 'freqT'.
lamarc/src/conversion/ModelDS.cpp:89:68: note: Function 'setFreqs' argument 4 names different: declaration 't' definition 'freqT'.
lamarc/src/conversion/ModelDS.cpp:123:34: style: Function 'setTTRatio' argument 1 names different: declaration 'modelTTRatio' definition 'ttRatio'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_ModelDS.h:94:34: note: Function 'setTTRatio' argument 1 names different: declaration 'modelTTRatio' definition 'ttRatio'.
lamarc/src/conversion/ModelDS.cpp:123:34: note: Function 'setTTRatio' argument 1 names different: declaration 'modelTTRatio' definition 'ttRatio'.
lamarc/src/conversion/ModelDS.cpp:137:46: style: Function 'setNumCategories' argument 1 names different: declaration 'modelNumCategories' definition 'numCategories'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_ModelDS.h:100:46: note: Function 'setNumCategories' argument 1 names different: declaration 'modelNumCategories' definition 'numCategories'.
lamarc/src/conversion/ModelDS.cpp:137:46: note: Function 'setNumCategories' argument 1 names different: declaration 'modelNumCategories' definition 'numCategories'.
lamarc/src/conversion/ModelDS.cpp:151:32: style: Function 'setRates' argument 1 names different: declaration 'modelRates' definition 'rates'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_ModelDS.h:106:32: note: Function 'setRates' argument 1 names different: declaration 'modelRates' definition 'rates'.
lamarc/src/conversion/ModelDS.cpp:151:32: note: Function 'setRates' argument 1 names different: declaration 'modelRates' definition 'rates'.
lamarc/src/conversion/ModelDS.cpp:165:40: style: Function 'setProbabilities' argument 1 names different: declaration 'modelProbabilities' definition 'probabilities'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_ModelDS.h:112:40: note: Function 'setProbabilities' argument 1 names different: declaration 'modelProbabilities' definition 'probabilities'.
lamarc/src/conversion/ModelDS.cpp:165:40: note: Function 'setProbabilities' argument 1 names different: declaration 'modelProbabilities' definition 'probabilities'.
lamarc/src/conversion/ModelDS.cpp:199:37: warning: Function 'validateFreqs' argument order different: declaration 'a, c, g, t' definition 'a, g, c, t' [funcArgOrderDifferent]
lamarc/src/conversion/Converter_ModelDS.h:59:31: note: Function 'validateFreqs' argument order different: declaration 'a, c, g, t' definition 'a, g, c, t'
lamarc/src/conversion/ModelDS.cpp:199:37: note: Function 'validateFreqs' argument order different: declaration 'a, c, g, t' definition 'a, g, c, t'
lamarc/src/conversion/ModelDS.cpp:240:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/Converter_ModelDS.h:59:10: performance: Technically the member function 'ModelDS::validateFreqs' can be static. [functionStatic]
lamarc/src/conversion/ModelDS.cpp:199:10: note: Technically the member function 'ModelDS::validateFreqs' can be static.
lamarc/src/conversion/Converter_ModelDS.h:59:10: note: Technically the member function 'ModelDS::validateFreqs' can be static.
lamarc/src/conversion/ParserUtil.cpp:264:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
lamarc/src/conversion/ParserUtil.cpp:296:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
lamarc/src/conversion/PhylipConverter.cpp:74:12: style: Unused variable: numSeqsString [unusedVariable]
lamarc/src/conversion/PhylipConverter.cpp:75:12: style: Unused variable: seqLengthString [unusedVariable]
lamarc/src/conversion/PhylipConverter.cpp:159:12: style: Unused variable: indSeq [unusedVariable]
lamarc/src/conversion/PopulationDS.cpp:203:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lamarc/src/conversion/PopulationDS.cpp:271:51: style: Function 'validateNewIndividual' argument 1 names different: declaration 'individual' definition 'ind'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_PopulationDS.h:63:46: note: Function 'validateNewIndividual' argument 1 names different: declaration 'individual' definition 'ind'.
lamarc/src/conversion/PopulationDS.cpp:271:51: note: Function 'validateNewIndividual' argument 1 names different: declaration 'individual' definition 'ind'.
lamarc/src/conversion/PopulationDS.cpp:313:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/PopulationDS.cpp:428:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/RegionDS.cpp:193:39: style: Function 'addPopulation' argument 1 names different: declaration 'population' definition 'pop'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_RegionDS.h:156:39: note: Function 'addPopulation' argument 1 names different: declaration 'population' definition 'pop'.
lamarc/src/conversion/RegionDS.cpp:193:39: note: Function 'addPopulation' argument 1 names different: declaration 'population' definition 'pop'.
lamarc/src/conversion/RegionDS.cpp:315:47: style: Function 'validateNewPopulation' argument 1 names different: declaration 'population' definition 'pop'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_RegionDS.h:92:46: note: Function 'validateNewPopulation' argument 1 names different: declaration 'population' definition 'pop'.
lamarc/src/conversion/RegionDS.cpp:315:47: note: Function 'validateNewPopulation' argument 1 names different: declaration 'population' definition 'pop'.
lamarc/src/conversion/RegionDS.cpp:217:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/RegionDS.cpp:343:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/RegionDS.cpp:474:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/Converter_RegionDS.h:93:10: performance: Technically the member function 'RegionDS::validateFreqs' can be static. [functionStatic]
lamarc/src/conversion/RegionDS.cpp:390:11: note: Technically the member function 'RegionDS::validateFreqs' can be static.
lamarc/src/conversion/Converter_RegionDS.h:93:10: note: Technically the member function 'RegionDS::validateFreqs' can be static.
lamarc/src/conversion/SpaceConverter.cpp:50:54: style: Function 'ValidateSpaceInfo' argument 2 names different: declaration 'filename' definition 'fname'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_SpaceConverter.h:52:42: note: Function 'ValidateSpaceInfo' argument 2 names different: declaration 'filename' definition 'fname'.
lamarc/src/conversion/SpaceConverter.cpp:50:54: note: Function 'ValidateSpaceInfo' argument 2 names different: declaration 'filename' definition 'fname'.
lamarc/src/conversion/XmlParserUtil.cpp:77:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lamarc/src/conversion/XmlParserUtil.cpp:83:9: note: Found duplicate branches for 'if' and 'else'.
lamarc/src/conversion/XmlParserUtil.cpp:77:9: note: Found duplicate branches for 'if' and 'else'.
lamarc/src/conversion/XmlParserUtil.cpp:275:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/calculators.cpp:111:58: style: Function 'MigFSTLocus' argument 3 names different: declaration 'nmigs' definition 'numMigs'. [funcArgNamesDifferent]
lamarc/src/datalike/calculators.h:46:63: note: Function 'MigFSTLocus' argument 3 names different: declaration 'nmigs' definition 'numMigs'.
lamarc/src/datalike/calculators.cpp:111:58: note: Function 'MigFSTLocus' argument 3 names different: declaration 'nmigs' definition 'numMigs'.
lamarc/src/datalike/region.h:90:5: warning: Member variable 'Region::m_id' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/datalike/region.h:90:5: warning: Member variable 'Region::m_snppanel' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/datalike/region.h:109:10: style: Technically the member function 'Region::GetSnpPanel' can be const. [functionConst]
lamarc/src/datalike/locuscell.h:49:5: style: Class 'LocusCell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/datalike/locuscell.h:51:5: style: Class 'LocusCell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/datalike/dlcalc.h:134:5: style: Class 'NucCalculator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/datalike/dlcalc.h:151:5: style: Class 'DNACalculator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/datalike/dlcalc.h:181:5: style: Class 'SNPCalculator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/datalike/dlcalc.h:201:5: style: Class 'AlleleCalculator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/datalike/phenotypes.h:61:5: style: Class 'Phenotypes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/datalike/region.h:90:5: style: Class 'Region' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/datalike/dlcell.h:168:22: style: The function 'Copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:94:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:168:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:170:10: style: The function 'EmptyCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:101:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:170:10: note: Function in derived class
lamarc/src/datalike/dlcell.h:172:22: style: The function 'CopyInitialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:99:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:172:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:175:22: style: The function 'SetSiteDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:104:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:175:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:176:22: style: The function 'AddToSiteDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:105:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:176:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:177:22: style: The function 'GetSiteDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:106:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:177:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:178:22: style: The function 'GetNextMarker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:108:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:178:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:181:14: style: The function 'Normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:111:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:181:14: note: Function in derived class
lamarc/src/datalike/dlcell.h:182:14: style: The function 'SetNorms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:112:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:182:14: note: Function in derived class
lamarc/src/datalike/dlcell.h:183:14: style: The function 'GetNorms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:113:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:183:14: note: Function in derived class
lamarc/src/datalike/dlcell.h:186:14: style: The function 'SumMarkers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:115:18: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:186:14: note: Function in derived class
lamarc/src/datalike/dlcell.h:189:22: style: The function 'SwapDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:118:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:189:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:197:22: style: The function 'IsSameAs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:121:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:197:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:201:22: style: The function 'DiffersFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:122:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:201:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:204:22: style: The function 'SetAllCategoriesTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:125:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:204:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:205:25: style: The function 'GetStateFor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:126:25: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:205:25: note: Function in derived class
lamarc/src/datalike/dlcell.h:206:22: style: The function 'SetStateTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:127:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:206:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:207:22: style: The function 'AddTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:128:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:207:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:208:22: style: The function 'SubtractFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:129:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:208:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:209:22: style: The function 'MultiplyBy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:130:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:209:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:210:22: style: The function 'MultiplyBy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:131:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:210:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:213:23: style: The function 'GetOnes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:134:23: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:213:23: note: Function in derived class
lamarc/src/datalike/dlcell.h:216:22: style: The function 'DLsToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:137:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:216:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:217:22: style: The function 'GetNMarkers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:138:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:217:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:218:22: style: The function 'GetNCats' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:139:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:218:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:219:22: style: The function 'GetNBins' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:140:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:219:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:234:22: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:93:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:234:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:235:22: style: The function 'Copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:94:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:235:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:236:22: style: The function 'Initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:97:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:236:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:238:22: style: The function 'CopyInitialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:99:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:238:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:240:22: style: The function 'EmptyCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:101:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:240:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:241:22: style: The function 'SetSiteDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:104:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:241:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:242:22: style: The function 'AddToSiteDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:105:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:242:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:243:22: style: The function 'GetSiteDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:106:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:243:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:244:22: style: The function 'Normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:111:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:244:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:245:22: style: The function 'SetNorms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:112:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:245:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:246:22: style: The function 'GetNorms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:113:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:246:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:247:22: style: The function 'SumMarkers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:115:18: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:247:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:248:22: style: The function 'GetNextMarker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:108:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:248:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:249:22: style: The function 'SwapDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:118:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:249:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:251:22: style: The function 'IsSameAs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:121:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:251:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:254:22: style: The function 'DiffersFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:122:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:254:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:257:22: style: The function 'SetAllCategoriesTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:125:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:257:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:258:25: style: The function 'GetStateFor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:126:25: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:258:25: note: Function in derived class
lamarc/src/datalike/dlcell.h:259:22: style: The function 'SetStateTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:127:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:259:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:260:22: style: The function 'AddTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:128:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:260:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:261:22: style: The function 'SubtractFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:129:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:261:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:262:22: style: The function 'MultiplyBy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:130:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:262:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:263:22: style: The function 'MultiplyBy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:131:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:263:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:266:23: style: The function 'GetOnes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:134:23: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:266:23: note: Function in derived class
lamarc/src/datalike/dlcell.h:269:22: style: The function 'DLsToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:137:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:269:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:270:22: style: The function 'GetNMarkers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:138:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:270:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:271:22: style: The function 'GetNCats' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:139:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:271:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:272:22: style: The function 'GetNBins' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:140:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:272:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:283:22: style: The function 'Initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:97:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:283:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:295:19: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:93:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:295:19: note: Function in derived class
lamarc/src/datalike/dlcell.h:306:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:93:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:306:23: note: Function in derived class
lamarc/src/datalike/dlcell.h:307:23: style: The function 'Initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:283:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:307:23: note: Function in derived class
lamarc/src/datalike/dlcell.h:319:22: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:93:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:319:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:320:22: style: The function 'Initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:97:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:320:22: note: Function in derived class
lamarc/src/datalike/datatype.h:126:23: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:93:23: note: Virtual function in base class
lamarc/src/datalike/datatype.h:126:23: note: Function in derived class
lamarc/src/datalike/datatype.h:127:18: style: The function 'Proofread' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:94:20: note: Virtual function in base class
lamarc/src/datalike/datatype.h:127:18: note: Function in derived class
lamarc/src/datalike/datatype.h:129:18: style: The function 'IsEquivalent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:102:20: note: Virtual function in base class
lamarc/src/datalike/datatype.h:129:18: note: Function in derived class
lamarc/src/datalike/datatype.h:130:18: style: The function 'IsNucleotideData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:103:20: note: Virtual function in base class
lamarc/src/datalike/datatype.h:130:18: note: Function in derived class
lamarc/src/datalike/datatype.h:132:29: style: The function 'DefaultModelType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:113:27: note: Virtual function in base class
lamarc/src/datalike/datatype.h:132:29: note: Function in derived class
lamarc/src/datalike/datatype.h:143:23: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:126:23: note: Virtual function in base class
lamarc/src/datalike/datatype.h:143:23: note: Function in derived class
lamarc/src/datalike/datatype.h:146:23: style: The function 'CreateDLCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:109:23: note: Virtual function in base class
lamarc/src/datalike/datatype.h:146:23: note: Function in derived class
lamarc/src/datalike/datatype.h:147:23: style: The function 'CreateInitializedDLCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:110:23: note: Virtual function in base class
lamarc/src/datalike/datatype.h:147:23: note: Function in derived class
lamarc/src/datalike/datatype.h:149:24: style: The function 'CreateDLCalculator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:112:24: note: Virtual function in base class
lamarc/src/datalike/datatype.h:149:24: note: Function in derived class
lamarc/src/datalike/datatype.h:158:18: style: The function 'GetPairwiseMarkers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:79:18: note: Virtual function in base class
lamarc/src/datalike/datatype.h:158:18: note: Function in derived class
lamarc/src/datalike/datatype.h:163:23: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:126:23: note: Virtual function in base class
lamarc/src/datalike/datatype.h:163:23: note: Function in derived class
lamarc/src/datalike/datatype.h:166:23: style: The function 'CreateDLCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:109:23: note: Virtual function in base class
lamarc/src/datalike/datatype.h:166:23: note: Function in derived class
lamarc/src/datalike/datatype.h:167:23: style: The function 'CreateInitializedDLCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:110:23: note: Virtual function in base class
lamarc/src/datalike/datatype.h:167:23: note: Function in derived class
lamarc/src/datalike/datatype.h:169:24: style: The function 'CreateDLCalculator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:112:24: note: Virtual function in base class
lamarc/src/datalike/datatype.h:169:24: note: Function in derived class
lamarc/src/datalike/datatype.h:182:23: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:93:23: note: Virtual function in base class
lamarc/src/datalike/datatype.h:182:23: note: Function in derived class
lamarc/src/datalike/datatype.h:183:20: style: The function 'GetDelimiter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:106:20: note: Virtual function in base class
lamarc/src/datalike/datatype.h:183:20: note: Function in derived class
lamarc/src/datalike/datatype.h:184:23: style: The function 'CreateDLCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:109:23: note: Virtual function in base class
lamarc/src/datalike/datatype.h:184:23: note: Function in derived class
lamarc/src/datalike/datatype.h:185:23: style: The function 'CreateInitializedDLCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:110:23: note: Virtual function in base class
lamarc/src/datalike/datatype.h:185:23: note: Function in derived class
lamarc/src/datalike/datatype.h:197:23: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:182:23: note: Virtual function in base class
lamarc/src/datalike/datatype.h:197:23: note: Function in derived class
lamarc/src/datalike/datatype.h:199:18: style: The function 'Proofread' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:94:20: note: Virtual function in base class
lamarc/src/datalike/datatype.h:199:18: note: Function in derived class
lamarc/src/datalike/datatype.h:203:24: style: The function 'CreateDLCalculator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:112:24: note: Virtual function in base class
lamarc/src/datalike/datatype.h:203:24: note: Function in derived class
lamarc/src/datalike/datatype.h:204:27: style: The function 'DefaultModelType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:113:27: note: Virtual function in base class
lamarc/src/datalike/datatype.h:204:27: note: Function in derived class
lamarc/src/datalike/datatype.h:216:23: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:182:23: note: Virtual function in base class
lamarc/src/datalike/datatype.h:216:23: note: Function in derived class
lamarc/src/datalike/datatype.h:218:18: style: The function 'Proofread' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:94:20: note: Virtual function in base class
lamarc/src/datalike/datatype.h:218:18: note: Function in derived class
lamarc/src/datalike/datatype.h:222:24: style: The function 'CreateDLCalculator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:112:24: note: Virtual function in base class
lamarc/src/datalike/datatype.h:222:24: note: Function in derived class
lamarc/src/datalike/datatype.h:223:27: style: The function 'DefaultModelType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:113:27: note: Virtual function in base class
lamarc/src/datalike/datatype.h:223:27: note: Function in derived class
lamarc/src/datalike/dlmodel.h:198:18: style: The function 'IsValidDataModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:118:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:198:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:218:28: style: The function 'DataToLikes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:136:28: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:218:28: note: Function in derived class
lamarc/src/datalike/dlmodel.h:232:30: style: The function 'CreateDataModelReport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:163:30: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:232:30: note: Function in derived class
lamarc/src/datalike/dlmodel.h:233:30: style: The function 'ToXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:164:30: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:233:30: note: Function in derived class
lamarc/src/datalike/dlmodel.h:234:30: style: The function 'ChooseAncestralState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:172:25: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:234:30: note: Function in derived class
lamarc/src/datalike/dlmodel.h:235:20: style: The function 'CellToData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:179:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:235:20: note: Function in derived class
lamarc/src/datalike/dlmodel.h:274:18: style: The function 'IsValidDataModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:198:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:274:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:292:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:130:24: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:292:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:297:24: style: The function 'GetModelType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:132:24: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:297:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:306:22: style: The function 'RescaleLengths' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:226:21: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:306:22: note: Function in derived class
lamarc/src/datalike/dlmodel.h:307:22: style: The function 'ComputeSiteDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:227:22: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:307:22: note: Function in derived class
lamarc/src/datalike/dlmodel.h:308:22: style: The function 'ComputeSubtreeDL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:228:21: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:308:22: note: Function in derived class
lamarc/src/datalike/dlmodel.h:310:22: style: The function 'ComputeCatDL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:154:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:310:22: note: Function in derived class
lamarc/src/datalike/dlmodel.h:313:26: style: The function 'CreateDataModelReport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:232:30: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:313:26: note: Function in derived class
lamarc/src/datalike/dlmodel.h:314:26: style: The function 'ToXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:233:30: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:314:26: note: Function in derived class
lamarc/src/datalike/dlmodel.h:316:26: style: The function 'SimulateMarker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:175:25: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:316:26: note: Function in derived class
lamarc/src/datalike/dlmodel.h:370:18: style: The function 'IsValidDataModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:198:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:370:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:392:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:130:24: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:392:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:396:24: style: The function 'GetModelType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:132:24: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:396:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:404:22: style: The function 'RescaleLengths' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:226:21: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:404:22: note: Function in derived class
lamarc/src/datalike/dlmodel.h:405:22: style: The function 'ComputeSiteDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:227:22: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:405:22: note: Function in derived class
lamarc/src/datalike/dlmodel.h:406:22: style: The function 'ComputeSubtreeDL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:228:21: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:406:22: note: Function in derived class
lamarc/src/datalike/dlmodel.h:408:22: style: The function 'ComputeCatDL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:154:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:408:22: note: Function in derived class
lamarc/src/datalike/dlmodel.h:411:26: style: The function 'CreateDataModelReport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:232:30: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:411:26: note: Function in derived class
lamarc/src/datalike/dlmodel.h:412:26: style: The function 'ToXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:233:30: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:412:26: note: Function in derived class
lamarc/src/datalike/dlmodel.h:414:26: style: The function 'SimulateMarker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:175:25: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:414:26: note: Function in derived class
lamarc/src/datalike/dlmodel.h:443:20: style: The function 'ComputeCatDL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:154:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:443:20: note: Function in derived class
lamarc/src/datalike/dlmodel.h:449:25: style: The function 'ChooseAncestralState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:172:25: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:449:25: note: Function in derived class
lamarc/src/datalike/dlmodel.h:450:20: style: The function 'CellToData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:179:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:450:20: note: Function in derived class
lamarc/src/datalike/dlmodel.h:491:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:130:24: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:491:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:493:24: style: The function 'GetModelType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:132:24: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:493:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:495:28: style: The function 'DataToLikes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:136:28: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:495:28: note: Function in derived class
lamarc/src/datalike/dlmodel.h:498:18: style: The function 'ComputeSiteDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:444:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:498:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:500:20: style: The function 'ComputeSubtreeDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:447:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:500:20: note: Function in derived class
lamarc/src/datalike/dlmodel.h:504:25: style: The function 'CreateDataModelReport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:163:30: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:504:25: note: Function in derived class
lamarc/src/datalike/dlmodel.h:506:25: style: The function 'SimulateMarker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:175:25: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:506:25: note: Function in derived class
lamarc/src/datalike/dlmodel.h:508:20: style: The function 'CellToData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:450:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:508:20: note: Function in derived class
lamarc/src/datalike/dlmodel.h:530:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:130:24: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:530:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:532:18: style: The function 'ShouldNormalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:143:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:532:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:533:18: style: The function 'SetNormalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:147:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:533:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:535:24: style: The function 'GetModelType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:132:24: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:535:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:536:28: style: The function 'DataToLikes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:136:28: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:536:28: note: Function in derived class
lamarc/src/datalike/dlmodel.h:539:18: style: The function 'ComputeSiteDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:444:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:539:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:541:20: style: The function 'ComputeSubtreeDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:447:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:541:20: note: Function in derived class
lamarc/src/datalike/dlmodel.h:545:25: style: The function 'CreateDataModelReport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:163:30: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:545:25: note: Function in derived class
lamarc/src/datalike/dlmodel.h:547:25: style: The function 'SimulateMarker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:175:25: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:547:25: note: Function in derived class
lamarc/src/datalike/dlmodel.h:549:20: style: The function 'CellToData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:450:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:549:20: note: Function in derived class
lamarc/src/datalike/dlmodel.h:578:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:130:24: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:578:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:580:24: style: The function 'ShouldNormalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:143:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:580:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:581:24: style: The function 'GetModelType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:132:24: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:581:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:583:28: style: The function 'DataToLikes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:136:28: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:583:28: note: Function in derived class
lamarc/src/datalike/dlmodel.h:586:18: style: The function 'ComputeSiteDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:444:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:586:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:588:20: style: The function 'ComputeSubtreeDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:447:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:588:20: note: Function in derived class
lamarc/src/datalike/dlmodel.h:592:25: style: The function 'CreateDataModelReport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:163:30: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:592:25: note: Function in derived class
lamarc/src/datalike/dlmodel.h:593:25: style: The function 'ToXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:164:30: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:593:25: note: Function in derived class
lamarc/src/datalike/dlmodel.h:595:25: style: The function 'SimulateMarker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:175:25: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:595:25: note: Function in derived class
lamarc/src/datalike/dlmodel.h:598:20: style: The function 'CellToData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:450:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:598:20: note: Function in derived class
lamarc/src/datalike/dlmodel.h:640:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:130:24: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:640:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:642:24: style: The function 'GetModelType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:132:24: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:642:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:644:28: style: The function 'DataToLikes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:136:28: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:644:28: note: Function in derived class
lamarc/src/datalike/dlmodel.h:647:18: style: The function 'ComputeSiteDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:444:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:647:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:650:20: style: The function 'ComputeSubtreeDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:447:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:650:20: note: Function in derived class
lamarc/src/datalike/dlmodel.h:655:25: style: The function 'CreateDataModelReport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:163:30: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:655:25: note: Function in derived class
lamarc/src/datalike/dlmodel.h:656:25: style: The function 'ToXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:164:30: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:656:25: note: Function in derived class
lamarc/src/datalike/dlmodel.h:661:18: style: The function 'SetAlpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:159:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:661:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:662:18: style: The function 'ResetAlpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:158:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:662:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:664:25: style: The function 'SimulateMarker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:175:25: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:664:25: note: Function in derived class
lamarc/src/datalike/dlmodel.h:666:18: style: The function 'OptimizeDataModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:156:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:666:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:667:18: style: The function 'WriteAlpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:157:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:667:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:668:20: style: The function 'CellToData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:450:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:668:20: note: Function in derived class
lamarc/src/datalike/dlcalc.h:136:23: style: The function 'RecalculateAliases' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcalc.h:111:23: note: Virtual function in base class
lamarc/src/datalike/dlcalc.h:136:23: note: Function in derived class
lamarc/src/datalike/dlcalc.h:153:27: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcalc.h:105:27: note: Virtual function in base class
lamarc/src/datalike/dlcalc.h:153:27: note: Function in derived class
lamarc/src/datalike/dlcalc.h:154:20: style: The function 'Calculate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcalc.h:106:20: note: Virtual function in base class
lamarc/src/datalike/dlcalc.h:154:20: note: Function in derived class
lamarc/src/datalike/dlcalc.h:183:27: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcalc.h:105:27: note: Virtual function in base class
lamarc/src/datalike/dlcalc.h:183:27: note: Function in derived class
lamarc/src/datalike/dlcalc.h:184:20: style: The function 'Calculate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcalc.h:106:20: note: Virtual function in base class
lamarc/src/datalike/dlcalc.h:184:20: note: Function in derived class
lamarc/src/datalike/dlcalc.h:185:18: style: The function 'SimulateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcalc.h:107:18: note: Virtual function in base class
lamarc/src/datalike/dlcalc.h:185:18: note: Function in derived class
lamarc/src/datalike/dlcalc.h:203:27: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcalc.h:105:27: note: Virtual function in base class
lamarc/src/datalike/dlcalc.h:203:27: note: Function in derived class
lamarc/src/datalike/dlcalc.h:204:20: style: The function 'Calculate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcalc.h:106:20: note: Virtual function in base class
lamarc/src/datalike/dlcalc.h:204:20: note: Function in derived class
lamarc/src/datalike/locus.h:178:35: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
lamarc/src/datalike/region.h:90:24: performance: Function parameter 'rname' should be passed by const reference. [passedByValue]
lamarc/src/datalike/cellmanager.cpp:34:41: style: Function 'GetArray' argument 1 names different: declaration 'dimensions' definition 'id'. [funcArgNamesDifferent]
lamarc/src/datalike/cellmanager.h:64:36: note: Function 'GetArray' argument 1 names different: declaration 'dimensions' definition 'id'.
lamarc/src/datalike/cellmanager.cpp:34:41: note: Function 'GetArray' argument 1 names different: declaration 'dimensions' definition 'id'.
lamarc/src/datalike/cellmanager.cpp:51:37: style: Function 'FreeArray' argument 1 names different: declaration 'dimensions' definition 'id'. [funcArgNamesDifferent]
lamarc/src/datalike/cellmanager.h:65:37: note: Function 'FreeArray' argument 1 names different: declaration 'dimensions' definition 'id'.
lamarc/src/datalike/cellmanager.cpp:51:37: note: Function 'FreeArray' argument 1 names different: declaration 'dimensions' definition 'id'.
lamarc/src/datalike/datapack.cpp:384:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/datatype.cpp:316:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
lamarc/src/datalike/datatype.cpp:526:10: style: The scope of the variable 'c' can be reduced. [variableScope]
lamarc/src/datalike/datatype.cpp:587:10: style: The scope of the variable 'c' can be reduced. [variableScope]
lamarc/src/datalike/datatype.cpp:89:38: style: Function 'DifferenceWithinPop' argument 1 names different: declaration 'group1' definition 'begin1'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:80:60: note: Function 'DifferenceWithinPop' argument 1 names different: declaration 'group1' definition 'begin1'.
lamarc/src/datalike/datatype.cpp:89:38: note: Function 'DifferenceWithinPop' argument 1 names different: declaration 'group1' definition 'begin1'.
lamarc/src/datalike/datatype.cpp:89:74: style: Function 'DifferenceWithinPop' argument 2 names different: declaration 'done' definition 'end'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:81:60: note: Function 'DifferenceWithinPop' argument 2 names different: declaration 'done' definition 'end'.
lamarc/src/datalike/datatype.cpp:89:74: note: Function 'DifferenceWithinPop' argument 2 names different: declaration 'done' definition 'end'.
lamarc/src/datalike/datatype.cpp:119:68: style: Function 'DifferenceBetweenPops' argument 1 names different: declaration 'group1' definition 'begin1'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:82:62: note: Function 'DifferenceBetweenPops' argument 1 names different: declaration 'group1' definition 'begin1'.
lamarc/src/datalike/datatype.cpp:119:68: note: Function 'DifferenceBetweenPops' argument 1 names different: declaration 'group1' definition 'begin1'.
lamarc/src/datalike/datatype.cpp:120:68: style: Function 'DifferenceBetweenPops' argument 2 names different: declaration 'done1' definition 'end1'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:83:62: note: Function 'DifferenceBetweenPops' argument 2 names different: declaration 'done1' definition 'end1'.
lamarc/src/datalike/datatype.cpp:120:68: note: Function 'DifferenceBetweenPops' argument 2 names different: declaration 'done1' definition 'end1'.
lamarc/src/datalike/datatype.cpp:120:102: style: Function 'DifferenceBetweenPops' argument 3 names different: declaration 'group2' definition 'begin2'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:84:62: note: Function 'DifferenceBetweenPops' argument 3 names different: declaration 'group2' definition 'begin2'.
lamarc/src/datalike/datatype.cpp:120:102: note: Function 'DifferenceBetweenPops' argument 3 names different: declaration 'group2' definition 'begin2'.
lamarc/src/datalike/datatype.cpp:121:68: style: Function 'DifferenceBetweenPops' argument 4 names different: declaration 'done2' definition 'end2'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:85:62: note: Function 'DifferenceBetweenPops' argument 4 names different: declaration 'done2' definition 'end2'.
lamarc/src/datalike/datatype.cpp:121:68: note: Function 'DifferenceBetweenPops' argument 4 names different: declaration 'done2' definition 'end2'.
lamarc/src/datalike/datatype.cpp:392:66: style: Function 'CreateInitializedDLCell' argument 2 names different: declaration 'tipdata' definition 'tdata'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:148:66: note: Function 'CreateInitializedDLCell' argument 2 names different: declaration 'tipdata' definition 'tdata'.
lamarc/src/datalike/datatype.cpp:392:66: note: Function 'CreateInitializedDLCell' argument 2 names different: declaration 'tipdata' definition 'tdata'.
lamarc/src/datalike/datatype.cpp:449:67: style: Function 'CreateInitializedDLCell' argument 2 names different: declaration 'tipdata' definition 'tdata'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:168:66: note: Function 'CreateInitializedDLCell' argument 2 names different: declaration 'tipdata' definition 'tdata'.
lamarc/src/datalike/datatype.cpp:449:67: note: Function 'CreateInitializedDLCell' argument 2 names different: declaration 'tipdata' definition 'tdata'.
lamarc/src/datalike/datatype.cpp:496:66: style: Function 'CreateInitializedDLCell' argument 2 names different: declaration 'tipdata' definition 'tdata'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:186:66: note: Function 'CreateInitializedDLCell' argument 2 names different: declaration 'tipdata' definition 'tdata'.
lamarc/src/datalike/datatype.cpp:496:66: note: Function 'CreateInitializedDLCell' argument 2 names different: declaration 'tipdata' definition 'tdata'.
lamarc/src/datalike/datatype.cpp:522:38: style: Function 'Proofread' argument 1 names different: declaration 'content' definition 'raw'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:199:42: note: Function 'Proofread' argument 1 names different: declaration 'content' definition 'raw'.
lamarc/src/datalike/datatype.cpp:522:38: note: Function 'Proofread' argument 1 names different: declaration 'content' definition 'raw'.
lamarc/src/datalike/datatype.cpp:522:56: style: Function 'Proofread' argument 2 names different: declaration 'data' definition 'clean'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:199:64: note: Function 'Proofread' argument 2 names different: declaration 'data' definition 'clean'.
lamarc/src/datalike/datatype.cpp:522:56: note: Function 'Proofread' argument 2 names different: declaration 'data' definition 'clean'.
lamarc/src/datalike/datatype.cpp:583:43: style: Function 'Proofread' argument 1 names different: declaration 'content' definition 'raw'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:218:42: note: Function 'Proofread' argument 1 names different: declaration 'content' definition 'raw'.
lamarc/src/datalike/datatype.cpp:583:43: note: Function 'Proofread' argument 1 names different: declaration 'content' definition 'raw'.
lamarc/src/datalike/datatype.cpp:583:61: style: Function 'Proofread' argument 2 names different: declaration 'data' definition 'clean'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:218:64: note: Function 'Proofread' argument 2 names different: declaration 'data' definition 'clean'.
lamarc/src/datalike/datatype.cpp:583:61: note: Function 'Proofread' argument 2 names different: declaration 'data' definition 'clean'.
lamarc/src/datalike/dlcalc.cpp:683:60: style: Function 'MaskPanelTips' argument 2 names different: declaration 'loci' definition 'loc'. [funcArgNamesDifferent]
lamarc/src/datalike/dlcalc.h:166:49: note: Function 'MaskPanelTips' argument 2 names different: declaration 'loci' definition 'loc'.
lamarc/src/datalike/dlcalc.cpp:683:60: note: Function 'MaskPanelTips' argument 2 names different: declaration 'loci' definition 'loc'.
lamarc/src/datalike/dlcalc.cpp:1096:85: style: Function 'SumPanel' argument 3 names different: declaration 'sumcell' definition 'invarcell'. [funcArgNamesDifferent]
lamarc/src/datalike/dlcalc.h:178:79: note: Function 'SumPanel' argument 3 names different: declaration 'sumcell' definition 'invarcell'.
lamarc/src/datalike/dlcalc.cpp:1096:85: note: Function 'SumPanel' argument 3 names different: declaration 'sumcell' definition 'invarcell'.
lamarc/src/datalike/dlcalc.cpp:330:9: style: Variable 'node' is modified but its new value is never used. [unreadVariable]
lamarc/src/datalike/dlcalc.cpp:792:14: style: Unused variable: curmarker [unusedVariable]
lamarc/src/datalike/dlcalc.cpp:872:24: style: Variable 'snpsPresent' is assigned a value that is never used. [unreadVariable]
lamarc/src/datalike/dlcalc.cpp:252:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/dlcalc.h:123:15: style: Unused private function: 'NucCalculator::SetupAliases' [unusedPrivateFunction]
lamarc/src/datalike/dlcalc.h:98:15: performance: Technically the member function 'DLCalculator::GetChildInfo' can be static. [functionStatic]
lamarc/src/datalike/dlcalc.cpp:66:15: note: Technically the member function 'DLCalculator::GetChildInfo' can be static.
lamarc/src/datalike/dlcalc.h:98:15: note: Technically the member function 'DLCalculator::GetChildInfo' can be static.
lamarc/src/datalike/dlcalc.h:100:15: performance: Technically the member function 'DLCalculator::NullChildInfo' can be static. [functionStatic]
lamarc/src/datalike/dlcalc.cpp:76:25: note: Technically the member function 'DLCalculator::NullChildInfo' can be static.
lamarc/src/datalike/dlcalc.h:100:15: note: Technically the member function 'DLCalculator::NullChildInfo' can be static.
lamarc/src/datalike/dlcalc.h:122:15: performance: Technically the member function 'NucCalculator::CalculateAliasesFromData' can be static. [functionStatic]
lamarc/src/datalike/dlcalc.cpp:376:26: note: Technically the member function 'NucCalculator::CalculateAliasesFromData' can be static.
lamarc/src/datalike/dlcalc.h:122:15: note: Technically the member function 'NucCalculator::CalculateAliasesFromData' can be static.
lamarc/src/datalike/dlcalc.h:160:1: warning: The class 'SNPCalculator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/datalike/dlcell.cpp:176:31: style: Function 'SwapDLs' argument 1 names different: declaration 'other' definition 'othercell'. [funcArgNamesDifferent]
lamarc/src/datalike/dlcell.h:189:39: note: Function 'SwapDLs' argument 1 names different: declaration 'other' definition 'othercell'.
lamarc/src/datalike/dlcell.cpp:176:31: note: Function 'SwapDLs' argument 1 names different: declaration 'other' definition 'othercell'.
lamarc/src/datalike/dlcell.h:169:16: style: Technically the member function 'DLCell::MakeArray' can be const. [functionConst]
lamarc/src/datalike/dlcell.cpp:139:19: note: Technically the member function 'DLCell::MakeArray' can be const.
lamarc/src/datalike/dlcell.h:169:16: note: Technically the member function 'DLCell::MakeArray' can be const.
lamarc/src/datalike/dlmodel.cpp:588:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lamarc/src/datalike/dlmodel.cpp:1300:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lamarc/src/datalike/dlmodel.cpp:1966:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lamarc/src/datalike/dlmodel.cpp:3461:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lamarc/src/datalike/dlmodel.cpp:910:10: style: The scope of the variable 'cat' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:911:12: style: The scope of the variable 'n' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:962:10: style: The scope of the variable 'cat' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:963:12: style: The scope of the variable 'n' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:1173:23: style: The scope of the variable 'subtotal' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:1844:23: style: The scope of the variable 'subtotal' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2341:23: style: The scope of the variable 'subtotal' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2553:12: style: The scope of the variable 'mean1' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2553:19: style: The scope of the variable 'mean2' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2553:26: style: The scope of the variable 'xx1' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2553:31: style: The scope of the variable 'xx2' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2553:36: style: The scope of the variable 'c12' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2553:41: style: The scope of the variable 'v1' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2553:45: style: The scope of the variable 'v2' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2553:49: style: The scope of the variable 'vtot' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2553:59: style: The scope of the variable 'f2' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2791:12: style: The scope of the variable 'prob1' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2791:19: style: The scope of the variable 'prob2' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2791:26: style: The scope of the variable 'a1' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2791:30: style: The scope of the variable 'a2' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2791:34: style: The scope of the variable 'b1' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2791:38: style: The scope of the variable 'b2' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2952:23: style: The scope of the variable 'subtotal' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:3295:12: style: The scope of the variable 'prob1' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:3295:19: style: The scope of the variable 'prob2' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:3295:26: style: The scope of the variable 'a1' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:3295:30: style: The scope of the variable 'a2' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:3295:34: style: The scope of the variable 'b1' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:3295:38: style: The scope of the variable 'b2' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:3397:23: style: The scope of the variable 'subtotal' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:67:27: style: Function 'DataModel' argument 7 names different: declaration 'nbins' definition 'numBins'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:127:20: note: Function 'DataModel' argument 7 names different: declaration 'nbins' definition 'numBins'.
lamarc/src/datalike/dlmodel.cpp:67:27: note: Function 'DataModel' argument 7 names different: declaration 'nbins' definition 'numBins'.
lamarc/src/datalike/dlmodel.cpp:374:25: style: Function 'NucModel' argument 12 names different: declaration 'freqsFromData' definition 'calcFreqsFromData'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:212:19: note: Function 'NucModel' argument 12 names different: declaration 'freqsFromData' definition 'calcFreqsFromData'.
lamarc/src/datalike/dlmodel.cpp:374:25: note: Function 'NucModel' argument 12 names different: declaration 'freqsFromData' definition 'calcFreqsFromData'.
lamarc/src/datalike/dlmodel.cpp:660:10: style: Function 'F84Model' argument 13 names different: declaration 'calculateFrequenciesFromData' definition 'calculateFreqsFromData'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:289:19: note: Function 'F84Model' argument 13 names different: declaration 'calculateFrequenciesFromData' definition 'calculateFreqsFromData'.
lamarc/src/datalike/dlmodel.cpp:660:10: note: Function 'F84Model' argument 13 names different: declaration 'calculateFrequenciesFromData' definition 'calculateFreqsFromData'.
lamarc/src/datalike/dlmodel.cpp:1020:44: style: Function 'ComputeSiteDLs' argument 1 names different: declaration 'siteDL1' definition 'siteDLs1'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:307:46: note: Function 'ComputeSiteDLs' argument 1 names different: declaration 'siteDL1' definition 'siteDLs1'.
lamarc/src/datalike/dlmodel.cpp:1020:44: note: Function 'ComputeSiteDLs' argument 1 names different: declaration 'siteDL1' definition 'siteDLs1'.
lamarc/src/datalike/dlmodel.cpp:1020:63: style: Function 'ComputeSiteDLs' argument 2 names different: declaration 'siteDL2' definition 'siteDLs2'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:307:64: note: Function 'ComputeSiteDLs' argument 2 names different: declaration 'siteDL2' definition 'siteDLs2'.
lamarc/src/datalike/dlmodel.cpp:1020:63: note: Function 'ComputeSiteDLs' argument 2 names different: declaration 'siteDL2' definition 'siteDLs2'.
lamarc/src/datalike/dlmodel.cpp:2005:31: style: Function 'AlleleModel' argument 7 names different: declaration 'nbins' definition 'numBins'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:434:14: note: Function 'AlleleModel' argument 7 names different: declaration 'nbins' definition 'numBins'.
lamarc/src/datalike/dlmodel.cpp:2005:31: note: Function 'AlleleModel' argument 7 names different: declaration 'nbins' definition 'numBins'.
lamarc/src/datalike/dlmodel.cpp:2233:75: style: Function 'ComputeSiteDLs' argument 4 names different: declaration 'vv1' definition 'lengthOfBranchToChild1ScaledByRateCat'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:499:52: note: Function 'ComputeSiteDLs' argument 4 names different: declaration 'vv1' definition 'lengthOfBranchToChild1ScaledByRateCat'.
lamarc/src/datalike/dlmodel.cpp:2233:75: note: Function 'ComputeSiteDLs' argument 4 names different: declaration 'vv1' definition 'lengthOfBranchToChild1ScaledByRateCat'.
lamarc/src/datalike/dlmodel.cpp:2234:56: style: Function 'ComputeSiteDLs' argument 5 names different: declaration 'vv2' definition 'lengthOfBranchToChild2ScaledByRateCat'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:499:76: note: Function 'ComputeSiteDLs' argument 5 names different: declaration 'vv2' definition 'lengthOfBranchToChild2ScaledByRateCat'.
lamarc/src/datalike/dlmodel.cpp:2234:56: note: Function 'ComputeSiteDLs' argument 5 names different: declaration 'vv2' definition 'lengthOfBranchToChild2ScaledByRateCat'.
lamarc/src/datalike/dlmodel.cpp:2725:24: style: Function 'KAlleleModel' argument 2 names different: declaration 'unknownHaplotypeAlleles' definition 'uniqueAlleles'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:568:28: note: Function 'KAlleleModel' argument 2 names different: declaration 'unknownHaplotypeAlleles' definition 'uniqueAlleles'.
lamarc/src/datalike/dlmodel.cpp:2725:24: note: Function 'KAlleleModel' argument 2 names different: declaration 'unknownHaplotypeAlleles' definition 'uniqueAlleles'.
lamarc/src/datalike/dlmodel.cpp:2750:73: style: Function 'ComputeSiteDLs' argument 4 names different: declaration 'vv1' definition 'lengthOfBranchToChild1ScaledByRateCat'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:587:52: note: Function 'ComputeSiteDLs' argument 4 names different: declaration 'vv1' definition 'lengthOfBranchToChild1ScaledByRateCat'.
lamarc/src/datalike/dlmodel.cpp:2750:73: note: Function 'ComputeSiteDLs' argument 4 names different: declaration 'vv1' definition 'lengthOfBranchToChild1ScaledByRateCat'.
lamarc/src/datalike/dlmodel.cpp:2751:54: style: Function 'ComputeSiteDLs' argument 5 names different: declaration 'vv2' definition 'lengthOfBranchToChild2ScaledByRateCat'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:587:76: note: Function 'ComputeSiteDLs' argument 5 names different: declaration 'vv2' definition 'lengthOfBranchToChild2ScaledByRateCat'.
lamarc/src/datalike/dlmodel.cpp:2751:54: note: Function 'ComputeSiteDLs' argument 5 names different: declaration 'vv2' definition 'lengthOfBranchToChild2ScaledByRateCat'.
lamarc/src/datalike/dlmodel.cpp:3248:74: style: Function 'ComputeSiteDLs' argument 4 names different: declaration 'vv1' definition 'lengthOfBranchToChild1ScaledByRateCat'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:648:52: note: Function 'ComputeSiteDLs' argument 4 names different: declaration 'vv1' definition 'lengthOfBranchToChild1ScaledByRateCat'.
lamarc/src/datalike/dlmodel.cpp:3248:74: note: Function 'ComputeSiteDLs' argument 4 names different: declaration 'vv1' definition 'lengthOfBranchToChild1ScaledByRateCat'.
lamarc/src/datalike/dlmodel.cpp:3249:55: style: Function 'ComputeSiteDLs' argument 5 names different: declaration 'vv2' definition 'lengthOfBranchToChild2ScaledByRateCat'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:648:76: note: Function 'ComputeSiteDLs' argument 5 names different: declaration 'vv2' definition 'lengthOfBranchToChild2ScaledByRateCat'.
lamarc/src/datalike/dlmodel.cpp:3249:55: note: Function 'ComputeSiteDLs' argument 5 names different: declaration 'vv2' definition 'lengthOfBranchToChild2ScaledByRateCat'.
lamarc/src/datalike/dlmodel.cpp:1204:9: style: Variable 'im' is modified but its new value is never used. [unreadVariable]
lamarc/src/datalike/dlmodel.cpp:3057:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/dlmodel.h:263:10: style: Technically the member function 'F84Model::EmptyBuffers' can be const. [functionConst]
lamarc/src/datalike/dlmodel.cpp:694:16: note: Technically the member function 'F84Model::EmptyBuffers' can be const.
lamarc/src/datalike/dlmodel.h:263:10: note: Technically the member function 'F84Model::EmptyBuffers' can be const.
lamarc/src/datalike/dlmodel.h:355:10: style: Technically the member function 'GTRModel::EmptyBuffers' can be const. [functionConst]
lamarc/src/datalike/dlmodel.cpp:1523:16: note: Technically the member function 'GTRModel::EmptyBuffers' can be const.
lamarc/src/datalike/dlmodel.h:355:10: note: Technically the member function 'GTRModel::EmptyBuffers' can be const.
lamarc/src/datalike/dlmodel.h:359:10: performance: Technically the member function 'GTRModel::GTRDotProduct' can be static. [functionStatic]
lamarc/src/datalike/dlmodel.cpp:1576:16: note: Technically the member function 'GTRModel::GTRDotProduct' can be static.
lamarc/src/datalike/dlmodel.h:359:10: note: Technically the member function 'GTRModel::GTRDotProduct' can be static.
lamarc/src/datalike/dlmodel.h:363:10: performance: Technically the member function 'GTRModel::BarfOnBadGTRRates' can be static. [functionStatic]
lamarc/src/datalike/dlmodel.cpp:1599:16: note: Technically the member function 'GTRModel::BarfOnBadGTRRates' can be static.
lamarc/src/datalike/dlmodel.h:363:10: note: Technically the member function 'GTRModel::BarfOnBadGTRRates' can be static.
lamarc/src/datalike/dlmodel.h:562:12: performance: Technically the member function 'KAlleleModel::probMathFunc' can be static. [functionStatic]
lamarc/src/datalike/dlmodel.cpp:2862:22: note: Technically the member function 'KAlleleModel::probMathFunc' can be static.
lamarc/src/datalike/dlmodel.h:562:12: note: Technically the member function 'KAlleleModel::probMathFunc' can be static.
lamarc/src/datalike/dlmodel.h:673:12: performance: Technically the member function 'MixedKSModel::probMathFunc' can be static. [functionStatic]
lamarc/src/datalike/dlmodel.cpp:3522:22: note: Technically the member function 'MixedKSModel::probMathFunc' can be static.
lamarc/src/datalike/dlmodel.h:673:12: note: Technically the member function 'MixedKSModel::probMathFunc' can be static.
lamarc/src/datalike/dlmodel.h:305:18: warning: Virtual function 'Finalize' is called from constructor 'F84Model(long nmarkers,long numCategories,DoubleVec1d categoryRates,DoubleVec1d categoryProbabilities,double userAutoCorrelationValue,bool doNormalize,double relMuRate,double freqA,double freqC,double freqG,double freqT,double ttRatio,bool calculateFrequenciesFromData,double perBaseErrorRate)' at line 688. Dynamic binding is not used. [virtualCallInConstructor]
lamarc/src/datalike/dlmodel.cpp:688:5: note: Calling Finalize
lamarc/src/datalike/dlmodel.h:305:18: note: Finalize is a virtual method
lamarc/src/datalike/dlmodel.h:403:18: warning: Virtual function 'Finalize' is called from constructor 'GTRModel(long nmarkers,long numCategories,DoubleVec1d categoryRates,DoubleVec1d categoryProbabilities,double userAutoCorrelationValue,bool doNormalize,double relMuRate,double freqA,double freqC,double freqG,double freqT,double freqAC,double freqAG,double freqAT,double freqCG,double freqCT,double freqTG,double perBaseErrorRate)' at line 1450. Dynamic binding is not used. [virtualCallInConstructor]
lamarc/src/datalike/dlmodel.cpp:1450:5: note: Calling Finalize
lamarc/src/datalike/dlmodel.h:403:18: note: Finalize is a virtual method
lamarc/src/datalike/dlmodel.h:623:18: warning: Virtual function 'Initialize' is called from constructor 'MixedKSModel(long nmarkers,const StringVec2d&uniqueAlleles,long numCategories,DoubleVec1d categoryRates,DoubleVec1d categoryProbabilities,double userAutoCorrelationValue,bool doNormalize,double relMuRate,double alphaVal,bool doOptimization)' at line 3103. Dynamic binding is not used. [virtualCallInConstructor]
lamarc/src/datalike/dlmodel.cpp:3103:5: note: Calling Initialize
lamarc/src/datalike/dlmodel.h:623:18: note: Initialize is a virtual method
lamarc/src/datalike/funcMax.cpp:89:10: style: The scope of the variable 'leftMark' can be reduced. [variableScope]
lamarc/src/datalike/funcMax.cpp:89:20: style: The scope of the variable 'rightMark' can be reduced. [variableScope]
lamarc/src/datalike/funcMax.cpp:49:24: style: Function 'FuncMax' argument 2 names different: declaration 'tree' definition '_tree'. [funcArgNamesDifferent]
lamarc/src/datalike/funcMax.h:76:44: note: Function 'FuncMax' argument 2 names different: declaration 'tree' definition '_tree'.
lamarc/src/datalike/funcMax.cpp:49:24: note: Function 'FuncMax' argument 2 names different: declaration 'tree' definition '_tree'.
lamarc/src/datalike/funcMax.cpp:50:31: style: Function 'FuncMax' argument 3 names different: declaration 'locus' definition '_locus'. [funcArgNamesDifferent]
lamarc/src/datalike/funcMax.h:76:63: note: Function 'FuncMax' argument 3 names different: declaration 'locus' definition '_locus'.
lamarc/src/datalike/funcMax.cpp:50:31: note: Function 'FuncMax' argument 3 names different: declaration 'locus' definition '_locus'.
lamarc/src/datalike/funcMax.cpp:106:13: style: Variable 'leftMark' is assigned a value that is never used. [unreadVariable]
lamarc/src/datalike/funcMax.cpp:107:13: style: Variable 'rightMark' is assigned a value that is never used. [unreadVariable]
lamarc/src/datalike/funcMax.cpp:31:10: warning: Member variable 'FMState::pf' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/datalike/funcMax.cpp:48:10: warning: Member variable 'FuncMax::max_iters' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/datalike/funcMax.cpp:48:10: warning: Member variable 'FuncMax::increment' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/datalike/funcMax.cpp:48:10: warning: Member variable 'FuncMax::threshold' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/datalike/funcMax.cpp:48:10: warning: Member variable 'FuncMax::leftLimit' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/datalike/funcMax.cpp:48:10: warning: Member variable 'FuncMax::rightLimit' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/datalike/funcMax.cpp:48:10: warning: Member variable 'FuncMax::initX' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/datalike/funcMax.cpp:48:10: warning: Member variable 'FuncMax::pf' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/datalike/funcMax.cpp:48:10: warning: Member variable 'FuncMax::fs' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/datalike/funcMax.cpp:48:10: warning: Member variable 'FuncMax::curX' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/datalike/funcMax.h:80:12: style: Technically the member function 'FuncMax::getCurX' can be const. [functionConst]
lamarc/src/datalike/funcMax.cpp:82:17: note: Technically the member function 'FuncMax::getCurX' can be const.
lamarc/src/datalike/funcMax.h:80:12: note: Technically the member function 'FuncMax::getCurX' can be const.
lamarc/src/datalike/funcMax.cpp:138:5: style: Exception should be caught by reference. [catchExceptionByValue]
lamarc/src/datalike/funcMax.cpp:146:9: style: Exception should be caught by reference. [catchExceptionByValue]
lamarc/src/datalike/funcMax.cpp:152:5: style: Exception should be caught by reference. [catchExceptionByValue]
lamarc/src/datalike/haplotypes.cpp:54:35: style: Function 'Haplotypes' argument 1 names different: declaration 'hap' definition 'oldhaps'. [funcArgNamesDifferent]
lamarc/src/datalike/haplotypes.h:52:27: note: Function 'Haplotypes' argument 1 names different: declaration 'hap' definition 'oldhaps'.
lamarc/src/datalike/haplotypes.cpp:54:35: note: Function 'Haplotypes' argument 1 names different: declaration 'hap' definition 'oldhaps'.
lamarc/src/datalike/haplotypes.cpp:100:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/haplotypes.cpp:103:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/haplotypes.cpp:124:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/haplotypes.cpp:317:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/haplotypes.cpp:330:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/locus.cpp:165:44: style: Function 'SetDataModelOnce' argument 1 names different: declaration 'dm' definition 'src'. [funcArgNamesDifferent]
lamarc/src/datalike/locus.h:167:41: note: Function 'SetDataModelOnce' argument 1 names different: declaration 'dm' definition 'src'.
lamarc/src/datalike/locus.cpp:165:44: note: Function 'SetDataModelOnce' argument 1 names different: declaration 'dm' definition 'src'.
lamarc/src/datalike/locus.cpp:231:38: style: Function 'SetDataType' argument 1 names different: declaration 'dt' definition 'src'. [funcArgNamesDifferent]
lamarc/src/datalike/locus.h:166:35: note: Function 'SetDataType' argument 1 names different: declaration 'dt' definition 'src'.
lamarc/src/datalike/locus.cpp:231:38: note: Function 'SetDataType' argument 1 names different: declaration 'dt' definition 'src'.
lamarc/src/datalike/locus.cpp:238:30: style: Function 'SetNmarkers' argument 1 names different: declaration 'val' definition 'n'. [funcArgNamesDifferent]
lamarc/src/datalike/locus.h:159:27: note: Function 'SetNmarkers' argument 1 names different: declaration 'val' definition 'n'.
lamarc/src/datalike/locus.cpp:238:30: note: Function 'SetNmarkers' argument 1 names different: declaration 'val' definition 'n'.
lamarc/src/datalike/locus.cpp:923:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/locus.cpp:971:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/locus.cpp:1020:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/locus.cpp:1076:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/locus.cpp:1151:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/locus.cpp:1236:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/locus.cpp:1258:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/locus.h:210:21: style: Technically the member function 'Locus::ChooseVariableSiteFrom' can be const. [functionConst]
lamarc/src/datalike/locus.cpp:1073:17: note: Technically the member function 'Locus::ChooseVariableSiteFrom' can be const.
lamarc/src/datalike/locus.h:210:21: note: Technically the member function 'Locus::ChooseVariableSiteFrom' can be const.
lamarc/src/datalike/locus.h:232:21: performance: Technically the member function 'Locus::GetTopSites' can be static. [functionStatic]
lamarc/src/datalike/locus.cpp:807:17: note: Technically the member function 'Locus::GetTopSites' can be static.
lamarc/src/datalike/locus.h:232:21: note: Technically the member function 'Locus::GetTopSites' can be static.
lamarc/src/datalike/locus.h:233:21: performance: Technically the member function 'Locus::GetBestSites' can be static. [functionStatic]
lamarc/src/datalike/locus.cpp:787:17: note: Technically the member function 'Locus::GetBestSites' can be static.
lamarc/src/datalike/locus.h:233:21: note: Technically the member function 'Locus::GetBestSites' can be static.
lamarc/src/datalike/phenotypes.cpp:138:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/phenotypes.cpp:182:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/phenotypes.h:57:32: performance: Technically the member function 'Phenotypes::VecToSet' can be static. [functionStatic]
lamarc/src/datalike/phenotypes.cpp:205:30: note: Technically the member function 'Phenotypes::VecToSet' can be static.
lamarc/src/datalike/phenotypes.h:57:32: note: Technically the member function 'Phenotypes::VecToSet' can be static.
lamarc/src/datalike/region.cpp:274:41: style: Function 'SetNsites' argument 2 names different: declaration 'numsites' definition 'n'. [funcArgNamesDifferent]
lamarc/src/datalike/region.h:127:37: note: Function 'SetNsites' argument 2 names different: declaration 'numsites' definition 'n'.
lamarc/src/datalike/region.cpp:274:41: note: Function 'SetNsites' argument 2 names different: declaration 'numsites' definition 'n'.
lamarc/src/datalike/region.cpp:288:57: style: Function 'SetDataType' argument 2 names different: declaration 'dtype' definition 'dt'. [funcArgNamesDifferent]
lamarc/src/datalike/region.h:128:53: note: Function 'SetDataType' argument 2 names different: declaration 'dtype' definition 'dt'.
lamarc/src/datalike/region.cpp:288:57: note: Function 'SetDataType' argument 2 names different: declaration 'dtype' definition 'dt'.
lamarc/src/datalike/region.cpp:305:54: style: Function 'SetPhaseMarkers' argument 2 names different: declaration 'phases' definition 'phasesites'. [funcArgNamesDifferent]
lamarc/src/datalike/region.h:132:50: note: Function 'SetPhaseMarkers' argument 2 names different: declaration 'phases' definition 'phasesites'.
lamarc/src/datalike/region.cpp:305:54: note: Function 'SetPhaseMarkers' argument 2 names different: declaration 'phases' definition 'phasesites'.
lamarc/src/datalike/region.h:183:18: performance: Technically the member function 'Region::PruneSamePhaseUnknownSites' can be static. [functionStatic]
lamarc/src/datalike/region.cpp:868:14: note: Technically the member function 'Region::PruneSamePhaseUnknownSites' can be static.
lamarc/src/datalike/region.h:183:18: note: Technically the member function 'Region::PruneSamePhaseUnknownSites' can be static.
lamarc/src/datalike/tipdata.cpp:145:57: performance: Function parameter 'xpart' should be passed by const reference. [passedByValue]
lamarc/src/force/event.cpp:327:12: style: The scope of the variable 'totalMig' can be reduced. [variableScope]
lamarc/src/force/event.cpp:470:12: style: The scope of the variable 'totalMig' can be reduced. [variableScope]
lamarc/src/force/event.cpp:59:8: warning: Member variable 'Event::m_maxEvents' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/force/event.cpp:59:8: warning: Member variable 'Event::m_pindex' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/force/event.cpp:277:17: warning: Member variable 'PartitionEvent::m_nparts' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/force/forceparam.h:123:5: style: Class 'ForceParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/forceparam.h:124:5: style: Class 'ForceParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/event.h:117:5: style: Class 'XPartitionEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/event.h:150:5: style: Class 'ActiveCoal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/event.h:166:5: style: Class 'InactiveCoal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/event.h:185:5: style: Class 'PartitionEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/event.h:201:5: style: Class 'MigEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/event.h:226:5: style: Class 'DivMigEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/event.h:260:5: style: Class 'DiseaseEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/event.h:276:5: style: Class 'ActiveRec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/event.h:300:5: style: Class 'InactiveRec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/event.h:334:5: style: Class 'EpochEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/event.h:136:20: style: The function 'DoEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:84:20: note: Virtual function in base class
lamarc/src/force/event.h:136:20: note: Function in derived class
lamarc/src/force/event.h:137:20: style: The function 'InstallParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:85:20: note: Virtual function in base class
lamarc/src/force/event.h:137:20: note: Function in derived class
lamarc/src/force/event.h:138:20: style: The function 'IsInactive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:90:20: note: Virtual function in base class
lamarc/src/force/event.h:138:20: note: Function in derived class
lamarc/src/force/event.h:154:20: style: The function 'PickTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:83:20: note: Virtual function in base class
lamarc/src/force/event.h:154:20: note: Function in derived class
lamarc/src/force/event.h:155:20: style: The function 'InstallParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:137:20: note: Virtual function in base class
lamarc/src/force/event.h:155:20: note: Function in derived class
lamarc/src/force/event.h:156:20: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:87:20: note: Virtual function in base class
lamarc/src/force/event.h:156:20: note: Function in derived class
lamarc/src/force/event.h:157:25: style: The function 'Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:88:25: note: Virtual function in base class
lamarc/src/force/event.h:157:25: note: Function in derived class
lamarc/src/force/event.h:170:20: style: The function 'PickTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:83:20: note: Virtual function in base class
lamarc/src/force/event.h:170:20: note: Function in derived class
lamarc/src/force/event.h:171:20: style: The function 'InstallParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:137:20: note: Virtual function in base class
lamarc/src/force/event.h:171:20: note: Function in derived class
lamarc/src/force/event.h:172:20: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:87:20: note: Virtual function in base class
lamarc/src/force/event.h:172:20: note: Function in derived class
lamarc/src/force/event.h:174:25: style: The function 'Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:88:25: note: Virtual function in base class
lamarc/src/force/event.h:174:25: note: Function in derived class
lamarc/src/force/event.h:205:20: style: The function 'PickTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:83:20: note: Virtual function in base class
lamarc/src/force/event.h:205:20: note: Function in derived class
lamarc/src/force/event.h:206:20: style: The function 'DoEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:84:20: note: Virtual function in base class
lamarc/src/force/event.h:206:20: note: Function in derived class
lamarc/src/force/event.h:207:20: style: The function 'InstallParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:85:20: note: Virtual function in base class
lamarc/src/force/event.h:207:20: note: Function in derived class
lamarc/src/force/event.h:208:20: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:87:20: note: Virtual function in base class
lamarc/src/force/event.h:208:20: note: Function in derived class
lamarc/src/force/event.h:209:25: style: The function 'Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:88:25: note: Virtual function in base class
lamarc/src/force/event.h:209:25: note: Function in derived class
lamarc/src/force/event.h:230:20: style: The function 'PickTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:83:20: note: Virtual function in base class
lamarc/src/force/event.h:230:20: note: Function in derived class
lamarc/src/force/event.h:231:20: style: The function 'DoEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:84:20: note: Virtual function in base class
lamarc/src/force/event.h:231:20: note: Function in derived class
lamarc/src/force/event.h:232:20: style: The function 'InstallParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:85:20: note: Virtual function in base class
lamarc/src/force/event.h:232:20: note: Function in derived class
lamarc/src/force/event.h:233:20: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:87:20: note: Virtual function in base class
lamarc/src/force/event.h:233:20: note: Function in derived class
lamarc/src/force/event.h:234:25: style: The function 'Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:88:25: note: Virtual function in base class
lamarc/src/force/event.h:234:25: note: Function in derived class
lamarc/src/force/event.h:264:20: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:87:20: note: Virtual function in base class
lamarc/src/force/event.h:264:20: note: Function in derived class
lamarc/src/force/event.h:265:20: style: The function 'PickTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:83:20: note: Virtual function in base class
lamarc/src/force/event.h:265:20: note: Function in derived class
lamarc/src/force/event.h:266:20: style: The function 'DoEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:84:20: note: Virtual function in base class
lamarc/src/force/event.h:266:20: note: Function in derived class
lamarc/src/force/event.h:267:20: style: The function 'InstallParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:85:20: note: Virtual function in base class
lamarc/src/force/event.h:267:20: note: Function in derived class
lamarc/src/force/event.h:268:25: style: The function 'Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:88:25: note: Virtual function in base class
lamarc/src/force/event.h:268:25: note: Function in derived class
lamarc/src/force/event.h:280:20: style: The function 'PickTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:83:20: note: Virtual function in base class
lamarc/src/force/event.h:280:20: note: Function in derived class
lamarc/src/force/event.h:281:20: style: The function 'DoEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:84:20: note: Virtual function in base class
lamarc/src/force/event.h:281:20: note: Function in derived class
lamarc/src/force/event.h:282:20: style: The function 'InstallParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:85:20: note: Virtual function in base class
lamarc/src/force/event.h:282:20: note: Function in derived class
lamarc/src/force/event.h:283:20: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:87:20: note: Virtual function in base class
lamarc/src/force/event.h:283:20: note: Function in derived class
lamarc/src/force/event.h:284:25: style: The function 'Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:88:25: note: Virtual function in base class
lamarc/src/force/event.h:284:25: note: Function in derived class
lamarc/src/force/event.h:303:20: style: The function 'PickTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:83:20: note: Virtual function in base class
lamarc/src/force/event.h:303:20: note: Function in derived class
lamarc/src/force/event.h:304:20: style: The function 'DoEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:84:20: note: Virtual function in base class
lamarc/src/force/event.h:304:20: note: Function in derived class
lamarc/src/force/event.h:305:20: style: The function 'InstallParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:85:20: note: Virtual function in base class
lamarc/src/force/event.h:305:20: note: Function in derived class
lamarc/src/force/event.h:306:20: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:87:20: note: Virtual function in base class
lamarc/src/force/event.h:306:20: note: Function in derived class
lamarc/src/force/event.h:308:25: style: The function 'Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:88:25: note: Virtual function in base class
lamarc/src/force/event.h:308:25: note: Function in derived class
lamarc/src/force/event.h:312:19: style: The function 'IsInactive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:90:20: note: Virtual function in base class
lamarc/src/force/event.h:312:19: note: Function in derived class
lamarc/src/force/event.h:320:20: style: The function 'Done' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:86:20: note: Virtual function in base class
lamarc/src/force/event.h:320:20: note: Function in derived class
lamarc/src/force/event.h:337:20: style: The function 'PickTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:83:20: note: Virtual function in base class
lamarc/src/force/event.h:337:20: note: Function in derived class
lamarc/src/force/event.h:338:18: style: The function 'DoEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:84:20: note: Virtual function in base class
lamarc/src/force/event.h:338:18: note: Function in derived class
lamarc/src/force/event.h:339:18: style: The function 'InstallParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:85:20: note: Virtual function in base class
lamarc/src/force/event.h:339:18: note: Function in derived class
lamarc/src/force/event.h:340:20: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:87:20: note: Virtual function in base class
lamarc/src/force/event.h:340:20: note: Function in derived class
lamarc/src/force/event.h:342:25: style: The function 'Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:88:25: note: Virtual function in base class
lamarc/src/force/event.h:342:25: note: Function in derived class
lamarc/src/force/event.h:343:18: style: The function 'IsEpoch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:91:20: note: Virtual function in base class
lamarc/src/force/event.h:343:18: note: Function in derived class
lamarc/src/force/event.h:344:18: style: The function 'TiesAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:92:20: note: Virtual function in base class
lamarc/src/force/event.h:344:18: note: Function in derived class
lamarc/src/force/timemanager.h:98:25: style: The function 'XpartThetasAtT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:52:25: note: Virtual function in base class
lamarc/src/force/timemanager.h:98:25: note: Function in derived class
lamarc/src/force/timemanager.h:99:25: style: The function 'PartitionThetasAtT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:53:25: note: Virtual function in base class
lamarc/src/force/timemanager.h:99:25: note: Function in derived class
lamarc/src/force/timemanager.h:102:20: style: The function 'TimeOfActiveCoal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:55:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:102:20: note: Function in derived class
lamarc/src/force/timemanager.h:105:20: style: The function 'TimeOfInactiveCoal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:58:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:105:20: note: Function in derived class
lamarc/src/force/timemanager.h:109:20: style: The function 'TimeOfTraitMutation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:62:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:109:20: note: Function in derived class
lamarc/src/force/timemanager.h:119:25: style: The function 'XpartThetasAtT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:52:25: note: Virtual function in base class
lamarc/src/force/timemanager.h:119:25: note: Function in derived class
lamarc/src/force/timemanager.h:120:25: style: The function 'PartitionThetasAtT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:53:25: note: Virtual function in base class
lamarc/src/force/timemanager.h:120:25: note: Function in derived class
lamarc/src/force/timemanager.h:123:20: style: The function 'TimeOfActiveCoal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:55:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:123:20: note: Function in derived class
lamarc/src/force/timemanager.h:126:20: style: The function 'TimeOfInactiveCoal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:58:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:126:20: note: Function in derived class
lamarc/src/force/timemanager.h:130:20: style: The function 'TimeOfTraitMutation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:62:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:130:20: note: Function in derived class
lamarc/src/force/timemanager.h:141:25: style: The function 'XpartThetasAtT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:52:25: note: Virtual function in base class
lamarc/src/force/timemanager.h:141:25: note: Function in derived class
lamarc/src/force/timemanager.h:142:25: style: The function 'PartitionThetasAtT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:53:25: note: Virtual function in base class
lamarc/src/force/timemanager.h:142:25: note: Function in derived class
lamarc/src/force/timemanager.h:145:20: style: The function 'TimeOfActiveCoal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:55:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:145:20: note: Function in derived class
lamarc/src/force/timemanager.h:148:20: style: The function 'TimeOfInactiveCoal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:58:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:148:20: note: Function in derived class
lamarc/src/force/timemanager.h:152:20: style: The function 'TimeOfTraitMutation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:62:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:152:20: note: Function in derived class
lamarc/src/force/timemanager.h:166:26: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:48:26: note: Virtual function in base class
lamarc/src/force/timemanager.h:166:26: note: Function in derived class
lamarc/src/force/timemanager.h:167:18: style: The function 'UsingStick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:68:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:167:18: note: Function in derived class
lamarc/src/force/timemanager.h:168:18: style: The function 'CopyStick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:69:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:168:18: note: Function in derived class
lamarc/src/force/timemanager.h:169:18: style: The function 'ClearStick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:70:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:169:18: note: Function in derived class
lamarc/src/force/timemanager.h:170:18: style: The function 'SetStickParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:71:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:170:18: note: Function in derived class
lamarc/src/force/timemanager.h:171:18: style: The function 'ScoreStick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:72:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:171:18: note: Function in derived class
lamarc/src/force/timemanager.h:172:18: style: The function 'ChopOffStickAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:73:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:172:18: note: Function in derived class
lamarc/src/force/timemanager.h:173:18: style: The function 'MakeStickUsingBranches' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:74:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:173:18: note: Function in derived class
lamarc/src/force/timemanager.h:175:18: style: The function 'MakeStickTilTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:76:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:175:18: note: Function in derived class
lamarc/src/force/timemanager.h:178:18: style: The function 'PrintStickThetasToFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:79:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:178:18: note: Function in derived class
lamarc/src/force/timemanager.h:179:18: style: The function 'PrintStickFreqsToFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:80:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:179:18: note: Function in derived class
lamarc/src/force/timemanager.h:180:18: style: The function 'PrintStickFreqsToFileAtTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:81:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:180:18: note: Function in derived class
lamarc/src/force/timemanager.h:181:18: style: The function 'PrintStickThetasToFileForJoint300' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:82:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:181:18: note: Function in derived class
lamarc/src/force/timemanager.h:182:18: style: The function 'PrintStickFreqsToFileForJoint300' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:83:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:182:18: note: Function in derived class
lamarc/src/force/timemanager.h:183:18: style: The function 'GetStairSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:84:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:183:18: note: Function in derived class
lamarc/src/force/timemanager.h:187:18: style: The function 'PrintStickToFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:85:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:187:18: note: Function in derived class
lamarc/src/force/timemanager.h:189:20: style: The function 'TimeOfActiveCoal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:55:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:189:20: note: Function in derived class
lamarc/src/force/timemanager.h:192:20: style: The function 'TimeOfInactiveCoal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:58:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:192:20: note: Function in derived class
lamarc/src/force/timemanager.h:196:20: style: The function 'TimeOfTraitMutation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:62:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:196:20: note: Function in derived class
lamarc/src/force/timemanager.h:198:25: style: The function 'XpartThetasAtT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:52:25: note: Virtual function in base class
lamarc/src/force/timemanager.h:198:25: note: Function in derived class
lamarc/src/force/timemanager.h:200:25: style: The function 'PartitionThetasAtT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:53:25: note: Virtual function in base class
lamarc/src/force/timemanager.h:200:25: note: Function in derived class
lamarc/src/force/timemanager.h:248:20: style: The function 'NextRootTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:216:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:248:20: note: Function in derived class
lamarc/src/force/timemanager.h:251:25: style: The function 'NextThetas' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:219:25: note: Virtual function in base class
lamarc/src/force/timemanager.h:251:25: note: Function in derived class
lamarc/src/force/timemanager.h:254:25: style: The function 'NextThetas' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:222:25: note: Virtual function in base class
lamarc/src/force/timemanager.h:254:25: note: Function in derived class
lamarc/src/force/timemanager.h:272:20: style: The function 'NextRootTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:216:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:272:20: note: Function in derived class
lamarc/src/force/timemanager.h:275:25: style: The function 'NextThetas' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:219:25: note: Virtual function in base class
lamarc/src/force/timemanager.h:275:25: note: Function in derived class
lamarc/src/force/timemanager.h:278:25: style: The function 'NextThetas' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:222:25: note: Virtual function in base class
lamarc/src/force/timemanager.h:278:25: note: Function in derived class
lamarc/src/force/force.cpp:105:47: style: Function 'PopParameters' argument 1 names different: declaration 'parameters' definition 'valuelist'. [funcArgNamesDifferent]
lamarc/src/force/force.h:152:44: note: Function 'PopParameters' argument 1 names different: declaration 'parameters' definition 'valuelist'.
lamarc/src/force/force.cpp:105:47: note: Function 'PopParameters' argument 1 names different: declaration 'parameters' definition 'valuelist'.
lamarc/src/force/force.cpp:535:47: style: Function 'FindOrdinalPosition' argument 1 names different: declaration 'cannonicalorder' definition 'cannonicalpos'. [funcArgNamesDifferent]
lamarc/src/force/force.h:266:48: note: Function 'FindOrdinalPosition' argument 1 names different: declaration 'cannonicalorder' definition 'cannonicalpos'.
lamarc/src/force/force.cpp:535:47: note: Function 'FindOrdinalPosition' argument 1 names different: declaration 'cannonicalorder' definition 'cannonicalpos'.
lamarc/src/force/force.cpp:545:27: style: Function 'CoalForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'. [funcArgNamesDifferent]
lamarc/src/force/force.h:318:21: note: Function 'CoalForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:545:27: note: Function 'CoalForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:679:25: style: Function 'MigForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'. [funcArgNamesDifferent]
lamarc/src/force/force.h:548:36: note: Function 'MigForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:679:25: note: Function 'MigForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:680:25: style: Function 'MigForce' argument 3 names different: declaration 'numPops' definition 'npop'. [funcArgNamesDifferent]
lamarc/src/force/force.h:549:36: note: Function 'MigForce' argument 3 names different: declaration 'numPops' definition 'npop'.
lamarc/src/force/force.cpp:680:25: note: Function 'MigForce' argument 3 names different: declaration 'numPops' definition 'npop'.
lamarc/src/force/force.cpp:744:31: style: Function 'DivMigForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'. [funcArgNamesDifferent]
lamarc/src/force/force.h:581:39: note: Function 'DivMigForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:744:31: note: Function 'DivMigForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:745:31: style: Function 'DivMigForce' argument 3 names different: declaration 'numPops' definition 'npop'. [funcArgNamesDifferent]
lamarc/src/force/force.h:582:39: note: Function 'DivMigForce' argument 3 names different: declaration 'numPops' definition 'npop'.
lamarc/src/force/force.cpp:745:31: note: Function 'DivMigForce' argument 3 names different: declaration 'numPops' definition 'npop'.
lamarc/src/force/force.cpp:818:25: style: Function 'RecForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'. [funcArgNamesDifferent]
lamarc/src/force/force.h:292:21: note: Function 'RecForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:818:25: note: Function 'RecForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:950:40: style: Function 'SetPartIndex' argument 1 names different: declaration 'val' definition 'value'. [funcArgNamesDifferent]
lamarc/src/force/force.h:472:44: note: Function 'SetPartIndex' argument 1 names different: declaration 'val' definition 'value'.
lamarc/src/force/force.cpp:950:40: note: Function 'SetPartIndex' argument 1 names different: declaration 'val' definition 'value'.
lamarc/src/force/force.cpp:1184:31: style: Function 'GrowthForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'. [funcArgNamesDifferent]
lamarc/src/force/force.h:348:24: note: Function 'GrowthForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:1184:31: note: Function 'GrowthForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:1286:53: style: Function 'LogisticSelectionForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'. [funcArgNamesDifferent]
lamarc/src/force/force.h:381:33: note: Function 'LogisticSelectionForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:1286:53: note: Function 'LogisticSelectionForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:1407:10: style: Function 'DiseaseForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'. [funcArgNamesDifferent]
lamarc/src/force/force.h:614:23: note: Function 'DiseaseForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:1407:10: note: Function 'DiseaseForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:1409:10: style: Function 'DiseaseForce' argument 4 names different: declaration 'numDiseaseStates' definition 'nstates'. [funcArgNamesDifferent]
lamarc/src/force/force.h:616:23: note: Function 'DiseaseForce' argument 4 names different: declaration 'numDiseaseStates' definition 'nstates'.
lamarc/src/force/force.cpp:1409:10: note: Function 'DiseaseForce' argument 4 names different: declaration 'numDiseaseStates' definition 'nstates'.
lamarc/src/force/force.cpp:1514:10: style: Function 'StickExpGrowForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'. [funcArgNamesDifferent]
lamarc/src/force/force.h:690:31: note: Function 'StickExpGrowForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:1514:10: note: Function 'StickExpGrowForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:1623:10: style: Function 'StickSelectForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'. [funcArgNamesDifferent]
lamarc/src/force/force.h:726:30: note: Function 'StickSelectForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:1623:10: note: Function 'StickSelectForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.h:152:17: style: Technically the member function 'Force::PopParameters' can be const. [functionConst]
lamarc/src/force/force.cpp:105:20: note: Technically the member function 'Force::PopParameters' can be const.
lamarc/src/force/force.h:152:17: note: Technically the member function 'Force::PopParameters' can be const.
lamarc/src/force/paramstat.h:55:5: style: Class 'ParamStatus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/paramstat.h:101:21: style: The function 'Status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:82:21: note: Virtual function in base class
lamarc/src/force/paramstat.h:101:21: note: Function in derived class
lamarc/src/force/paramstat.h:102:18: style: The function 'Valid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:83:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:102:18: note: Function in derived class
lamarc/src/force/paramstat.h:103:18: style: The function 'Inferred' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:84:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:103:18: note: Function in derived class
lamarc/src/force/paramstat.h:104:25: style: The function 'ConstraintDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:85:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:104:25: note: Function in derived class
lamarc/src/force/paramstat.h:105:18: style: The function 'Varies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:86:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:105:18: note: Function in derived class
lamarc/src/force/paramstat.h:106:18: style: The function 'Grouped' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:87:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:106:18: note: Function in derived class
lamarc/src/force/paramstat.h:108:18: style: The function 'SetWithConstraints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:88:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:108:18: note: Function in derived class
lamarc/src/force/paramstat.h:111:25: style: The function 'ToggleIndividualStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:91:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:111:25: note: Function in derived class
lamarc/src/force/paramstat.h:112:25: style: The function 'ToggleGroupStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:92:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:112:25: note: Function in derived class
lamarc/src/force/paramstat.h:121:21: style: The function 'Status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:82:21: note: Virtual function in base class
lamarc/src/force/paramstat.h:121:21: note: Function in derived class
lamarc/src/force/paramstat.h:122:18: style: The function 'Valid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:83:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:122:18: note: Function in derived class
lamarc/src/force/paramstat.h:123:18: style: The function 'Inferred' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:84:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:123:18: note: Function in derived class
lamarc/src/force/paramstat.h:124:25: style: The function 'ConstraintDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:85:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:124:25: note: Function in derived class
lamarc/src/force/paramstat.h:125:18: style: The function 'Varies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:86:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:125:18: note: Function in derived class
lamarc/src/force/paramstat.h:126:18: style: The function 'Grouped' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:87:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:126:18: note: Function in derived class
lamarc/src/force/paramstat.h:128:18: style: The function 'SetWithConstraints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:88:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:128:18: note: Function in derived class
lamarc/src/force/paramstat.h:133:25: style: The function 'ToggleIndividualStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:91:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:133:25: note: Function in derived class
lamarc/src/force/paramstat.h:134:25: style: The function 'ToggleGroupStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:92:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:134:25: note: Function in derived class
lamarc/src/force/paramstat.h:143:21: style: The function 'Status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:82:21: note: Virtual function in base class
lamarc/src/force/paramstat.h:143:21: note: Function in derived class
lamarc/src/force/paramstat.h:144:18: style: The function 'Valid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:83:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:144:18: note: Function in derived class
lamarc/src/force/paramstat.h:145:18: style: The function 'Inferred' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:84:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:145:18: note: Function in derived class
lamarc/src/force/paramstat.h:146:25: style: The function 'ConstraintDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:85:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:146:25: note: Function in derived class
lamarc/src/force/paramstat.h:147:18: style: The function 'Varies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:86:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:147:18: note: Function in derived class
lamarc/src/force/paramstat.h:148:18: style: The function 'Grouped' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:87:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:148:18: note: Function in derived class
lamarc/src/force/paramstat.h:150:18: style: The function 'SetWithConstraints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:88:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:150:18: note: Function in derived class
lamarc/src/force/paramstat.h:154:25: style: The function 'ToggleIndividualStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:91:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:154:25: note: Function in derived class
lamarc/src/force/paramstat.h:155:25: style: The function 'ToggleGroupStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:92:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:155:25: note: Function in derived class
lamarc/src/force/paramstat.h:164:21: style: The function 'Status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:82:21: note: Virtual function in base class
lamarc/src/force/paramstat.h:164:21: note: Function in derived class
lamarc/src/force/paramstat.h:165:18: style: The function 'Valid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:83:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:165:18: note: Function in derived class
lamarc/src/force/paramstat.h:166:18: style: The function 'Inferred' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:84:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:166:18: note: Function in derived class
lamarc/src/force/paramstat.h:167:25: style: The function 'ConstraintDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:85:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:167:25: note: Function in derived class
lamarc/src/force/paramstat.h:168:18: style: The function 'Varies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:86:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:168:18: note: Function in derived class
lamarc/src/force/paramstat.h:169:18: style: The function 'Grouped' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:87:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:169:18: note: Function in derived class
lamarc/src/force/paramstat.h:171:18: style: The function 'SetWithConstraints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:88:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:171:18: note: Function in derived class
lamarc/src/force/paramstat.h:175:25: style: The function 'ToggleIndividualStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:91:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:175:25: note: Function in derived class
lamarc/src/force/paramstat.h:176:25: style: The function 'ToggleGroupStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:92:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:176:25: note: Function in derived class
lamarc/src/force/paramstat.h:185:21: style: The function 'Status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:82:21: note: Virtual function in base class
lamarc/src/force/paramstat.h:185:21: note: Function in derived class
lamarc/src/force/paramstat.h:186:18: style: The function 'Valid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:83:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:186:18: note: Function in derived class
lamarc/src/force/paramstat.h:187:18: style: The function 'Inferred' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:84:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:187:18: note: Function in derived class
lamarc/src/force/paramstat.h:188:25: style: The function 'ConstraintDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:85:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:188:25: note: Function in derived class
lamarc/src/force/paramstat.h:189:18: style: The function 'Varies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:86:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:189:18: note: Function in derived class
lamarc/src/force/paramstat.h:190:18: style: The function 'Grouped' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:87:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:190:18: note: Function in derived class
lamarc/src/force/paramstat.h:191:18: style: The function 'SetWithConstraints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:88:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:191:18: note: Function in derived class
lamarc/src/force/paramstat.h:193:25: style: The function 'ToggleIndividualStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:91:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:193:25: note: Function in derived class
lamarc/src/force/paramstat.h:194:25: style: The function 'ToggleGroupStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:92:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:194:25: note: Function in derived class
lamarc/src/force/paramstat.h:203:21: style: The function 'Status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:82:21: note: Virtual function in base class
lamarc/src/force/paramstat.h:203:21: note: Function in derived class
lamarc/src/force/paramstat.h:204:18: style: The function 'Valid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:83:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:204:18: note: Function in derived class
lamarc/src/force/paramstat.h:205:18: style: The function 'Inferred' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:84:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:205:18: note: Function in derived class
lamarc/src/force/paramstat.h:206:25: style: The function 'ConstraintDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:85:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:206:25: note: Function in derived class
lamarc/src/force/paramstat.h:207:18: style: The function 'Varies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:86:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:207:18: note: Function in derived class
lamarc/src/force/paramstat.h:208:18: style: The function 'Grouped' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:87:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:208:18: note: Function in derived class
lamarc/src/force/paramstat.h:210:18: style: The function 'SetWithConstraints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:88:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:210:18: note: Function in derived class
lamarc/src/force/paramstat.h:213:25: style: The function 'ToggleIndividualStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:91:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:213:25: note: Function in derived class
lamarc/src/force/paramstat.h:214:25: style: The function 'ToggleGroupStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:92:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:214:25: note: Function in derived class
lamarc/src/force/paramstat.h:223:21: style: The function 'Status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:82:21: note: Virtual function in base class
lamarc/src/force/paramstat.h:223:21: note: Function in derived class
lamarc/src/force/paramstat.h:224:18: style: The function 'Valid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:83:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:224:18: note: Function in derived class
lamarc/src/force/paramstat.h:225:18: style: The function 'Inferred' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:84:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:225:18: note: Function in derived class
lamarc/src/force/paramstat.h:226:25: style: The function 'ConstraintDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:85:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:226:25: note: Function in derived class
lamarc/src/force/paramstat.h:227:18: style: The function 'Varies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:86:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:227:18: note: Function in derived class
lamarc/src/force/paramstat.h:228:18: style: The function 'Grouped' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:87:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:228:18: note: Function in derived class
lamarc/src/force/paramstat.h:229:18: style: The function 'SetWithConstraints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:88:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:229:18: note: Function in derived class
lamarc/src/force/paramstat.h:231:25: style: The function 'ToggleIndividualStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:91:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:231:25: note: Function in derived class
lamarc/src/force/paramstat.h:232:25: style: The function 'ToggleGroupStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:92:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:232:25: note: Function in derived class
lamarc/src/force/force.h:299:28: style: The function 'IsSexualForce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:194:28: note: Virtual function in base class
lamarc/src/force/force.h:299:28: note: Function in derived class
lamarc/src/force/force.h:300:28: style: The function 'GetXMLName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:204:28: note: Virtual function in base class
lamarc/src/force/force.h:300:28: note: Function in derived class
lamarc/src/force/force.h:301:33: style: The function 'MakeEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:270:33: note: Virtual function in base class
lamarc/src/force/force.h:301:33: note: Function in derived class
lamarc/src/force/force.h:302:28: style: The function 'CreateSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:278:22: note: Virtual function in base class
lamarc/src/force/force.h:302:28: note: Function in derived class
lamarc/src/force/force.h:303:18: style: The function 'ReportDimensionality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:205:18: note: Virtual function in base class
lamarc/src/force/force.h:303:18: note: Function in derived class
lamarc/src/force/force.h:328:28: style: The function 'GetXMLName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:204:28: note: Virtual function in base class
lamarc/src/force/force.h:328:28: note: Function in derived class
lamarc/src/force/force.h:329:33: style: The function 'MakeEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:270:33: note: Virtual function in base class
lamarc/src/force/force.h:329:33: note: Function in derived class
lamarc/src/force/force.h:330:28: style: The function 'CreateSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:278:22: note: Virtual function in base class
lamarc/src/force/force.h:330:28: note: Function in derived class
lamarc/src/force/force.h:331:18: style: The function 'ReportDimensionality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:205:18: note: Virtual function in base class
lamarc/src/force/force.h:331:18: note: Function in derived class
lamarc/src/force/force.h:345:25: style: The function 'MakeOpeningTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:155:25: note: Virtual function in base class
lamarc/src/force/force.h:345:25: note: Function in derived class
lamarc/src/force/force.h:355:28: style: The function 'GetXMLName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:204:28: note: Virtual function in base class
lamarc/src/force/force.h:355:28: note: Function in derived class
lamarc/src/force/force.h:356:33: style: The function 'MakeEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:270:33: note: Virtual function in base class
lamarc/src/force/force.h:356:33: note: Function in derived class
lamarc/src/force/force.h:357:28: style: The function 'ModifyEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:271:28: note: Virtual function in base class
lamarc/src/force/force.h:357:28: note: Function in derived class
lamarc/src/force/force.h:359:28: style: The function 'CreateSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:278:22: note: Virtual function in base class
lamarc/src/force/force.h:359:28: note: Function in derived class
lamarc/src/force/force.h:361:28: style: The function 'RetrieveGlobalLogParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:263:25: note: Virtual function in base class
lamarc/src/force/force.h:361:28: note: Function in derived class
lamarc/src/force/force.h:362:28: style: The function 'RetrieveRegionalLogParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:264:25: note: Virtual function in base class
lamarc/src/force/force.h:362:28: note: Function in derived class
lamarc/src/force/force.h:364:18: style: The function 'ReportDimensionality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:205:18: note: Virtual function in base class
lamarc/src/force/force.h:364:18: note: Function in derived class
lamarc/src/force/force.h:378:25: style: The function 'MakeOpeningTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:155:25: note: Virtual function in base class
lamarc/src/force/force.h:378:25: note: Function in derived class
lamarc/src/force/force.h:389:28: style: The function 'GetXMLName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:204:28: note: Virtual function in base class
lamarc/src/force/force.h:389:28: note: Function in derived class
lamarc/src/force/force.h:390:33: style: The function 'MakeEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:270:33: note: Virtual function in base class
lamarc/src/force/force.h:390:33: note: Function in derived class
lamarc/src/force/force.h:391:28: style: The function 'ModifyEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:271:28: note: Virtual function in base class
lamarc/src/force/force.h:391:28: note: Function in derived class
lamarc/src/force/force.h:393:28: style: The function 'CreateSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:278:22: note: Virtual function in base class
lamarc/src/force/force.h:393:28: note: Function in derived class
lamarc/src/force/force.h:395:28: style: The function 'RetrieveGlobalLogParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:263:25: note: Virtual function in base class
lamarc/src/force/force.h:395:28: note: Function in derived class
lamarc/src/force/force.h:396:28: style: The function 'RetrieveRegionalLogParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:264:25: note: Virtual function in base class
lamarc/src/force/force.h:396:28: note: Function in derived class
lamarc/src/force/force.h:398:18: style: The function 'ReportDimensionality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:205:18: note: Virtual function in base class
lamarc/src/force/force.h:398:18: note: Function in derived class
lamarc/src/force/force.h:418:29: style: The function 'GetXMLName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:204:28: note: Virtual function in base class
lamarc/src/force/force.h:418:29: note: Function in derived class
lamarc/src/force/force.h:419:34: style: The function 'MakeEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:270:33: note: Virtual function in base class
lamarc/src/force/force.h:419:34: note: Function in derived class
lamarc/src/force/force.h:420:29: style: The function 'CreateSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:278:22: note: Virtual function in base class
lamarc/src/force/force.h:420:29: note: Function in derived class
lamarc/src/force/force.h:421:18: style: The function 'ReportDimensionality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:205:18: note: Virtual function in base class
lamarc/src/force/force.h:421:18: note: Function in derived class
lamarc/src/force/force.h:463:26: style: The function 'IsPartitionForce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:191:28: note: Virtual function in base class
lamarc/src/force/force.h:463:26: note: Function in derived class
lamarc/src/force/force.h:466:26: style: The function 'ModifyEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:271:28: note: Virtual function in base class
lamarc/src/force/force.h:466:26: note: Function in derived class
lamarc/src/force/force.h:468:26: style: The function 'MakeStartParamReport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:186:28: note: Virtual function in base class
lamarc/src/force/force.h:468:26: note: Function in derived class
lamarc/src/force/force.h:469:26: style: The function 'MakeChainParamReport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:187:28: note: Virtual function in base class
lamarc/src/force/force.h:469:26: note: Function in derived class
lamarc/src/force/force.h:472:26: style: The function 'SetPartIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:251:25: note: Virtual function in base class
lamarc/src/force/force.h:472:26: note: Function in derived class
lamarc/src/force/force.h:474:18: style: The function 'GetNPartitions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:275:18: note: Virtual function in base class
lamarc/src/force/force.h:474:18: note: Function in derived class
lamarc/src/force/force.h:477:26: style: The function 'IsAMember' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:254:25: note: Virtual function in base class
lamarc/src/force/force.h:477:26: note: Function in derived class
lamarc/src/force/force.h:479:26: style: The function 'CreateVectorOfParametersWithValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:227:25: note: Virtual function in base class
lamarc/src/force/force.h:479:26: note: Function in derived class
lamarc/src/force/force.h:525:26: style: The function 'IsLocalPartitionForce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:193:28: note: Virtual function in base class
lamarc/src/force/force.h:525:26: note: Function in derived class
lamarc/src/force/force.h:526:18: style: The function 'ChoosePartition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:464:18: note: Virtual function in base class
lamarc/src/force/force.h:526:18: note: Function in derived class
lamarc/src/force/force.h:530:26: style: The function 'ToXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:241:28: note: Virtual function in base class
lamarc/src/force/force.h:530:26: note: Function in derived class
lamarc/src/force/force.h:544:28: style: The function 'GetXMLStatusTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:436:26: note: Virtual function in base class
lamarc/src/force/force.h:544:28: note: Function in derived class
lamarc/src/force/force.h:555:28: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:203:28: note: Virtual function in base class
lamarc/src/force/force.h:555:28: note: Function in derived class
lamarc/src/force/force.h:557:28: style: The function 'GetXMLName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:204:28: note: Virtual function in base class
lamarc/src/force/force.h:557:28: note: Function in derived class
lamarc/src/force/force.h:558:33: style: The function 'MakeEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:270:33: note: Virtual function in base class
lamarc/src/force/force.h:558:33: note: Function in derived class
lamarc/src/force/force.h:559:28: style: The function 'CreateSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:278:22: note: Virtual function in base class
lamarc/src/force/force.h:559:28: note: Function in derived class
lamarc/src/force/force.h:560:28: style: The function 'MakeStatusXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:485:26: note: Virtual function in base class
lamarc/src/force/force.h:560:28: note: Function in derived class
lamarc/src/force/force.h:561:18: style: The function 'ReportDimensionality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:205:18: note: Virtual function in base class
lamarc/src/force/force.h:561:18: note: Function in derived class
lamarc/src/force/force.h:577:28: style: The function 'GetXMLStatusTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:436:26: note: Virtual function in base class
lamarc/src/force/force.h:577:28: note: Function in derived class
lamarc/src/force/force.h:588:28: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:203:28: note: Virtual function in base class
lamarc/src/force/force.h:588:28: note: Function in derived class
lamarc/src/force/force.h:590:28: style: The function 'GetXMLName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:204:28: note: Virtual function in base class
lamarc/src/force/force.h:590:28: note: Function in derived class
lamarc/src/force/force.h:591:33: style: The function 'MakeEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:270:33: note: Virtual function in base class
lamarc/src/force/force.h:591:33: note: Function in derived class
lamarc/src/force/force.h:592:28: style: The function 'CreateSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:278:22: note: Virtual function in base class
lamarc/src/force/force.h:592:28: note: Function in derived class
lamarc/src/force/force.h:593:28: style: The function 'MakeStatusXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:485:26: note: Virtual function in base class
lamarc/src/force/force.h:593:28: note: Function in derived class
lamarc/src/force/force.h:594:18: style: The function 'ReportDimensionality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:205:18: note: Virtual function in base class
lamarc/src/force/force.h:594:18: note: Function in derived class
lamarc/src/force/force.h:609:26: style: The function 'GetXMLStatusTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:436:26: note: Virtual function in base class
lamarc/src/force/force.h:609:26: note: Function in derived class
lamarc/src/force/force.h:624:29: style: The function 'GetXMLName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:204:28: note: Virtual function in base class
lamarc/src/force/force.h:624:29: note: Function in derived class
lamarc/src/force/force.h:625:34: style: The function 'MakeEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:270:33: note: Virtual function in base class
lamarc/src/force/force.h:625:34: note: Function in derived class
lamarc/src/force/force.h:627:29: style: The function 'CreateSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:278:22: note: Virtual function in base class
lamarc/src/force/force.h:627:29: note: Function in derived class
lamarc/src/force/force.h:628:18: style: The function 'ReportDimensionality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:205:18: note: Virtual function in base class
lamarc/src/force/force.h:628:18: note: Function in derived class
lamarc/src/force/force.h:668:20: style: The function 'IsStickForce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:196:28: note: Virtual function in base class
lamarc/src/force/force.h:668:20: note: Function in derived class
lamarc/src/force/force.h:686:25: style: The function 'MakeOpeningTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:155:25: note: Virtual function in base class
lamarc/src/force/force.h:686:25: note: Function in derived class
lamarc/src/force/force.h:697:28: style: The function 'GetXMLName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:204:28: note: Virtual function in base class
lamarc/src/force/force.h:697:28: note: Function in derived class
lamarc/src/force/force.h:698:33: style: The function 'MakeEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:270:33: note: Virtual function in base class
lamarc/src/force/force.h:698:33: note: Function in derived class
lamarc/src/force/force.h:699:28: style: The function 'ModifyEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:271:28: note: Virtual function in base class
lamarc/src/force/force.h:699:28: note: Function in derived class
lamarc/src/force/force.h:700:28: style: The function 'CreateSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:278:22: note: Virtual function in base class
lamarc/src/force/force.h:700:28: note: Function in derived class
lamarc/src/force/force.h:702:28: style: The function 'RetrieveGlobalLogParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:263:25: note: Virtual function in base class
lamarc/src/force/force.h:702:28: note: Function in derived class
lamarc/src/force/force.h:704:28: style: The function 'RetrieveRegionalLogParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:264:25: note: Virtual function in base class
lamarc/src/force/force.h:704:28: note: Function in derived class
lamarc/src/force/force.h:707:18: style: The function 'ReportDimensionality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:205:18: note: Virtual function in base class
lamarc/src/force/force.h:707:18: note: Function in derived class
lamarc/src/force/force.h:722:25: style: The function 'MakeOpeningTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:155:25: note: Virtual function in base class
lamarc/src/force/force.h:722:25: note: Function in derived class
lamarc/src/force/force.h:733:28: style: The function 'GetXMLName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:204:28: note: Virtual function in base class
lamarc/src/force/force.h:733:28: note: Function in derived class
lamarc/src/force/force.h:734:18: style: The function 'ReportDimensionality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:205:18: note: Virtual function in base class
lamarc/src/force/force.h:734:18: note: Function in derived class
lamarc/src/force/force.h:735:29: style: The function 'CreateSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:278:22: note: Virtual function in base class
lamarc/src/force/force.h:735:29: note: Function in derived class
lamarc/src/force/force.h:737:33: style: The function 'MakeEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:270:33: note: Virtual function in base class
lamarc/src/force/force.h:737:33: note: Function in derived class
lamarc/src/force/force.h:739:28: style: The function 'RetrieveGlobalLogParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:263:25: note: Virtual function in base class
lamarc/src/force/force.h:739:28: note: Function in derived class
lamarc/src/force/force.h:741:28: style: The function 'RetrieveRegionalLogParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:264:25: note: Virtual function in base class
lamarc/src/force/force.h:741:28: note: Function in derived class
lamarc/src/force/force.h:770:28: style: The function 'GetXMLName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:204:28: note: Virtual function in base class
lamarc/src/force/force.h:770:28: note: Function in derived class
lamarc/src/force/force.h:771:18: style: The function 'ReportDimensionality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:205:18: note: Virtual function in base class
lamarc/src/force/force.h:771:18: note: Function in derived class
lamarc/src/force/force.h:772:29: style: The function 'CreateSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:278:22: note: Virtual function in base class
lamarc/src/force/force.h:772:29: note: Function in derived class
lamarc/src/force/force.h:774:33: style: The function 'MakeEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:270:33: note: Virtual function in base class
lamarc/src/force/force.h:774:33: note: Function in derived class
lamarc/src/force/force.h:776:28: style: The function 'ToXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:241:28: note: Virtual function in base class
lamarc/src/force/force.h:776:28: note: Function in derived class
lamarc/src/force/force.cpp:548:41: performance: Function parameter 'identgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:549:41: performance: Function parameter 'multgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:622:54: performance: Function parameter 'parameters' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:623:55: performance: Function parameter 'identgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:624:55: performance: Function parameter 'multgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:678:38: performance: Function parameter 'parameters' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:681:39: performance: Function parameter 'identgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:682:39: performance: Function parameter 'multgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:743:44: performance: Function parameter 'parameters' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:746:45: performance: Function parameter 'identgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:747:45: performance: Function parameter 'multgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:817:38: performance: Function parameter 'parameters' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:819:39: performance: Function parameter 'identgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:820:39: performance: Function parameter 'multgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1185:45: performance: Function parameter 'identgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1186:45: performance: Function parameter 'multgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1285:66: performance: Function parameter 'parameters' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1288:67: performance: Function parameter 'identgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1289:67: performance: Function parameter 'multgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1411:24: performance: Function parameter 'identgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1412:24: performance: Function parameter 'multgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1515:24: performance: Function parameter 'identgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1516:24: performance: Function parameter 'multgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1622:23: performance: Function parameter 'parameters' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1624:24: performance: Function parameter 'identgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1625:24: performance: Function parameter 'multgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1736:38: performance: Function parameter 'parameters' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1737:39: performance: Function parameter 'identgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1738:39: performance: Function parameter 'multgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/forceparam.cpp:78:57: style: Function 'ForceParameters' argument 1 names different: declaration 'src' definition 'fp'. [funcArgNamesDifferent]
lamarc/src/force/forceparam.h:127:44: note: Function 'ForceParameters' argument 1 names different: declaration 'src' definition 'fp'.
lamarc/src/force/forceparam.cpp:78:57: note: Function 'ForceParameters' argument 1 names different: declaration 'src' definition 'fp'.
lamarc/src/force/forceparam.cpp:106:64: style: Function 'CopyGlobalMembers' argument 1 names different: declaration 'src' definition 'fp'. [funcArgNamesDifferent]
lamarc/src/force/forceparam.h:109:51: note: Function 'CopyGlobalMembers' argument 1 names different: declaration 'src' definition 'fp'.
lamarc/src/force/forceparam.cpp:106:64: note: Function 'CopyGlobalMembers' argument 1 names different: declaration 'src' definition 'fp'.
lamarc/src/force/forceparam.cpp:119:66: style: Function 'CopyRegionalMembers' argument 1 names different: declaration 'src' definition 'fp'. [funcArgNamesDifferent]
lamarc/src/force/forceparam.h:110:53: note: Function 'CopyRegionalMembers' argument 1 names different: declaration 'src' definition 'fp'.
lamarc/src/force/forceparam.cpp:119:66: note: Function 'CopyRegionalMembers' argument 1 names different: declaration 'src' definition 'fp'.
lamarc/src/force/forceparam.cpp:676:55: style: Function 'WriteForceParameters' argument 1 names different: declaration 'out' definition 'sumout'. [funcArgNamesDifferent]
lamarc/src/force/forceparam.h:178:46: note: Function 'WriteForceParameters' argument 1 names different: declaration 'out' definition 'sumout'.
lamarc/src/force/forceparam.cpp:676:55: note: Function 'WriteForceParameters' argument 1 names different: declaration 'out' definition 'sumout'.
lamarc/src/force/forceparam.cpp:55:18: warning: Member variable 'ForceParameters::m_epochptr' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/force/forceparam.cpp:67:18: warning: Member variable 'ForceParameters::m_epochptr' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/force/forceparam.cpp:78:18: warning: Member variable 'ForceParameters::m_epochptr' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/force/forcesummary.cpp:51:78: style: Function 'ForceSummary' argument 3 names different: declaration 'dpac' definition 'dpack'. [funcArgNamesDifferent]
lamarc/src/force/forcesummary.h:125:68: note: Function 'ForceSummary' argument 3 names different: declaration 'dpac' definition 'dpack'.
lamarc/src/force/forcesummary.cpp:51:78: note: Function 'ForceSummary' argument 3 names different: declaration 'dpac' definition 'dpack'.
lamarc/src/force/forcesummary.cpp:624:57: style: Function 'SetParamWithConstraints' argument 3 names different: declaration 'pvec' definition 'pvecnums'. [funcArgNamesDifferent]
lamarc/src/force/forcesummary.h:190:77: note: Function 'SetParamWithConstraints' argument 3 names different: declaration 'pvec' definition 'pvecnums'.
lamarc/src/force/forcesummary.cpp:624:57: note: Function 'SetParamWithConstraints' argument 3 names different: declaration 'pvec' definition 'pvecnums'.
lamarc/src/force/forcesummary.cpp:1074:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/force/forcesummary.h:198:22: performance: Technically the member function 'ForceSummary::GetModifiers' can be static. [functionStatic]
lamarc/src/force/forcesummary.cpp:669:30: note: Technically the member function 'ForceSummary::GetModifiers' can be static.
lamarc/src/force/forcesummary.h:198:22: note: Technically the member function 'ForceSummary::GetModifiers' can be static.
lamarc/src/force/paramstat.cpp:196:27: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
lamarc/src/force/priorreport.cpp:60:42: style: Function 'WriteTo' argument 1 names different: declaration 'out' definition 'outf'. [funcArgNamesDifferent]
lamarc/src/force/priorreport.h:58:33: note: Function 'WriteTo' argument 1 names different: declaration 'out' definition 'outf'.
lamarc/src/force/priorreport.cpp:60:42: note: Function 'WriteTo' argument 1 names different: declaration 'out' definition 'outf'.
lamarc/src/force/priorreport.h:56:5: style: Class 'PriorReport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/timemanager.cpp:692:68: style: The scope of the variable 'a' can be reduced. [variableScope]
lamarc/src/force/timemanager.cpp:834:58: style: The scope of the variable 'f' can be reduced. [variableScope]
lamarc/src/force/timemanager.cpp:834:61: style: The scope of the variable 'df' can be reduced. [variableScope]
lamarc/src/force/timemanager.cpp:942:61: style: The scope of the variable 'f' can be reduced. [variableScope]
lamarc/src/force/timemanager.cpp:942:64: style: The scope of the variable 'df' can be reduced. [variableScope]
lamarc/src/force/timemanager.cpp:1118:12: style: The scope of the variable 'mu_into_A_from_a' can be reduced. [variableScope]
lamarc/src/force/timemanager.cpp:1119:12: style: The scope of the variable 'mu_into_a_from_A' can be reduced. [variableScope]
lamarc/src/force/timemanager.cpp:1123:12: style: The scope of the variable 'dtau_A' can be reduced. [variableScope]
lamarc/src/force/timemanager.cpp:1123:32: style: The scope of the variable 'dtau_a' can be reduced. [variableScope]
lamarc/src/force/timemanager.cpp:1531:71: style: Function 'PartitionThetasAtT' argument 2 names different: declaration 'force' definition 'partforce'. [funcArgNamesDifferent]
lamarc/src/force/timemanager.h:200:65: note: Function 'PartitionThetasAtT' argument 2 names different: declaration 'force' definition 'partforce'.
lamarc/src/force/timemanager.cpp:1531:71: note: Function 'PartitionThetasAtT' argument 2 names different: declaration 'force' definition 'partforce'.
lamarc/src/force/timemanager.cpp:1641:62: style: Function 'TimeOfInactiveCoal' argument 2 names different: declaration 'activelines' definition 'activeline'. [funcArgNamesDifferent]
lamarc/src/force/timemanager.h:193:39: note: Function 'TimeOfInactiveCoal' argument 2 names different: declaration 'activelines' definition 'activeline'.
lamarc/src/force/timemanager.cpp:1641:62: note: Function 'TimeOfInactiveCoal' argument 2 names different: declaration 'activelines' definition 'activeline'.
lamarc/src/force/timemanager.cpp:425:31: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lamarc/src/force/timemanager.cpp:512:31: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lamarc/src/force/timemanager.cpp:727:36: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lamarc/src/force/timemanager.cpp:775:39: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lamarc/src/force/timemanager.cpp:58:27: warning: Member variable 'TimeManager::randomSource' is not assigned a value in 'TimeManager::operator='. [operatorEqVarError]
lamarc/src/force/timemanager.h:156:12: performance: Technically the member function 'LogSelectTimeManager::LogisticSelectionPickTime' can be static. [functionStatic]
lamarc/src/force/timemanager.cpp:685:30: note: Technically the member function 'LogSelectTimeManager::LogisticSelectionPickTime' can be static.
lamarc/src/force/timemanager.h:156:12: note: Technically the member function 'LogSelectTimeManager::LogisticSelectionPickTime' can be static.
lamarc/src/force/timemanager.h:229:10: performance: Technically the member function 'StickTimeManager::InactiveCoalImpossible' can be static. [functionStatic]
lamarc/src/force/timemanager.cpp:1625:24: note: Technically the member function 'StickTimeManager::InactiveCoalImpossible' can be static.
lamarc/src/force/timemanager.h:229:10: note: Technically the member function 'StickTimeManager::InactiveCoalImpossible' can be static.
lamarc/src/force/timemanager.h:232:10: performance: Technically the member function 'StickTimeManager::MutationImpossible' can be static. [functionStatic]
lamarc/src/force/timemanager.cpp:1722:24: note: Technically the member function 'StickTimeManager::MutationImpossible' can be static.
lamarc/src/force/timemanager.h:232:10: note: Technically the member function 'StickTimeManager::MutationImpossible' can be static.
lamarc/src/force/timemanager.h:282:12: performance: Technically the member function 'SelectStickTimeManager::Mean_delta_x' can be static. [functionStatic]
lamarc/src/force/timemanager.cpp:2085:32: note: Technically the member function 'SelectStickTimeManager::Mean_delta_x' can be static.
lamarc/src/force/timemanager.h:282:12: note: Technically the member function 'SelectStickTimeManager::Mean_delta_x' can be static.
lamarc/src/force/timemanager.h:285:12: performance: Technically the member function 'SelectStickTimeManager::SD_delta_x' can be static. [functionStatic]
lamarc/src/force/timemanager.cpp:2096:32: note: Technically the member function 'SelectStickTimeManager::SD_delta_x' can be static.
lamarc/src/force/timemanager.h:285:12: note: Technically the member function 'SelectStickTimeManager::SD_delta_x' can be static.
lamarc/src/force/timesize.cpp:85:54: style: Function 'SizeAt' argument 2 names different: declaration 'etime' definition 't'. [funcArgNamesDifferent]
lamarc/src/force/timesize.h:87:66: note: Function 'SizeAt' argument 2 names different: declaration 'etime' definition 't'.
lamarc/src/force/timesize.cpp:85:54: note: Function 'SizeAt' argument 2 names different: declaration 'etime' definition 't'.
lamarc/src/force/timesize.h:53:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timesize.h:38:23: note: Virtual function in base class
lamarc/src/force/timesize.h:53:23: note: Function in derived class
lamarc/src/force/timesize.h:55:25: style: The function 'PartitionSizeAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timesize.h:40:25: note: Virtual function in base class
lamarc/src/force/timesize.h:55:25: note: Function in derived class
lamarc/src/force/timesize.h:57:25: style: The function 'SizeAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timesize.h:42:25: note: Virtual function in base class
lamarc/src/force/timesize.h:57:25: note: Function in derived class
lamarc/src/force/timesize.h:68:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timesize.h:38:23: note: Virtual function in base class
lamarc/src/force/timesize.h:68:23: note: Function in derived class
lamarc/src/force/timesize.h:70:25: style: The function 'PartitionSizeAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timesize.h:40:25: note: Virtual function in base class
lamarc/src/force/timesize.h:70:25: note: Function in derived class
lamarc/src/force/timesize.h:72:25: style: The function 'SizeAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timesize.h:42:25: note: Virtual function in base class
lamarc/src/force/timesize.h:72:25: note: Function in derived class
lamarc/src/force/timesize.h:83:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timesize.h:38:23: note: Virtual function in base class
lamarc/src/force/timesize.h:83:23: note: Function in derived class
lamarc/src/force/timesize.h:85:25: style: The function 'PartitionSizeAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timesize.h:40:25: note: Virtual function in base class
lamarc/src/force/timesize.h:85:25: note: Function in derived class
lamarc/src/force/timesize.h:87:25: style: The function 'SizeAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timesize.h:42:25: note: Virtual function in base class
lamarc/src/force/timesize.h:87:25: note: Function in derived class
lamarc/src/guiconv/gc_assigntab.cpp:351:12: style: The scope of the variable 'parIndex' can be reduced. [variableScope]
lamarc/src/guiconv/gc_assigntab.cpp:640:9: style: The scope of the variable 'npar' can be reduced. [variableScope]
lamarc/src/guiconv/gc_assigntab.cpp:746:13: style: Variable 'parIndex' is modified but its new value is never used. [unreadVariable]
lamarc/src/guiconv/gc_assigntab.cpp:484:0: style: Variable 'npanel' is assigned a value that is never used. [unreadVariable]
lamarc/src/guiconv/gc_assigntab.cpp:601:29: style: Variable 'nPopDisplay' is modified but its new value is never used. [unreadVariable]
lamarc/src/guiconv/gc_assigntab.cpp:641:0: style: Variable 'lastDispLevel' is assigned a value that is never used. [unreadVariable]
lamarc/src/guiconv/gc_assigntab.cpp:642:0: style: Variable 'lastDispIndex' is assigned a value that is never used. [unreadVariable]
lamarc/src/guiconv/gc_assigntab.cpp:314:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_assigntab.cpp:379:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_assigntab.cpp:395:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_assigntab.cpp:415:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_assigntab.cpp:434:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_assigntab.cpp:452:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_assigntab.cpp:472:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_assigntab.cpp:491:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_assigntab.cpp:545:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_assigntab.cpp:591:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_assigntab.cpp:648:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_dialog.h:260:41: warning: The class 'gcParentEditDialog' defines member variable with name 'm_dataStore' also defined in its parent class 'gcUpdatingDialog'. [duplInheritedMember]
lamarc/src/guiconv/gc_parent_dialogs.h:120:21: note: The class 'gcParentEditDialog' defines member variable with name 'm_dataStore' also defined in its parent class 'gcUpdatingDialog'.
lamarc/src/guiconv/gc_dialog.h:260:41: note: The class 'gcParentEditDialog' defines member variable with name 'm_dataStore' also defined in its parent class 'gcUpdatingDialog'.
lamarc/src/guiconv/gc_quantum.h:76:5: style: Class 'GCClientData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_assigntab.h:107:5: style: Class 'gcEmptyCell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_block_dialogs.h:80:5: style: Class 'gcBlockFileInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_block_dialogs.h:92:5: style: Class 'gcBlockPopIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_block_dialogs.h:104:5: style: Class 'gcBlockLocusIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_block_dialogs.h:116:5: style: Class 'gcBlockPloidyInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_block_dialogs.h:144:5: style: Class 'gcActor_BlockEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_file_list.h:56:5: style: Class 'gcFilePane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_locus_dialogs.h:66:5: style: Class 'gcLocusLength' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_locus_dialogs.h:83:5: style: Class 'gcLocusFirstPosition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_locus_dialogs.h:100:5: style: Class 'gcLocusLocations' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_locus_dialogs.h:178:5: style: Class 'gcLocusPosition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_locus_dialogs.h:240:5: style: Class 'gcLocusRename' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_locus_dialogs.h:254:5: style: Class 'gcLocusMarkerCount' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_locus_dialogs.h:293:5: style: Class 'gcActor_LocusEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_population_dialogs.h:41:5: style: Class 'gcPopMergeChoice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_population_dialogs.h:83:5: style: Class 'gcPopRename' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_population_dialogs.h:123:5: style: Class 'gcActor_Pop_Edit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_region_dialogs.h:42:5: style: Class 'gcRegionRename' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_region_dialogs.h:59:5: style: Class 'gcRegionEffPopSize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_region_dialogs.h:78:5: style: Class 'gcRegionSamples' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_region_dialogs.h:139:5: style: Class 'gcRegionFragmentChoice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_region_dialogs.h:207:5: style: Class 'gcActor_RegionEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_panel_dialogs.h:42:5: style: Class 'gcPanelRename' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_panel_dialogs.h:59:5: style: Class 'gcPanelMemberCount' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_panel_dialogs.h:100:5: style: Class 'gcActor_PanelEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_parent_dialogs.h:61:5: style: Class 'gcParentRename' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_parent_dialogs.h:162:5: style: Class 'gcActor_ParentEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_assigntab.h:138:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_assigntab.h:138:18: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:94:10: style: The function 'BuildDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:56:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:94:10: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:95:10: style: The function 'UpdateDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:59:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:95:10: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:96:10: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:62:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:96:10: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:97:10: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:65:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:97:10: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:145:10: style: The function 'BuildDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:56:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:145:10: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:146:10: style: The function 'UpdateDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:59:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:146:10: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:147:10: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:62:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:147:10: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:148:10: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:65:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:148:10: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:183:18: style: The function 'BuildDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:56:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:183:18: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:184:18: style: The function 'UpdateDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:59:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:184:18: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:185:18: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:62:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:185:18: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:186:18: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:65:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:186:18: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:203:18: style: The function 'BuildDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:183:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:203:18: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:205:21: style: The function 'ProcessPositiveCheck' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:189:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:205:21: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:207:21: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:186:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:207:21: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:41:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:41:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:42:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:42:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:43:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:43:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:44:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:44:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:46:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:46:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:47:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:47:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:48:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:48:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:63:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:63:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:64:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:64:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:65:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:65:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:66:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:66:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:68:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:68:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:69:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:69:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:70:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:70:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:82:14: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:77:37: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:82:14: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:94:14: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:77:37: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:94:14: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:106:14: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:77:37: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:106:14: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:118:14: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:77:37: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:118:14: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:126:10: style: The function 'DoDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:256:18: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:126:10: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:146:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:146:18: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:47:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:47:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:48:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:48:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:49:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:49:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:50:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:50:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:52:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:52:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:53:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:53:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:55:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:55:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:69:29: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:69:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:70:29: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:70:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:71:29: style: The function 'GetValidator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:111:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:71:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:72:29: style: The function 'InitialString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:112:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:72:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:86:29: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:86:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:87:29: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:87:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:88:29: style: The function 'GetValidator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:111:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:88:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:89:29: style: The function 'InitialString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:112:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:89:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:103:29: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:103:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:104:29: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:104:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:105:29: style: The function 'GetValidator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:111:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:105:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:106:29: style: The function 'InitialString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:112:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:106:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:121:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:121:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:122:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:122:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:123:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:123:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:124:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:124:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:126:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:126:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:127:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:127:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:129:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:129:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:144:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:144:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:145:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:145:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:146:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:146:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:147:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:147:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:149:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:149:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:150:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:150:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:152:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:152:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:166:13: style: The function 'DoFinalForMulti' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:208:21: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:166:13: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:167:17: style: The function 'NoChoicesText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:209:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:167:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:181:29: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:181:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:182:29: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:182:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:183:29: style: The function 'GetValidator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:111:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:183:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:184:29: style: The function 'InitialString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:112:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:184:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:200:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:200:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:201:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:201:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:202:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:202:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:203:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:203:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:205:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:205:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:206:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:206:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:208:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:208:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:223:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:223:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:224:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:224:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:225:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:225:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:226:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:226:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:228:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:228:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:229:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:229:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:231:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:231:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:243:17: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:243:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:244:17: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:244:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:257:14: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:77:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:257:14: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:265:10: style: The function 'DoDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:256:18: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:265:10: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:284:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:284:18: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:295:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:295:18: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:51:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:51:17: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:52:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:52:17: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:53:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:53:17: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:54:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:54:17: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:56:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:56:17: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:57:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:57:17: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:59:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:59:17: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:73:10: style: The function 'DoFinalForMulti' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:208:21: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:73:10: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:74:17: style: The function 'NoChoicesText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:209:25: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:74:17: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:86:17: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:86:17: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:87:17: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:87:17: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:95:10: style: The function 'DoDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:256:18: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:95:10: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:114:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:114:18: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:125:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:125:18: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:45:17: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:45:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:46:17: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:46:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:62:25: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:62:25: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:63:25: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:63:25: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:64:25: style: The function 'GetValidator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:111:37: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:64:25: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:65:25: style: The function 'InitialString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:112:37: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:65:25: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:81:25: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:81:25: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:82:25: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:82:25: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:83:25: style: The function 'GetValidator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:111:37: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:83:25: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:84:25: style: The function 'InitialString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:112:37: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:84:25: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:101:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:101:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:102:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:102:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:103:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:103:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:104:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:104:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:106:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:106:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:107:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:107:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:109:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:109:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:125:13: style: The function 'DoFinalForMulti' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:208:21: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:125:13: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:126:17: style: The function 'NoChoicesText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:209:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:126:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:142:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:142:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:143:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:143:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:144:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:144:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:145:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:145:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:147:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:147:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:148:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:148:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:150:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:150:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:172:10: style: The function 'DoDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:256:18: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:172:10: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:195:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:195:18: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:209:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:209:18: note: Function in derived class
lamarc/src/guiconv/gc_panel_dialogs.h:45:17: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_panel_dialogs.h:45:17: note: Function in derived class
lamarc/src/guiconv/gc_panel_dialogs.h:46:17: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_panel_dialogs.h:46:17: note: Function in derived class
lamarc/src/guiconv/gc_panel_dialogs.h:62:25: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_panel_dialogs.h:62:25: note: Function in derived class
lamarc/src/guiconv/gc_panel_dialogs.h:63:25: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_panel_dialogs.h:63:25: note: Function in derived class
lamarc/src/guiconv/gc_panel_dialogs.h:64:25: style: The function 'GetValidator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:111:37: note: Virtual function in base class
lamarc/src/guiconv/gc_panel_dialogs.h:64:25: note: Function in derived class
lamarc/src/guiconv/gc_panel_dialogs.h:65:25: style: The function 'InitialString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:112:37: note: Virtual function in base class
lamarc/src/guiconv/gc_panel_dialogs.h:65:25: note: Function in derived class
lamarc/src/guiconv/gc_panel_dialogs.h:102:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_panel_dialogs.h:102:18: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:44:21: style: The function 'BuildDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:203:18: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:44:21: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:45:21: style: The function 'OnCheck' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:188:18: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:45:21: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:46:21: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:207:21: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:46:21: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:47:21: style: The function 'DoFinalForMulti' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:208:21: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:47:21: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:48:21: style: The function 'OnUnselectAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:212:21: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:48:21: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:64:17: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:64:17: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:65:17: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:65:17: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:88:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:88:17: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:89:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:89:17: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:90:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:90:17: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:91:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:91:17: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:93:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:93:17: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:94:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:94:17: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:96:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:96:17: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:110:17: style: The function 'NoChoicesText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:209:25: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:110:17: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:151:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:151:18: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:165:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:165:18: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.cpp:291:57: style: Function 'gcBlockEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_block_dialogs.h:128:37: note: Function 'gcBlockEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_block_dialogs.cpp:291:57: note: Function 'gcBlockEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_block_dialogs.cpp:318:35: style: Function 'DoDialogEditBlock' argument 3 names different: declaration 'locusId' definition 'blockId'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_block_dialogs.h:136:41: note: Function 'DoDialogEditBlock' argument 3 names different: declaration 'locusId' definition 'blockId'.
lamarc/src/guiconv/gc_block_dialogs.cpp:318:35: note: Function 'DoDialogEditBlock' argument 3 names different: declaration 'locusId' definition 'blockId'.
lamarc/src/guiconv/gc_block_dialogs.cpp:388:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_block_dialogs.cpp:417:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_block_dialogs.cpp:101:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_block_dialogs.cpp:185:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_cmdline.h:41:10: performance: Technically the member function 'GCCmdLineManager::AddOptions' can be static. [functionStatic]
lamarc/src/guiconv/gc_cmdline.cpp:51:19: note: Technically the member function 'GCCmdLineManager::AddOptions' can be static.
lamarc/src/guiconv/gc_cmdline.h:41:10: note: Technically the member function 'GCCmdLineManager::AddOptions' can be static.
lamarc/src/guiconv/gc_cmdline.h:44:10: performance: Technically the member function 'GCCmdLineManager::DoExport' can be static. [functionStatic]
lamarc/src/guiconv/gc_cmdline.cpp:127:19: note: Technically the member function 'GCCmdLineManager::DoExport' can be static.
lamarc/src/guiconv/gc_cmdline.h:44:10: note: Technically the member function 'GCCmdLineManager::DoExport' can be static.
lamarc/src/guiconv/gc_data.cpp:430:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_data_display.cpp:87:81: style: Function 'AddPanel' argument 4 names different: declaration 'lastCol' definition 'width'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_data_display.h:42:70: note: Function 'AddPanel' argument 4 names different: declaration 'lastCol' definition 'width'.
lamarc/src/guiconv/gc_data_display.cpp:87:81: note: Function 'AddPanel' argument 4 names different: declaration 'lastCol' definition 'width'.
lamarc/src/guiconv/gc_data_display.cpp:109:57: style: Function 'AddParent' argument 2 names different: declaration 'parIndex' definition 'parRow'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_data_display.h:45:45: note: Function 'AddParent' argument 2 names different: declaration 'parIndex' definition 'parRow'.
lamarc/src/guiconv/gc_data_display.cpp:109:57: note: Function 'AddParent' argument 2 names different: declaration 'parIndex' definition 'parRow'.
lamarc/src/guiconv/gc_data_display.cpp:109:69: style: Function 'AddParent' argument 3 names different: declaration 'parLevel' definition 'parCol'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_data_display.h:45:59: note: Function 'AddParent' argument 3 names different: declaration 'parLevel' definition 'parCol'.
lamarc/src/guiconv/gc_data_display.cpp:109:69: note: Function 'AddParent' argument 3 names different: declaration 'parLevel' definition 'parCol'.
lamarc/src/guiconv/gc_dialog.cpp:318:51: style: Function 'ProcessPositiveCheck' argument 1 names different: declaration 'checkBox' definition 'obj'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_dialog.h:189:50: note: Function 'ProcessPositiveCheck' argument 1 names different: declaration 'checkBox' definition 'obj'.
lamarc/src/guiconv/gc_dialog.cpp:318:51: note: Function 'ProcessPositiveCheck' argument 1 names different: declaration 'checkBox' definition 'obj'.
lamarc/src/guiconv/gc_dialog.cpp:395:56: style: Function 'ProcessPositiveCheck' argument 1 names different: declaration 'checkBox' definition 'obj'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_dialog.h:205:53: note: Function 'ProcessPositiveCheck' argument 1 names different: declaration 'checkBox' definition 'obj'.
lamarc/src/guiconv/gc_dialog.cpp:395:56: note: Function 'ProcessPositiveCheck' argument 1 names different: declaration 'checkBox' definition 'obj'.
lamarc/src/guiconv/gc_dialog.cpp:253:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_dialog.h:286:10: performance: Technically the member function 'gcDialogCreator::AddComponent' can be static. [functionStatic]
lamarc/src/guiconv/gc_dialog.cpp:507:18: note: Technically the member function 'gcDialogCreator::AddComponent' can be static.
lamarc/src/guiconv/gc_dialog.h:286:10: note: Technically the member function 'gcDialogCreator::AddComponent' can be static.
lamarc/src/guiconv/gc_dialog.h:287:10: performance: Technically the member function 'gcDialogCreator::PlaceContent' can be static. [functionStatic]
lamarc/src/guiconv/gc_dialog.cpp:514:18: note: Technically the member function 'gcDialogCreator::PlaceContent' can be static.
lamarc/src/guiconv/gc_dialog.h:287:10: note: Technically the member function 'gcDialogCreator::PlaceContent' can be static.
lamarc/src/guiconv/gc_file_dialogs.cpp:230:53: style: Function 'gcFileEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_file_dialogs.h:168:41: note: Function 'gcFileEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_file_dialogs.cpp:230:53: note: Function 'gcFileEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_file_dialogs.cpp:256:29: style: Function 'DoDialogAddFiles' argument 1 names different: declaration 'parent' definition 'parentWindow'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_file_dialogs.h:174:34: note: Function 'DoDialogAddFiles' argument 1 names different: declaration 'parent' definition 'parentWindow'.
lamarc/src/guiconv/gc_file_dialogs.cpp:256:29: note: Function 'DoDialogAddFiles' argument 1 names different: declaration 'parent' definition 'parentWindow'.
lamarc/src/guiconv/gc_file_dialogs.cpp:579:29: style: Function 'DoDialogEditFile' argument 1 names different: declaration 'parent' definition 'parentWindow'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_file_dialogs.h:175:34: note: Function 'DoDialogEditFile' argument 1 names different: declaration 'parent' definition 'parentWindow'.
lamarc/src/guiconv/gc_file_dialogs.cpp:579:29: note: Function 'DoDialogEditFile' argument 1 names different: declaration 'parent' definition 'parentWindow'.
lamarc/src/guiconv/gc_file_dialogs.cpp:663:31: style: Function 'DoDialogExportFile' argument 1 names different: declaration 'parent' definition 'parentWindow'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_file_dialogs.h:176:36: note: Function 'DoDialogExportFile' argument 1 names different: declaration 'parent' definition 'parentWindow'.
lamarc/src/guiconv/gc_file_dialogs.cpp:663:31: note: Function 'DoDialogExportFile' argument 1 names different: declaration 'parent' definition 'parentWindow'.
lamarc/src/guiconv/gc_file_dialogs.cpp:702:36: style: Function 'DoDialogExportBatchFile' argument 1 names different: declaration 'parent' definition 'parentWindow'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_file_dialogs.h:177:41: note: Function 'DoDialogExportBatchFile' argument 1 names different: declaration 'parent' definition 'parentWindow'.
lamarc/src/guiconv/gc_file_dialogs.cpp:702:36: note: Function 'DoDialogExportBatchFile' argument 1 names different: declaration 'parent' definition 'parentWindow'.
lamarc/src/guiconv/gc_file_dialogs.cpp:736:32: style: Function 'DoDialogReadCmdFile' argument 1 names different: declaration 'parent' definition 'parentWindow'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_file_dialogs.h:178:37: note: Function 'DoDialogReadCmdFile' argument 1 names different: declaration 'parent' definition 'parentWindow'.
lamarc/src/guiconv/gc_file_dialogs.cpp:736:32: note: Function 'DoDialogReadCmdFile' argument 1 names different: declaration 'parent' definition 'parentWindow'.
lamarc/src/guiconv/gc_file_dialogs.cpp:324:21: warning: Member variable 'gcHapDefaultChoice::m_box' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/guiconv/gc_file_dialogs.cpp:384:22: warning: Member variable 'gcHapAdjacentChoice::m_panel' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/guiconv/gc_file_dialogs.cpp:384:22: warning: Member variable 'gcHapAdjacentChoice::m_box' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/guiconv/gc_file_dialogs.cpp:384:22: warning: Member variable 'gcHapAdjacentChoice::m_text' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/guiconv/gc_file_dialogs.h:41:5: style: Class 'gcFullPath' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_file_dialogs.h:64:5: style: Class 'gcParseInfoOne' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_file_dialogs.h:78:5: style: Class 'gcParseChoice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_file_dialogs.h:108:5: style: Class 'gcHapDefaultChoice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_file_dialogs.h:132:5: style: Class 'gcHapAdjacentChoice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_file_dialogs.h:186:5: style: Class 'gcActor_File_Edit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_file_dialogs.h:43:17: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:77:37: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:43:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:54:17: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:77:37: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:54:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:67:17: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:77:37: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:67:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:88:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:88:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:89:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:89:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:90:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:90:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:91:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:91:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:93:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:93:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:94:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:94:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:96:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:96:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:111:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:111:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:112:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:112:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:113:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:113:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:114:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:114:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:116:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:116:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:117:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:117:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:119:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:119:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:135:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:135:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:136:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:136:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:137:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:137:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:138:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:138:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:140:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:140:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:141:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:141:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:143:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:143:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:158:13: style: The function 'BuildDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:183:18: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:158:13: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:166:10: style: The function 'DoDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:256:18: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:166:10: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:188:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:188:18: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.cpp:212:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_file_dialogs.cpp:559:61: performance: Function parameter 'choices' should be passed by const reference. [passedByValue]
lamarc/src/guiconv/gc_file_list.cpp:116:9: style: Variable 'line' is modified but its new value is never used. [unreadVariable]
lamarc/src/guiconv/gc_file_list.cpp:113:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_menu_actors.h:37:5: style: Class 'basicMenuActor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_menu_actors.h:39:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_menu_actors.h:39:18: note: Function in derived class
lamarc/src/guiconv/gc_menu_actors.h:47:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_menu_actors.h:47:18: note: Function in derived class
lamarc/src/guiconv/gc_menu_actors.h:55:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_menu_actors.h:55:18: note: Function in derived class
lamarc/src/guiconv/gc_menu_actors.h:63:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_menu_actors.h:63:18: note: Function in derived class
lamarc/src/guiconv/gc_menu_actors.h:71:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_menu_actors.h:71:18: note: Function in derived class
lamarc/src/guiconv/gc_menu_actors.h:79:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_menu_actors.h:79:18: note: Function in derived class
lamarc/src/guiconv/gc_menu_actors.h:87:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_menu_actors.h:87:18: note: Function in derived class
lamarc/src/guiconv/gc_menu_actors.h:95:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_menu_actors.h:95:18: note: Function in derived class
lamarc/src/guiconv/gc_menu_actors.h:103:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_menu_actors.h:103:18: note: Function in derived class
lamarc/src/guiconv/gc_locitab.cpp:71:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_locitab.h:36:5: style: Class 'gcLociPane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_locus_dialogs.cpp:46:69: style: Function 'gcLocusDataTypeChoice' argument 1 names different: declaration 'forThisId' definition 'locusId'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_locus_dialogs.h:44:34: note: Function 'gcLocusDataTypeChoice' argument 1 names different: declaration 'forThisId' definition 'locusId'.
lamarc/src/guiconv/gc_locus_dialogs.cpp:46:69: note: Function 'gcLocusDataTypeChoice' argument 1 names different: declaration 'forThisId' definition 'locusId'.
lamarc/src/guiconv/gc_locus_dialogs.cpp:448:64: style: Function 'DoFinalForMulti' argument 2 names different: declaration 'selectedChoices' definition 'chosens'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_locus_dialogs.h:166:62: note: Function 'DoFinalForMulti' argument 2 names different: declaration 'selectedChoices' definition 'chosens'.
lamarc/src/guiconv/gc_locus_dialogs.cpp:448:64: note: Function 'DoFinalForMulti' argument 2 names different: declaration 'selectedChoices' definition 'chosens'.
lamarc/src/guiconv/gc_locus_dialogs.cpp:485:64: style: Function 'ToDataStore' argument 2 names different: declaration 'text' definition 'newPosition'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_locus_dialogs.h:182:65: note: Function 'ToDataStore' argument 2 names different: declaration 'text' definition 'newPosition'.
lamarc/src/guiconv/gc_locus_dialogs.cpp:485:64: note: Function 'ToDataStore' argument 2 names different: declaration 'text' definition 'newPosition'.
lamarc/src/guiconv/gc_locus_dialogs.cpp:516:80: style: Function 'gcLocusRegionChoice' argument 3 names different: declaration 'isNewlyCreatedParent' definition 'isNewlyCreated'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_locus_dialogs.h:197:63: note: Function 'gcLocusRegionChoice' argument 3 names different: declaration 'isNewlyCreatedParent' definition 'isNewlyCreated'.
lamarc/src/guiconv/gc_locus_dialogs.cpp:516:80: note: Function 'gcLocusRegionChoice' argument 3 names different: declaration 'isNewlyCreatedParent' definition 'isNewlyCreated'.
lamarc/src/guiconv/gc_locus_dialogs.cpp:685:62: style: Function 'ToDataStore' argument 2 names different: declaration 'newText' definition 'newName'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_locus_dialogs.h:244:53: note: Function 'ToDataStore' argument 2 names different: declaration 'newText' definition 'newName'.
lamarc/src/guiconv/gc_locus_dialogs.cpp:685:62: note: Function 'ToDataStore' argument 2 names different: declaration 'newText' definition 'newName'.
lamarc/src/guiconv/gc_locus_dialogs.cpp:716:57: style: Function 'gcLocusEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_locus_dialogs.h:267:37: note: Function 'gcLocusEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_locus_dialogs.cpp:716:57: note: Function 'gcLocusEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_locus_dialogs.cpp:883:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_locus_dialogs.cpp:926:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_locus_dialogs.cpp:284:23: warning: Member variable 'gcLocusLinkageChoice::m_box' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/guiconv/gc_locus_dialogs.cpp:107:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_locus_dialogs.cpp:349:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_locus_dialogs.cpp:415:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_locus_dialogs.cpp:582:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_locus_dialogs.cpp:647:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_locus_dialogs.cpp:436:61: performance: Function parameter 'choices' should be passed by const reference. [passedByValue]
lamarc/src/guiconv/gc_migration_dialogs.cpp:80:57: style: Function 'gcMigrationMethodChoice' argument 1 names different: declaration 'forThisId' definition 'migrationId'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_migration_dialogs.h:60:36: note: Function 'gcMigrationMethodChoice' argument 1 names different: declaration 'forThisId' definition 'migrationId'.
lamarc/src/guiconv/gc_migration_dialogs.cpp:80:57: note: Function 'gcMigrationMethodChoice' argument 1 names different: declaration 'forThisId' definition 'migrationId'.
lamarc/src/guiconv/gc_migration_dialogs.cpp:151:59: style: Function 'gcMigrationProfileChoice' argument 1 names different: declaration 'forThisId' definition 'migrationId'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_migration_dialogs.h:85:37: note: Function 'gcMigrationProfileChoice' argument 1 names different: declaration 'forThisId' definition 'migrationId'.
lamarc/src/guiconv/gc_migration_dialogs.cpp:151:59: note: Function 'gcMigrationProfileChoice' argument 1 names different: declaration 'forThisId' definition 'migrationId'.
lamarc/src/guiconv/gc_migration_dialogs.cpp:222:65: style: Function 'gcMigrationConstraintChoice' argument 1 names different: declaration 'forThisId' definition 'migrationId'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_migration_dialogs.h:110:40: note: Function 'gcMigrationConstraintChoice' argument 1 names different: declaration 'forThisId' definition 'migrationId'.
lamarc/src/guiconv/gc_migration_dialogs.cpp:222:65: note: Function 'gcMigrationConstraintChoice' argument 1 names different: declaration 'forThisId' definition 'migrationId'.
lamarc/src/guiconv/gc_migration_dialogs.cpp:310:65: style: Function 'gcMigrationEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_migration_dialogs.h:133:45: note: Function 'gcMigrationEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_migration_dialogs.cpp:310:65: note: Function 'gcMigrationEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_migration_dialogs.cpp:331:45: style: Function 'DoDialogEditMigration' argument 1 names different: declaration 'parentWindow' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_migration_dialogs.h:144:45: note: Function 'DoDialogEditMigration' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_migration_dialogs.cpp:331:45: note: Function 'DoDialogEditMigration' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_migration_dialogs.h:42:5: style: Class 'gcMigrationRate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_migration_dialogs.h:160:5: style: Class 'gcActor_MigrationEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_migration_dialogs.h:45:17: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:45:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:46:17: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:46:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:63:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:63:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:64:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:64:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:65:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:65:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:66:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:66:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:68:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:68:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:69:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:69:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:71:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:71:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:88:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:88:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:89:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:89:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:90:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:90:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:91:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:91:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:93:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:93:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:94:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:94:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:96:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:96:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:113:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:113:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:114:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:114:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:115:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:115:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:116:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:116:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:118:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:118:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:119:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:119:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:121:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:121:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:131:13: style: The function 'DoDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:256:18: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:131:13: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:162:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:162:18: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.cpp:132:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_migration_dialogs.cpp:203:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_migration_dialogs.cpp:291:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_migtab.cpp:101:56: style: Function 'ToDataStore' argument 2 names different: declaration 'newText' definition 'newValue'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_migtab.h:51:61: note: Function 'ToDataStore' argument 2 names different: declaration 'newText' definition 'newValue'.
lamarc/src/guiconv/gc_migtab.cpp:101:56: note: Function 'ToDataStore' argument 2 names different: declaration 'newText' definition 'newValue'.
lamarc/src/guiconv/gc_migtab.cpp:193:56: style: Function 'ToDataStore' argument 2 names different: declaration 'newText' definition 'newValue'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_migtab.h:71:61: note: Function 'ToDataStore' argument 2 names different: declaration 'newText' definition 'newValue'.
lamarc/src/guiconv/gc_migtab.cpp:193:56: note: Function 'ToDataStore' argument 2 names different: declaration 'newText' definition 'newValue'.
lamarc/src/guiconv/gc_migtab.cpp:261:25: style: Variable 'matrixDim' is assigned a value that is never used. [unreadVariable]
lamarc/src/guiconv/gc_migtab.cpp:391:17: style: Variable 'ncell' is modified but its new value is never used. [unreadVariable]
lamarc/src/guiconv/gc_migtab.cpp:408:29: style: Variable 'matrixDim' is assigned a value that is never used. [unreadVariable]
lamarc/src/guiconv/gc_migtab.cpp:448:25: style: Variable 'ncell' is modified but its new value is never used. [unreadVariable]
lamarc/src/guiconv/gc_migtab.cpp:273:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_migtab.cpp:281:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_migtab.cpp:291:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_migtab.cpp:301:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_migtab.cpp:322:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_migtab.cpp:345:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_migtab.cpp:354:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_migtab.cpp:374:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_migtab.cpp:419:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_migtab.cpp:427:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_migtab.cpp:437:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_panel_dialogs.cpp:111:55: style: Function 'gcPanelEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_panel_dialogs.h:75:40: note: Function 'gcPanelEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_panel_dialogs.cpp:111:55: note: Function 'gcPanelEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_panel_dialogs.cpp:135:40: style: Function 'DoDialogEditPanel' argument 1 names different: declaration 'parentWindow' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_panel_dialogs.h:84:40: note: Function 'DoDialogEditPanel' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_panel_dialogs.cpp:135:40: note: Function 'DoDialogEditPanel' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_panel_dialogs.cpp:137:40: style: Function 'DoDialogEditPanel' argument 3 names different: declaration 'regionId' definition 'panelId'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_panel_dialogs.h:86:40: note: Function 'DoDialogEditPanel' argument 3 names different: declaration 'regionId' definition 'panelId'.
lamarc/src/guiconv/gc_panel_dialogs.cpp:137:40: note: Function 'DoDialogEditPanel' argument 3 names different: declaration 'regionId' definition 'panelId'.
lamarc/src/guiconv/gc_parent_dialogs.cpp:271:46: style: Function 'SetChildParentId' argument 1 names different: declaration 'childParentId' definition 'parentId'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_parent_dialogs.h:49:37: note: Function 'SetChildParentId' argument 1 names different: declaration 'childParentId' definition 'parentId'.
lamarc/src/guiconv/gc_parent_dialogs.cpp:271:46: note: Function 'SetChildParentId' argument 1 names different: declaration 'childParentId' definition 'parentId'.
lamarc/src/guiconv/gc_parent_dialogs.cpp:285:63: style: Function 'gcParentChildChoice' argument 2 names different: declaration 'parentId' definition 'parId'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_parent_dialogs.h:79:46: note: Function 'gcParentChildChoice' argument 2 names different: declaration 'parentId' definition 'parId'.
lamarc/src/guiconv/gc_parent_dialogs.cpp:285:63: note: Function 'gcParentChildChoice' argument 2 names different: declaration 'parentId' definition 'parId'.
lamarc/src/guiconv/gc_parent_dialogs.cpp:465:57: style: Function 'gcParentEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_parent_dialogs.h:122:41: note: Function 'gcParentEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_parent_dialogs.cpp:465:57: note: Function 'gcParentEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_parent_dialogs.cpp:505:41: style: Function 'DoDialogEditParent' argument 1 names different: declaration 'parentWindow' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_parent_dialogs.h:135:41: note: Function 'DoDialogEditParent' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_parent_dialogs.cpp:505:41: note: Function 'DoDialogEditParent' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_parent_dialogs.cpp:507:41: style: Function 'DoDialogEditParent' argument 3 names different: declaration 'regionId' definition 'parentId'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_parent_dialogs.h:137:41: note: Function 'DoDialogEditParent' argument 3 names different: declaration 'regionId' definition 'parentId'.
lamarc/src/guiconv/gc_parent_dialogs.cpp:507:41: note: Function 'DoDialogEditParent' argument 3 names different: declaration 'regionId' definition 'parentId'.
lamarc/src/guiconv/gc_parent_dialogs.cpp:63:0: style: Variable 'leftSizer' is assigned a value that is never used. [unreadVariable]
lamarc/src/guiconv/gc_parent_dialogs.cpp:98:22: style: Variable 'obj' is assigned a value that is never used. [unreadVariable]
lamarc/src/guiconv/gc_parent_dialogs.cpp:199:0: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
lamarc/src/guiconv/gc_parent_dialogs.cpp:243:19: style: Variable 'nunused' is assigned a value that is never used. [unreadVariable]
lamarc/src/guiconv/gc_parent_dialogs.cpp:197:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_parent_dialogs.cpp:221:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_parent_dialogs.cpp:534:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_parent_dialogs.cpp:546:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_parent_dialogs.cpp:44:22: warning: Member variable 'gcUpdatingChooseTwo::m_childParentId' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/guiconv/gc_parent_dialogs.cpp:285:22: warning: Member variable 'gcParentChildChoice::m_box' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/guiconv/gc_parent_dialogs.h:83:17: performance: Technically the member function 'gcParentChildChoice::GetEnabled' can be static. [functionStatic]
lamarc/src/guiconv/gc_parent_dialogs.cpp:304:22: note: Technically the member function 'gcParentChildChoice::GetEnabled' can be static.
lamarc/src/guiconv/gc_parent_dialogs.h:83:17: note: Technically the member function 'gcParentChildChoice::GetEnabled' can be static.
lamarc/src/guiconv/gc_parent_dialogs.h:84:17: performance: Technically the member function 'gcParentChildChoice::SetEnabled' can be static. [functionStatic]
lamarc/src/guiconv/gc_parent_dialogs.cpp:310:22: note: Technically the member function 'gcParentChildChoice::SetEnabled' can be static.
lamarc/src/guiconv/gc_parent_dialogs.h:84:17: note: Technically the member function 'gcParentChildChoice::SetEnabled' can be static.
lamarc/src/guiconv/gc_parent_dialogs.h:85:17: performance: Technically the member function 'gcParentChildChoice::GetSelected' can be static. [functionStatic]
lamarc/src/guiconv/gc_parent_dialogs.cpp:315:22: note: Technically the member function 'gcParentChildChoice::GetSelected' can be static.
lamarc/src/guiconv/gc_parent_dialogs.h:85:17: note: Technically the member function 'gcParentChildChoice::GetSelected' can be static.
lamarc/src/guiconv/gc_parent_dialogs.h:86:17: performance: Technically the member function 'gcParentChildChoice::SetSelected' can be static. [functionStatic]
lamarc/src/guiconv/gc_parent_dialogs.cpp:321:22: note: Technically the member function 'gcParentChildChoice::SetSelected' can be static.
lamarc/src/guiconv/gc_parent_dialogs.h:86:17: note: Technically the member function 'gcParentChildChoice::SetSelected' can be static.
lamarc/src/guiconv/gc_parent_dialogs.cpp:388:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_parent_dialogs.cpp:47:37: performance: Function parameter 'choices' should be passed by const reference. [passedByValue]
lamarc/src/guiconv/gc_parent_dialogs.cpp:412:63: performance: Function parameter 'choices' should be passed by const reference. [passedByValue]
lamarc/src/guiconv/gc_poptab.cpp:71:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_poptab.h:36:5: style: Class 'gcPopPane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_population_dialogs.cpp:152:62: style: Function 'DoFinalForMulti' argument 2 names different: declaration 'chosenPops' definition 'chosens'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_population_dialogs.h:73:59: note: Function 'DoFinalForMulti' argument 2 names different: declaration 'chosenPops' definition 'chosens'.
lamarc/src/guiconv/gc_population_dialogs.cpp:152:62: note: Function 'DoFinalForMulti' argument 2 names different: declaration 'chosenPops' definition 'chosens'.
lamarc/src/guiconv/gc_population_dialogs.cpp:193:53: style: Function 'gcPopEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_population_dialogs.h:97:37: note: Function 'gcPopEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_population_dialogs.cpp:193:53: note: Function 'gcPopEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_population_dialogs.cpp:252:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_population_dialogs.cpp:44:19: warning: Member variable 'gcPopMergeChoice::m_box' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/guiconv/gc_population_dialogs.cpp:120:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_population_dialogs.h:38:33: style: Class 'gcPopMergeChoice' is unsafe, 'gcPopMergeChoice::m_box' can leak by wrong usage. [unsafeClassCanLeak]
lamarc/src/guiconv/gc_population_dialogs.cpp:140:57: performance: Function parameter 'choices' should be passed by const reference. [passedByValue]
lamarc/src/guiconv/gc_region_dialogs.cpp:194:65: style: Function 'DoFinalForMulti' argument 2 names different: declaration 'selectedChoices' definition 'chosens'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_region_dialogs.h:125:62: note: Function 'DoFinalForMulti' argument 2 names different: declaration 'selectedChoices' definition 'chosens'.
lamarc/src/guiconv/gc_region_dialogs.cpp:194:65: note: Function 'DoFinalForMulti' argument 2 names different: declaration 'selectedChoices' definition 'chosens'.
lamarc/src/guiconv/gc_region_dialogs.cpp:285:57: style: Function 'gcRegionEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_region_dialogs.h:174:41: note: Function 'gcRegionEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_region_dialogs.cpp:285:57: note: Function 'gcRegionEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_region_dialogs.cpp:316:41: style: Function 'DoDialogEditRegion' argument 1 names different: declaration 'parentWindow' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_region_dialogs.h:183:41: note: Function 'DoDialogEditRegion' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_region_dialogs.cpp:316:41: note: Function 'DoDialogEditRegion' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_region_dialogs.cpp:362:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_region_dialogs.cpp:161:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_region_dialogs.cpp:182:65: performance: Function parameter 'choices' should be passed by const reference. [passedByValue]
lamarc/src/guiconv/gc_region_dialogs.cpp:271:73: performance: Function parameter 'choices' should be passed by const reference. [passedByValue]
lamarc/src/guiconv/gc_regiontab.cpp:72:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_regiontab.h:36:5: style: Class 'gcRegionPane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_unit_dialogs.cpp:29:43: style: Function 'DoDialogSelectHapFile' argument 1 names different: declaration 'parent' definition 'parentWindow'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_unit_dialogs.h:29:43: note: Function 'DoDialogSelectHapFile' argument 1 names different: declaration 'parent' definition 'parentWindow'.
lamarc/src/guiconv/gc_unit_dialogs.cpp:29:43: note: Function 'DoDialogSelectHapFile' argument 1 names different: declaration 'parent' definition 'parentWindow'.
lamarc/src/guiconv/guiconverter.cpp:51:18: warning: Member variable 'GuiConverterApp::m_mainFrame' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/guiutil/gc_clickpanel.h:38:5: style: Class 'gcClickPanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiutil/gc_text_ctrl.h:43:5: style: Class 'GCIntegerInput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiutil/gc_text_ctrl.h:52:5: style: Class 'GCNonNegativeIntegerInput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiutil/gc_validators.cpp:28:21: warning: Member variable 'GCIntegerValidator::m_stringVar' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/guiutil/gc_validators.cpp:41:25: warning: Member variable 'GCIntegerListValidator::m_stringVar' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/guiutil/gc_validators.cpp:54:32: warning: Member variable 'GCNonNegativeIntegerValidator::m_stringVar' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/guiutil/gc_validators.cpp:67:27: warning: Member variable 'GCPositiveFloatValidator::m_stringVar' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/lamarcmenus/coalmenus.cpp:77:52: style: Function 'SetMenuItemThetas' argument 1 names different: declaration 'ui' definition 'myui'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/coalmenus.h:55:37: note: Function 'SetMenuItemThetas' argument 1 names different: declaration 'ui' definition 'myui'.
lamarc/src/lamarcmenus/coalmenus.cpp:77:52: note: Function 'SetMenuItemThetas' argument 1 names different: declaration 'ui' definition 'myui'.
lamarc/src/lamarcmenus/forcesmenus.h:50:5: style: Class 'ForcesMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/forcesmenus.h:59:5: style: Class 'ForcesMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/coalmenus.h:55:5: style: Class 'SetMenuItemThetas' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/coalmenus.h:63:5: style: Class 'CoalescenceMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/coalmenus.h:72:5: style: Class 'CoalescenceMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/priormenus.h:39:5: style: Class 'PriorMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/priormenus.h:48:5: style: Class 'PriorMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/priormenus.h:58:5: style: Class 'PriorByForceMenuItemGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/profilemenus.h:38:5: style: Class 'ProfileMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/profilemenus.h:47:5: style: Class 'ProfileMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/profilemenus.h:57:5: style: Class 'ProfileByForceMenuItemGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/constraintmenus.h:167:23: style: The function 'GetVisibleIds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/lamarcmenus/constraintmenus.h:136:23: note: Virtual function in base class
lamarc/src/lamarcmenus/constraintmenus.h:167:23: note: Function in derived class
lamarc/src/lamarcmenus/constraintmenus.h:169:25: style: The function 'GetGroupDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/lamarcmenus/constraintmenus.h:144:25: note: Virtual function in base class
lamarc/src/lamarcmenus/constraintmenus.h:169:25: note: Function in derived class
lamarc/src/lamarcmenus/constraintmenus.h:170:25: style: The function 'GetEmptyDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/lamarcmenus/constraintmenus.h:146:25: note: Virtual function in base class
lamarc/src/lamarcmenus/constraintmenus.h:170:25: note: Function in derived class
lamarc/src/lamarcmenus/priormenus.h:83:18: style: The function 'IsVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/lamarcmenus/forcesmenus.h:73:18: note: Virtual function in base class
lamarc/src/lamarcmenus/priormenus.h:83:18: note: Function in derived class
lamarc/src/lamarcmenus/constraintmenus.cpp:296:60: style: Function 'ToggleMenuItem2dGroup' argument 1 names different: declaration 'ui' definition 'myui'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/constraintmenus.h:134:40: note: Function 'ToggleMenuItem2dGroup' argument 1 names different: declaration 'ui' definition 'myui'.
lamarc/src/lamarcmenus/constraintmenus.cpp:296:60: note: Function 'ToggleMenuItem2dGroup' argument 1 names different: declaration 'ui' definition 'myui'.
lamarc/src/lamarcmenus/constraintmenus.cpp:297:53: style: Function 'ToggleMenuItem2dGroup' argument 2 names different: declaration 'menuKey' definition 'myMenuKey'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/constraintmenus.h:134:51: note: Function 'ToggleMenuItem2dGroup' argument 2 names different: declaration 'menuKey' definition 'myMenuKey'.
lamarc/src/lamarcmenus/constraintmenus.cpp:297:53: note: Function 'ToggleMenuItem2dGroup' argument 2 names different: declaration 'menuKey' definition 'myMenuKey'.
lamarc/src/lamarcmenus/constraintmenus.cpp:420:67: style: Function 'GetGroupDescription' argument 1 names different: declaration 'groupId' definition 'gid'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/constraintmenus.h:169:50: note: Function 'GetGroupDescription' argument 1 names different: declaration 'groupId' definition 'gid'.
lamarc/src/lamarcmenus/constraintmenus.cpp:420:67: note: Function 'GetGroupDescription' argument 1 names different: declaration 'groupId' definition 'gid'.
lamarc/src/lamarcmenus/constraintmenus.cpp:157:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/constraintmenus.cpp:242:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/constraintmenus.cpp:245:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/constraintmenus.cpp:307:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/constraintmenus.cpp:310:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/constraintmenus.cpp:364:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/constraintmenus.cpp:367:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/constraintmenus.cpp:54:74: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/constraintmenus.cpp:66:14: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/constraintmenus.cpp:207:14: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/datafilenamedialog.h:50:5: style: Class 'DataFileNameDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/datamodelmenu.cpp:361:66: style: Function 'CategoriesMenuGroup' argument 2 names different: declaration 'id' definition 'myid'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/datamodelmenu.h:154:49: note: Function 'CategoriesMenuGroup' argument 2 names different: declaration 'id' definition 'myid'.
lamarc/src/lamarcmenus/datamodelmenu.cpp:361:66: note: Function 'CategoriesMenuGroup' argument 2 names different: declaration 'id' definition 'myid'.
lamarc/src/lamarcmenus/datamodelmenu.cpp:613:59: style: Function 'LocusDataModels' argument 2 names different: declaration 'id' definition 'myid'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/datamodelmenu.h:248:45: note: Function 'LocusDataModels' argument 2 names different: declaration 'id' definition 'myid'.
lamarc/src/lamarcmenus/datamodelmenu.cpp:613:59: note: Function 'LocusDataModels' argument 2 names different: declaration 'id' definition 'myid'.
lamarc/src/lamarcmenus/datamodelmenu.cpp:496:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/datamodelmenu.cpp:633:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/datamodelmenu.h:211:5: style: Class 'RegionDataModels' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/datamodelmenu.h:260:5: style: Class 'NewDataModelMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/datamodelmenu.h:269:5: style: Class 'NewDataModelMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:46:5: style: Class 'ChainTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:63:5: style: Class 'ForceEventTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:78:5: style: Class 'StartParamTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:92:5: style: Class 'TemperatureTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:149:5: style: Class 'FileOverviewMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:158:5: style: Class 'FileOverviewMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:188:5: style: Class 'DataOverviewMenuItemGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:198:5: style: Class 'DataOverviewMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:207:5: style: Class 'DataOverviewMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:215:5: style: Class 'ForceOverviewMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:224:5: style: Class 'ForceOverviewMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:232:5: style: Class 'ReplicatesMenuItemIfMoreThanOne' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:240:5: style: Class 'SearchOverviewMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:248:5: style: Class 'SearchOverviewMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:256:5: style: Class 'ResultsOverviewMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:265:5: style: Class 'ResultsOverviewMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:273:5: style: Class 'BayesianPriorsOverviewMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:282:5: style: Class 'BayesianPriorsOverviewMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:292:5: style: Class 'BayesianPriorsOverviewMenuItemGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:305:5: style: Class 'TraitMappingOverviewMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:314:5: style: Class 'TraitMappingOverviewMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:324:5: style: Class 'TraitMappingOverviewMenuItemGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/popsizemenu.h:37:5: style: Class 'EffectivePopSizeMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/popsizemenu.h:46:5: style: Class 'EffectivePopSizeMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/popsizemenu.h:54:5: style: Class 'EffectivePopSizeGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/diseasemenus.h:66:5: style: Class 'DiseaseMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/diseasemenus.h:75:5: style: Class 'DiseaseMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/divmenus.h:36:5: style: Class 'SetMenuItemEpochs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/divmenus.h:47:5: style: Class 'DivergenceMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/divmenus.h:56:5: style: Class 'DivergenceMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/divmigmenus.h:61:5: style: Class 'DivMigMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/divmigmenus.h:70:5: style: Class 'DivMigMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/forcesmenus.cpp:140:107: style: Function 'ForceSubMenuItem' argument 4 names different: declaration 'id' definition 'myId'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/forcesmenus.h:71:55: note: Function 'ForceSubMenuItem' argument 4 names different: declaration 'id' definition 'myId'.
lamarc/src/lamarcmenus/forcesmenus.cpp:140:107: note: Function 'ForceSubMenuItem' argument 4 names different: declaration 'id' definition 'myId'.
lamarc/src/lamarcmenus/growthmenus.h:46:5: style: Class 'SetMenuItemGrowths' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/growthmenus.h:70:5: style: Class 'GrowthMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/growthmenus.h:79:5: style: Class 'GrowthMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/logselectmenus.h:43:5: style: Class 'LogisticSelectionMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/logselectmenus.h:52:5: style: Class 'LogisticSelectionMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/migmenus.h:61:5: style: Class 'MigrationMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/migmenus.h:70:5: style: Class 'MigrationMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/recmenus.h:51:5: style: Class 'RecombinationMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/recmenus.h:60:5: style: Class 'RecombinationMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/regiongammamenus.h:43:5: style: Class 'RegionGammaMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/regiongammamenus.h:52:5: style: Class 'RegionGammaMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/traitmodelmenu.h:42:5: style: Class 'TraitModelsMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/traitmodelmenu.h:51:5: style: Class 'TraitModelsMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/traitmodelmenu.h:59:5: style: Class 'SubMenuItemsTraitModels' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/forcesmenus.cpp:48:17: performance: Function parameter 'myKey' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/forcesmenus.cpp:50:17: performance: Function parameter 'myForce' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/forcesmenus.cpp:51:17: performance: Function parameter 'myForceLegal' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/forcesmenus.cpp:140:48: performance: Function parameter 'myKey' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/growthmenus.cpp:101:54: style: Function 'SetMenuItemGrowths' argument 1 names different: declaration 'ui' definition 'myui'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/growthmenus.h:46:38: note: Function 'SetMenuItemGrowths' argument 1 names different: declaration 'ui' definition 'myui'.
lamarc/src/lamarcmenus/growthmenus.cpp:101:54: note: Function 'SetMenuItemGrowths' argument 1 names different: declaration 'ui' definition 'myui'.
lamarc/src/lamarcmenus/lamarcheaderdialog.cpp:105:5: style: Variable 'unusual_flags' is reassigned a value before the old one has been used. [redundantAssignment]
lamarc/src/lamarcmenus/lamarcheaderdialog.cpp:101:5: note: Variable 'unusual_flags' is reassigned a value before the old one has been used.
lamarc/src/lamarcmenus/lamarcheaderdialog.cpp:105:5: note: Variable 'unusual_flags' is reassigned a value before the old one has been used.
lamarc/src/lamarcmenus/lamarcmenu.h:33:5: style: Class 'LamarcMainMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:156:5: style: Class 'ChainTemperatureMenuItemGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:165:5: style: Class 'HeatingMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:182:5: style: Class 'HeatingMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:200:5: style: Class 'RearrangeMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:209:5: style: Class 'RearrangeMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:217:5: style: Class 'SearchMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:226:5: style: Class 'SearchMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:234:5: style: Class 'StrategyMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:243:5: style: Class 'StrategyMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:251:5: style: Class 'ResultMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:260:5: style: Class 'ResultMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:268:5: style: Class 'OverviewMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:277:5: style: Class 'OverviewMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:56:57: style: Function 'SetMenuItemTempInterval' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:36:41: note: Function 'SetMenuItemTempInterval' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:56:57: note: Function 'SetMenuItemTempInterval' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:73:55: style: Function 'SetMenuItemHapArranger' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:44:40: note: Function 'SetMenuItemHapArranger' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:73:55: note: Function 'SetMenuItemHapArranger' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:89:63: style: Function 'SetMenuItemProbHapArranger' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:52:44: note: Function 'SetMenuItemProbHapArranger' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:89:63: note: Function 'SetMenuItemProbHapArranger' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:105:59: style: Function 'SetMenuItemLocusArranger' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:76:42: note: Function 'SetMenuItemLocusArranger' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:105:59: note: Function 'SetMenuItemLocusArranger' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:122:59: style: Function 'SetMenuItemBayesArranger' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:60:42: note: Function 'SetMenuItemBayesArranger' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:122:59: note: Function 'SetMenuItemBayesArranger' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:139:59: style: Function 'SetMenuItemEpochArranger' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:68:42: note: Function 'SetMenuItemEpochArranger' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:139:59: note: Function 'SetMenuItemEpochArranger' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:156:59: style: Function 'SetMenuItemZilchArranger' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:84:42: note: Function 'SetMenuItemZilchArranger' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:156:59: note: Function 'SetMenuItemZilchArranger' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:173:63: style: Function 'SetMenuItemCurveFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:92:44: note: Function 'SetMenuItemCurveFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:173:63: note: Function 'SetMenuItemCurveFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:190:59: style: Function 'SetMenuItemMapFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:100:42: note: Function 'SetMenuItemMapFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:190:59: note: Function 'SetMenuItemMapFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:209:55: style: Function 'SetMenuItemReclocFiles' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:108:40: note: Function 'SetMenuItemReclocFiles' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:209:55: note: Function 'SetMenuItemReclocFiles' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:226:65: style: Function 'SetMenuItemReclocFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:116:45: note: Function 'SetMenuItemReclocFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:226:65: note: Function 'SetMenuItemReclocFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:243:63: style: Function 'SetMenuItemTraceFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:124:44: note: Function 'SetMenuItemTraceFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:243:63: note: Function 'SetMenuItemTraceFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:260:73: style: Function 'SetMenuItemNewickTreeFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:132:49: note: Function 'SetMenuItemNewickTreeFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:260:73: note: Function 'SetMenuItemNewickTreeFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:277:57: style: Function 'ToggleMenuItemTempAdapt' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:140:41: note: Function 'ToggleMenuItemTempAdapt' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:277:57: note: Function 'ToggleMenuItemTempAdapt' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:296:65: style: Function 'ToggleMenuItemUseCurveFiles' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:148:45: note: Function 'ToggleMenuItemUseCurveFiles' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:296:65: note: Function 'ToggleMenuItemUseCurveFiles' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:369:47: style: Function 'HeatingSubMenuItem' argument 1 names different: declaration 'myKey' definition 'mykey'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:172:36: note: Function 'HeatingSubMenuItem' argument 1 names different: declaration 'myKey' definition 'mykey'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:369:47: note: Function 'HeatingSubMenuItem' argument 1 names different: declaration 'myKey' definition 'mykey'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:394:43: style: Function 'PriorSubMenuItem' argument 1 names different: declaration 'myKey' definition 'mykey'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:192:34: note: Function 'PriorSubMenuItem' argument 1 names different: declaration 'myKey' definition 'mykey'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:394:43: note: Function 'PriorSubMenuItem' argument 1 names different: declaration 'myKey' definition 'mykey'.
lamarc/src/lamarcmenus/outfilemenus.h:34:5: style: Class 'OutfileMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/outfilemenus.h:43:5: style: Class 'OutfileMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/treesummenus.h:52:5: style: Class 'TreeSumInMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/treesummenus.h:59:5: style: Class 'TreeSumOutMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/treesummenus.h:68:5: style: Class 'TreeSumInMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/treesummenus.h:78:5: style: Class 'TreeSumOutMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:56:57: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:73:55: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:89:63: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:105:59: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:122:59: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:139:59: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:156:59: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:173:63: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:190:59: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:209:55: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:226:65: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:243:63: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:260:73: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:277:57: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:296:65: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:369:47: performance: Function parameter 'mykey' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:394:43: performance: Function parameter 'mykey' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/nomenufilereaddialog.h:38:5: style: Class 'NoMenuFileReadDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/outfilemenus.cpp:45:73: style: Function 'OutfileSubMenuItem' argument 2 names different: declaration 'myUI' definition 'myui'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/outfilemenus.h:52:56: note: Function 'OutfileSubMenuItem' argument 2 names different: declaration 'myUI' definition 'myui'.
lamarc/src/lamarcmenus/outfilemenus.cpp:45:73: note: Function 'OutfileSubMenuItem' argument 2 names different: declaration 'myUI' definition 'myui'.
lamarc/src/lamarcmenus/outfilemenus.cpp:45:52: performance: Function parameter 'myKey' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/overviewmenus.cpp:590:50: style: Function 'DataOverviewMenu' argument 1 names different: declaration 'ui' definition 'myui'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/overviewmenus.h:198:36: note: Function 'DataOverviewMenu' argument 1 names different: declaration 'ui' definition 'myui'.
lamarc/src/lamarcmenus/overviewmenus.cpp:590:50: note: Function 'DataOverviewMenu' argument 1 names different: declaration 'ui' definition 'myui'.
lamarc/src/lamarcmenus/overviewmenus.cpp:528:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/overviewmenus.cpp:559:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/overviewmenus.cpp:573:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/overviewmenus.cpp:717:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/popsizemenu.cpp:31:58: style: Function 'EffectivePopSizeMenu' argument 1 names different: declaration 'ui' definition 'myui'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/popsizemenu.h:37:39: note: Function 'EffectivePopSizeMenu' argument 1 names different: declaration 'ui' definition 'myui'.
lamarc/src/lamarcmenus/popsizemenu.cpp:31:58: note: Function 'EffectivePopSizeMenu' argument 1 names different: declaration 'ui' definition 'myui'.
lamarc/src/lamarcmenus/popsizemenu.cpp:57:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/priormenus.cpp:40:36: style: Function 'PriorMenu' argument 1 names different: declaration 'ui' definition 'myui'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/priormenus.h:39:28: note: Function 'PriorMenu' argument 1 names different: declaration 'ui' definition 'myui'.
lamarc/src/lamarcmenus/priormenus.cpp:40:36: note: Function 'PriorMenu' argument 1 names different: declaration 'ui' definition 'myui'.
lamarc/src/lamarcmenus/priormenus.cpp:126:62: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/profilemenus.cpp:123:66: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/traitmodelmenu.cpp:223:66: style: Function 'GetHandler' argument 1 names different: declaration 'key' definition 'input'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/traitmodelmenu.h:119:56: note: Function 'GetHandler' argument 1 names different: declaration 'key' definition 'input'.
lamarc/src/lamarcmenus/traitmodelmenu.cpp:223:66: note: Function 'GetHandler' argument 1 names different: declaration 'key' definition 'input'.
lamarc/src/lamarcmenus/traitmodelmenu.cpp:261:71: style: Function 'GetHandler' argument 1 names different: declaration 'key' definition 'input'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/traitmodelmenu.h:136:56: note: Function 'GetHandler' argument 1 names different: declaration 'key' definition 'input'.
lamarc/src/lamarcmenus/traitmodelmenu.cpp:261:71: note: Function 'GetHandler' argument 1 names different: declaration 'key' definition 'input'.
lamarc/src/menu/dialognoinput.cpp:81:70: style: Function 'DialogChideInconsistencies' argument 1 names different: declaration 'inconsistencies' definition 'myInconsistencies'. [funcArgNamesDifferent]
lamarc/src/menu/dialognoinput.h:59:46: note: Function 'DialogChideInconsistencies' argument 1 names different: declaration 'inconsistencies' definition 'myInconsistencies'.
lamarc/src/menu/dialognoinput.cpp:81:70: note: Function 'DialogChideInconsistencies' argument 1 names different: declaration 'inconsistencies' definition 'myInconsistencies'.
lamarc/src/menu/dialognoinput.h:59:5: style: Class 'DialogChideInconsistencies' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/dialognoinput.h:42:30: style: The function 'InvokeMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuinteraction.h:35:30: note: Virtual function in base class
lamarc/src/menu/dialognoinput.h:42:30: note: Function in derived class
lamarc/src/menu/dialognoinput.h:50:30: style: The function 'InvokeMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialognoinput.h:42:30: note: Virtual function in base class
lamarc/src/menu/dialognoinput.h:50:30: note: Function in derived class
lamarc/src/menu/dialognoinput.h:57:25: style: The function 'outputString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialognoinput.h:37:25: note: Virtual function in base class
lamarc/src/menu/dialognoinput.h:57:25: note: Function in derived class
lamarc/src/menu/display.h:73:30: style: The function 'DisplayNewMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:45:30: note: Virtual function in base class
lamarc/src/menu/display.h:73:30: note: Function in derived class
lamarc/src/menu/display.h:74:30: style: The function 'DisplayRaw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:46:30: note: Virtual function in base class
lamarc/src/menu/display.h:74:30: note: Function in derived class
lamarc/src/menu/display.h:76:18: style: The function 'ShowMenuDisplayGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:48:18: note: Virtual function in base class
lamarc/src/menu/display.h:76:18: note: Function in derived class
lamarc/src/menu/display.h:77:18: style: The function 'ShowMenuDisplay2dGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:49:18: note: Virtual function in base class
lamarc/src/menu/display.h:77:18: note: Function in derived class
lamarc/src/menu/display.h:78:18: style: The function 'ShowMenuDisplayLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:50:18: note: Virtual function in base class
lamarc/src/menu/display.h:78:18: note: Function in derived class
lamarc/src/menu/display.h:79:18: style: The function 'ShowMenuDisplayTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:51:18: note: Virtual function in base class
lamarc/src/menu/display.h:79:18: note: Function in derived class
lamarc/src/menu/display.h:81:18: style: The function 'DisplayDialogOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:53:18: note: Virtual function in base class
lamarc/src/menu/display.h:81:18: note: Function in derived class
lamarc/src/menu/display.h:82:25: style: The function 'GetUserInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:54:25: note: Virtual function in base class
lamarc/src/menu/display.h:82:25: note: Function in derived class
lamarc/src/menu/display.h:92:30: style: The function 'DisplayNewMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:45:30: note: Virtual function in base class
lamarc/src/menu/display.h:92:30: note: Function in derived class
lamarc/src/menu/display.h:93:30: style: The function 'DisplayRaw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:46:30: note: Virtual function in base class
lamarc/src/menu/display.h:93:30: note: Function in derived class
lamarc/src/menu/display.h:95:18: style: The function 'ShowMenuDisplayGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:48:18: note: Virtual function in base class
lamarc/src/menu/display.h:95:18: note: Function in derived class
lamarc/src/menu/display.h:96:18: style: The function 'ShowMenuDisplay2dGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:49:18: note: Virtual function in base class
lamarc/src/menu/display.h:96:18: note: Function in derived class
lamarc/src/menu/display.h:97:18: style: The function 'ShowMenuDisplayLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:50:18: note: Virtual function in base class
lamarc/src/menu/display.h:97:18: note: Function in derived class
lamarc/src/menu/display.h:98:18: style: The function 'ShowMenuDisplayTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:51:18: note: Virtual function in base class
lamarc/src/menu/display.h:98:18: note: Function in derived class
lamarc/src/menu/display.h:100:18: style: The function 'DisplayDialogOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:53:18: note: Virtual function in base class
lamarc/src/menu/display.h:100:18: note: Function in derived class
lamarc/src/menu/display.h:101:25: style: The function 'GetUserInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:54:25: note: Virtual function in base class
lamarc/src/menu/display.h:101:25: note: Function in derived class
lamarc/src/menu/dialogrepeat.h:45:30: style: The function 'InvokeMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuinteraction.h:35:30: note: Virtual function in base class
lamarc/src/menu/dialogrepeat.h:45:30: note: Function in derived class
lamarc/src/menu/display.cpp:136:59: style: Function 'ChideOnInconsistencies' argument 1 names different: declaration 'inconsistencies' definition 'inconsistents'. [funcArgNamesDifferent]
lamarc/src/menu/display.h:68:45: note: Function 'ChideOnInconsistencies' argument 1 names different: declaration 'inconsistencies' definition 'inconsistents'.
lamarc/src/menu/display.cpp:136:59: note: Function 'ChideOnInconsistencies' argument 1 names different: declaration 'inconsistencies' definition 'inconsistents'.
lamarc/src/menu/display.cpp:59:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.cpp:63:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.cpp:78:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.cpp:145:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.cpp:156:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.cpp:172:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.cpp:196:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.cpp:206:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.cpp:276:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.cpp:316:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.cpp:335:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.cpp:346:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.cpp:362:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.h:61:10: performance: Technically the member function 'ScrollingDisplay::Prompt' can be static. [functionStatic]
lamarc/src/menu/display.cpp:380:24: note: Technically the member function 'ScrollingDisplay::Prompt' can be static.
lamarc/src/menu/display.h:61:10: note: Technically the member function 'ScrollingDisplay::Prompt' can be static.
lamarc/src/menu/display.h:63:10: performance: Technically the member function 'ScrollingDisplay::DisplayOneLine' can be static. [functionStatic]
lamarc/src/menu/display.cpp:394:24: note: Technically the member function 'ScrollingDisplay::DisplayOneLine' can be static.
lamarc/src/menu/display.h:63:10: note: Technically the member function 'ScrollingDisplay::DisplayOneLine' can be static.
lamarc/src/menu/display.h:66:30: performance: Technically the member function 'ScrollingDisplay::BreakAtCarriageReturns' can be static. [functionStatic]
lamarc/src/menu/display.cpp:236:34: note: Technically the member function 'ScrollingDisplay::BreakAtCarriageReturns' can be static.
lamarc/src/menu/display.h:66:30: note: Technically the member function 'ScrollingDisplay::BreakAtCarriageReturns' can be static.
lamarc/src/menu/menuitem.h:150:5: style: Class 'DisplayOnlyGroupWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/menuitem.h:167:5: style: Class 'KeyedMenuItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/menuitem.h:95:10: style: The function 'DisplayItemOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:51:18: note: Virtual function in base class
lamarc/src/menu/menuitem.h:95:10: note: Function in derived class
lamarc/src/menu/menuitem.h:98:18: style: The function 'HasMultiLineItems' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:73:18: note: Virtual function in base class
lamarc/src/menu/menuitem.h:98:18: note: Function in derived class
lamarc/src/menu/menuitem.h:121:10: style: The function 'DisplayItemOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:51:18: note: Virtual function in base class
lamarc/src/menu/menuitem.h:121:10: note: Function in derived class
lamarc/src/menu/menuitem.h:126:18: style: The function 'HasMultiLineItems' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:73:18: note: Virtual function in base class
lamarc/src/menu/menuitem.h:126:18: note: Function in derived class
lamarc/src/menu/menuitem.h:142:10: style: The function 'DisplayItemOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:51:18: note: Virtual function in base class
lamarc/src/menu/menuitem.h:142:10: note: Function in derived class
lamarc/src/menu/menuitem.h:153:31: style: The function 'GetVisibleIds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:111:31: note: Virtual function in base class
lamarc/src/menu/menuitem.h:153:31: note: Function in derived class
lamarc/src/menu/menuitem.h:154:31: style: The function 'GetInconsistentIds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:112:31: note: Virtual function in base class
lamarc/src/menu/menuitem.h:154:31: note: Function in derived class
lamarc/src/menu/menuitem.h:155:25: style: The function 'GetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:114:25: note: Virtual function in base class
lamarc/src/menu/menuitem.h:155:25: note: Function in derived class
lamarc/src/menu/menuitem.h:156:25: style: The function 'GetText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:116:25: note: Virtual function in base class
lamarc/src/menu/menuitem.h:156:25: note: Function in derived class
lamarc/src/menu/menuitem.h:157:25: style: The function 'GetVariableText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:118:25: note: Virtual function in base class
lamarc/src/menu/menuitem.h:157:25: note: Function in derived class
lamarc/src/menu/menuitem.h:159:18: style: The function 'Handles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:71:18: note: Virtual function in base class
lamarc/src/menu/menuitem.h:159:18: note: Function in derived class
lamarc/src/menu/menuitem.h:169:25: style: The function 'GetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:85:25: note: Virtual function in base class
lamarc/src/menu/menuitem.h:169:25: note: Function in derived class
lamarc/src/menu/menuitem.h:170:18: style: The function 'Handles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:71:18: note: Virtual function in base class
lamarc/src/menu/menuitem.h:170:18: note: Function in derived class
lamarc/src/menu/newmenu.h:54:30: style: The function 'InvokeMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuinteraction.h:35:30: note: Virtual function in base class
lamarc/src/menu/newmenu.h:54:30: note: Function in derived class
lamarc/src/menu/twodtable.h:48:18: style: The function 'IsVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:138:18: note: Virtual function in base class
lamarc/src/menu/twodtable.h:48:18: note: Function in derived class
lamarc/src/menu/twodtable.h:49:17: style: The function 'CreateDisplayString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:139:25: note: Virtual function in base class
lamarc/src/menu/twodtable.h:49:17: note: Function in derived class
lamarc/src/menu/newmenu.h:49:51: performance: Function parameter 'myTitle' should be passed by const reference. [passedByValue]
lamarc/src/menu/newmenu.h:50:51: performance: Function parameter 'myTitle' should be passed by const reference. [passedByValue]
lamarc/src/menu/newmenu.h:50:78: performance: Function parameter 'myInfo' should be passed by const reference. [passedByValue]
lamarc/src/menu/display.cpp:307:28: performance: Function parameter 'storedMenuText' should be passed by const reference. [passedByValue]
lamarc/src/menu/display.cpp:307:51: performance: Function parameter 'generatedMenuText' should be passed by const reference. [passedByValue]
lamarc/src/menu/display.cpp:394:46: performance: Function parameter 'output' should be passed by const reference. [passedByValue]
lamarc/src/menu/matrixitem.cpp:61:45: style: Function 'GetKey' argument 1 names different: declaration 'id' definition 'globalId'. [funcArgNamesDifferent]
lamarc/src/menu/matrixitem.h:49:37: note: Function 'GetKey' argument 1 names different: declaration 'id' definition 'globalId'.
lamarc/src/menu/matrixitem.cpp:61:45: note: Function 'GetKey' argument 1 names different: declaration 'id' definition 'globalId'.
lamarc/src/menu/setmenuitem.h:59:5: warning: Member variable 'SetDialog::haveError' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/menu/newmenuitems.h:44:48: performance: Variable 'displayString' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lamarc/src/menu/newmenuitems.h:44:5: style: Class 'OutputOnlyMenuItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/newmenuitems.h:91:5: style: Class 'FileDumpMenuItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/newmenuitems.h:112:5: style: Class 'FileDumpHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/newmenuitems.h:119:5: style: Class 'UndoMenuItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/newmenuitems.h:133:5: style: Class 'UndoHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/newmenuitems.h:141:5: style: Class 'RedoMenuItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/newmenuitems.h:155:5: style: Class 'RedoHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/newmenuitems.h:165:5: style: Class 'BottomLineMenuItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/newmenuitems.h:182:5: style: Class 'BottomLineMenuItemAtTop' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/newmenuitems.h:201:5: style: Class 'RunHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/setmenuitem.h:62:18: style: The function 'maxTries' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:34:18: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:62:18: note: Function in derived class
lamarc/src/menu/setmenuitem.h:64:25: style: The function 'beforeLoopOutputString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:35:25: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:64:25: note: Function in derived class
lamarc/src/menu/setmenuitem.h:66:25: style: The function 'inLoopOutputString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:36:25: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:66:25: note: Function in derived class
lamarc/src/menu/setmenuitem.h:67:25: style: The function 'inLoopFailureOutputString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:37:25: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:67:25: note: Function in derived class
lamarc/src/menu/setmenuitem.h:79:25: style: The function 'afterLoopSuccessOutputString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:38:25: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:79:25: note: Function in derived class
lamarc/src/menu/setmenuitem.h:81:25: style: The function 'afterLoopFailureOutputString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:39:25: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:81:25: note: Function in derived class
lamarc/src/menu/setmenuitem.h:84:18: style: The function 'handleInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:40:18: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:84:18: note: Function in derived class
lamarc/src/menu/setmenuitem.h:98:18: style: The function 'doFailure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:41:18: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:98:18: note: Function in derived class
lamarc/src/menu/setmenuitem.h:119:25: style: The function 'GetText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:87:25: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:119:25: note: Function in derived class
lamarc/src/menu/setmenuitem.h:120:25: style: The function 'GetVariableText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:89:25: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:120:25: note: Function in derived class
lamarc/src/menu/setmenuitem.h:121:33: style: The function 'GetHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:72:33: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:121:33: note: Function in derived class
lamarc/src/menu/setmenuitem.h:122:18: style: The function 'IsVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:90:18: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:122:18: note: Function in derived class
lamarc/src/menu/setmenuitem.h:123:18: style: The function 'IsConsistent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:92:18: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:123:18: note: Function in derived class
lamarc/src/menu/setmenuitem.h:131:18: style: The function 'GetId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/setmenuitem.h:113:18: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:131:18: note: Function in derived class
lamarc/src/menu/setmenuitem.h:143:18: style: The function 'GetId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/setmenuitem.h:113:18: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:143:18: note: Function in derived class
lamarc/src/menu/setmenuitem.h:161:30: style: The function 'InvokeMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuinteraction.h:35:30: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:161:30: note: Function in derived class
lamarc/src/menu/setmenuitem.h:173:33: style: The function 'GetHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/setmenuitem.h:121:33: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:173:33: note: Function in derived class
lamarc/src/menu/setmenuitem.h:183:33: style: The function 'GetHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/setmenuitem.h:121:33: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:183:33: note: Function in derived class
lamarc/src/menu/setmenuitem.h:198:25: style: The function 'GetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:114:25: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:198:25: note: Function in derived class
lamarc/src/menu/setmenuitem.h:199:25: style: The function 'GetText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:116:25: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:199:25: note: Function in derived class
lamarc/src/menu/setmenuitem.h:200:25: style: The function 'GetVariableText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:118:25: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:200:25: note: Function in derived class
lamarc/src/menu/setmenuitem.h:201:18: style: The function 'Handles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:71:18: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:201:18: note: Function in derived class
lamarc/src/menu/setmenuitem.h:202:33: style: The function 'GetHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:72:33: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:202:33: note: Function in derived class
lamarc/src/menu/setmenuitem.h:210:33: style: The function 'MakeOneHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/setmenuitem.h:194:33: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:210:33: note: Function in derived class
lamarc/src/menu/setmenuitem.h:221:33: style: The function 'MakeOneHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/setmenuitem.h:194:33: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:221:33: note: Function in derived class
lamarc/src/menu/matrixitem.h:49:25: style: The function 'GetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/setmenuitem.h:198:25: note: Virtual function in base class
lamarc/src/menu/matrixitem.h:49:25: note: Function in derived class
lamarc/src/menu/matrixitem.h:73:33: style: The function 'MakeOneHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/setmenuitem.h:194:33: note: Virtual function in base class
lamarc/src/menu/matrixitem.h:73:33: note: Function in derived class
lamarc/src/menu/newmenuitems.h:46:18: style: The function 'Handles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:71:18: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:46:18: note: Function in derived class
lamarc/src/menu/newmenuitems.h:47:33: style: The function 'GetHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:72:33: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:47:33: note: Function in derived class
lamarc/src/menu/newmenuitems.h:48:25: style: The function 'GetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:85:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:48:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:49:25: style: The function 'GetText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:87:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:49:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:50:25: style: The function 'GetVariableText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:89:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:50:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:51:18: style: The function 'IsVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:90:18: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:51:18: note: Function in derived class
lamarc/src/menu/newmenuitems.h:80:25: style: The function 'GetVariableText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:89:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:80:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:94:33: style: The function 'GetHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:72:33: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:94:33: note: Function in derived class
lamarc/src/menu/newmenuitems.h:95:25: style: The function 'GetText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:87:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:95:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:103:10: style: The function 'maxTries' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:34:18: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:103:10: note: Function in derived class
lamarc/src/menu/newmenuitems.h:104:17: style: The function 'beforeLoopOutputString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:35:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:104:17: note: Function in derived class
lamarc/src/menu/newmenuitems.h:105:17: style: The function 'inLoopOutputString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:36:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:105:17: note: Function in derived class
lamarc/src/menu/newmenuitems.h:106:17: style: The function 'inLoopFailureOutputString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:37:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:106:17: note: Function in derived class
lamarc/src/menu/newmenuitems.h:107:17: style: The function 'afterLoopSuccessOutputString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:38:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:107:17: note: Function in derived class
lamarc/src/menu/newmenuitems.h:108:17: style: The function 'afterLoopFailureOutputString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:39:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:108:17: note: Function in derived class
lamarc/src/menu/newmenuitems.h:109:17: style: The function 'handleInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:40:18: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:109:17: note: Function in derived class
lamarc/src/menu/newmenuitems.h:110:17: style: The function 'doFailure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:41:18: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:110:17: note: Function in derived class
lamarc/src/menu/newmenuitems.h:122:25: style: The function 'GetText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:87:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:122:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:123:18: style: The function 'IsVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:90:18: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:123:18: note: Function in derived class
lamarc/src/menu/newmenuitems.h:124:33: style: The function 'GetHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:72:33: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:124:33: note: Function in derived class
lamarc/src/menu/newmenuitems.h:135:30: style: The function 'InvokeMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuinteraction.h:35:30: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:135:30: note: Function in derived class
lamarc/src/menu/newmenuitems.h:144:25: style: The function 'GetText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:87:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:144:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:145:18: style: The function 'IsVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:90:18: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:145:18: note: Function in derived class
lamarc/src/menu/newmenuitems.h:146:33: style: The function 'GetHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:72:33: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:146:33: note: Function in derived class
lamarc/src/menu/newmenuitems.h:157:30: style: The function 'InvokeMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuinteraction.h:35:30: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:157:30: note: Function in derived class
lamarc/src/menu/newmenuitems.h:167:25: style: The function 'GetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:85:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:167:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:173:25: style: The function 'GetText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:87:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:173:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:174:18: style: The function 'Handles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:71:18: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:174:18: note: Function in derived class
lamarc/src/menu/newmenuitems.h:175:25: style: The function 'GetVariableText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:89:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:175:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:176:33: style: The function 'GetHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:72:33: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:176:33: note: Function in derived class
lamarc/src/menu/newmenuitems.h:184:25: style: The function 'GetText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/newmenuitems.h:173:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:184:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:192:30: style: The function 'InvokeMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuinteraction.h:35:30: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:192:30: note: Function in derived class
lamarc/src/menu/newmenuitems.h:199:25: style: The function 'outputString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialognoinput.h:37:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:199:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:203:30: style: The function 'InvokeMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialognoinput.h:50:30: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:203:30: note: Function in derived class
lamarc/src/menu/newmenuitems.h:211:30: style: The function 'InvokeMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuinteraction.h:35:30: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:211:30: note: Function in derived class
lamarc/src/menu/newmenuitems.h:220:30: style: The function 'InvokeMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuinteraction.h:35:30: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:220:30: note: Function in derived class
lamarc/src/menu/newmenuitems.h:233:25: style: The function 'GetText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:87:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:233:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:234:25: style: The function 'GetVariableText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:89:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:234:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:235:33: style: The function 'GetHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:72:33: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:235:33: note: Function in derived class
lamarc/src/menu/setmenuitem.h:59:47: performance: Function parameter 'myMenuKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/setmenuitem.h:158:54: performance: Function parameter 'myMenuKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/setmenuitem.h:170:36: performance: Function parameter 'myKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/setmenuitem.h:170:75: performance: Function parameter 'myMenuKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/setmenuitem.h:180:34: performance: Function parameter 'myKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/setmenuitem.h:180:73: performance: Function parameter 'myMenuKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/newmenuitems.h:44:36: performance: Function parameter 'toDisplay' should be passed by const reference. [passedByValue]
lamarc/src/menu/menuitem.cpp:42:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/newmenu.cpp:109:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/newmenu.cpp:129:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/newmenu.cpp:185:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/newmenu.cpp:204:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/newmenu.cpp:59:56: performance: Function parameter 'myTitle' should be passed by const reference. [passedByValue]
lamarc/src/menu/newmenu.cpp:65:56: performance: Function parameter 'myTitle' should be passed by const reference. [passedByValue]
lamarc/src/menu/newmenu.cpp:65:83: performance: Function parameter 'myInfo' should be passed by const reference. [passedByValue]
lamarc/src/menu/newmenuitems.cpp:113:42: style: Function 'handleInput' argument 1 names different: declaration 'inputString' definition 'input'. [funcArgNamesDifferent]
lamarc/src/menu/newmenuitems.h:109:41: note: Function 'handleInput' argument 1 names different: declaration 'inputString' definition 'input'.
lamarc/src/menu/newmenuitems.cpp:113:42: note: Function 'handleInput' argument 1 names different: declaration 'inputString' definition 'input'.
lamarc/src/menu/newmenuitems.cpp:41:50: performance: Function parameter 'myKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/newmenuitems.cpp:41:89: performance: Function parameter 'myMenuKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/newmenuitems.cpp:273:38: performance: Function parameter 'myKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/setmenuitem.cpp:150:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/setmenuitem.cpp:167:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/setmenuitem.cpp:41:17: warning: Assert statement calls a function which may have desired side effects: 'getMin'. [assertWithSideEffect]
lamarc/src/menu/setmenuitem.cpp:72:12: warning: Assert statement calls a function which may have desired side effects: 'Handles'. [assertWithSideEffect]
lamarc/src/menu/setmenuitem.cpp:51:38: performance: Function parameter 'myKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/setmenuitem.cpp:51:77: performance: Function parameter 'mk' should be passed by const reference. [passedByValue]
lamarc/src/menu/setmenuitem.cpp:88:46: performance: Function parameter 'myKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/setmenuitem.cpp:88:85: performance: Function parameter 'myMenuKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/setmenuitem.cpp:104:42: performance: Function parameter 'myKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/setmenuitem.cpp:104:81: performance: Function parameter 'myMenuKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/twodtable.cpp:60:53: style: Function 'CreateDisplayString' argument 1 names different: declaration 'myui' definition 'ui'. [funcArgNamesDifferent]
lamarc/src/menu/twodtable.h:43:51: note: Function 'CreateDisplayString' argument 1 names different: declaration 'myui' definition 'ui'.
lamarc/src/menu/twodtable.cpp:60:53: note: Function 'CreateDisplayString' argument 1 names different: declaration 'myui' definition 'ui'.
lamarc/src/postlike/plforces.h:63:5: warning: Member variable 'PLForces::m_pTreedata' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/plforces.h:125:5: warning: Member variable 'CoalescePL::m_whichlocalpart' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/plforces.h:125:5: warning: Member variable 'CoalescePL::m_whichpart' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/plforces.h:125:5: warning: Member variable 'CoalescePL::m_whichlocalxparts' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/plforces.h:125:5: warning: Member variable 'CoalescePL::m_whichxparts' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/plforces.h:125:5: warning: Member variable 'CoalescePL::m_localpartforces' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/plforces.h:168:5: warning: Member variable 'CoalesceGrowPL::m_timesize' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/plforces.h:182:5: warning: Member variable 'CoalesceGrowPL::m_timesize' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/plforces.h:302:5: warning: Member variable 'DiseaseLogisticSelectionPL::m_s_is_here' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/plforces.h:312:5: warning: Member variable 'DiseaseLogisticSelectionPL::m_s_is_here' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/plforces.h:554:5: warning: Member variable 'CoalesceLogisticSelectionPL::m_s_is_here' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/maximizer.h:120:5: warning: Member variable 'Maximizer::m_lastnormg' is not initialized in the constructor. [uninitMemberVarPrivate]
lamarc/src/postlike/maximizer.h:120:5: warning: Member variable 'Maximizer::m_pPostLike' is not initialized in the constructor. [uninitMemberVarPrivate]
lamarc/src/postlike/maximizer.h:120:5: warning: Member variable 'Maximizer::m_nparam' is not initialized in the constructor. [uninitMemberVarPrivate]
lamarc/src/postlike/maximizer.h:120:5: warning: Member variable 'Maximizer::m_nloci' is not initialized in the constructor. [uninitMemberVarPrivate]
lamarc/src/postlike/maximizer.h:120:5: warning: Member variable 'Maximizer::m_nrep' is not initialized in the constructor. [uninitMemberVarPrivate]
lamarc/src/postlike/maximizer.h:120:5: warning: Member variable 'Maximizer::m_dataHasLinearParam' is not initialized in the constructor. [uninitMemberVarPrivate]
lamarc/src/postlike/maximizer.h:120:5: warning: Member variable 'Maximizer::m_dataHasGamma' is not initialized in the constructor. [uninitMemberVarPrivate]
lamarc/src/postlike/maximizer.h:120:5: warning: Member variable 'Maximizer::m_constraintsVectorHasSlotForAlpha' is not initialized in the constructor. [uninitMemberVarPrivate]
lamarc/src/postlike/maximizer.h:120:5: warning: Member variable 'Maximizer::m_maxAllowedValueForAlpha' is not initialized in the constructor. [uninitMemberVarPrivate]
lamarc/src/postlike/maximizer.h:120:5: warning: Member variable 'Maximizer::m_constrained' is not initialized in the constructor. [uninitMemberVarPrivate]
lamarc/src/postlike/analyzer.cpp:49:11: warning: Member variable 'Analyzer::m_postlikelihood' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/analyzer.cpp:49:11: warning: Member variable 'Analyzer::m_likelihood' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/plforces.h:354:9: performance: Variable 'm_msum' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lamarc/src/postlike/analyzer.cpp:53:5: performance: Variable 'm_newparams' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lamarc/src/postlike/plforces.h:91:10: style: Technically the member function 'PLForces::GetStart' can be const. [functionConst]
lamarc/src/postlike/likelihood.h:81:10: style: Technically the member function 'PostLike::FindForce' can be const. [functionConst]
lamarc/src/postlike/likelihood.h:115:10: style: Technically the member function 'PostLike::isLogisticSelection' can be const. [functionConst]
lamarc/src/postlike/likelihood.h:180:17: style: Technically the member function 'SinglePostLike::GetParam0' can be const. [functionConst]
lamarc/src/postlike/likelihood.h:229:17: style: Technically the member function 'ReplicatePostLike::GetGeyerWeights' can be const. [functionConst]
lamarc/src/postlike/plforces.h:132:5: style: Class 'CoalescePL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/plforces.h:182:5: style: Class 'CoalesceGrowPL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/plforces.h:230:5: style: Class 'GrowPL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/plforces.h:271:5: style: Class 'DiseasePL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/plforces.h:312:5: style: Class 'DiseaseLogisticSelectionPL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/plforces.h:352:5: style: Class 'MigratePL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/plforces.h:394:5: style: Class 'DivMigPL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/plforces.h:435:5: style: Class 'RecombinePL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/plforces.h:473:5: style: Class 'DivPL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/plforces.h:554:5: style: Class 'CoalesceLogisticSelectionPL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/plforces.h:609:5: style: Class 'LogisticSelectionPL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/plforces.h:643:5: style: Class 'StickSelectPL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/maximizer.h:89:5: style: Class 'Maximizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/plforces.h:43:1: warning: The class 'PLForces' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/postlike/plforces.h:102:1: warning: The class 'CoalescePL' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/postlike/plforces.h:160:1: warning: The class 'CoalesceGrowPL' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/postlike/plforces.h:211:1: warning: The class 'GrowPL' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/postlike/plforces.h:258:1: warning: The class 'DiseasePL' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/postlike/plforces.h:294:1: warning: The class 'DiseaseLogisticSelectionPL' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/postlike/plforces.h:339:1: warning: The class 'MigratePL' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/postlike/plforces.h:532:1: warning: The class 'CoalesceLogisticSelectionPL' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/postlike/plforces.h:592:1: warning: The class 'LogisticSelectionPL' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/postlike/plforces.h:134:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:73:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:134:23: note: Function in derived class
lamarc/src/postlike/plforces.h:141:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:141:12: note: Function in derived class
lamarc/src/postlike/plforces.h:144:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:144:12: note: Function in derived class
lamarc/src/postlike/plforces.h:148:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:148:12: note: Function in derived class
lamarc/src/postlike/plforces.h:152:12: style: The function 'DlnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:86:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:152:12: note: Function in derived class
lamarc/src/postlike/plforces.h:184:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:134:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:184:23: note: Function in derived class
lamarc/src/postlike/plforces.h:191:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:191:12: note: Function in derived class
lamarc/src/postlike/plforces.h:194:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:194:12: note: Function in derived class
lamarc/src/postlike/plforces.h:198:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:198:12: note: Function in derived class
lamarc/src/postlike/plforces.h:203:12: style: The function 'DlnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:86:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:203:12: note: Function in derived class
lamarc/src/postlike/plforces.h:235:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:73:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:235:23: note: Function in derived class
lamarc/src/postlike/plforces.h:243:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:243:12: note: Function in derived class
lamarc/src/postlike/plforces.h:246:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:246:12: note: Function in derived class
lamarc/src/postlike/plforces.h:249:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:249:12: note: Function in derived class
lamarc/src/postlike/plforces.h:252:12: style: The function 'DlnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:86:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:252:12: note: Function in derived class
lamarc/src/postlike/plforces.h:275:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:73:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:275:23: note: Function in derived class
lamarc/src/postlike/plforces.h:280:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:280:12: note: Function in derived class
lamarc/src/postlike/plforces.h:282:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:282:12: note: Function in derived class
lamarc/src/postlike/plforces.h:285:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:285:12: note: Function in derived class
lamarc/src/postlike/plforces.h:288:12: style: The function 'DlnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:86:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:288:12: note: Function in derived class
lamarc/src/postlike/plforces.h:316:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:275:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:316:23: note: Function in derived class
lamarc/src/postlike/plforces.h:326:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:326:12: note: Function in derived class
lamarc/src/postlike/plforces.h:328:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:328:12: note: Function in derived class
lamarc/src/postlike/plforces.h:331:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:331:12: note: Function in derived class
lamarc/src/postlike/plforces.h:359:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:73:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:359:23: note: Function in derived class
lamarc/src/postlike/plforces.h:364:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:364:12: note: Function in derived class
lamarc/src/postlike/plforces.h:367:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:367:12: note: Function in derived class
lamarc/src/postlike/plforces.h:371:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:371:12: note: Function in derived class
lamarc/src/postlike/plforces.h:375:12: style: The function 'DlnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:86:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:375:12: note: Function in derived class
lamarc/src/postlike/plforces.h:398:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:73:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:398:23: note: Function in derived class
lamarc/src/postlike/plforces.h:403:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:403:12: note: Function in derived class
lamarc/src/postlike/plforces.h:406:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:406:12: note: Function in derived class
lamarc/src/postlike/plforces.h:413:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:413:12: note: Function in derived class
lamarc/src/postlike/plforces.h:417:12: style: The function 'DlnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:86:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:417:12: note: Function in derived class
lamarc/src/postlike/plforces.h:439:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:73:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:439:23: note: Function in derived class
lamarc/src/postlike/plforces.h:444:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:444:12: note: Function in derived class
lamarc/src/postlike/plforces.h:447:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:447:12: note: Function in derived class
lamarc/src/postlike/plforces.h:451:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:451:12: note: Function in derived class
lamarc/src/postlike/plforces.h:455:12: style: The function 'DlnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:86:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:455:12: note: Function in derived class
lamarc/src/postlike/plforces.h:477:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:73:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:477:23: note: Function in derived class
lamarc/src/postlike/plforces.h:480:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:480:12: note: Function in derived class
lamarc/src/postlike/plforces.h:483:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:483:12: note: Function in derived class
lamarc/src/postlike/plforces.h:487:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:487:12: note: Function in derived class
lamarc/src/postlike/plforces.h:491:12: style: The function 'DlnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:86:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:491:12: note: Function in derived class
lamarc/src/postlike/plforces.h:509:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:73:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:509:23: note: Function in derived class
lamarc/src/postlike/plforces.h:514:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:514:12: note: Function in derived class
lamarc/src/postlike/plforces.h:517:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:517:12: note: Function in derived class
lamarc/src/postlike/plforces.h:521:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:521:12: note: Function in derived class
lamarc/src/postlike/plforces.h:525:12: style: The function 'DlnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:86:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:525:12: note: Function in derived class
lamarc/src/postlike/plforces.h:566:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:134:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:566:23: note: Function in derived class
lamarc/src/postlike/plforces.h:576:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:576:12: note: Function in derived class
lamarc/src/postlike/plforces.h:579:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:579:12: note: Function in derived class
lamarc/src/postlike/plforces.h:583:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:583:12: note: Function in derived class
lamarc/src/postlike/plforces.h:586:12: style: The function 'DlnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:86:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:586:12: note: Function in derived class
lamarc/src/postlike/plforces.h:614:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:73:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:614:23: note: Function in derived class
lamarc/src/postlike/plforces.h:619:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:619:12: note: Function in derived class
lamarc/src/postlike/plforces.h:622:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:622:12: note: Function in derived class
lamarc/src/postlike/plforces.h:626:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:626:12: note: Function in derived class
lamarc/src/postlike/plforces.h:629:12: style: The function 'DlnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:86:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:629:12: note: Function in derived class
lamarc/src/postlike/plforces.h:649:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:73:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:649:23: note: Function in derived class
lamarc/src/postlike/plforces.h:658:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:658:12: note: Function in derived class
lamarc/src/postlike/plforces.h:661:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:661:12: note: Function in derived class
lamarc/src/postlike/plforces.h:665:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:665:12: note: Function in derived class
lamarc/src/postlike/plforces.h:669:12: style: The function 'DlnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:86:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:669:12: note: Function in derived class
lamarc/src/postlike/likelihood.h:172:28: style: The function 'GetTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:99:28: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:172:28: note: Function in derived class
lamarc/src/postlike/likelihood.h:179:10: style: The function 'SetParam0' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:113:18: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:179:10: note: Function in derived class
lamarc/src/postlike/likelihood.h:182:10: style: The function 'Calculate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:120:18: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:182:10: note: Function in derived class
lamarc/src/postlike/likelihood.h:185:10: style: The function 'DCalculate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:132:18: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:185:10: note: Function in derived class
lamarc/src/postlike/likelihood.h:187:17: style: The function 'GetMeanParam0' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:112:25: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:187:17: note: Function in derived class
lamarc/src/postlike/likelihood.h:213:28: style: The function 'GetTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:99:28: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:213:28: note: Function in derived class
lamarc/src/postlike/likelihood.h:220:10: style: The function 'SetParam0' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:113:18: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:220:10: note: Function in derived class
lamarc/src/postlike/likelihood.h:223:10: style: The function 'Calculate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:120:18: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:223:10: note: Function in derived class
lamarc/src/postlike/likelihood.h:226:10: style: The function 'DCalculate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:132:18: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:226:10: note: Function in derived class
lamarc/src/postlike/likelihood.h:228:17: style: The function 'GetMeanParam0' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:112:25: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:228:17: note: Function in derived class
lamarc/src/postlike/likelihood.h:252:28: style: The function 'GetTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:99:28: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:252:28: note: Function in derived class
lamarc/src/postlike/likelihood.h:260:10: style: The function 'SetParam0' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:113:18: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:260:10: note: Function in derived class
lamarc/src/postlike/likelihood.h:263:10: style: The function 'Calculate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:120:18: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:263:10: note: Function in derived class
lamarc/src/postlike/likelihood.h:266:10: style: The function 'DCalculate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:132:18: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:266:10: note: Function in derived class
lamarc/src/postlike/likelihood.h:268:17: style: The function 'GetMeanParam0' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:112:25: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:268:17: note: Function in derived class
lamarc/src/postlike/likelihood.h:294:28: style: The function 'GetTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:252:28: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:294:28: note: Function in derived class
lamarc/src/postlike/likelihood.h:313:18: style: The function 'Setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:261:18: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:313:18: note: Function in derived class
lamarc/src/postlike/likelihood.h:315:10: style: The function 'Calculate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:120:18: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:315:10: note: Function in derived class
lamarc/src/postlike/likelihood.h:318:10: style: The function 'DCalculate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:132:18: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:318:10: note: Function in derived class
lamarc/src/postlike/derivatives.cpp:73:12: style: The scope of the variable 'DlnPoint' can be reduced. [variableScope]
lamarc/src/postlike/derivatives.cpp:73:27: style: The scope of the variable 'DlnWait' can be reduced. [variableScope]
lamarc/src/postlike/derivatives.cpp:73:41: style: The scope of the variable 'termG' can be reduced. [variableScope]
lamarc/src/postlike/likelihood.cpp:118:10: style: The scope of the variable 'growthsize' can be reduced. [variableScope]
lamarc/src/postlike/likelihood.cpp:122:10: style: The scope of the variable 'diseaseend' can be reduced. [variableScope]
lamarc/src/postlike/likelihood.cpp:376:10: style: The scope of the variable 'ncopies' can be reduced. [variableScope]
lamarc/src/postlike/likelihood.cpp:426:9: style: The scope of the variable 'current_lnPointProb' can be reduced. [variableScope]
lamarc/src/postlike/likelihood.cpp:426:35: style: The scope of the variable 'current_lnWaitProb' can be reduced. [variableScope]
lamarc/src/postlike/likelihood.cpp:1021:12: style: The scope of the variable 'totalNumTreesThisRegion' can be reduced. [variableScope]
lamarc/src/postlike/likelihood.cpp:1301:12: style: The scope of the variable 'totalNumTreesThisRegion' can be reduced. [variableScope]
lamarc/src/postlike/likelihood.cpp:76:40: style: Function 'PostLike' argument 1 names different: declaration 'thisforces' definition 'fs'. [funcArgNamesDifferent]
lamarc/src/postlike/likelihood.h:102:34: note: Function 'PostLike' argument 1 names different: declaration 'thisforces' definition 'fs'.
lamarc/src/postlike/likelihood.cpp:76:40: note: Function 'PostLike' argument 1 names different: declaration 'thisforces' definition 'fs'.
lamarc/src/postlike/likelihood.cpp:111:47: style: Function 'FillForces' argument 1 names different: declaration 'thisforces' definition 'fs'. [funcArgNamesDifferent]
lamarc/src/postlike/likelihood.h:151:41: note: Function 'FillForces' argument 1 names different: declaration 'thisforces' definition 'fs'.
lamarc/src/postlike/likelihood.cpp:111:47: note: Function 'FillForces' argument 1 names different: declaration 'thisforces' definition 'fs'.
lamarc/src/postlike/likelihood.cpp:422:104: style: Function 'Calc_lnProbGP' argument 3 names different: declaration 'treedata' definition 'pThisGenealogy'. [funcArgNamesDifferent]
lamarc/src/postlike/likelihood.h:129:45: note: Function 'Calc_lnProbGP' argument 3 names different: declaration 'treedata' definition 'pThisGenealogy'.
lamarc/src/postlike/likelihood.cpp:422:104: note: Function 'Calc_lnProbGP' argument 3 names different: declaration 'treedata' definition 'pThisGenealogy'.
lamarc/src/postlike/likelihood.cpp:447:104: style: Function 'Calc_lnProbGS' argument 3 names different: declaration 'treedata' definition 'pThisGenealogy'. [funcArgNamesDifferent]
lamarc/src/postlike/likelihood.h:140:45: note: Function 'Calc_lnProbGS' argument 3 names different: declaration 'treedata' definition 'pThisGenealogy'.
lamarc/src/postlike/likelihood.cpp:447:104: note: Function 'Calc_lnProbGS' argument 3 names different: declaration 'treedata' definition 'pThisGenealogy'.
lamarc/src/postlike/likelihood.cpp:548:44: style: Function 'Setup' argument 1 names different: declaration 'treedata' definition 'pTreeCollector'. [funcArgNamesDifferent]
lamarc/src/postlike/likelihood.h:181:40: note: Function 'Setup' argument 1 names different: declaration 'treedata' definition 'pTreeCollector'.
lamarc/src/postlike/likelihood.cpp:548:44: note: Function 'Setup' argument 1 names different: declaration 'treedata' definition 'pTreeCollector'.
lamarc/src/postlike/likelihood.cpp:1174:62: style: Function 'GammaRegionPostLike' argument 1 names different: declaration 'theseforces' definition 'thisforces'. [funcArgNamesDifferent]
lamarc/src/postlike/likelihood.h:305:45: note: Function 'GammaRegionPostLike' argument 1 names different: declaration 'theseforces' definition 'thisforces'.
lamarc/src/postlike/likelihood.cpp:1174:62: note: Function 'GammaRegionPostLike' argument 1 names different: declaration 'theseforces' definition 'thisforces'.
lamarc/src/postlike/likelihood.cpp:166:27: style: Variable 'growthsize' is assigned a value that is never used. [unreadVariable]
lamarc/src/postlike/likelihood.cpp:184:26: style: Variable 'diseaseend' is assigned a value that is never used. [unreadVariable]
lamarc/src/postlike/likelihood.cpp:309:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/likelihood.cpp:1209:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/likelihood.cpp:1213:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/likelihood.cpp:1216:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/likelihood.cpp:1235:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/likelihood.cpp:1239:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/likelihood.cpp:1242:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/likelihood.cpp:510:17: warning: Member variable 'SinglePostLike::m_data' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/likelihood.cpp:949:5: performance: Variable 'm_lparamscalars' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lamarc/src/postlike/likelihood.h:114:10: style: Technically the member function 'PostLike::isLinearParam' can be const. [functionConst]
lamarc/src/postlike/likelihood.cpp:99:16: note: Technically the member function 'PostLike::isLinearParam' can be const.
lamarc/src/postlike/likelihood.h:114:10: note: Technically the member function 'PostLike::isLinearParam' can be const.
lamarc/src/postlike/maximizer.cpp:1164:5: style: Variable 'orig_gradient_i' is reassigned a value before the old one has been used. [redundantAssignment]
lamarc/src/postlike/maximizer.cpp:1154:0: note: Variable 'orig_gradient_i' is reassigned a value before the old one has been used.
lamarc/src/postlike/maximizer.cpp:1164:5: note: Variable 'orig_gradient_i' is reassigned a value before the old one has been used.
lamarc/src/postlike/maximizer.cpp:714:26: style: The scope of the variable 'lambda' can be reduced. [variableScope]
lamarc/src/postlike/maximizer.cpp:1973:19: style: The scope of the variable 'k' can be reduced. [variableScope]
lamarc/src/postlike/maximizer.cpp:1975:10: style: The scope of the variable 'found_guide' can be reduced. [variableScope]
lamarc/src/postlike/maximizer.cpp:2052:19: style: The scope of the variable 'k' can be reduced. [variableScope]
lamarc/src/postlike/maximizer.cpp:2054:10: style: The scope of the variable 'found_guide' can be reduced. [variableScope]
lamarc/src/postlike/maximizer.cpp:481:43: style: Function 'Norm' argument 1 names different: declaration 'd' definition 'g'. [funcArgNamesDifferent]
lamarc/src/postlike/maximizer.h:162:36: note: Function 'Norm' argument 1 names different: declaration 'd' definition 'g'.
lamarc/src/postlike/maximizer.cpp:481:43: note: Function 'Norm' argument 1 names different: declaration 'd' definition 'g'.
lamarc/src/postlike/maximizer.cpp:523:47: style: Function 'AdjustExtremeLinearParam' argument 1 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
lamarc/src/postlike/maximizer.h:197:40: note: Function 'AdjustExtremeLinearParam' argument 1 names different: declaration 'i' definition 'index'.
lamarc/src/postlike/maximizer.cpp:523:47: note: Function 'AdjustExtremeLinearParam' argument 1 names different: declaration 'i' definition 'index'.
lamarc/src/postlike/maximizer.cpp:541:44: style: Function 'AdjustExtremeLogParam' argument 1 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
lamarc/src/postlike/maximizer.h:198:37: note: Function 'AdjustExtremeLogParam' argument 1 names different: declaration 'i' definition 'index'.
lamarc/src/postlike/maximizer.cpp:541:44: note: Function 'AdjustExtremeLogParam' argument 1 names different: declaration 'i' definition 'index'.
lamarc/src/postlike/maximizer.cpp:1935:46: style: Function 'GradientGuideSetup' argument 2 names different: declaration 'pPL' definition 'pThisPostLike'. [funcArgNamesDifferent]
lamarc/src/postlike/maximizer.h:112:73: note: Function 'GradientGuideSetup' argument 2 names different: declaration 'pPL' definition 'pThisPostLike'.
lamarc/src/postlike/maximizer.cpp:1935:46: note: Function 'GradientGuideSetup' argument 2 names different: declaration 'pPL' definition 'pThisPostLike'.
lamarc/src/postlike/maximizer.cpp:393:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:405:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:421:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:436:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:448:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:464:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:505:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:595:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:1012:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:1057:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:1073:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:1076:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:1197:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:1393:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:1780:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:1911:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:1918:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:1993:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:2067:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:77:12: warning: Member variable 'Maximizer::m_nloci' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/maximizer.cpp:77:12: warning: Member variable 'Maximizer::m_nrep' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/maximizer.h:99:12: style: Technically the member function 'Maximizer::GetLastNorm' can be const. [functionConst]
lamarc/src/postlike/maximizer.cpp:489:19: note: Technically the member function 'Maximizer::GetLastNorm' can be const.
lamarc/src/postlike/maximizer.h:99:12: note: Technically the member function 'Maximizer::GetLastNorm' can be const.
lamarc/src/postlike/maximizer.h:112:10: performance: Technically the member function 'Maximizer::GradientGuideSetup' can be static. [functionStatic]
lamarc/src/postlike/maximizer.cpp:1934:17: note: Technically the member function 'Maximizer::GradientGuideSetup' can be static.
lamarc/src/postlike/maximizer.h:112:10: note: Technically the member function 'Maximizer::GradientGuideSetup' can be static.
lamarc/src/postlike/maximizer.h:162:12: performance: Technically the member function 'Maximizer::Norm' can be static. [functionStatic]
lamarc/src/postlike/maximizer.cpp:481:19: note: Technically the member function 'Maximizer::Norm' can be static.
lamarc/src/postlike/maximizer.h:162:12: note: Technically the member function 'Maximizer::Norm' can be static.
lamarc/src/postlike/maximizer.h:196:10: performance: Technically the member function 'Maximizer::ExplainParamChange' can be static. [functionStatic]
lamarc/src/postlike/maximizer.cpp:512:17: note: Technically the member function 'Maximizer::ExplainParamChange' can be static.
lamarc/src/postlike/maximizer.h:196:10: note: Technically the member function 'Maximizer::ExplainParamChange' can be static.
lamarc/src/postlike/plforces.cpp:198:12: style: The scope of the variable 't_e' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:198:27: style: The scope of the variable 'dt' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:199:12: style: The scope of the variable 'term_A' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:199:25: style: The scope of the variable 'term_a' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:301:12: style: The scope of the variable 't_e' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:640:12: style: The scope of the variable 'growth' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:640:20: style: The scope of the variable 'theta' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:812:12: style: The scope of the variable 'k' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:812:15: style: The scope of the variable 'te' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:957:12: style: The scope of the variable 'coeff_s' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:957:21: style: The scope of the variable 'coeff_e' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:957:30: style: The scope of the variable 'arg1_s' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:957:38: style: The scope of the variable 'arg1_e' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1102:12: style: The scope of the variable 'k' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1102:15: style: The scope of the variable 'te' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1214:12: style: The scope of the variable 'gte' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1214:17: style: The scope of the variable 'gts' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1214:22: style: The scope of the variable 'arg1_s' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1214:30: style: The scope of the variable 'arg1_e' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1214:38: style: The scope of the variable 'coeff_s' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1214:47: style: The scope of the variable 'coeff_e' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1215:10: style: The scope of the variable 'k' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1341:12: style: The scope of the variable 'k' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1341:15: style: The scope of the variable 'te' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1535:12: style: The scope of the variable 't_e' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1535:27: style: The scope of the variable 'dt' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1536:12: style: The scope of the variable 'term_A' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1536:25: style: The scope of the variable 'term_a' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1657:25: style: The scope of the variable 't_e' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1657:63: style: The scope of the variable 'dt' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1657:67: style: The scope of the variable 'term' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1801:12: style: The scope of the variable 'term_A' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1801:25: style: The scope of the variable 'term_a' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1802:21: style: The scope of the variable 't_e' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1802:25: style: The scope of the variable 'dt' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1957:12: style: The scope of the variable 't_e' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:2243:22: style: The scope of the variable 't_e' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:2244:9: style: The scope of the variable 'dtau_A__ds' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:2244:26: style: The scope of the variable 'dtau_a__ds' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:2302:21: style: The scope of the variable 'te' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:2303:29: style: The scope of the variable 'te_squared' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:2352:25: style: The scope of the variable 'term_a' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:203:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/plforces.cpp:304:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/plforces.cpp:1538:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/plforces.cpp:1660:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/plforces.cpp:1808:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/plforces.cpp:1962:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/plforces.cpp:2248:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/plforces.cpp:2317:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/plforces.h:172:12: performance: Technically the member function 'CoalesceGrowPL::lnWaitForTinyGrowth' can be static. [functionStatic]
lamarc/src/postlike/plforces.cpp:805:24: note: Technically the member function 'CoalesceGrowPL::lnWaitForTinyGrowth' can be static.
lamarc/src/postlike/plforces.h:172:12: note: Technically the member function 'CoalesceGrowPL::lnWaitForTinyGrowth' can be static.
lamarc/src/postlike/plforces.h:684:12: performance: Technically the member function 'StickSelectPL::StickMean' can be static. [functionStatic]
lamarc/src/postlike/plforces.cpp:2538:23: note: Technically the member function 'StickSelectPL::StickMean' can be static.
lamarc/src/postlike/plforces.h:684:12: note: Technically the member function 'StickSelectPL::StickMean' can be static.
lamarc/src/postlike/plforces.h:685:12: performance: Technically the member function 'StickSelectPL::StickVar' can be static. [functionStatic]
lamarc/src/postlike/plforces.cpp:2545:23: note: Technically the member function 'StickSelectPL::StickVar' can be static.
lamarc/src/postlike/plforces.h:685:12: note: Technically the member function 'StickSelectPL::StickVar' can be static.
lamarc/src/postlike/profile.cpp:763:51: style: Function 'CheckForMultipleMaxima' argument 1 names different: declaration 'foundLikesForVals' definition 'valLikeMap'. [funcArgNamesDifferent]
lamarc/src/postlike/analyzer.h:121:47: note: Function 'CheckForMultipleMaxima' argument 1 names different: declaration 'foundLikesForVals' definition 'valLikeMap'.
lamarc/src/postlike/profile.cpp:763:51: note: Function 'CheckForMultipleMaxima' argument 1 names different: declaration 'foundLikesForVals' definition 'valLikeMap'.
lamarc/src/postlike/profile.cpp:292:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/profile.cpp:621:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/profile.cpp:627:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/profile.cpp:635:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/profile.cpp:644:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/profile.cpp:668:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/profile.cpp:693:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/profile.cpp:767:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/profile.cpp:801:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/profile.cpp:819:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/analyzer.h:102:20: performance: Technically the member function 'Analyzer::GetLastHigher' can be static. [functionStatic]
lamarc/src/postlike/profile.cpp:616:26: note: Technically the member function 'Analyzer::GetLastHigher' can be static.
lamarc/src/postlike/analyzer.h:102:20: note: Technically the member function 'Analyzer::GetLastHigher' can be static.
lamarc/src/postlike/analyzer.h:104:20: performance: Technically the member function 'Analyzer::GetFirstLower' can be static. [functionStatic]
lamarc/src/postlike/profile.cpp:663:26: note: Technically the member function 'Analyzer::GetFirstLower' can be static.
lamarc/src/postlike/analyzer.h:104:20: note: Technically the member function 'Analyzer::GetFirstLower' can be static.
lamarc/src/postlike/analyzer.h:114:20: performance: Technically the member function 'Analyzer::ClosestFoundFor' can be static. [functionStatic]
lamarc/src/postlike/profile.cpp:690:26: note: Technically the member function 'Analyzer::ClosestFoundFor' can be static.
lamarc/src/postlike/analyzer.h:114:20: note: Technically the member function 'Analyzer::ClosestFoundFor' can be static.
lamarc/src/postlike/analyzer.h:116:12: performance: Technically the member function 'Analyzer::GetNewValFromBracket' can be static. [functionStatic]
lamarc/src/postlike/profile.cpp:705:18: note: Technically the member function 'Analyzer::GetNewValFromBracket' can be static.
lamarc/src/postlike/analyzer.h:116:12: note: Technically the member function 'Analyzer::GetNewValFromBracket' can be static.
lamarc/src/postlike/analyzer.h:123:12: performance: Technically the member function 'Analyzer::PrintDoublesIter' can be static. [functionStatic]
lamarc/src/postlike/profile.cpp:809:16: note: Technically the member function 'Analyzer::PrintDoublesIter' can be static.
lamarc/src/postlike/analyzer.h:123:12: note: Technically the member function 'Analyzer::PrintDoublesIter' can be static.
lamarc/src/report/curvefiles.cpp:134:57: style: Function 'WriteOneConsolidatedCurveFile' argument 2 names different: declaration 'bayesAnalyzer' definition 'ba'. [funcArgNamesDifferent]
lamarc/src/report/curvefiles.h:45:57: note: Function 'WriteOneConsolidatedCurveFile' argument 2 names different: declaration 'bayesAnalyzer' definition 'ba'.
lamarc/src/report/curvefiles.cpp:134:57: note: Function 'WriteOneConsolidatedCurveFile' argument 2 names different: declaration 'bayesAnalyzer' definition 'ba'.
lamarc/src/report/curvefiles.cpp:272:76: style: Function 'WriteConsolidatedCurveFiles' argument 2 names different: declaration 'bayesAnalyzer' definition 'ba'. [funcArgNamesDifferent]
lamarc/src/report/curvefiles.h:49:57: note: Function 'WriteConsolidatedCurveFiles' argument 2 names different: declaration 'bayesAnalyzer' definition 'ba'.
lamarc/src/report/curvefiles.cpp:272:76: note: Function 'WriteConsolidatedCurveFiles' argument 2 names different: declaration 'bayesAnalyzer' definition 'ba'.
lamarc/src/report/curvefiles.cpp:38:45: performance: Function parameter 'pname' should be passed by const reference. [passedByValue]
lamarc/src/report/curvefiles.cpp:133:57: performance: Function parameter 'filePrefix' should be passed by const reference. [passedByValue]
lamarc/src/report/curvefiles.cpp:272:46: performance: Function parameter 'filePrefix' should be passed by const reference. [passedByValue]
lamarc/src/report/outputfile.h:94:5: style: Class 'XMLOutfile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/report/reportpage.h:189:18: style: The function 'Show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/report/reportpage.h:144:18: note: Virtual function in base class
lamarc/src/report/reportpage.h:189:18: note: Function in derived class
lamarc/src/report/reportpage.h:199:18: style: The function 'Show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/report/reportpage.h:144:18: note: Virtual function in base class
lamarc/src/report/reportpage.h:199:18: note: Function in derived class
lamarc/src/report/reportpage.h:233:18: style: The function 'Show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/report/reportpage.h:144:18: note: Virtual function in base class
lamarc/src/report/reportpage.h:233:18: note: Function in derived class
lamarc/src/report/reportpage.h:251:18: style: The function 'Show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/report/reportpage.h:144:18: note: Virtual function in base class
lamarc/src/report/reportpage.h:251:18: note: Function in derived class
lamarc/src/report/reportpage.h:275:18: style: The function 'Show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/report/reportpage.h:144:18: note: Virtual function in base class
lamarc/src/report/reportpage.h:275:18: note: Function in derived class
lamarc/src/report/reportpage.h:291:18: style: The function 'Show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/report/reportpage.h:144:18: note: Virtual function in base class
lamarc/src/report/reportpage.h:291:18: note: Function in derived class
lamarc/src/report/reportpage.h:313:18: style: The function 'Show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/report/reportpage.h:144:18: note: Virtual function in base class
lamarc/src/report/reportpage.h:313:18: note: Function in derived class
lamarc/src/report/outputfile.h:79:18: style: The function 'Display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/report/outputfile.h:53:18: note: Virtual function in base class
lamarc/src/report/outputfile.h:79:18: note: Function in derived class
lamarc/src/report/outputfile.h:97:18: style: The function 'Display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/report/outputfile.h:53:18: note: Virtual function in base class
lamarc/src/report/outputfile.h:97:18: note: Function in derived class
lamarc/src/report/outputfile.cpp:134:31: performance: Function parameter 'outfileName' should be passed by const reference. [passedByValue]
lamarc/src/report/reportpage.cpp:2266:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
lamarc/src/report/reportpage.cpp:423:50: style: Function 'PrintWrapped' argument 1 names different: declaration 'line' definition 'lines'. [funcArgNamesDifferent]
lamarc/src/report/reportpage.h:112:50: note: Function 'PrintWrapped' argument 1 names different: declaration 'line' definition 'lines'.
lamarc/src/report/reportpage.cpp:423:50: note: Function 'PrintWrapped' argument 1 names different: declaration 'line' definition 'lines'.
lamarc/src/report/reportpage.cpp:1039:101: style: Function 'MakeLabels' argument 3 names different: declaration 'usepercentile' definition 'usepercentiles'. [funcArgNamesDifferent]
lamarc/src/report/reportpage.h:168:96: note: Function 'MakeLabels' argument 3 names different: declaration 'usepercentile' definition 'usepercentiles'.
lamarc/src/report/reportpage.cpp:1039:101: note: Function 'MakeLabels' argument 3 names different: declaration 'usepercentile' definition 'usepercentiles'.
lamarc/src/report/reportpage.cpp:2507:12: style: Unused variable: tmp [unusedVariable]
lamarc/src/report/reportpage.cpp:616:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/reportpage.cpp:1331:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/reportpage.cpp:2350:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/reportpage.cpp:2361:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/reportpage.cpp:2646:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/reportpage.cpp:2650:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/reportpage.h:71:12: performance: Technically the member function 'ReportPage::MakeLineOf' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:89:20: note: Technically the member function 'ReportPage::MakeLineOf' can be static.
lamarc/src/report/reportpage.h:71:12: note: Technically the member function 'ReportPage::MakeLineOf' can be static.
lamarc/src/report/reportpage.h:73:12: performance: Technically the member function 'ReportPage::MakePageBreak' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:108:20: note: Technically the member function 'ReportPage::MakePageBreak' can be static.
lamarc/src/report/reportpage.h:73:12: note: Technically the member function 'ReportPage::MakePageBreak' can be static.
lamarc/src/report/reportpage.h:74:12: performance: Technically the member function 'ReportPage::MakeBlankLine' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:118:20: note: Technically the member function 'ReportPage::MakeBlankLine' can be static.
lamarc/src/report/reportpage.h:74:12: note: Technically the member function 'ReportPage::MakeBlankLine' can be static.
lamarc/src/report/reportpage.h:78:17: performance: Technically the member function 'ReportPage::GetOneRow' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:126:25: note: Technically the member function 'ReportPage::GetOneRow' can be static.
lamarc/src/report/reportpage.h:78:17: note: Technically the member function 'ReportPage::GetOneRow' can be static.
lamarc/src/report/reportpage.h:123:17: performance: Technically the member function 'ReportPage::SortTable' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:574:25: note: Technically the member function 'ReportPage::SortTable' can be static.
lamarc/src/report/reportpage.h:123:17: note: Technically the member function 'ReportPage::SortTable' can be static.
lamarc/src/report/reportpage.h:175:10: performance: Technically the member function 'MlePage::DoColumnsMatch' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:1126:15: note: Technically the member function 'MlePage::DoColumnsMatch' can be static.
lamarc/src/report/reportpage.h:175:10: note: Technically the member function 'MlePage::DoColumnsMatch' can be static.
lamarc/src/report/reportpage.h:214:17: performance: Technically the member function 'ProfPage::MakeGrowFixedColumn' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:1961:23: note: Technically the member function 'ProfPage::MakeGrowFixedColumn' can be static.
lamarc/src/report/reportpage.h:214:17: note: Technically the member function 'ProfPage::MakeGrowFixedColumn' can be static.
lamarc/src/report/reportpage.h:215:17: performance: Technically the member function 'ProfPage::MakeLogisticSelectionFixedColumn' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:1987:23: note: Technically the member function 'ProfPage::MakeLogisticSelectionFixedColumn' can be static.
lamarc/src/report/reportpage.h:215:17: note: Technically the member function 'ProfPage::MakeLogisticSelectionFixedColumn' can be static.
lamarc/src/report/reportpage.h:216:17: performance: Technically the member function 'ProfPage::MakeLogisticSelectionFixedModifiers' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:1999:23: note: Technically the member function 'ProfPage::MakeLogisticSelectionFixedModifiers' can be static.
lamarc/src/report/reportpage.h:216:17: note: Technically the member function 'ProfPage::MakeLogisticSelectionFixedModifiers' can be static.
lamarc/src/report/reportpage.h:224:17: style: Technically the member function 'ProfPage::WrapTable' can be const. [functionConst]
lamarc/src/report/reportpage.cpp:2084:23: note: Technically the member function 'ProfPage::WrapTable' can be const.
lamarc/src/report/reportpage.h:224:17: note: Technically the member function 'ProfPage::WrapTable' can be const.
lamarc/src/report/reportpage.h:300:10: performance: Technically the member function 'LikePage::Divides' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:2897:16: note: Technically the member function 'LikePage::Divides' can be static.
lamarc/src/report/reportpage.h:300:10: note: Technically the member function 'LikePage::Divides' can be static.
lamarc/src/report/reportpage.h:301:10: performance: Technically the member function 'LikePage::EmptyPlot' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:2966:16: note: Technically the member function 'LikePage::EmptyPlot' can be static.
lamarc/src/report/reportpage.h:301:10: note: Technically the member function 'LikePage::EmptyPlot' can be static.
lamarc/src/report/reportpage.h:309:20: performance: Technically the member function 'LikePage::MakeLikePlot' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:2802:23: note: Technically the member function 'LikePage::MakeLikePlot' can be static.
lamarc/src/report/reportpage.h:309:20: note: Technically the member function 'LikePage::MakeLikePlot' can be static.
lamarc/src/report/reportpage.h:311:17: performance: Technically the member function 'LikePage::AddGraphs' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:2922:23: note: Technically the member function 'LikePage::AddGraphs' can be static.
lamarc/src/report/reportpage.h:311:17: note: Technically the member function 'LikePage::AddGraphs' can be static.
lamarc/src/report/runreport.cpp:190:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lamarc/src/report/runreport.cpp:136:59: style: Function 'PrognoseAll' argument 2 names different: declaration 'thisreg' definition 'thisregion'. [funcArgNamesDifferent]
lamarc/src/report/runreport.h:81:52: note: Function 'PrognoseAll' argument 2 names different: declaration 'thisreg' definition 'thisregion'.
lamarc/src/report/runreport.cpp:136:59: note: Function 'PrognoseAll' argument 2 names different: declaration 'thisreg' definition 'thisregion'.
lamarc/src/report/runreport.cpp:136:80: style: Function 'PrognoseAll' argument 3 names different: declaration 'totregs' definition 'totalregions'. [funcArgNamesDifferent]
lamarc/src/report/runreport.h:81:66: note: Function 'PrognoseAll' argument 3 names different: declaration 'totregs' definition 'totalregions'.
lamarc/src/report/runreport.cpp:136:80: note: Function 'PrognoseAll' argument 3 names different: declaration 'totregs' definition 'totalregions'.
lamarc/src/report/runreport.cpp:715:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/runreport.cpp:52:12: warning: Member variable 'RunReport::m_profilestart' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/report/runreport.cpp:52:12: warning: Member variable 'RunReport::m_totalsteps' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/report/runreport.cpp:52:12: warning: Member variable 'RunReport::m_chainno' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/report/runreport.cpp:52:12: warning: Member variable 'RunReport::m_counter_display_increment' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/report/runreport.cpp:52:12: warning: Member variable 'RunReport::m_chaintype_num' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/report/runreport.cpp:52:12: warning: Member variable 'RunReport::m_burnin' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/report/runreport.cpp:52:12: warning: Member variable 'RunReport::m_burnpercent' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/report/runreport.cpp:57:5: performance: Variable 'm_profiletotal' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lamarc/src/report/runreport.h:129:10: performance: Technically the member function 'RunReport::AddForceToTable' can be static. [functionStatic]
lamarc/src/report/runreport.cpp:243:17: note: Technically the member function 'RunReport::AddForceToTable' can be static.
lamarc/src/report/runreport.h:129:10: note: Technically the member function 'RunReport::AddForceToTable' can be static.
lamarc/src/report/spreadsheet.cpp:49:37: style: Function 'addFirstCol' argument 2 names different: declaration 'esitmateElem' definition 'estimateElem'. [funcArgNamesDifferent]
lamarc/src/report/spreadsheet.h:45:45: note: Function 'addFirstCol' argument 2 names different: declaration 'esitmateElem' definition 'estimateElem'.
lamarc/src/report/spreadsheet.cpp:49:37: note: Function 'addFirstCol' argument 2 names different: declaration 'esitmateElem' definition 'estimateElem'.
lamarc/src/report/spreadsheet.cpp:81:37: style: Function 'addEstimate' argument 2 names different: declaration 'estimateIndex' definition 'estIndex'. [funcArgNamesDifferent]
lamarc/src/report/spreadsheet.h:49:45: note: Function 'addEstimate' argument 2 names different: declaration 'estimateIndex' definition 'estIndex'.
lamarc/src/report/spreadsheet.cpp:81:37: note: Function 'addEstimate' argument 2 names different: declaration 'estimateIndex' definition 'estIndex'.
lamarc/src/report/spreadsheet.cpp:82:37: style: Function 'addEstimate' argument 3 names different: declaration 'esitmateElem' definition 'estimateElem'. [funcArgNamesDifferent]
lamarc/src/report/spreadsheet.h:50:45: note: Function 'addEstimate' argument 3 names different: declaration 'esitmateElem' definition 'estimateElem'.
lamarc/src/report/spreadsheet.cpp:82:37: note: Function 'addEstimate' argument 3 names different: declaration 'esitmateElem' definition 'estimateElem'.
lamarc/src/report/spreadsheet.cpp:147:29: style: Variable 'forceName' is assigned a value that is never used. [unreadVariable]
lamarc/src/report/spreadsheet.cpp:63:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/spreadsheet.cpp:106:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/spreadsheet.cpp:124:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/spreadsheet.cpp:181:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/spreadsheet.cpp:237:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/spreadsheet.cpp:241:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/spreadsheet.cpp:36:38: performance: Function parameter 'filePrefix' should be passed by const reference. [passedByValue]
lamarc/src/report/spreadsheet.cpp:36:62: performance: Function parameter 'paramName' should be passed by const reference. [passedByValue]
lamarc/src/report/spreadsheet.cpp:83:37: performance: Function parameter 'paramName' should be passed by const reference. [passedByValue]
lamarc/src/report/spreadsheet.cpp:84:37: performance: Function parameter 'regionName' should be passed by const reference. [passedByValue]
lamarc/src/report/spreadsheet.cpp:85:37: performance: Function parameter 'expectedProfileType' should be passed by const reference. [passedByValue]
lamarc/src/report/spreadsheet.cpp:86:37: performance: Function parameter 'expectedAnalysisType' should be passed by const reference. [passedByValue]
lamarc/src/report/spreadsheet.cpp:143:45: performance: Function parameter 'filePrefix' should be passed by const reference. [passedByValue]
lamarc/src/report/xml_report.cpp:53:30: style: Function 'AddSlicesTo' argument 5 names different: declaration 'doOverall' definition 'do_overall'. [funcArgNamesDifferent]
lamarc/src/report/xml_report.h:55:38: note: Function 'AddSlicesTo' argument 5 names different: declaration 'doOverall' definition 'do_overall'.
lamarc/src/report/xml_report.cpp:53:30: note: Function 'AddSlicesTo' argument 5 names different: declaration 'doOverall' definition 'do_overall'.
lamarc/src/report/xml_report.cpp:309:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/xml_report.cpp:363:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/xml_report.cpp:496:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/xml_report.cpp:568:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/xml_report.h:64:21: performance: Technically the member function 'XMLReport::AddRangeElements' can be static. [functionStatic]
lamarc/src/report/xml_report.cpp:562:12: note: Technically the member function 'XMLReport::AddRangeElements' can be static.
lamarc/src/report/xml_report.h:64:21: note: Technically the member function 'XMLReport::AddRangeElements' can be static.
lamarc/src/report/xml_report.h:67:5: style: Class 'XMLReport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/report/xml_report.cpp:38:34: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
lamarc/src/tools/mathx.cpp:1402:17: style: Variable 'K0' is reassigned a value before the old one has been used. [redundantAssignment]
lamarc/src/tools/mathx.cpp:1401:0: note: Variable 'K0' is reassigned a value before the old one has been used.
lamarc/src/tools/mathx.cpp:1402:17: note: Variable 'K0' is reassigned a value before the old one has been used.
lamarc/src/tools/mathx.cpp:1630:5: style: Variable 'K_v_plus_h__x' is reassigned a value before the old one has been used. [redundantAssignment]
lamarc/src/tools/mathx.cpp:1628:0: note: Variable 'K_v_plus_h__x' is reassigned a value before the old one has been used.
lamarc/src/tools/mathx.cpp:1630:5: note: Variable 'K_v_plus_h__x' is reassigned a value before the old one has been used.
lamarc/src/tools/mathx.cpp:67:15: style: The scope of the variable 'low' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:67:20: style: The scope of the variable 'mid' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:67:25: style: The scope of the variable 'high' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:148:24: style: The scope of the variable 'a1' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:149:24: style: The scope of the variable 'a2' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:150:24: style: The scope of the variable 'a3' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:151:24: style: The scope of the variable 'b1' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:152:24: style: The scope of the variable 'b2' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:153:24: style: The scope of the variable 'c1' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:154:24: style: The scope of the variable 'c2' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:155:24: style: The scope of the variable 'c3' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:156:24: style: The scope of the variable 'c4' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:157:24: style: The scope of the variable 'c5' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:158:24: style: The scope of the variable 'one' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:159:24: style: The scope of the variable 'c6' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:160:24: style: The scope of the variable 'd1' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:161:24: style: The scope of the variable 'd2' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:162:24: style: The scope of the variable 'd3' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:163:24: style: The scope of the variable 'd4' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:164:24: style: The scope of the variable 'd5' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:165:24: style: The scope of the variable 'half' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:168:24: style: The scope of the variable 'con' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:169:24: style: The scope of the variable 'p' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:170:24: style: The scope of the variable 'q' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:171:24: style: The scope of the variable 'r' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:173:24: style: The scope of the variable 'y' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:173:27: style: The scope of the variable 'result' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:227:18: style: The scope of the variable 'd_1' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:227:23: style: The scope of the variable 'd_2' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:227:28: style: The scope of the variable 'd_3' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:228:27: style: The scope of the variable 'b' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:228:33: style: The scope of the variable 'an' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:228:37: style: The scope of the variable 'rn' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:229:29: style: The scope of the variable 'pn2' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:229:34: style: The scope of the variable 'pn3' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:229:39: style: The scope of the variable 'pn4' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:229:44: style: The scope of the variable 'pn5' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:229:49: style: The scope of the variable 'pn6' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:833:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:1193:12: style: The scope of the variable 'result' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:1198:16: style: The scope of the variable 'a' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:1198:31: style: The scope of the variable 'delta' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:1225:24: style: The scope of the variable 'term' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:1362:35: style: The scope of the variable 'coeff_i_2' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:1539:12: style: The scope of the variable 'A' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:343:25: style: Function 'log_gamma' argument 1 names different: declaration 'x' definition 'z'. [funcArgNamesDifferent]
lamarc/src/tools/mathx.h:71:25: note: Function 'log_gamma' argument 1 names different: declaration 'x' definition 'z'.
lamarc/src/tools/mathx.cpp:343:25: note: Function 'log_gamma' argument 1 names different: declaration 'x' definition 'z'.
lamarc/src/tools/mathx.cpp:551:25: style: Function 'factorial' argument 1 names different: declaration 'n' definition 'number'. [funcArgNamesDifferent]
lamarc/src/tools/mathx.h:82:25: note: Function 'factorial' argument 1 names different: declaration 'n' definition 'number'.
lamarc/src/tools/mathx.cpp:551:25: note: Function 'factorial' argument 1 names different: declaration 'n' definition 'number'.
lamarc/src/tools/mathx.cpp:1212:13: style: Variable 'nIter' is modified but its new value is never used. [unreadVariable]
lamarc/src/tools/mathx.cpp:1234:13: style: Variable 'nIter' is modified but its new value is never used. [unreadVariable]
lamarc/src/tools/vectorx.h:194:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/vectorx.h:206:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/stringx.h:141:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/stringx.h:164:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/stringx.h:174:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/stringx.h:189:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/mathx.cpp:1061:44: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lamarc/src/tools/mathx.h:138:31: performance: Technically the member function 'EigenCalculator::Coeffs' can be static. [functionStatic]
lamarc/src/tools/mathx.cpp:670:39: note: Technically the member function 'EigenCalculator::Coeffs' can be static.
lamarc/src/tools/mathx.h:138:31: note: Technically the member function 'EigenCalculator::Coeffs' can be static.
lamarc/src/tools/stringx.h:239:46: performance: Function parameter 's' should be passed by const reference. [passedByValue]
lamarc/src/tools/mathx.cpp:1146:39: performance: Function parameter 'src' should be passed by const reference. [passedByValue]
lamarc/src/tools/random.cpp:88:24: style: Function 'Long' argument 1 names different: declaration 'range' definition 'm'. [funcArgNamesDifferent]
lamarc/src/tools/random.h:52:20: note: Function 'Long' argument 1 names different: declaration 'range' definition 'm'.
lamarc/src/tools/random.cpp:88:24: note: Function 'Long' argument 1 names different: declaration 'range' definition 'm'.
lamarc/src/tools/random.cpp:43:9: warning: Member variable 'Random::num0' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:43:9: warning: Member variable 'Random::num1' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:43:9: warning: Member variable 'Random::num2' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:43:9: warning: Member variable 'Random::num3' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:43:9: warning: Member variable 'Random::n0' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:43:9: warning: Member variable 'Random::n1' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:43:9: warning: Member variable 'Random::n2' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:43:9: warning: Member variable 'Random::n3' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:43:9: warning: Member variable 'Random::m0' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:43:9: warning: Member variable 'Random::m1' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:43:9: warning: Member variable 'Random::m2' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:43:9: warning: Member variable 'Random::m3' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:50:9: warning: Member variable 'Random::num0' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:50:9: warning: Member variable 'Random::num1' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:50:9: warning: Member variable 'Random::num2' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:50:9: warning: Member variable 'Random::num3' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:50:9: warning: Member variable 'Random::n0' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:50:9: warning: Member variable 'Random::n1' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:50:9: warning: Member variable 'Random::n2' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:50:9: warning: Member variable 'Random::n3' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:50:9: warning: Member variable 'Random::m0' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:50:9: warning: Member variable 'Random::m1' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:50:9: warning: Member variable 'Random::m2' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:50:9: warning: Member variable 'Random::m3' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.h:48:5: style: Class 'Random' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tools/rangex.cpp:212:10: style: The scope of the variable 'stval' can be reduced. [variableScope]
lamarc/src/tools/rangex.cpp:213:10: style: The scope of the variable 'ndval' can be reduced. [variableScope]
lamarc/src/tools/rangex.cpp:559:40: style: Function 'Intersection' argument 1 names different: declaration 'set1' definition 'mother'. [funcArgNamesDifferent]
lamarc/src/tools/rangex.h:109:45: note: Function 'Intersection' argument 1 names different: declaration 'set1' definition 'mother'.
lamarc/src/tools/rangex.cpp:559:40: note: Function 'Intersection' argument 1 names different: declaration 'set1' definition 'mother'.
lamarc/src/tools/rangex.cpp:559:65: style: Function 'Intersection' argument 2 names different: declaration 'set2' definition 'father'. [funcArgNamesDifferent]
lamarc/src/tools/rangex.h:109:68: note: Function 'Intersection' argument 2 names different: declaration 'set2' definition 'father'.
lamarc/src/tools/rangex.cpp:559:65: note: Function 'Intersection' argument 2 names different: declaration 'set2' definition 'father'.
lamarc/src/tools/rangex.cpp:640:36: style: Function 'IsInRangeset' argument 1 names different: declaration 'targetrange' definition 'targetset'. [funcArgNamesDifferent]
lamarc/src/tools/rangex.h:119:41: note: Function 'IsInRangeset' argument 1 names different: declaration 'targetrange' definition 'targetset'.
lamarc/src/tools/rangex.cpp:640:36: note: Function 'IsInRangeset' argument 1 names different: declaration 'targetrange' definition 'targetset'.
lamarc/src/tools/rangex.cpp:475:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/rangex.cpp:491:100: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/rangex.h:36:10: style: Technically the member function 'rangecmp::operator()' can be const. [functionConst]
lamarc/src/tools/rangex.h:50:10: style: Technically the member function 'linkrangecmp::operator()' can be const. [functionConst]
lamarc/src/tools/stringx.cpp:322:29: style: Function 'ToString' argument 1 names different: declaration 'gType' definition 'gtype'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:70:34: note: Function 'ToString' argument 1 names different: declaration 'gType' definition 'gtype'.
lamarc/src/tools/stringx.cpp:322:29: note: Function 'ToString' argument 1 names different: declaration 'gType' definition 'gtype'.
lamarc/src/tools/stringx.cpp:347:31: style: Function 'ToString' argument 1 names different: declaration 'gScheme' definition 'gscheme'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:71:36: note: Function 'ToString' argument 1 names different: declaration 'gScheme' definition 'gscheme'.
lamarc/src/tools/stringx.cpp:347:31: note: Function 'ToString' argument 1 names different: declaration 'gScheme' definition 'gscheme'.
lamarc/src/tools/stringx.cpp:458:32: style: Function 'ToString' argument 1 names different: declaration 'sType' definition 'stype'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:80:37: note: Function 'ToString' argument 1 names different: declaration 'sType' definition 'stype'.
lamarc/src/tools/stringx.cpp:458:32: note: Function 'ToString' argument 1 names different: declaration 'sType' definition 'stype'.
lamarc/src/tools/stringx.cpp:569:31: style: Function 'ToString' argument 1 names different: declaration 'uiids' definition 'ids'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:94:40: note: Function 'ToString' argument 1 names different: declaration 'uiids' definition 'ids'.
lamarc/src/tools/stringx.cpp:569:31: note: Function 'ToString' argument 1 names different: declaration 'uiids' definition 'ids'.
lamarc/src/tools/stringx.cpp:580:40: style: Function 'ToString' argument 1 names different: declaration 'uiids' definition 'ids'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:95:54: note: Function 'ToString' argument 1 names different: declaration 'uiids' definition 'ids'.
lamarc/src/tools/stringx.cpp:580:40: note: Function 'ToString' argument 1 names different: declaration 'uiids' definition 'ids'.
lamarc/src/tools/stringx.cpp:902:30: style: Function 'MakeTag' argument 1 names different: declaration 'str' definition 'tagname'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:209:40: note: Function 'MakeTag' argument 1 names different: declaration 'str' definition 'tagname'.
lamarc/src/tools/stringx.cpp:902:30: note: Function 'MakeTag' argument 1 names different: declaration 'str' definition 'tagname'.
lamarc/src/tools/stringx.cpp:909:35: style: Function 'MakeCloseTag' argument 1 names different: declaration 'str' definition 'tagname'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:210:45: note: Function 'MakeCloseTag' argument 1 names different: declaration 'str' definition 'tagname'.
lamarc/src/tools/stringx.cpp:909:35: note: Function 'MakeCloseTag' argument 1 names different: declaration 'str' definition 'tagname'.
lamarc/src/tools/stringx.cpp:964:36: style: Function 'MakeJustified' argument 1 names different: declaration 'str' definition 'instr'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:215:47: note: Function 'MakeJustified' argument 1 names different: declaration 'str' definition 'instr'.
lamarc/src/tools/stringx.cpp:964:36: note: Function 'MakeJustified' argument 1 names different: declaration 'str' definition 'instr'.
lamarc/src/tools/stringx.cpp:994:34: style: Function 'MakeJustified' argument 1 names different: declaration 'str' definition 'stuff'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:216:39: note: Function 'MakeJustified' argument 1 names different: declaration 'str' definition 'stuff'.
lamarc/src/tools/stringx.cpp:994:34: note: Function 'MakeJustified' argument 1 names different: declaration 'str' definition 'stuff'.
lamarc/src/tools/stringx.cpp:1006:35: style: Function 'MakeCentered' argument 1 names different: declaration 'str' definition 'instr'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:217:45: note: Function 'MakeCentered' argument 1 names different: declaration 'str' definition 'instr'.
lamarc/src/tools/stringx.cpp:1006:35: note: Function 'MakeCentered' argument 1 names different: declaration 'str' definition 'instr'.
lamarc/src/tools/stringx.cpp:1100:22: style: Function 'Pretty' argument 1 names different: declaration 'number' definition 'p'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:179:27: note: Function 'Pretty' argument 1 names different: declaration 'number' definition 'p'.
lamarc/src/tools/stringx.cpp:1100:22: note: Function 'Pretty' argument 1 names different: declaration 'number' definition 'p'.
lamarc/src/tools/stringx.cpp:1100:29: style: Function 'Pretty' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:179:39: note: Function 'Pretty' argument 2 names different: declaration 'width' definition 'w'.
lamarc/src/tools/stringx.cpp:1100:29: note: Function 'Pretty' argument 2 names different: declaration 'width' definition 'w'.
lamarc/src/tools/stringx.cpp:1148:20: style: Function 'Pretty' argument 1 names different: declaration 'number' definition 'p'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:180:25: note: Function 'Pretty' argument 1 names different: declaration 'number' definition 'p'.
lamarc/src/tools/stringx.cpp:1148:20: note: Function 'Pretty' argument 1 names different: declaration 'number' definition 'p'.
lamarc/src/tools/stringx.cpp:1148:31: style: Function 'Pretty' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:180:37: note: Function 'Pretty' argument 2 names different: declaration 'width' definition 'w'.
lamarc/src/tools/stringx.cpp:1148:31: note: Function 'Pretty' argument 2 names different: declaration 'width' definition 'w'.
lamarc/src/tools/stringx.cpp:1156:29: style: Function 'Pretty' argument 1 names different: declaration 'number' definition 'p'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:181:34: note: Function 'Pretty' argument 1 names different: declaration 'number' definition 'p'.
lamarc/src/tools/stringx.cpp:1156:29: note: Function 'Pretty' argument 1 names different: declaration 'number' definition 'p'.
lamarc/src/tools/stringx.cpp:1156:40: style: Function 'Pretty' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:181:46: note: Function 'Pretty' argument 2 names different: declaration 'width' definition 'w'.
lamarc/src/tools/stringx.cpp:1156:40: note: Function 'Pretty' argument 2 names different: declaration 'width' definition 'w'.
lamarc/src/tools/stringx.cpp:1166:31: style: Function 'Pretty' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:182:41: note: Function 'Pretty' argument 2 names different: declaration 'width' definition 'w'.
lamarc/src/tools/stringx.cpp:1166:31: note: Function 'Pretty' argument 2 names different: declaration 'width' definition 'w'.
lamarc/src/tools/stringx.cpp:1201:34: style: Function 'CompareWOCase' argument 1 names different: declaration 'str1' definition 's1'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:227:41: note: Function 'CompareWOCase' argument 1 names different: declaration 'str1' definition 's1'.
lamarc/src/tools/stringx.cpp:1201:34: note: Function 'CompareWOCase' argument 1 names different: declaration 'str1' definition 's1'.
lamarc/src/tools/stringx.cpp:1201:52: style: Function 'CompareWOCase' argument 2 names different: declaration 'str2' definition 's2'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:227:66: note: Function 'CompareWOCase' argument 2 names different: declaration 'str2' definition 's2'.
lamarc/src/tools/stringx.cpp:1201:52: note: Function 'CompareWOCase' argument 2 names different: declaration 'str2' definition 's2'.
lamarc/src/tools/stringx.cpp:1218:32: style: Function 'CompareWOCase' argument 1 names different: declaration 'str1' definition 's1'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:228:34: note: Function 'CompareWOCase' argument 1 names different: declaration 'str1' definition 's1'.
lamarc/src/tools/stringx.cpp:1218:32: note: Function 'CompareWOCase' argument 1 names different: declaration 'str1' definition 's1'.
lamarc/src/tools/stringx.cpp:1218:50: style: Function 'CompareWOCase' argument 2 names different: declaration 'str2' definition 's2'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:228:59: note: Function 'CompareWOCase' argument 2 names different: declaration 'str2' definition 's2'.
lamarc/src/tools/stringx.cpp:1218:50: note: Function 'CompareWOCase' argument 2 names different: declaration 'str2' definition 's2'.
lamarc/src/tools/stringx.cpp:1225:34: style: Function 'CompareWOCase' argument 1 names different: declaration 'str1' definition 's1'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:229:41: note: Function 'CompareWOCase' argument 1 names different: declaration 'str1' definition 's1'.
lamarc/src/tools/stringx.cpp:1225:34: note: Function 'CompareWOCase' argument 1 names different: declaration 'str1' definition 's1'.
lamarc/src/tools/stringx.cpp:1225:50: style: Function 'CompareWOCase' argument 2 names different: declaration 'str2' definition 's2'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:229:59: note: Function 'CompareWOCase' argument 2 names different: declaration 'str2' definition 's2'.
lamarc/src/tools/stringx.cpp:1225:50: note: Function 'CompareWOCase' argument 2 names different: declaration 'str2' definition 's2'.
lamarc/src/tools/stringx.cpp:1232:32: style: Function 'CompareWOCase' argument 1 names different: declaration 'str1' definition 's1'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:230:34: note: Function 'CompareWOCase' argument 1 names different: declaration 'str1' definition 's1'.
lamarc/src/tools/stringx.cpp:1232:32: note: Function 'CompareWOCase' argument 1 names different: declaration 'str1' definition 's1'.
lamarc/src/tools/stringx.cpp:1232:48: style: Function 'CompareWOCase' argument 2 names different: declaration 'str2' definition 's2'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:230:52: note: Function 'CompareWOCase' argument 2 names different: declaration 'str2' definition 's2'.
lamarc/src/tools/stringx.cpp:1232:48: note: Function 'CompareWOCase' argument 2 names different: declaration 'str2' definition 's2'.
lamarc/src/tools/stringx.cpp:1048:16: style: Variable 'numchar' is assigned a value that is never used. [unreadVariable]
lamarc/src/tools/stringx.cpp:727:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/stringx.cpp:1897:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/stringx.cpp:1951:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/stringx.cpp:1971:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/stringx.cpp:1992:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/stringx.cpp:2013:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/stringx.cpp:2207:5: error: Buffer is accessed out of bounds: fmtString [bufferAccessOutOfBounds]
lamarc/src/tools/stringx.cpp:2215:5: error: Mismatching allocation and deallocation: spaceToBuild [mismatchAllocDealloc]
lamarc/src/tools/stringx.cpp:2146:9: error: Mismatching allocation and deallocation: cwdBuf [mismatchAllocDealloc]
lamarc/src/tools/stringx.cpp:1484:31: performance: Function parameter 's' should be passed by const reference. [passedByValue]
lamarc/src/tools/stringx.cpp:2195:28: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
lamarc/src/tools/stringx.cpp:1423:12: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
lamarc/src/tools/timex.cpp:52:16: style: The scope of the variable 'nowstruct' can be reduced. [variableScope]
lamarc/src/tools/timex.cpp:53:10: style: The scope of the variable 'temparray' can be reduced. [variableScope]
lamarc/src/tools/vectorx.cpp:54:32: style: Function 'LongSquareRootOfLong' argument 1 names different: declaration 'x' definition 'shouldBeASquare'. [funcArgNamesDifferent]
lamarc/src/tools/vectorx.h:52:32: note: Function 'LongSquareRootOfLong' argument 1 names different: declaration 'x' definition 'shouldBeASquare'.
lamarc/src/tools/vectorx.cpp:54:32: note: Function 'LongSquareRootOfLong' argument 1 names different: declaration 'x' definition 'shouldBeASquare'.
lamarc/src/tree/argtree.cpp:76:9: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:174:25: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:178:25: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:185:17: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:213:21: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:219:17: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:243:21: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:249:17: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:343:37: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:347:37: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:353:33: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:353:33: portability: %li in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:360:29: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:366:25: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:372:21: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:379:17: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:449:13: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:109:10: style: The scope of the variable 'forcefound' can be reduced. [variableScope]
lamarc/src/tree/argtree.cpp:110:10: style: The scope of the variable 'recfound' can be reduced. [variableScope]
lamarc/src/tree/argtree.h:97:1: style: The class 'ARGTree' does not have a constructor although it has private member variables. [noConstructor]
lamarc/src/tree/individual.h:59:5: warning: Member variable 'Individual::m_id' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tree/range.h:236:14: performance: Technically the member function 'Range::GetAllSites' can be static. [functionStatic]
lamarc/src/tree/range.h:272:10: performance: Technically the member function 'Range::GetNumRegionSites' can be static. [functionStatic]
lamarc/src/tree/timelist.h:128:22: style: Technically the member function 'TimeList::FirstTip' can be const. [functionConst]
lamarc/src/tree/timelist.h:130:22: style: Technically the member function 'TimeList::FirstBody' can be const. [functionConst]
lamarc/src/tree/timelist.h:132:22: style: Technically the member function 'TimeList::FirstCoal' can be const. [functionConst]
lamarc/src/tree/timelist.h:146:22: style: Technically the member function 'TimeList::Base' can be const. [functionConst]
lamarc/src/tree/tree.h:136:10: style: Technically the member function 'Tree::GetTotalSites' can be const. [functionConst]
lamarc/src/tree/tree.h:142:10: style: Technically the member function 'Tree::GetSnpPanelFlag' can be const. [functionConst]
lamarc/src/tree/branch.h:433:5: style: Class 'PartitionBranch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/branch.h:463:5: style: Class 'MigLikeBranch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/branch.h:485:5: style: Class 'MBranch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/branch.h:519:5: style: Class 'DivMigBranch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/branch.h:552:5: style: Class 'DBranch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/branch.h:586:5: style: Class 'EBranch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/range.h:443:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:269:21: note: Virtual function in base class
lamarc/src/tree/range.h:443:21: note: Function in derived class
lamarc/src/tree/range.h:446:18: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:275:18: note: Virtual function in base class
lamarc/src/tree/range.h:446:18: note: Function in derived class
lamarc/src/tree/range.h:447:18: style: The function 'SameLiveSites' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:276:18: note: Virtual function in base class
lamarc/src/tree/range.h:447:18: note: Function in derived class
lamarc/src/tree/range.h:448:18: style: The function 'LiveSitesOnly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:277:18: note: Virtual function in base class
lamarc/src/tree/range.h:448:18: note: Function in derived class
lamarc/src/tree/range.h:449:18: style: The function 'IsSiteLive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:278:18: note: Virtual function in base class
lamarc/src/tree/range.h:449:18: note: Function in derived class
lamarc/src/tree/range.h:452:26: style: The function 'GetLiveSites' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:283:26: note: Virtual function in base class
lamarc/src/tree/range.h:452:26: note: Function in derived class
lamarc/src/tree/range.h:453:26: style: The function 'GetDiseaseSites' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:284:26: note: Virtual function in base class
lamarc/src/tree/range.h:453:26: note: Function in derived class
lamarc/src/tree/range.h:454:26: style: The function 'GetCurTargetLinks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:285:26: note: Virtual function in base class
lamarc/src/tree/range.h:454:26: note: Function in derived class
lamarc/src/tree/range.h:455:26: style: The function 'GetNewTargetLinks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:286:26: note: Virtual function in base class
lamarc/src/tree/range.h:455:26: note: Function in derived class
lamarc/src/tree/range.h:456:26: style: The function 'GetOldTargetLinks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:287:26: note: Virtual function in base class
lamarc/src/tree/range.h:456:26: note: Function in derived class
lamarc/src/tree/range.h:457:0: style: The function 'GetCurTargetLinkweight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:288:0: note: Virtual function in base class
lamarc/src/tree/range.h:457:0: note: Function in derived class
lamarc/src/tree/range.h:458:0: style: The function 'GetNewTargetLinkweight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:289:0: note: Virtual function in base class
lamarc/src/tree/range.h:458:0: note: Function in derived class
lamarc/src/tree/range.h:459:26: style: The function 'GetOldTargetSites' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:290:26: note: Virtual function in base class
lamarc/src/tree/range.h:459:26: note: Function in derived class
lamarc/src/tree/range.h:460:26: style: The function 'GetOldLiveSites' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:291:26: note: Virtual function in base class
lamarc/src/tree/range.h:460:26: note: Function in derived class
lamarc/src/tree/range.h:461:26: style: The function 'GetTransmittedSites' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:292:26: note: Virtual function in base class
lamarc/src/tree/range.h:461:26: note: Function in derived class
lamarc/src/tree/range.h:462:18: style: The function 'GetRecpoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:293:18: note: Virtual function in base class
lamarc/src/tree/range.h:462:18: note: Function in derived class
lamarc/src/tree/range.h:473:18: style: The function 'UpdateCRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:298:18: note: Virtual function in base class
lamarc/src/tree/range.h:473:18: note: Function in derived class
lamarc/src/tree/range.h:475:18: style: The function 'UpdateRootRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:300:18: note: Virtual function in base class
lamarc/src/tree/range.h:475:18: note: Function in derived class
lamarc/src/tree/range.h:477:18: style: The function 'UpdateOneLeggedCRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:302:18: note: Virtual function in base class
lamarc/src/tree/range.h:477:18: note: Function in derived class
lamarc/src/tree/range.h:478:18: style: The function 'UpdateOneLeggedRootRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:303:18: note: Virtual function in base class
lamarc/src/tree/range.h:478:18: note: Function in derived class
lamarc/src/tree/range.h:479:18: style: The function 'UpdateMRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:304:18: note: Virtual function in base class
lamarc/src/tree/range.h:479:18: note: Function in derived class
lamarc/src/tree/range.h:480:18: style: The function 'UpdateRRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:305:18: note: Virtual function in base class
lamarc/src/tree/range.h:480:18: note: Function in derived class
lamarc/src/tree/range.h:484:18: style: The function 'AreLowSitesOnInactiveBranch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:307:18: note: Virtual function in base class
lamarc/src/tree/range.h:484:18: note: Function in derived class
lamarc/src/tree/range.h:486:18: style: The function 'AreDiseaseSitesTransmitted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:310:18: note: Virtual function in base class
lamarc/src/tree/range.h:486:18: note: Function in derived class
lamarc/src/tree/range.h:489:18: style: The function 'ClearNewTargetLinks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:313:18: note: Virtual function in base class
lamarc/src/tree/range.h:489:18: note: Function in derived class
lamarc/src/tree/range.h:490:18: style: The function 'SetOldInfoToCurrent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:314:18: note: Virtual function in base class
lamarc/src/tree/range.h:490:18: note: Function in derived class
lamarc/src/tree/range.h:491:18: style: The function 'ResetOldTargetSites' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:315:18: note: Virtual function in base class
lamarc/src/tree/range.h:491:18: note: Function in derived class
lamarc/src/tree/range.h:494:18: style: The function 'AreChildTargetSitesTransmitted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:318:18: note: Virtual function in base class
lamarc/src/tree/range.h:494:18: note: Function in derived class
lamarc/src/tree/range.h:497:18: style: The function 'SameAsChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:321:18: note: Virtual function in base class
lamarc/src/tree/range.h:497:18: note: Function in derived class
lamarc/src/tree/range.h:513:18: style: The function 'NoLiveAndNoTransmittedDiseaseSites' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:327:18: note: Virtual function in base class
lamarc/src/tree/range.h:513:18: note: Function in derived class
lamarc/src/tree/range.h:516:18: style: The function 'DifferentCurTargetLinks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:328:18: note: Virtual function in base class
lamarc/src/tree/range.h:516:18: note: Function in derived class
lamarc/src/tree/range.h:517:18: style: The function 'DifferentNewTargetLinks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:329:18: note: Virtual function in base class
lamarc/src/tree/range.h:517:18: note: Function in derived class
lamarc/src/tree/range.h:520:18: style: The function 'PrintLive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:324:18: note: Virtual function in base class
lamarc/src/tree/range.h:520:18: note: Function in derived class
lamarc/src/tree/range.h:521:18: style: The function 'PrintInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:325:18: note: Virtual function in base class
lamarc/src/tree/range.h:521:18: note: Function in derived class
lamarc/src/tree/range.h:522:18: style: The function 'PrintNewTargetLinks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:326:18: note: Virtual function in base class
lamarc/src/tree/range.h:522:18: note: Function in derived class
lamarc/src/tree/branch.h:302:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:156:24: note: Virtual function in base class
lamarc/src/tree/branch.h:302:24: note: Function in derived class
lamarc/src/tree/branch.h:303:25: style: The function 'Event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:153:25: note: Virtual function in base class
lamarc/src/tree/branch.h:303:25: note: Function in derived class
lamarc/src/tree/branch.h:304:26: style: The function 'BranchGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:154:26: note: Virtual function in base class
lamarc/src/tree/branch.h:304:26: note: Function in derived class
lamarc/src/tree/branch.h:308:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:233:21: note: Virtual function in base class
lamarc/src/tree/branch.h:308:21: note: Function in derived class
lamarc/src/tree/branch.h:309:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:234:21: note: Virtual function in base class
lamarc/src/tree/branch.h:309:21: note: Function in derived class
lamarc/src/tree/branch.h:312:21: style: The function 'CheckInvariant' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:241:21: note: Virtual function in base class
lamarc/src/tree/branch.h:312:21: note: Function in derived class
lamarc/src/tree/branch.h:315:20: style: The function 'GetGraphMLNodeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:270:22: note: Virtual function in base class
lamarc/src/tree/branch.h:315:20: note: Function in derived class
lamarc/src/tree/branch.h:341:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:156:24: note: Virtual function in base class
lamarc/src/tree/branch.h:341:24: note: Function in derived class
lamarc/src/tree/branch.h:342:25: style: The function 'Event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:153:25: note: Virtual function in base class
lamarc/src/tree/branch.h:342:25: note: Function in derived class
lamarc/src/tree/branch.h:343:26: style: The function 'BranchGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:154:26: note: Virtual function in base class
lamarc/src/tree/branch.h:343:26: note: Function in derived class
lamarc/src/tree/branch.h:345:18: style: The function 'Cuttable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:178:18: note: Virtual function in base class
lamarc/src/tree/branch.h:345:18: note: Function in derived class
lamarc/src/tree/branch.h:346:30: style: The function 'GetActiveChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:262:30: note: Virtual function in base class
lamarc/src/tree/branch.h:346:30: note: Function in derived class
lamarc/src/tree/branch.h:350:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:233:21: note: Virtual function in base class
lamarc/src/tree/branch.h:350:21: note: Function in derived class
lamarc/src/tree/branch.h:351:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:234:21: note: Virtual function in base class
lamarc/src/tree/branch.h:351:21: note: Function in derived class
lamarc/src/tree/branch.h:354:21: style: The function 'CheckInvariant' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:241:21: note: Virtual function in base class
lamarc/src/tree/branch.h:354:21: note: Function in derived class
lamarc/src/tree/branch.h:355:21: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:237:21: note: Virtual function in base class
lamarc/src/tree/branch.h:355:21: note: Function in derived class
lamarc/src/tree/branch.h:356:21: style: The function 'IsSameExceptForTimes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:246:21: note: Virtual function in base class
lamarc/src/tree/branch.h:356:21: note: Function in derived class
lamarc/src/tree/branch.h:357:21: style: The function 'RevalidateRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:259:21: note: Virtual function in base class
lamarc/src/tree/branch.h:357:21: note: Function in derived class
lamarc/src/tree/branch.h:358:21: style: The function 'PrintInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:244:21: note: Virtual function in base class
lamarc/src/tree/branch.h:358:21: note: Function in derived class
lamarc/src/tree/branch.h:361:20: style: The function 'AddNodeInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:269:22: note: Virtual function in base class
lamarc/src/tree/branch.h:361:20: note: Function in derived class
lamarc/src/tree/branch.h:362:20: style: The function 'GetGraphMLNodeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:270:22: note: Virtual function in base class
lamarc/src/tree/branch.h:362:20: note: Function in derived class
lamarc/src/tree/branch.h:389:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:156:24: note: Virtual function in base class
lamarc/src/tree/branch.h:389:24: note: Function in derived class
lamarc/src/tree/branch.h:390:25: style: The function 'Event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:153:25: note: Virtual function in base class
lamarc/src/tree/branch.h:390:25: note: Function in derived class
lamarc/src/tree/branch.h:391:26: style: The function 'BranchGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:154:26: note: Virtual function in base class
lamarc/src/tree/branch.h:391:26: note: Function in derived class
lamarc/src/tree/branch.h:393:18: style: The function 'Cuttable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:178:18: note: Virtual function in base class
lamarc/src/tree/branch.h:393:18: note: Function in derived class
lamarc/src/tree/branch.h:394:22: style: The function 'CanRemove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:179:22: note: Virtual function in base class
lamarc/src/tree/branch.h:394:22: note: Function in derived class
lamarc/src/tree/branch.h:395:18: style: The function 'CountDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:180:18: note: Virtual function in base class
lamarc/src/tree/branch.h:395:18: note: Function in derived class
lamarc/src/tree/branch.h:396:22: style: The function 'UpdateBranchRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:181:22: note: Virtual function in base class
lamarc/src/tree/branch.h:396:22: note: Function in derived class
lamarc/src/tree/branch.h:397:22: style: The function 'UpdateRootBranchRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:182:22: note: Virtual function in base class
lamarc/src/tree/branch.h:397:22: note: Function in derived class
lamarc/src/tree/branch.h:398:22: style: The function 'SetUpdateDL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:198:21: note: Virtual function in base class
lamarc/src/tree/branch.h:398:22: note: Function in derived class
lamarc/src/tree/branch.h:399:22: style: The function 'ReplaceChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:202:21: note: Virtual function in base class
lamarc/src/tree/branch.h:399:22: note: Function in derived class
lamarc/src/tree/branch.h:401:18: style: The function 'CanCalcDL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:221:20: note: Virtual function in base class
lamarc/src/tree/branch.h:401:18: note: Function in derived class
lamarc/src/tree/branch.h:402:18: style: The function 'ShouldCalcDL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:223:20: note: Virtual function in base class
lamarc/src/tree/branch.h:402:18: note: Function in derived class
lamarc/src/tree/branch.h:403:30: style: The function 'GetActiveChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:262:30: note: Virtual function in base class
lamarc/src/tree/branch.h:403:30: note: Function in derived class
lamarc/src/tree/branch.h:407:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:233:21: note: Virtual function in base class
lamarc/src/tree/branch.h:407:21: note: Function in derived class
lamarc/src/tree/branch.h:408:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:234:21: note: Virtual function in base class
lamarc/src/tree/branch.h:408:21: note: Function in derived class
lamarc/src/tree/branch.h:411:21: style: The function 'CheckInvariant' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:241:21: note: Virtual function in base class
lamarc/src/tree/branch.h:411:21: note: Function in derived class
lamarc/src/tree/branch.h:412:21: style: The function 'RevalidateRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:259:21: note: Virtual function in base class
lamarc/src/tree/branch.h:412:21: note: Function in derived class
lamarc/src/tree/branch.h:415:20: style: The function 'GetGraphMLNodeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:270:22: note: Virtual function in base class
lamarc/src/tree/branch.h:415:20: note: Function in derived class
lamarc/src/tree/branch.h:439:18: style: The function 'Cuttable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:178:18: note: Virtual function in base class
lamarc/src/tree/branch.h:439:18: note: Function in derived class
lamarc/src/tree/branch.h:440:26: style: The function 'BranchGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:154:26: note: Virtual function in base class
lamarc/src/tree/branch.h:440:26: note: Function in derived class
lamarc/src/tree/branch.h:441:18: style: The function 'UpdateBranchRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:181:22: note: Virtual function in base class
lamarc/src/tree/branch.h:441:18: note: Function in derived class
lamarc/src/tree/branch.h:442:18: style: The function 'UpdateRootBranchRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:182:22: note: Virtual function in base class
lamarc/src/tree/branch.h:442:18: note: Function in derived class
lamarc/src/tree/branch.h:445:18: style: The function 'CheckInvariant' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:241:21: note: Virtual function in base class
lamarc/src/tree/branch.h:445:18: note: Function in derived class
lamarc/src/tree/branch.h:491:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:156:24: note: Virtual function in base class
lamarc/src/tree/branch.h:491:24: note: Function in derived class
lamarc/src/tree/branch.h:492:25: style: The function 'Event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:153:25: note: Virtual function in base class
lamarc/src/tree/branch.h:492:25: note: Function in derived class
lamarc/src/tree/branch.h:496:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:233:21: note: Virtual function in base class
lamarc/src/tree/branch.h:496:21: note: Function in derived class
lamarc/src/tree/branch.h:497:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:234:21: note: Virtual function in base class
lamarc/src/tree/branch.h:497:21: note: Function in derived class
lamarc/src/tree/branch.h:500:20: style: The function 'GetGraphMLNodeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:270:22: note: Virtual function in base class
lamarc/src/tree/branch.h:500:20: note: Function in derived class
lamarc/src/tree/branch.h:525:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:156:24: note: Virtual function in base class
lamarc/src/tree/branch.h:525:24: note: Function in derived class
lamarc/src/tree/branch.h:526:25: style: The function 'Event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:153:25: note: Virtual function in base class
lamarc/src/tree/branch.h:526:25: note: Function in derived class
lamarc/src/tree/branch.h:530:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:233:21: note: Virtual function in base class
lamarc/src/tree/branch.h:530:21: note: Function in derived class
lamarc/src/tree/branch.h:531:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:234:21: note: Virtual function in base class
lamarc/src/tree/branch.h:531:21: note: Function in derived class
lamarc/src/tree/branch.h:534:20: style: The function 'GetGraphMLNodeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:270:22: note: Virtual function in base class
lamarc/src/tree/branch.h:534:20: note: Function in derived class
lamarc/src/tree/branch.h:558:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:156:24: note: Virtual function in base class
lamarc/src/tree/branch.h:558:24: note: Function in derived class
lamarc/src/tree/branch.h:559:25: style: The function 'Event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:153:25: note: Virtual function in base class
lamarc/src/tree/branch.h:559:25: note: Function in derived class
lamarc/src/tree/branch.h:560:26: style: The function 'BranchGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:440:26: note: Virtual function in base class
lamarc/src/tree/branch.h:560:26: note: Function in derived class
lamarc/src/tree/branch.h:564:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:233:21: note: Virtual function in base class
lamarc/src/tree/branch.h:564:21: note: Function in derived class
lamarc/src/tree/branch.h:565:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:234:21: note: Virtual function in base class
lamarc/src/tree/branch.h:565:21: note: Function in derived class
lamarc/src/tree/branch.h:568:20: style: The function 'GetGraphMLNodeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:270:22: note: Virtual function in base class
lamarc/src/tree/branch.h:568:20: note: Function in derived class
lamarc/src/tree/branch.h:592:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:156:24: note: Virtual function in base class
lamarc/src/tree/branch.h:592:24: note: Function in derived class
lamarc/src/tree/branch.h:593:25: style: The function 'Event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:153:25: note: Virtual function in base class
lamarc/src/tree/branch.h:593:25: note: Function in derived class
lamarc/src/tree/branch.h:594:26: style: The function 'BranchGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:440:26: note: Virtual function in base class
lamarc/src/tree/branch.h:594:26: note: Function in derived class
lamarc/src/tree/branch.h:598:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:233:21: note: Virtual function in base class
lamarc/src/tree/branch.h:598:21: note: Function in derived class
lamarc/src/tree/branch.h:599:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:234:21: note: Virtual function in base class
lamarc/src/tree/branch.h:599:21: note: Function in derived class
lamarc/src/tree/branch.h:602:20: style: The function 'GetGraphMLNodeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:270:22: note: Virtual function in base class
lamarc/src/tree/branch.h:602:20: note: Function in derived class
lamarc/src/tree/branch.h:631:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:156:24: note: Virtual function in base class
lamarc/src/tree/branch.h:631:24: note: Function in derived class
lamarc/src/tree/branch.h:632:25: style: The function 'Event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:153:25: note: Virtual function in base class
lamarc/src/tree/branch.h:632:25: note: Function in derived class
lamarc/src/tree/branch.h:633:26: style: The function 'BranchGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:154:26: note: Virtual function in base class
lamarc/src/tree/branch.h:633:26: note: Function in derived class
lamarc/src/tree/branch.h:635:21: style: The function 'CopyPartitionsFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:165:21: note: Virtual function in base class
lamarc/src/tree/branch.h:635:21: note: Function in derived class
lamarc/src/tree/branch.h:638:18: style: The function 'Cuttable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:178:18: note: Virtual function in base class
lamarc/src/tree/branch.h:638:18: note: Function in derived class
lamarc/src/tree/branch.h:639:18: style: The function 'CountDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:180:18: note: Virtual function in base class
lamarc/src/tree/branch.h:639:18: note: Function in derived class
lamarc/src/tree/branch.h:640:24: style: The function 'UpdateBranchRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:181:22: note: Virtual function in base class
lamarc/src/tree/branch.h:640:24: note: Function in derived class
lamarc/src/tree/branch.h:641:24: style: The function 'UpdateRootBranchRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:182:22: note: Virtual function in base class
lamarc/src/tree/branch.h:641:24: note: Function in derived class
lamarc/src/tree/branch.h:642:24: style: The function 'ReplaceChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:202:21: note: Virtual function in base class
lamarc/src/tree/branch.h:642:24: note: Function in derived class
lamarc/src/tree/branch.h:643:24: style: The function 'IsRemovableRecombinationLeg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:190:22: note: Virtual function in base class
lamarc/src/tree/branch.h:643:24: note: Function in derived class
lamarc/src/tree/branch.h:644:24: style: The function 'GetRecPartner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:192:24: note: Virtual function in base class
lamarc/src/tree/branch.h:644:24: note: Function in derived class
lamarc/src/tree/branch.h:647:18: style: The function 'GetRecpoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:217:18: note: Virtual function in base class
lamarc/src/tree/branch.h:647:18: note: Function in derived class
lamarc/src/tree/branch.h:651:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:233:21: note: Virtual function in base class
lamarc/src/tree/branch.h:651:21: note: Function in derived class
lamarc/src/tree/branch.h:652:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:234:21: note: Virtual function in base class
lamarc/src/tree/branch.h:652:21: note: Function in derived class
lamarc/src/tree/branch.h:654:21: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:237:21: note: Virtual function in base class
lamarc/src/tree/branch.h:654:21: note: Function in derived class
lamarc/src/tree/branch.h:657:21: style: The function 'CheckInvariant' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:241:21: note: Virtual function in base class
lamarc/src/tree/branch.h:657:21: note: Function in derived class
lamarc/src/tree/branch.h:658:21: style: The function 'IsSameExceptForTimes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:246:21: note: Virtual function in base class
lamarc/src/tree/branch.h:658:21: note: Function in derived class
lamarc/src/tree/branch.h:659:21: style: The function 'RevalidateRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:259:21: note: Virtual function in base class
lamarc/src/tree/branch.h:659:21: note: Function in derived class
lamarc/src/tree/branch.h:662:20: style: The function 'GetGraphMLNodeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:270:22: note: Virtual function in base class
lamarc/src/tree/branch.h:662:20: note: Function in derived class
lamarc/src/tree/branch.h:663:20: style: The function 'AddNodeInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:269:22: note: Virtual function in base class
lamarc/src/tree/branch.h:663:20: note: Function in derived class
lamarc/src/tree/tree.h:249:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:112:23: note: Virtual function in base class
lamarc/src/tree/tree.h:249:23: note: Function in derived class
lamarc/src/tree/tree.h:250:23: style: The function 'MakeStump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:113:23: note: Virtual function in base class
lamarc/src/tree/tree.h:250:23: note: Function in derived class
lamarc/src/tree/tree.h:251:23: style: The function 'CalculateDataLikes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:150:23: note: Virtual function in base class
lamarc/src/tree/tree.h:251:23: note: Function in derived class
lamarc/src/tree/tree.h:252:23: style: The function 'Break' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:100:21: note: Virtual function in base class
lamarc/src/tree/tree.h:252:23: note: Function in derived class
lamarc/src/tree/tree.h:253:18: style: The function 'NumberOfRecombinations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:216:18: note: Virtual function in base class
lamarc/src/tree/tree.h:253:18: note: Function in derived class
lamarc/src/tree/tree.h:280:23: style: The function 'Break' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:100:21: note: Virtual function in base class
lamarc/src/tree/tree.h:280:23: note: Function in derived class
lamarc/src/tree/tree.h:289:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:112:23: note: Virtual function in base class
lamarc/src/tree/tree.h:289:23: note: Function in derived class
lamarc/src/tree/tree.h:290:23: style: The function 'MakeStump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:113:23: note: Virtual function in base class
lamarc/src/tree/tree.h:290:23: note: Function in derived class
lamarc/src/tree/tree.h:291:23: style: The function 'Clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:114:23: note: Virtual function in base class
lamarc/src/tree/tree.h:291:23: note: Function in derived class
lamarc/src/tree/tree.h:292:23: style: The function 'CopyTips' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:115:23: note: Virtual function in base class
lamarc/src/tree/tree.h:292:23: note: Function in derived class
lamarc/src/tree/tree.h:293:23: style: The function 'CopyBody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:116:23: note: Virtual function in base class
lamarc/src/tree/tree.h:293:23: note: Function in derived class
lamarc/src/tree/tree.h:294:23: style: The function 'CopyPartialBody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:118:23: note: Virtual function in base class
lamarc/src/tree/tree.h:294:23: note: Function in derived class
lamarc/src/tree/tree.h:297:26: style: The function 'GetLocusSubtrees' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:129:25: note: Virtual function in base class
lamarc/src/tree/tree.h:297:26: note: Function in derived class
lamarc/src/tree/tree.h:310:25: style: The function 'CreateTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:119:25: note: Virtual function in base class
lamarc/src/tree/tree.h:310:25: note: Function in derived class
lamarc/src/tree/tree.h:313:25: style: The function 'CreateTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:121:25: note: Virtual function in base class
lamarc/src/tree/tree.h:313:25: note: Function in derived class
lamarc/src/tree/tree.h:318:25: style: The function 'CalculateDataLikes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:150:23: note: Virtual function in base class
lamarc/src/tree/tree.h:318:25: note: Function in derived class
lamarc/src/tree/tree.h:326:33: style: The function 'ActivateTips' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:157:32: note: Virtual function in base class
lamarc/src/tree/tree.h:326:33: note: Function in derived class
lamarc/src/tree/tree.h:327:26: style: The function 'ActivateBranch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:158:26: note: Virtual function in base class
lamarc/src/tree/tree.h:327:26: note: Function in derived class
lamarc/src/tree/tree.h:328:26: style: The function 'ActivateRoot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:159:26: note: Virtual function in base class
lamarc/src/tree/tree.h:328:26: note: Function in derived class
lamarc/src/tree/tree.h:329:23: style: The function 'AttachBase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:167:23: note: Virtual function in base class
lamarc/src/tree/tree.h:329:23: note: Function in derived class
lamarc/src/tree/tree.h:330:33: style: The function 'FirstInterval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:170:32: note: Virtual function in base class
lamarc/src/tree/tree.h:330:33: note: Function in derived class
lamarc/src/tree/tree.h:331:23: style: The function 'NextInterval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:171:23: note: Virtual function in base class
lamarc/src/tree/tree.h:331:23: note: Function in derived class
lamarc/src/tree/tree.h:332:23: style: The function 'Prune' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:172:23: note: Virtual function in base class
lamarc/src/tree/tree.h:332:23: note: Function in derived class
lamarc/src/tree/tree.h:333:23: style: The function 'ReassignDLsFor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:176:23: note: Virtual function in base class
lamarc/src/tree/tree.h:333:23: note: Function in derived class
lamarc/src/tree/tree.h:336:26: style: The function 'CoalesceActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:186:26: note: Virtual function in base class
lamarc/src/tree/tree.h:336:26: note: Function in derived class
lamarc/src/tree/tree.h:338:26: style: The function 'CoalesceInactive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:188:26: note: Virtual function in base class
lamarc/src/tree/tree.h:338:26: note: Function in derived class
lamarc/src/tree/tree.h:340:26: style: The function 'Migrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:190:26: note: Virtual function in base class
lamarc/src/tree/tree.h:340:26: note: Function in derived class
lamarc/src/tree/tree.h:341:26: style: The function 'DiseaseMutate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:191:26: note: Virtual function in base class
lamarc/src/tree/tree.h:341:26: note: Function in derived class
lamarc/src/tree/tree.h:358:18: style: The function 'SimulateDataIfNeeded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:215:22: note: Virtual function in base class
lamarc/src/tree/tree.h:358:18: note: Function in derived class
lamarc/src/tree/tree.h:359:18: style: The function 'NumberOfRecombinations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:216:18: note: Virtual function in base class
lamarc/src/tree/tree.h:359:18: note: Function in derived class
lamarc/src/tree/tree.h:362:18: style: The function 'SetCurTargetLinkweightFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:211:19: note: Virtual function in base class
lamarc/src/tree/tree.h:362:18: note: Function in derived class
lamarc/src/tree/tree.h:363:18: style: The function 'ClearCurTargetLinkweight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:212:19: note: Virtual function in base class
lamarc/src/tree/tree.h:363:18: note: Function in derived class
lamarc/src/tree/argtree.cpp:469:57: performance: Function parameter 'edge' should be passed by const reference. [passedByValue]
lamarc/src/tree/arranger.cpp:119:12: style: The scope of the variable 'newevent' can be reduced. [variableScope]
lamarc/src/tree/arranger.cpp:200:12: style: The scope of the variable 'time' can be reduced. [variableScope]
lamarc/src/tree/arranger.cpp:254:12: style: The scope of the variable 'time' can be reduced. [variableScope]
lamarc/src/tree/arranger.cpp:291:19: style: The scope of the variable 'time' can be reduced. [variableScope]
lamarc/src/tree/arranger.cpp:189:76: style: Function 'EventTime' argument 3 names different: declaration 'nextT' definition 'maxtime'. [funcArgNamesDifferent]
lamarc/src/tree/arranger.h:134:73: note: Function 'EventTime' argument 3 names different: declaration 'nextT' definition 'maxtime'.
lamarc/src/tree/arranger.cpp:189:76: note: Function 'EventTime' argument 3 names different: declaration 'nextT' definition 'maxtime'.
lamarc/src/tree/arranger.cpp:731:23: style: Variable 'wh' is assigned a value that is never used. [unreadVariable]
lamarc/src/tree/arranger.cpp:912:10: style: Variable 'movingtipward' is assigned a value that is never used. [unreadVariable]
lamarc/src/tree/arranger.cpp:652:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/arranger.cpp:281:20: warning: Assert statement calls a function which may have desired side effects: 'GetTimeList'. [assertWithSideEffect]
lamarc/src/tree/arranger.cpp:692:38: warning: Assert statement calls a function which may have desired side effects: 'EndBranch'. [assertWithSideEffect]
lamarc/src/tree/arranger.cpp:860:53: warning: Assert statement calls a function which may have desired side effects: 'GetParameters'. [assertWithSideEffect]
lamarc/src/tree/arranger.cpp:976:53: warning: Assert statement calls a function which may have desired side effects: 'GetParameters'. [assertWithSideEffect]
lamarc/src/tree/arranger.h:274:10: performance: Technically the member function 'TreeSizeArranger::NodeChangesEpoch' can be static. [functionStatic]
lamarc/src/tree/arranger.cpp:783:24: note: Technically the member function 'TreeSizeArranger::NodeChangesEpoch' can be static.
lamarc/src/tree/arranger.h:274:10: note: Technically the member function 'TreeSizeArranger::NodeChangesEpoch' can be static.
lamarc/src/tree/arranger.h:408:12: performance: Technically the member function 'StairArranger::LnPBrownStickParams' can be static. [functionStatic]
lamarc/src/tree/arranger.cpp:1366:23: note: Technically the member function 'StairArranger::LnPBrownStickParams' can be static.
lamarc/src/tree/arranger.h:408:12: note: Technically the member function 'StairArranger::LnPBrownStickParams' can be static.
lamarc/src/tree/branchbuffer.h:73:5: style: Class 'BranchBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/prior.h:58:5: style: Class 'Prior' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/prior.h:59:5: style: Class 'Prior' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/arranger.h:235:5: style: Class 'HapArranger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/arranger.h:257:5: style: Class 'ProbHapArranger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/arranger.h:361:5: style: Class 'BayesArranger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/arranger.h:379:5: style: Class 'LocusArranger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/arranger.h:393:5: style: Class 'ZilchArranger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/arranger.h:411:5: style: Class 'StairArranger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/arranger.h:125:1: warning: The class 'ResimArranger' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/tree/arranger.h:287:1: warning: The class 'EpochSizeArranger' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/tree/arranger.h:351:1: warning: The class 'BayesArranger' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/tree/arranger.h:160:20: style: The function 'SetParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:101:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:160:20: note: Function in derived class
lamarc/src/tree/arranger.h:161:20: style: The function 'Rearrange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:102:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:161:20: note: Function in derived class
lamarc/src/tree/arranger.h:162:20: style: The function 'ScoreRearrangement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:103:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:162:20: note: Function in derived class
lamarc/src/tree/arranger.h:163:20: style: The function 'AcceptAndSynchronize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:104:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:163:20: note: Function in derived class
lamarc/src/tree/arranger.h:169:25: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:109:26: note: Virtual function in base class
lamarc/src/tree/arranger.h:169:25: note: Function in derived class
lamarc/src/tree/arranger.h:184:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:98:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:184:24: note: Function in derived class
lamarc/src/tree/arranger.h:185:29: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:169:25: note: Virtual function in base class
lamarc/src/tree/arranger.h:185:29: note: Function in derived class
lamarc/src/tree/arranger.h:201:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:98:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:201:24: note: Function in derived class
lamarc/src/tree/arranger.h:202:24: style: The function 'Rearrange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:161:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:202:24: note: Function in derived class
lamarc/src/tree/arranger.h:203:24: style: The function 'AcceptAndSynchronize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:163:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:203:24: note: Function in derived class
lamarc/src/tree/arranger.h:204:29: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:169:25: note: Virtual function in base class
lamarc/src/tree/arranger.h:204:29: note: Function in derived class
lamarc/src/tree/arranger.h:218:23: style: The function 'SetParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:101:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:218:23: note: Function in derived class
lamarc/src/tree/arranger.h:219:23: style: The function 'Rearrange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:102:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:219:23: note: Function in derived class
lamarc/src/tree/arranger.h:220:23: style: The function 'ScoreRearrangement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:103:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:220:23: note: Function in derived class
lamarc/src/tree/arranger.h:221:23: style: The function 'AcceptAndSynchronize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:104:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:221:23: note: Function in derived class
lamarc/src/tree/arranger.h:222:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:98:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:222:23: note: Function in derived class
lamarc/src/tree/arranger.h:223:28: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:109:26: note: Virtual function in base class
lamarc/src/tree/arranger.h:223:28: note: Function in derived class
lamarc/src/tree/arranger.h:236:23: style: The function 'Rearrange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:219:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:236:23: note: Function in derived class
lamarc/src/tree/arranger.h:237:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:222:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:237:23: note: Function in derived class
lamarc/src/tree/arranger.h:238:28: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:223:28: note: Virtual function in base class
lamarc/src/tree/arranger.h:238:28: note: Function in derived class
lamarc/src/tree/arranger.h:258:23: style: The function 'Rearrange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:219:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:258:23: note: Function in derived class
lamarc/src/tree/arranger.h:259:23: style: The function 'ScoreRearrangement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:220:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:259:23: note: Function in derived class
lamarc/src/tree/arranger.h:260:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:222:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:260:23: note: Function in derived class
lamarc/src/tree/arranger.h:261:28: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:223:28: note: Virtual function in base class
lamarc/src/tree/arranger.h:261:28: note: Function in derived class
lamarc/src/tree/arranger.h:271:20: style: The function 'Activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:135:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:271:20: note: Function in derived class
lamarc/src/tree/arranger.h:272:20: style: The function 'Resimulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:136:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:272:20: note: Function in derived class
lamarc/src/tree/arranger.h:273:20: style: The function 'CleanupAfterResimulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:139:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:273:20: note: Function in derived class
lamarc/src/tree/arranger.h:279:24: style: The function 'Hastings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:164:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:279:24: note: Function in derived class
lamarc/src/tree/arranger.h:280:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:98:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:280:24: note: Function in derived class
lamarc/src/tree/arranger.h:281:25: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:169:25: note: Virtual function in base class
lamarc/src/tree/arranger.h:281:25: note: Function in derived class
lamarc/src/tree/arranger.h:298:20: style: The function 'Activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:135:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:298:20: note: Function in derived class
lamarc/src/tree/arranger.h:299:18: style: The function 'Resimulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:136:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:299:18: note: Function in derived class
lamarc/src/tree/arranger.h:300:18: style: The function 'CleanupAfterResimulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:139:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:300:18: note: Function in derived class
lamarc/src/tree/arranger.h:305:24: style: The function 'Hastings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:164:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:305:24: note: Function in derived class
lamarc/src/tree/arranger.h:306:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:98:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:306:24: note: Function in derived class
lamarc/src/tree/arranger.h:307:25: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:169:25: note: Virtual function in base class
lamarc/src/tree/arranger.h:307:25: note: Function in derived class
lamarc/src/tree/arranger.h:311:21: style: The function 'Rearrange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:161:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:311:21: note: Function in derived class
lamarc/src/tree/arranger.h:312:21: style: The function 'ScoreRearrangement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:162:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:312:21: note: Function in derived class
lamarc/src/tree/arranger.h:313:21: style: The function 'AcceptAndSynchronize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:163:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:313:21: note: Function in derived class
lamarc/src/tree/arranger.h:330:20: style: The function 'Activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:135:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:330:20: note: Function in derived class
lamarc/src/tree/arranger.h:331:18: style: The function 'Resimulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:136:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:331:18: note: Function in derived class
lamarc/src/tree/arranger.h:332:18: style: The function 'CleanupAfterResimulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:139:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:332:18: note: Function in derived class
lamarc/src/tree/arranger.h:337:24: style: The function 'Hastings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:164:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:337:24: note: Function in derived class
lamarc/src/tree/arranger.h:338:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:98:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:338:24: note: Function in derived class
lamarc/src/tree/arranger.h:339:25: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:169:25: note: Virtual function in base class
lamarc/src/tree/arranger.h:339:25: note: Function in derived class
lamarc/src/tree/arranger.h:343:21: style: The function 'Rearrange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:161:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:343:21: note: Function in derived class
lamarc/src/tree/arranger.h:344:21: style: The function 'ScoreRearrangement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:162:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:344:21: note: Function in derived class
lamarc/src/tree/arranger.h:345:21: style: The function 'AcceptAndSynchronize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:163:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:345:21: note: Function in derived class
lamarc/src/tree/arranger.h:362:23: style: The function 'SetParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:101:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:362:23: note: Function in derived class
lamarc/src/tree/arranger.h:363:23: style: The function 'Rearrange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:102:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:363:23: note: Function in derived class
lamarc/src/tree/arranger.h:364:23: style: The function 'ScoreRearrangement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:103:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:364:23: note: Function in derived class
lamarc/src/tree/arranger.h:365:23: style: The function 'AcceptAndSynchronize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:104:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:365:23: note: Function in derived class
lamarc/src/tree/arranger.h:366:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:98:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:366:23: note: Function in derived class
lamarc/src/tree/arranger.h:367:25: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:109:26: note: Virtual function in base class
lamarc/src/tree/arranger.h:367:25: note: Function in derived class
lamarc/src/tree/arranger.h:380:23: style: The function 'SetParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:101:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:380:23: note: Function in derived class
lamarc/src/tree/arranger.h:381:23: style: The function 'Rearrange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:102:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:381:23: note: Function in derived class
lamarc/src/tree/arranger.h:382:23: style: The function 'ScoreRearrangement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:103:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:382:23: note: Function in derived class
lamarc/src/tree/arranger.h:383:23: style: The function 'AcceptAndSynchronize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:104:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:383:23: note: Function in derived class
lamarc/src/tree/arranger.h:384:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:98:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:384:23: note: Function in derived class
lamarc/src/tree/arranger.h:385:25: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:109:26: note: Virtual function in base class
lamarc/src/tree/arranger.h:385:25: note: Function in derived class
lamarc/src/tree/arranger.h:395:18: style: The function 'SetParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:101:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:395:18: note: Function in derived class
lamarc/src/tree/arranger.h:396:18: style: The function 'Rearrange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:102:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:396:18: note: Function in derived class
lamarc/src/tree/arranger.h:397:18: style: The function 'ScoreRearrangement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:103:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:397:18: note: Function in derived class
lamarc/src/tree/arranger.h:398:18: style: The function 'AcceptAndSynchronize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:104:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:398:18: note: Function in derived class
lamarc/src/tree/arranger.h:399:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:98:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:399:23: note: Function in derived class
lamarc/src/tree/arranger.h:400:25: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:109:26: note: Virtual function in base class
lamarc/src/tree/arranger.h:400:25: note: Function in derived class
lamarc/src/tree/arranger.h:413:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:98:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:413:23: note: Function in derived class
lamarc/src/tree/arranger.h:414:25: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:109:26: note: Virtual function in base class
lamarc/src/tree/arranger.h:414:25: note: Function in derived class
lamarc/src/tree/arranger.h:417:18: style: The function 'SetParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:101:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:417:18: note: Function in derived class
lamarc/src/tree/arranger.h:418:18: style: The function 'Rearrange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:102:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:418:18: note: Function in derived class
lamarc/src/tree/arranger.h:419:18: style: The function 'ScoreRearrangement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:103:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:419:18: note: Function in derived class
lamarc/src/tree/arranger.h:420:18: style: The function 'AcceptAndSynchronize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:104:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:420:18: note: Function in derived class
lamarc/src/tree/prior.h:62:38: performance: Function parameter 'src' should be passed by const reference. [passedByValue]
lamarc/src/tree/arrangervec.cpp:208:12: style: The scope of the variable 'timing' can be reduced. [variableScope]
lamarc/src/tree/arrangervec.cpp:134:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/arrangervec.cpp:236:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/branch.cpp:852:27: style: Condition 'trueCount==0' is always true [knownConditionTrueFalse]
lamarc/src/tree/branch.cpp:845:26: note: Assignment 'trueCount=0', assigned value is 0
lamarc/src/tree/branch.cpp:852:27: note: Condition 'trueCount==0' is always true
lamarc/src/tree/branch.cpp:852:27: style: Same expression on both sides of '==' because the value of 'trueCount' and '0' are the same. [duplicateExpression]
lamarc/src/tree/branch.cpp:845:26: note: 'trueCount' is assigned value '0' here.
lamarc/src/tree/branch.cpp:852:27: note: Same expression on both sides of '==' because the value of 'trueCount' and '0' are the same.
lamarc/src/tree/branch.cpp:1031:53: style: Function 'IsSameExceptForTimes' argument 1 names different: declaration 'other' definition 'src'. [funcArgNamesDifferent]
lamarc/src/tree/branch.h:356:59: note: Function 'IsSameExceptForTimes' argument 1 names different: declaration 'other' definition 'src'.
lamarc/src/tree/branch.cpp:1031:53: note: Function 'IsSameExceptForTimes' argument 1 names different: declaration 'other' definition 'src'.
lamarc/src/tree/branch.cpp:1230:39: style: Function 'ReplaceChild' argument 1 names different: declaration 'oldchild' definition 'pOldChild'. [funcArgNamesDifferent]
lamarc/src/tree/branch.h:399:46: note: Function 'ReplaceChild' argument 1 names different: declaration 'oldchild' definition 'pOldChild'.
lamarc/src/tree/branch.cpp:1230:39: note: Function 'ReplaceChild' argument 1 names different: declaration 'oldchild' definition 'pOldChild'.
lamarc/src/tree/branch.cpp:1230:61: style: Function 'ReplaceChild' argument 2 names different: declaration 'newchild' definition 'pNewChild'. [funcArgNamesDifferent]
lamarc/src/tree/branch.h:399:67: note: Function 'ReplaceChild' argument 2 names different: declaration 'newchild' definition 'pNewChild'.
lamarc/src/tree/branch.cpp:1230:61: note: Function 'ReplaceChild' argument 2 names different: declaration 'newchild' definition 'pNewChild'.
lamarc/src/tree/branch.cpp:1927:58: style: Function 'RBranch' argument 2 names different: declaration 'isinactive' definition 'newbranchisinactive'. [funcArgNamesDifferent]
lamarc/src/tree/branch.h:624:53: note: Function 'RBranch' argument 2 names different: declaration 'isinactive' definition 'newbranchisinactive'.
lamarc/src/tree/branch.cpp:1927:58: note: Function 'RBranch' argument 2 names different: declaration 'isinactive' definition 'newbranchisinactive'.
lamarc/src/tree/branch.cpp:1945:70: style: Function 'CreateRange' argument 2 names different: declaration 'isinactive' definition 'newbranchisinactive'. [funcArgNamesDifferent]
lamarc/src/tree/branch.h:620:65: note: Function 'CreateRange' argument 2 names different: declaration 'isinactive' definition 'newbranchisinactive'.
lamarc/src/tree/branch.cpp:1945:70: note: Function 'CreateRange' argument 2 names different: declaration 'isinactive' definition 'newbranchisinactive'.
lamarc/src/tree/branch.cpp:2055:41: style: Function 'operator==' argument 1 names different: declaration 'src' definition 'other'. [funcArgNamesDifferent]
lamarc/src/tree/branch.h:654:47: note: Function 'operator==' argument 1 names different: declaration 'src' definition 'other'.
lamarc/src/tree/branch.cpp:2055:41: note: Function 'operator==' argument 1 names different: declaration 'src' definition 'other'.
lamarc/src/tree/branch.cpp:1864:22: style: Variable 'chpop' is assigned a value that is never used. [unreadVariable]
lamarc/src/tree/branch.cpp:1898:22: style: Variable 'chpop' is assigned a value that is never used. [unreadVariable]
lamarc/src/tree/intervaldata.h:142:19: style: Technically the member function 'IntervalData::size' can be const. [functionConst]
lamarc/src/tree/branch.h:109:18: warning: Virtual function 'CopyAllMembers' is called from copy constructor 'Branch(const Branch&src)' at line 138. Dynamic binding is not used. [virtualCallInConstructor]
lamarc/src/tree/branch.cpp:138:5: note: Calling CopyAllMembers
lamarc/src/tree/branch.h:109:18: note: CopyAllMembers is a virtual method
lamarc/src/tree/summary.h:126:18: style: The function 'ComputeShortPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:73:18: note: Virtual function in base class
lamarc/src/tree/summary.h:126:18: note: Function in derived class
lamarc/src/tree/summary.h:127:18: style: The function 'ComputeShortWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:74:18: note: Virtual function in base class
lamarc/src/tree/summary.h:127:18: note: Function in derived class
lamarc/src/tree/summary.h:128:18: style: The function 'ComputeShortPicks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:75:18: note: Virtual function in base class
lamarc/src/tree/summary.h:128:18: note: Function in derived class
lamarc/src/tree/summary.h:137:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:86:23: note: Virtual function in base class
lamarc/src/tree/summary.h:137:23: note: Function in derived class
lamarc/src/tree/summary.h:138:18: style: The function 'AdjustSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:102:18: note: Virtual function in base class
lamarc/src/tree/summary.h:138:18: note: Function in derived class
lamarc/src/tree/summary.h:139:20: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:106:20: note: Virtual function in base class
lamarc/src/tree/summary.h:139:20: note: Function in derived class
lamarc/src/tree/summary.h:149:18: style: The function 'ComputeShortPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:73:18: note: Virtual function in base class
lamarc/src/tree/summary.h:149:18: note: Function in derived class
lamarc/src/tree/summary.h:150:18: style: The function 'ComputeShortWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:74:18: note: Virtual function in base class
lamarc/src/tree/summary.h:150:18: note: Function in derived class
lamarc/src/tree/summary.h:163:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:86:23: note: Virtual function in base class
lamarc/src/tree/summary.h:163:23: note: Function in derived class
lamarc/src/tree/summary.h:164:18: style: The function 'AdjustSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:102:18: note: Virtual function in base class
lamarc/src/tree/summary.h:164:18: note: Function in derived class
lamarc/src/tree/summary.h:165:20: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:106:20: note: Virtual function in base class
lamarc/src/tree/summary.h:165:20: note: Function in derived class
lamarc/src/tree/summary.h:174:18: style: The function 'ComputeShortPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:73:18: note: Virtual function in base class
lamarc/src/tree/summary.h:174:18: note: Function in derived class
lamarc/src/tree/summary.h:175:18: style: The function 'ComputeShortWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:74:18: note: Virtual function in base class
lamarc/src/tree/summary.h:175:18: note: Function in derived class
lamarc/src/tree/summary.h:187:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:86:23: note: Virtual function in base class
lamarc/src/tree/summary.h:187:23: note: Function in derived class
lamarc/src/tree/summary.h:188:18: style: The function 'AdjustSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:102:18: note: Virtual function in base class
lamarc/src/tree/summary.h:188:18: note: Function in derived class
lamarc/src/tree/summary.h:189:20: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:106:20: note: Virtual function in base class
lamarc/src/tree/summary.h:189:20: note: Function in derived class
lamarc/src/tree/summary.h:200:18: style: The function 'ComputeShortPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:73:18: note: Virtual function in base class
lamarc/src/tree/summary.h:200:18: note: Function in derived class
lamarc/src/tree/summary.h:201:18: style: The function 'ComputeShortWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:74:18: note: Virtual function in base class
lamarc/src/tree/summary.h:201:18: note: Function in derived class
lamarc/src/tree/summary.h:213:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:86:23: note: Virtual function in base class
lamarc/src/tree/summary.h:213:23: note: Function in derived class
lamarc/src/tree/summary.h:214:18: style: The function 'AdjustSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:102:18: note: Virtual function in base class
lamarc/src/tree/summary.h:214:18: note: Function in derived class
lamarc/src/tree/summary.h:215:20: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:106:20: note: Virtual function in base class
lamarc/src/tree/summary.h:215:20: note: Function in derived class
lamarc/src/tree/summary.h:224:18: style: The function 'ComputeShortPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:73:18: note: Virtual function in base class
lamarc/src/tree/summary.h:224:18: note: Function in derived class
lamarc/src/tree/summary.h:225:18: style: The function 'ComputeShortWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:74:18: note: Virtual function in base class
lamarc/src/tree/summary.h:225:18: note: Function in derived class
lamarc/src/tree/summary.h:234:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:86:23: note: Virtual function in base class
lamarc/src/tree/summary.h:234:23: note: Function in derived class
lamarc/src/tree/summary.h:235:18: style: The function 'AdjustSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:102:18: note: Virtual function in base class
lamarc/src/tree/summary.h:235:18: note: Function in derived class
lamarc/src/tree/summary.h:236:20: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:106:20: note: Virtual function in base class
lamarc/src/tree/summary.h:236:20: note: Function in derived class
lamarc/src/tree/summary.h:249:18: style: The function 'ComputeShortPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:73:18: note: Virtual function in base class
lamarc/src/tree/summary.h:249:18: note: Function in derived class
lamarc/src/tree/summary.h:250:18: style: The function 'ComputeShortWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:74:18: note: Virtual function in base class
lamarc/src/tree/summary.h:250:18: note: Function in derived class
lamarc/src/tree/summary.h:264:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:86:23: note: Virtual function in base class
lamarc/src/tree/summary.h:264:23: note: Function in derived class
lamarc/src/tree/summary.h:265:18: style: The function 'AdjustSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:102:18: note: Virtual function in base class
lamarc/src/tree/summary.h:265:18: note: Function in derived class
lamarc/src/tree/summary.h:266:20: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:106:20: note: Virtual function in base class
lamarc/src/tree/summary.h:266:20: note: Function in derived class
lamarc/src/tree/treesum.h:182:27: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/treesum.h:111:27: note: Virtual function in base class
lamarc/src/tree/treesum.h:182:27: note: Function in derived class
lamarc/src/tree/treesum.h:185:18: style: The function 'Summarize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/treesum.h:114:18: note: Virtual function in base class
lamarc/src/tree/treesum.h:185:18: note: Function in derived class
lamarc/src/tree/branchbuffer.cpp:258:50: style: Function 'RemoveBranch' argument 1 names different: declaration 'force' definition 'forceid'. [funcArgNamesDifferent]
lamarc/src/tree/branchbuffer.h:92:40: note: Function 'RemoveBranch' argument 1 names different: declaration 'force' definition 'forceid'.
lamarc/src/tree/branchbuffer.cpp:258:50: note: Function 'RemoveBranch' argument 1 names different: declaration 'force' definition 'forceid'.
lamarc/src/tree/branchbuffer.cpp:285:50: style: Function 'RemoveBranch' argument 1 names different: declaration 'force' definition 'forceid'. [funcArgNamesDifferent]
lamarc/src/tree/branchbuffer.h:93:40: note: Function 'RemoveBranch' argument 1 names different: declaration 'force' definition 'forceid'.
lamarc/src/tree/branchbuffer.cpp:285:50: note: Function 'RemoveBranch' argument 1 names different: declaration 'force' definition 'forceid'.
lamarc/src/tree/branchbuffer.h:115:12: performance: Technically the member function 'BranchBuffer::IncreaseFCCount' can be static. [functionStatic]
lamarc/src/tree/branchbuffer.cpp:337:20: note: Technically the member function 'BranchBuffer::IncreaseFCCount' can be static.
lamarc/src/tree/branchbuffer.h:115:12: note: Technically the member function 'BranchBuffer::IncreaseFCCount' can be static.
lamarc/src/tree/branchtag.cpp:46:5: performance: Variable 'm_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lamarc/src/tree/branchtag.h:54:10: performance: Technically the member function 'BranchTag::DecrementID' can be static. [functionStatic]
lamarc/src/tree/branchtag.cpp:62:17: note: Technically the member function 'BranchTag::DecrementID' can be static.
lamarc/src/tree/branchtag.h:54:10: note: Technically the member function 'BranchTag::DecrementID' can be static.
lamarc/src/tree/chain.cpp:199:10: style: The scope of the variable 'bad_denovo' can be reduced. [variableScope]
lamarc/src/tree/chain.cpp:365:10: style: The scope of the variable 'tree_is_bad' can be reduced. [variableScope]
lamarc/src/tree/chain.cpp:61:34: style: Function 'Chain' argument 4 names different: declaration 'collection' definition 'collmanager'. [funcArgNamesDifferent]
lamarc/src/tree/chain.h:106:30: note: Function 'Chain' argument 4 names different: declaration 'collection' definition 'collmanager'.
lamarc/src/tree/chain.cpp:61:34: note: Function 'Chain' argument 4 names different: declaration 'collection' definition 'collmanager'.
lamarc/src/tree/chain.cpp:286:30: style: Function 'StartChain' argument 1 names different: declaration 'chnumber' definition 'chainnumber'. [funcArgNamesDifferent]
lamarc/src/tree/chain.h:132:26: note: Function 'StartChain' argument 1 names different: declaration 'chnumber' definition 'chainnumber'.
lamarc/src/tree/chain.cpp:286:30: note: Function 'StartChain' argument 1 names different: declaration 'chnumber' definition 'chainnumber'.
lamarc/src/tree/chain.cpp:286:48: style: Function 'StartChain' argument 2 names different: declaration 'chtype' definition 'chaintype'. [funcArgNamesDifferent]
lamarc/src/tree/chain.h:132:41: note: Function 'StartChain' argument 2 names different: declaration 'chtype' definition 'chaintype'.
lamarc/src/tree/chain.cpp:286:48: note: Function 'StartChain' argument 2 names different: declaration 'chtype' definition 'chaintype'.
lamarc/src/tree/chain.cpp:326:37: style: Function 'StartBayesianChain' argument 1 names different: declaration 'chnumber' definition 'chainnumber'. [funcArgNamesDifferent]
lamarc/src/tree/chain.h:139:34: note: Function 'StartBayesianChain' argument 1 names different: declaration 'chnumber' definition 'chainnumber'.
lamarc/src/tree/chain.cpp:326:37: note: Function 'StartBayesianChain' argument 1 names different: declaration 'chnumber' definition 'chainnumber'.
lamarc/src/tree/chain.cpp:326:55: style: Function 'StartBayesianChain' argument 2 names different: declaration 'chtype' definition 'chaintype'. [funcArgNamesDifferent]
lamarc/src/tree/chain.h:139:49: note: Function 'StartBayesianChain' argument 2 names different: declaration 'chtype' definition 'chaintype'.
lamarc/src/tree/chain.cpp:326:55: note: Function 'StartBayesianChain' argument 2 names different: declaration 'chtype' definition 'chaintype'.
lamarc/src/tree/chain.cpp:657:37: style: Function 'SwapTemperatures' argument 1 names different: declaration 'other' definition 'hot'. [funcArgNamesDifferent]
lamarc/src/tree/chain.h:99:34: note: Function 'SwapTemperatures' argument 1 names different: declaration 'other' definition 'hot'.
lamarc/src/tree/chain.cpp:657:37: note: Function 'SwapTemperatures' argument 1 names different: declaration 'other' definition 'hot'.
lamarc/src/tree/chain.cpp:668:35: style: Function 'SwapParameters' argument 1 names different: declaration 'other' definition 'hot'. [funcArgNamesDifferent]
lamarc/src/tree/chain.h:100:32: note: Function 'SwapParameters' argument 1 names different: declaration 'other' definition 'hot'.
lamarc/src/tree/chain.cpp:668:35: note: Function 'SwapParameters' argument 1 names different: declaration 'other' definition 'hot'.
lamarc/src/tree/chain.cpp:275:25: warning: Assert statement calls a function which may have desired side effects: 'GetTree'. [assertWithSideEffect]
lamarc/src/tree/chain.cpp:279:25: warning: Assert statement calls a function which may have desired side effects: 'GetOldTree'. [assertWithSideEffect]
lamarc/src/tree/chain.cpp:394:29: warning: Assert statement calls a function which may have desired side effects: 'GetTree'. [assertWithSideEffect]
lamarc/src/tree/chain.cpp:395:29: warning: Assert statement calls a function which may have desired side effects: 'GetOldTree'. [assertWithSideEffect]
lamarc/src/tree/chain.cpp:98:16: warning: Member variable 'Chain::m_randomsource' is not assigned a value in 'Chain::operator='. [operatorEqVarError]
lamarc/src/tree/chain.cpp:98:16: warning: Member variable 'Chain::m_runreport' is not assigned a value in 'Chain::operator='. [operatorEqVarError]
lamarc/src/tree/chain.h:129:10: performance: Technically the member function 'Chain::EndReplicate' can be static. [functionStatic]
lamarc/src/tree/collector.h:128:5: style: Class 'MapCollector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/newick.h:79:5: style: Class 'NewickTree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/newick.h:105:5: style: Class 'NewickNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/collector.h:87:18: style: The function 'Score' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/collector.h:57:18: note: Virtual function in base class
lamarc/src/tree/collector.h:87:18: note: Function in derived class
lamarc/src/tree/collector.h:88:18: style: The function 'WriteLastSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/collector.h:61:18: note: Virtual function in base class
lamarc/src/tree/collector.h:88:18: note: Function in derived class
lamarc/src/tree/collector.h:89:18: style: The function 'WriteAllSummaries' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/collector.h:62:18: note: Virtual function in base class
lamarc/src/tree/collector.h:89:18: note: Function in derived class
lamarc/src/tree/collector.h:90:18: style: The function 'CorrectForFatalAttraction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/collector.h:58:18: note: Virtual function in base class
lamarc/src/tree/collector.h:90:18: note: Function in derived class
lamarc/src/tree/collector.h:108:18: style: The function 'Score' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/collector.h:57:18: note: Virtual function in base class
lamarc/src/tree/collector.h:108:18: note: Function in derived class
lamarc/src/tree/collector.h:110:18: style: The function 'WriteLastSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/collector.h:61:18: note: Virtual function in base class
lamarc/src/tree/collector.h:110:18: note: Function in derived class
lamarc/src/tree/collector.h:111:18: style: The function 'WriteAllSummaries' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/collector.h:62:18: note: Virtual function in base class
lamarc/src/tree/collector.h:111:18: note: Function in derived class
lamarc/src/tree/collector.h:112:18: style: The function 'UpdateArrangers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/collector.h:59:18: note: Virtual function in base class
lamarc/src/tree/collector.h:112:18: note: Function in derived class
lamarc/src/tree/collector.h:130:18: style: The function 'Score' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/collector.h:57:18: note: Virtual function in base class
lamarc/src/tree/collector.h:130:18: note: Function in derived class
lamarc/src/tree/collector.h:132:18: style: The function 'WriteLastSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/collector.h:61:18: note: Virtual function in base class
lamarc/src/tree/collector.h:132:18: note: Function in derived class
lamarc/src/tree/collector.h:133:18: style: The function 'WriteAllSummaries' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/collector.h:62:18: note: Virtual function in base class
lamarc/src/tree/collector.h:133:18: note: Function in derived class
lamarc/src/tree/newick.h:58:18: style: The function 'ToLamarcTree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/newick.h:46:18: note: Virtual function in base class
lamarc/src/tree/newick.h:58:18: note: Function in derived class
lamarc/src/tree/newick.h:82:18: style: The function 'Exists' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/newick.h:45:18: note: Virtual function in base class
lamarc/src/tree/newick.h:82:18: note: Function in derived class
lamarc/src/tree/newick.h:83:10: style: The function 'ToLamarcTree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/newick.h:46:18: note: Virtual function in base class
lamarc/src/tree/newick.h:83:10: note: Function in derived class
lamarc/src/tree/chainstate.cpp:77:25: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
lamarc/src/tree/collector.cpp:71:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/collector.cpp:463:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/collmanager.cpp:40:43: style: Function 'CollectionManager' argument 1 names different: declaration 'nregions' definition 'numreg'. [funcArgNamesDifferent]
lamarc/src/tree/collmanager.h:70:28: note: Function 'CollectionManager' argument 1 names different: declaration 'nregions' definition 'numreg'.
lamarc/src/tree/collmanager.cpp:40:43: note: Function 'CollectionManager' argument 1 names different: declaration 'nregions' definition 'numreg'.
lamarc/src/tree/collmanager.cpp:40:56: style: Function 'CollectionManager' argument 2 names different: declaration 'nreplicates' definition 'numrep'. [funcArgNamesDifferent]
lamarc/src/tree/collmanager.h:70:43: note: Function 'CollectionManager' argument 2 names different: declaration 'nreplicates' definition 'numrep'.
lamarc/src/tree/collmanager.cpp:40:56: note: Function 'CollectionManager' argument 2 names different: declaration 'nreplicates' definition 'numrep'.
lamarc/src/tree/collmanager.cpp:226:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/collmanager.h:76:10: performance: Technically the member function 'CollectionManager::WriteNewickTreeFile' can be static. [functionStatic]
lamarc/src/tree/collmanager.cpp:170:25: note: Technically the member function 'CollectionManager::WriteNewickTreeFile' can be static.
lamarc/src/tree/collmanager.h:76:10: note: Technically the member function 'CollectionManager::WriteNewickTreeFile' can be static.
lamarc/src/tree/parameter.h:245:5: style: Class 'ParamVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/fc_status.cpp:260:10: style: The scope of the variable 'current_site_index' can be reduced. [variableScope]
lamarc/src/tree/fc_status.cpp:261:10: style: The scope of the variable 'current_branch_count' can be reduced. [variableScope]
lamarc/src/tree/fc_status.h:140:14: style: Technically the member function 'FC_Status::Coalesced_Sites' can be const. [functionConst]
lamarc/src/tree/fc_status.cpp:58:21: note: Technically the member function 'FC_Status::Coalesced_Sites' can be const.
lamarc/src/tree/fc_status.h:140:14: note: Technically the member function 'FC_Status::Coalesced_Sites' can be const.
lamarc/src/tree/individual.cpp:74:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/individual.cpp:151:20: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/individual.cpp:324:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/individual.cpp:431:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/parameter.cpp:174:63: style: Function 'Parameter' argument 2 names different: declaration 'paramIndex' definition 'paramvecIndex'. [funcArgNamesDifferent]
lamarc/src/tree/parameter.h:165:56: note: Function 'Parameter' argument 2 names different: declaration 'paramIndex' definition 'paramvecIndex'.
lamarc/src/tree/parameter.cpp:174:63: note: Function 'Parameter' argument 2 names different: declaration 'paramIndex' definition 'paramvecIndex'.
lamarc/src/tree/parameter.cpp:453:31: style: Function 'ParamVector' argument 1 names different: declaration 'rd' definition 'readonly'. [funcArgNamesDifferent]
lamarc/src/tree/parameter.h:245:22: note: Function 'ParamVector' argument 1 names different: declaration 'rd' definition 'readonly'.
lamarc/src/tree/parameter.cpp:453:31: note: Function 'ParamVector' argument 1 names different: declaration 'rd' definition 'readonly'.
lamarc/src/tree/parameter.cpp:675:10: style: Unused variable: chosen [unusedVariable]
lamarc/src/tree/parameter.cpp:538:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/parameter.cpp:574:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/parameter.cpp:174:12: warning: Member variable 'Parameter::m_truevalue' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tree/parameter.h:191:10: style: Technically the member function 'Parameter::IsZeroTrueMin' can be const. [functionConst]
lamarc/src/tree/parameter.cpp:212:17: note: Technically the member function 'Parameter::IsZeroTrueMin' can be const.
lamarc/src/tree/parameter.h:191:10: note: Technically the member function 'Parameter::IsZeroTrueMin' can be const.
lamarc/src/tree/partition.h:44:5: warning: Member variable 'XPartition::m_hasparam' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tree/partition.h:64:5: style: Class 'Partition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/prior.cpp:115:81: style: Function 'RandomDrawWithReflection' argument 2 names different: declaration 'windowpercent' definition 'windowfraction'. [funcArgNamesDifferent]
lamarc/src/tree/prior.h:73:86: note: Function 'RandomDrawWithReflection' argument 2 names different: declaration 'windowpercent' definition 'windowfraction'.
lamarc/src/tree/prior.cpp:115:81: note: Function 'RandomDrawWithReflection' argument 2 names different: declaration 'windowpercent' definition 'windowfraction'.
lamarc/src/tree/prior.cpp:38:26: performance: Function parameter 'uiprior' should be passed by const reference. [passedByValue]
lamarc/src/tree/prior.cpp:78:36: performance: Function parameter 'src' should be passed by const reference. [passedByValue]
lamarc/src/tree/range.cpp:168:46: style: Function 'UpdateMRange' argument 1 names different: declaration 'childrangeptr' definition 'child1rangeptr'. [funcArgNamesDifferent]
lamarc/src/tree/range.h:304:51: note: Function 'UpdateMRange' argument 1 names different: declaration 'childrangeptr' definition 'child1rangeptr'.
lamarc/src/tree/range.cpp:168:46: note: Function 'UpdateMRange' argument 1 names different: declaration 'childrangeptr' definition 'child1rangeptr'.
lamarc/src/tree/range.cpp:177:46: style: Function 'UpdateRRange' argument 1 names different: declaration 'childrangeptr' definition 'child1rangeptr'. [funcArgNamesDifferent]
lamarc/src/tree/range.h:305:51: note: Function 'UpdateRRange' argument 1 names different: declaration 'childrangeptr' definition 'child1rangeptr'.
lamarc/src/tree/range.cpp:177:46: note: Function 'UpdateRRange' argument 1 names different: declaration 'childrangeptr' definition 'child1rangeptr'.
lamarc/src/tree/range.cpp:678:49: style: Function 'UpdateMRange' argument 1 names different: declaration 'childrangeptr' definition 'child1rangeptr'. [funcArgNamesDifferent]
lamarc/src/tree/range.h:479:51: note: Function 'UpdateMRange' argument 1 names different: declaration 'childrangeptr' definition 'child1rangeptr'.
lamarc/src/tree/range.cpp:678:49: note: Function 'UpdateMRange' argument 1 names different: declaration 'childrangeptr' definition 'child1rangeptr'.
lamarc/src/tree/range.cpp:698:49: style: Function 'UpdateRRange' argument 1 names different: declaration 'childrangeptr' definition 'child1rangeptr'. [funcArgNamesDifferent]
lamarc/src/tree/range.h:480:51: note: Function 'UpdateRRange' argument 1 names different: declaration 'childrangeptr' definition 'child1rangeptr'.
lamarc/src/tree/range.cpp:698:49: note: Function 'UpdateRRange' argument 1 names different: declaration 'childrangeptr' definition 'child1rangeptr'.
lamarc/src/tree/range.cpp:1176:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/rectree.cpp:809:10: style: The scope of the variable 'littlelink' can be reduced. [variableScope]
lamarc/src/tree/rectree.cpp:129:32: style: Function 'Break' argument 1 names different: declaration 'branch' definition 'pBranch'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:280:40: note: Function 'Break' argument 1 names different: declaration 'branch' definition 'pBranch'.
lamarc/src/tree/rectree.cpp:129:32: note: Function 'Break' argument 1 names different: declaration 'branch' definition 'pBranch'.
lamarc/src/tree/rectree.cpp:231:39: style: Function 'NextInterval' argument 1 names different: declaration 'branch' definition 'pBranch'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:331:47: note: Function 'NextInterval' argument 1 names different: declaration 'branch' definition 'pBranch'.
lamarc/src/tree/rectree.cpp:231:39: note: Function 'NextInterval' argument 1 names different: declaration 'branch' definition 'pBranch'.
lamarc/src/tree/rectree.cpp:491:48: style: Function 'RecombineActive' argument 4 names different: declaration 'active' definition 'pActive'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:343:43: note: Function 'RecombineActive' argument 4 names different: declaration 'active' definition 'pActive'.
lamarc/src/tree/rectree.cpp:491:48: note: Function 'RecombineActive' argument 4 names different: declaration 'active' definition 'pActive'.
lamarc/src/tree/rectree.cpp:582:50: style: Function 'RecombineInactive' argument 4 names different: declaration 'active' definition 'pBranch'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:345:45: note: Function 'RecombineInactive' argument 4 names different: declaration 'active' definition 'pBranch'.
lamarc/src/tree/rectree.cpp:582:50: note: Function 'RecombineInactive' argument 4 names different: declaration 'active' definition 'pBranch'.
lamarc/src/tree/rectree.cpp:773:55: style: Function 'CalculateDataLikesForMovingLocus' argument 1 names different: declaration 'mloc' definition 'loc'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:319:63: note: Function 'CalculateDataLikesForMovingLocus' argument 1 names different: declaration 'mloc' definition 'loc'.
lamarc/src/tree/rectree.cpp:773:55: note: Function 'CalculateDataLikesForMovingLocus' argument 1 names different: declaration 'mloc' definition 'loc'.
lamarc/src/tree/tree.h:354:17: performance: Technically the member function 'RecTree::ZeroDisallowedSites' can be static. [functionStatic]
lamarc/src/tree/rectree.cpp:969:22: note: Technically the member function 'RecTree::ZeroDisallowedSites' can be static.
lamarc/src/tree/tree.h:354:17: note: Technically the member function 'RecTree::ZeroDisallowedSites' can be static.
lamarc/src/tree/tempident.cpp:188:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/tempident.h:92:11: style: Technically the member function 'TemperatureIdentity::Sample' can be const. [functionConst]
lamarc/src/tree/tempident.cpp:141:27: note: Technically the member function 'TemperatureIdentity::Sample' can be const.
lamarc/src/tree/tempident.h:92:11: note: Technically the member function 'TemperatureIdentity::Sample' can be const.
lamarc/src/tree/timelist.cpp:1207:9: style: Variable 'newbranch' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lamarc/src/tree/timelist.cpp:1206:0: note: Variable 'newbranch' is reassigned a value before the old one has been used if variable is no semaphore variable.
lamarc/src/tree/timelist.cpp:1207:9: note: Variable 'newbranch' is reassigned a value before the old one has been used if variable is no semaphore variable.
lamarc/src/tree/timelist.cpp:830:18: style: The scope of the variable 'site' can be reduced. [variableScope]
lamarc/src/tree/timelist.cpp:677:42: style: Function 'FindIter' argument 1 names different: declaration 'br' definition 'branch'. [funcArgNamesDifferent]
lamarc/src/tree/timelist.h:150:42: note: Function 'FindIter' argument 1 names different: declaration 'br' definition 'branch'.
lamarc/src/tree/timelist.cpp:677:42: note: Function 'FindIter' argument 1 names different: declaration 'br' definition 'branch'.
lamarc/src/tree/timelist.cpp:684:47: style: Function 'FindIter' argument 1 names different: declaration 'br' definition 'branch'. [funcArgNamesDifferent]
lamarc/src/tree/timelist.h:151:42: note: Function 'FindIter' argument 1 names different: declaration 'br' definition 'branch'.
lamarc/src/tree/timelist.cpp:684:47: note: Function 'FindIter' argument 1 names different: declaration 'br' definition 'branch'.
lamarc/src/tree/timelist.cpp:802:39: style: Function 'PrintTimeList' argument 1 names different: declaration 'of' definition 'os'. [funcArgNamesDifferent]
lamarc/src/tree/timelist.h:176:39: note: Function 'PrintTimeList' argument 1 names different: declaration 'of' definition 'os'.
lamarc/src/tree/timelist.cpp:802:39: note: Function 'PrintTimeList' argument 1 names different: declaration 'of' definition 'os'.
lamarc/src/tree/timelist.cpp:1330:53: style: Function 'UpdateFirstsIfNecessary' argument 1 names different: declaration 'brit' definition 'branch'. [funcArgNamesDifferent]
lamarc/src/tree/timelist.h:85:47: note: Function 'UpdateFirstsIfNecessary' argument 1 names different: declaration 'brit' definition 'branch'.
lamarc/src/tree/timelist.cpp:1330:53: note: Function 'UpdateFirstsIfNecessary' argument 1 names different: declaration 'brit' definition 'branch'.
lamarc/src/tree/timelist.cpp:1598:0: style: Variable 'nbr' is modified but its new value is never used. [unreadVariable]
lamarc/src/tree/timelist.cpp:71:5: performance: Variable 'm_base' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lamarc/src/tree/timelist.cpp:86:5: performance: Variable 'm_base' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lamarc/src/tree/timelist.h:142:22: performance: Technically the member function 'TimeList::PrevBodyOrTip' can be static. [functionStatic]
lamarc/src/tree/timelist.cpp:652:22: note: Technically the member function 'TimeList::PrevBodyOrTip' can be static.
lamarc/src/tree/timelist.h:142:22: note: Technically the member function 'TimeList::PrevBodyOrTip' can be static.
lamarc/src/tree/timelist.h:143:22: performance: Technically the member function 'TimeList::NextNonTimeTiedBranch' can be static. [functionStatic]
lamarc/src/tree/timelist.cpp:665:22: note: Technically the member function 'TimeList::NextNonTimeTiedBranch' can be static.
lamarc/src/tree/timelist.h:143:22: note: Technically the member function 'TimeList::NextNonTimeTiedBranch' can be static.
lamarc/src/tree/tree.cpp:1280:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lamarc/src/tree/tree.cpp:513:70: style: Function 'FindBranchesImmediatelyTipwardOf' argument 1 names different: declaration 'start' definition 'startbr'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:168:76: note: Function 'FindBranchesImmediatelyTipwardOf' argument 1 names different: declaration 'start' definition 'startbr'.
lamarc/src/tree/tree.cpp:513:70: note: Function 'FindBranchesImmediatelyTipwardOf' argument 1 names different: declaration 'start' definition 'startbr'.
lamarc/src/tree/tree.cpp:528:53: style: Function 'FindBranchesBetween' argument 1 names different: declaration 'startinterval' definition 'startint'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:169:51: note: Function 'FindBranchesBetween' argument 1 names different: declaration 'startinterval' definition 'startint'.
lamarc/src/tree/tree.cpp:528:53: note: Function 'FindBranchesBetween' argument 1 names different: declaration 'startinterval' definition 'startint'.
lamarc/src/tree/tree.cpp:528:70: style: Function 'FindBranchesBetween' argument 2 names different: declaration 'stopinterval' definition 'endint'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:169:73: note: Function 'FindBranchesBetween' argument 2 names different: declaration 'stopinterval' definition 'endint'.
lamarc/src/tree/tree.cpp:528:70: note: Function 'FindBranchesBetween' argument 2 names different: declaration 'stopinterval' definition 'endint'.
lamarc/src/tree/tree.cpp:602:59: style: Function 'CoalesceActive' argument 2 names different: declaration 'active1' definition 'pActive1'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:186:67: note: Function 'CoalesceActive' argument 2 names different: declaration 'active1' definition 'pActive1'.
lamarc/src/tree/tree.cpp:602:59: note: Function 'CoalesceActive' argument 2 names different: declaration 'active1' definition 'pActive1'.
lamarc/src/tree/tree.cpp:602:80: style: Function 'CoalesceActive' argument 3 names different: declaration 'active2' definition 'pActive2'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:187:52: note: Function 'CoalesceActive' argument 3 names different: declaration 'active2' definition 'pActive2'.
lamarc/src/tree/tree.cpp:602:80: note: Function 'CoalesceActive' argument 3 names different: declaration 'active2' definition 'pActive2'.
lamarc/src/tree/tree.cpp:611:61: style: Function 'CoalesceInactive' argument 2 names different: declaration 'active' definition 'pActive'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:188:69: note: Function 'CoalesceInactive' argument 2 names different: declaration 'active' definition 'pActive'.
lamarc/src/tree/tree.cpp:611:61: note: Function 'CoalesceInactive' argument 2 names different: declaration 'active' definition 'pActive'.
lamarc/src/tree/tree.cpp:611:81: style: Function 'CoalesceInactive' argument 3 names different: declaration 'inactive' definition 'pInactive'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:189:54: note: Function 'CoalesceInactive' argument 3 names different: declaration 'inactive' definition 'pInactive'.
lamarc/src/tree/tree.cpp:611:81: note: Function 'CoalesceInactive' argument 3 names different: declaration 'inactive' definition 'pInactive'.
lamarc/src/tree/tree.cpp:643:46: style: Function 'Migrate' argument 2 names different: declaration 'topop' definition 'pop'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:190:54: note: Function 'Migrate' argument 2 names different: declaration 'topop' definition 'pop'.
lamarc/src/tree/tree.cpp:643:46: note: Function 'Migrate' argument 2 names different: declaration 'topop' definition 'pop'.
lamarc/src/tree/tree.cpp:643:78: style: Function 'Migrate' argument 4 names different: declaration 'active' definition 'pActive'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:190:96: note: Function 'Migrate' argument 4 names different: declaration 'active' definition 'pActive'.
lamarc/src/tree/tree.cpp:643:78: note: Function 'Migrate' argument 4 names different: declaration 'active' definition 'pActive'.
lamarc/src/tree/tree.cpp:684:68: style: Function 'DiseaseMutate' argument 3 names different: declaration 'maxEvents' definition 'maxevents'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:191:80: note: Function 'DiseaseMutate' argument 3 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/tree/tree.cpp:684:68: note: Function 'DiseaseMutate' argument 3 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/tree/tree.cpp:684:90: style: Function 'DiseaseMutate' argument 4 names different: declaration 'active' definition 'pActive'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:191:106: note: Function 'DiseaseMutate' argument 4 names different: declaration 'active' definition 'pActive'.
lamarc/src/tree/tree.cpp:684:90: note: Function 'DiseaseMutate' argument 4 names different: declaration 'active' definition 'pActive'.
lamarc/src/tree/tree.cpp:895:39: style: Function 'MarkForDLRecalc' argument 1 names different: declaration 'br' definition 'markbr'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:103:40: note: Function 'MarkForDLRecalc' argument 1 names different: declaration 'br' definition 'markbr'.
lamarc/src/tree/tree.cpp:895:39: note: Function 'MarkForDLRecalc' argument 1 names different: declaration 'br' definition 'markbr'.
lamarc/src/tree/tree.cpp:915:48: style: Function 'GetTips' argument 1 names different: declaration 'names' definition 'tipnames'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:107:47: note: Function 'GetTips' argument 1 names different: declaration 'names' definition 'tipnames'.
lamarc/src/tree/tree.cpp:915:48: note: Function 'GetTips' argument 1 names different: declaration 'names' definition 'tipnames'.
lamarc/src/tree/tree.cpp:1180:39: style: Function 'SetNewTimesFrom' argument 1 names different: declaration 'start' definition 'startpoint'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:177:42: note: Function 'SetNewTimesFrom' argument 1 names different: declaration 'start' definition 'startpoint'.
lamarc/src/tree/tree.cpp:1180:39: note: Function 'SetNewTimesFrom' argument 1 names different: declaration 'start' definition 'startpoint'.
lamarc/src/tree/tree.cpp:1518:37: style: Function 'CountNodesBetween' argument 1 names different: declaration 'tipwards_time' definition 'toptime'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:160:35: note: Function 'CountNodesBetween' argument 1 names different: declaration 'tipwards_time' definition 'toptime'.
lamarc/src/tree/tree.cpp:1518:37: note: Function 'CountNodesBetween' argument 1 names different: declaration 'tipwards_time' definition 'toptime'.
lamarc/src/tree/tree.cpp:1518:53: style: Function 'CountNodesBetween' argument 2 names different: declaration 'rootwards_time' definition 'bottomtime'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:160:57: note: Function 'CountNodesBetween' argument 2 names different: declaration 'rootwards_time' definition 'bottomtime'.
lamarc/src/tree/tree.cpp:1518:53: note: Function 'CountNodesBetween' argument 2 names different: declaration 'rootwards_time' definition 'bottomtime'.
lamarc/src/tree/tree.cpp:434:41: warning: Assert statement calls a function which may have desired side effects: 'EndBranch'. [assertWithSideEffect]
lamarc/src/tree/tree.cpp:456:41: warning: Assert statement calls a function which may have desired side effects: 'EndBranch'. [assertWithSideEffect]
lamarc/src/tree/tree.cpp:520:37: warning: Assert statement calls a function which may have desired side effects: 'BeginBranch'. [assertWithSideEffect]
lamarc/src/tree/tree.cpp:1194:37: warning: Assert statement calls a function which may have desired side effects: 'EndBranch'. [assertWithSideEffect]
lamarc/src/tree/tree.cpp:53:7: warning: Member variable 'Tree::m_pLocusVec' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tree/tree.cpp:53:7: warning: Member variable 'Tree::m_hasSnpPanel' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tree/tree.cpp:76:7: warning: Member variable 'Tree::m_hasSnpPanel' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tree/tree.h:103:13: performance: Technically the member function 'Tree::MarkForDLRecalc' can be static. [functionStatic]
lamarc/src/tree/tree.cpp:895:12: note: Technically the member function 'Tree::MarkForDLRecalc' can be static.
lamarc/src/tree/tree.h:103:13: note: Technically the member function 'Tree::MarkForDLRecalc' can be static.
lamarc/src/tree/treesum.cpp:70:14: warning: Member variable 'TreeSummary::m_nCopies' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tree/treesum.h:138:10: performance: Technically the member function 'TreeSummary::WriteShorts' can be static. [functionStatic]
lamarc/src/tree/treesum.cpp:641:19: note: Technically the member function 'TreeSummary::WriteShorts' can be static.
lamarc/src/tree/treesum.h:138:10: note: Technically the member function 'TreeSummary::WriteShorts' can be static.
lamarc/src/tree/treesum.h:172:1: warning: The class 'RecTreeSummary' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/ui_interface/setget.h:125:5: style: Class 'GetBool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:135:5: style: Class 'GetDataType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:147:5: style: Class 'GetDoubleVec1d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:159:5: style: Class 'GetForceTypeVec1d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:171:5: style: Class 'GetLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:183:5: style: Class 'GetLongVec1d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:195:5: style: Class 'GetMethodTypeVec1d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:207:5: style: Class 'GetParamlistcondition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:219:5: style: Class 'GetString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:231:5: style: Class 'GetStringVec1d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:243:5: style: Class 'GetUIIdVec1d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:255:5: style: Class 'GetUIIdVec2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:267:5: style: Class 'SetGetBool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:282:5: style: Class 'SetGetDouble' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:295:5: style: Class 'SetGetGrowthScheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:308:5: style: Class 'SetGetGrowthType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:321:5: style: Class 'SetGetSelectionType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:334:5: style: Class 'SetGetLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:347:5: style: Class 'SetGetMethodType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:360:5: style: Class 'SetGetString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:373:5: style: Class 'SetGetModelType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:386:5: style: Class 'SetGetProftype' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:412:5: style: Class 'SetGetIndividualParamstatus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:425:5: style: Class 'SetGetGroupParamstatus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:442:5: style: Class 'SetGetVerbosityType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:476:5: style: Class 'SetGetVerbosityTypeNoNone' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:508:5: style: Class 'SetGetPriorType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:539:5: style: Class 'SetGetLongVec1d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:553:5: style: Class 'SetGetProftypeVec1d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:566:5: style: Class 'SetGetBoolEnabled' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:581:5: style: Class 'SetGetBoolOnOff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:596:5: style: Class 'SetGetBoolReadWrite' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:608:5: style: Class 'SetGetNoval' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:621:5: style: Class 'SetGetProftypeSeries' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/chainparam_interface.h:251:5: style: Class 'SetGetBoolBayesLike' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:271:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:69:25: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:271:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:390:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:69:25: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:390:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:416:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:69:25: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:416:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:429:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:69:25: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:429:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:447:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:69:25: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:447:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:481:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:69:25: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:481:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:513:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:69:25: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:513:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:568:25: style: The function 'MakePrintString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:98:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:568:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:583:25: style: The function 'MakePrintString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:98:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:583:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:598:25: style: The function 'MakePrintString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:98:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:598:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:611:19: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:611:19: note: Function in derived class
lamarc/src/ui_interface/setget.h:614:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:69:25: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:614:25: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:36:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:36:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:37:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:37:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:45:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:45:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:46:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:46:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:54:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:54:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:55:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:55:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:63:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:63:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:64:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:64:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:72:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:72:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:73:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:73:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:81:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:81:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:82:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:82:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:90:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:90:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:91:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:91:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:99:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:99:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:100:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:100:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:108:12: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:108:12: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:109:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:109:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:117:17: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:117:17: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:125:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:125:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:126:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:126:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:134:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:134:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:135:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:135:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:143:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:143:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:144:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:144:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:152:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:152:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:153:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:153:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:161:12: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:161:12: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:162:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:162:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:170:12: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:170:12: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:171:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:171:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:179:12: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:179:12: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:180:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:180:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:188:12: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:188:12: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:189:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:189:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:197:12: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:197:12: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:198:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:198:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:206:12: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:206:12: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:207:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:207:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:215:12: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:215:12: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:216:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:216:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:224:12: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:224:12: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:225:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:225:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:233:12: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:233:12: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:234:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:234:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:242:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:242:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:253:25: style: The function 'MakePrintString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:98:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:253:25: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:265:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:265:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:266:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:266:10: note: Function in derived class
lamarc/src/ui_interface/setget.h:95:0: style: The function 'GetPrintString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:68:25: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:95:0: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.cpp:45:44: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:50:44: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:66:45: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:71:45: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:87:45: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:92:45: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:108:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:113:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:129:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:134:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:150:47: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:155:47: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:171:47: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:176:47: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:192:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:197:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:213:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:218:44: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:234:52: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:250:49: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:255:49: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:271:45: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:276:45: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:292:45: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:297:45: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:313:40: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:318:40: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:334:47: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:339:45: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:355:47: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:360:45: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:376:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:381:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:397:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:402:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:418:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:423:44: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:439:50: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:444:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:460:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:465:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:481:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:486:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:502:52: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:507:50: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:523:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:539:49: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:544:49: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/constraint_interface.cpp:155:65: style: Function 'Set' argument 3 names different: declaration 'val' definition 'params'. [funcArgNamesDifferent]
lamarc/src/ui_interface/constraint_interface.h:81:62: note: Function 'Set' argument 3 names different: declaration 'val' definition 'params'.
lamarc/src/ui_interface/constraint_interface.cpp:155:65: note: Function 'Set' argument 3 names different: declaration 'val' definition 'params'.
lamarc/src/ui_interface/setget.h:269:18: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:269:18: note: Function in derived class
lamarc/src/ui_interface/setget.h:284:20: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:284:20: note: Function in derived class
lamarc/src/ui_interface/setget.h:297:27: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:297:27: note: Function in derived class
lamarc/src/ui_interface/setget.h:310:25: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:310:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:323:28: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:323:28: note: Function in derived class
lamarc/src/ui_interface/setget.h:336:18: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:336:18: note: Function in derived class
lamarc/src/ui_interface/setget.h:349:25: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:349:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:375:24: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:375:24: note: Function in derived class
lamarc/src/ui_interface/setget.h:388:22: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:388:22: note: Function in derived class
lamarc/src/ui_interface/setget.h:414:25: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:414:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:427:25: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:427:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:445:28: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:445:28: note: Function in derived class
lamarc/src/ui_interface/setget.h:479:28: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:479:28: note: Function in derived class
lamarc/src/ui_interface/setget.h:511:23: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:511:23: note: Function in derived class
lamarc/src/ui_interface/setget.h:542:24: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:542:24: note: Function in derived class
lamarc/src/ui_interface/setget.h:556:28: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:556:28: note: Function in derived class
lamarc/src/ui_interface/setget.h:612:19: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:612:19: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:36:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:36:25: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:37:25: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:37:25: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:38:20: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:38:20: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:46:20: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:46:20: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:54:20: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:54:20: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:62:20: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:62:20: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:70:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:70:25: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:71:25: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:71:25: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:72:20: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:72:20: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:80:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:80:25: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:81:25: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:81:25: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:89:23: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:89:23: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:97:23: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:97:23: note: Function in derived class
lamarc/src/ui_interface/setget.h:111:0: style: The function 'SetFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:78:18: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:111:0: note: Function in derived class
lamarc/src/ui_interface/ui_interface.h:71:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:72:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:73:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:74:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:75:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:76:68: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:77:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:78:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:79:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:80:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:81:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:82:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:83:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:84:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:85:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:86:66: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:88:60: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:89:60: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:91:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:92:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:93:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:95:55: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:96:55: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:71:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:72:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:73:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:74:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:75:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:76:68: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:77:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:78:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:79:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:80:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:81:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:82:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:83:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:84:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:85:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:86:66: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:88:60: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:89:60: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:91:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:92:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:93:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:95:55: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:96:55: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/data_interface.h:36:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:36:18: note: Function in derived class
lamarc/src/ui_interface/data_interface.h:46:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:46:18: note: Function in derived class
lamarc/src/ui_interface/data_interface.h:54:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:54:25: note: Function in derived class
lamarc/src/ui_interface/data_interface.h:64:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:64:18: note: Function in derived class
lamarc/src/ui_interface/data_interface.h:72:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:72:25: note: Function in derived class
lamarc/src/ui_interface/data_interface.h:82:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:82:18: note: Function in derived class
lamarc/src/ui_interface/data_interface.h:90:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:90:25: note: Function in derived class
lamarc/src/ui_interface/data_interface.h:98:23: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:98:23: note: Function in derived class
lamarc/src/ui_interface/data_interface.h:106:23: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:106:23: note: Function in derived class
lamarc/src/ui_interface/data_interface.h:114:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:114:20: note: Function in derived class
lamarc/src/ui_interface/data_interface.h:115:20: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:115:20: note: Function in derived class
lamarc/src/ui_interface/data_interface.h:123:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:123:18: note: Function in derived class
lamarc/src/ui_interface/data_interface.h:124:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:124:18: note: Function in derived class
lamarc/src/ui_interface/ui_regid.h:55:15: style: Technically the member function 'UIRegId::GetRegion' can be const. [functionConst]
lamarc/src/ui_interface/ui_regid.h:56:15: style: Technically the member function 'UIRegId::GetLocus' can be const. [functionConst]
lamarc/src/ui_interface/ui_regid.h:57:15: style: Technically the member function 'UIRegId::GetDataType' can be const. [functionConst]
lamarc/src/ui_interface/ui_regid.h:51:5: style: Class 'UIRegId' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/datamodel_interface.h:36:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:36:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:44:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:44:25: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:52:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:52:25: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:60:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:60:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:61:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:61:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:69:23: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:69:23: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:79:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:79:25: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:80:25: style: The function 'GetPrintString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:95:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:80:25: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:88:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:88:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:89:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:89:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:97:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:97:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:98:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:98:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:106:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:106:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:107:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:107:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:115:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:115:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:116:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:116:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:124:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:124:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:125:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:125:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:133:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:133:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:134:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:134:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:144:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:144:25: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:145:25: style: The function 'GetPrintString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:95:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:145:25: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:153:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:153:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:154:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:154:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:162:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:162:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:163:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:163:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:171:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:171:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:172:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:172:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:180:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:180:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:181:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:181:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:191:24: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:191:24: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:192:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:192:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:193:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:69:25: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:193:25: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:201:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:201:25: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:213:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:213:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:214:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:214:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:224:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:224:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:225:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:225:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:235:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:235:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:236:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:236:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:246:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:246:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:247:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:247:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:248:20: style: The function 'Min' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:65:20: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:248:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:249:20: style: The function 'Max' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:66:20: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:249:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:257:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:257:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:258:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:258:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:268:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:268:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:269:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:269:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:280:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:280:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:281:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:281:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:282:20: style: The function 'Min' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:65:20: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:282:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:283:20: style: The function 'Max' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:66:20: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:283:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:293:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:293:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:294:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:294:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:304:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:304:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:305:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:305:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:315:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:315:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:316:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:316:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:326:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:326:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:336:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:336:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:337:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:337:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.cpp:402:63: style: Function 'Set' argument 3 names different: declaration 'gScheme' definition 'val'. [funcArgNamesDifferent]
lamarc/src/ui_interface/force_interface.h:170:59: note: Function 'Set' argument 3 names different: declaration 'gScheme' definition 'val'.
lamarc/src/ui_interface/force_interface.cpp:402:63: note: Function 'Set' argument 3 names different: declaration 'gScheme' definition 'val'.
lamarc/src/ui_interface/force_interface.cpp:438:59: style: Function 'Set' argument 3 names different: declaration 'gType' definition 'val'. [funcArgNamesDifferent]
lamarc/src/ui_interface/force_interface.h:159:57: note: Function 'Set' argument 3 names different: declaration 'gType' definition 'val'.
lamarc/src/ui_interface/force_interface.cpp:438:59: note: Function 'Set' argument 3 names different: declaration 'gType' definition 'val'.
lamarc/src/ui_interface/force_interface.cpp:461:64: style: Function 'MakePrintString' argument 2 names different: declaration 'gType' definition 'val'. [funcArgNamesDifferent]
lamarc/src/ui_interface/force_interface.h:161:67: note: Function 'MakePrintString' argument 2 names different: declaration 'gType' definition 'val'.
lamarc/src/ui_interface/force_interface.cpp:461:64: note: Function 'MakePrintString' argument 2 names different: declaration 'gType' definition 'val'.
lamarc/src/ui_interface/force_interface.cpp:666:73: style: Function 'Set' argument 3 names different: declaration 'sType' definition 'val'. [funcArgNamesDifferent]
lamarc/src/ui_interface/force_interface.h:255:60: note: Function 'Set' argument 3 names different: declaration 'sType' definition 'val'.
lamarc/src/ui_interface/force_interface.cpp:666:73: note: Function 'Set' argument 3 names different: declaration 'sType' definition 'val'.
lamarc/src/ui_interface/force_interface.cpp:685:78: style: Function 'MakePrintString' argument 2 names different: declaration 'sType' definition 'val'. [funcArgNamesDifferent]
lamarc/src/ui_interface/force_interface.h:257:70: note: Function 'MakePrintString' argument 2 names different: declaration 'sType' definition 'val'.
lamarc/src/ui_interface/force_interface.cpp:685:78: note: Function 'MakePrintString' argument 2 names different: declaration 'sType' definition 'val'.
lamarc/src/ui_interface/force_interface.cpp:1507:60: style: Function 'Set' argument 3 names different: declaration 'val' definition 'mtype'. [funcArgNamesDifferent]
lamarc/src/ui_interface/force_interface.h:592:57: note: Function 'Set' argument 3 names different: declaration 'val' definition 'mtype'.
lamarc/src/ui_interface/force_interface.cpp:1507:60: note: Function 'Set' argument 3 names different: declaration 'val' definition 'mtype'.
lamarc/src/ui_interface/force_interface.h:67:5: style: Class 'uiParameter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/force_interface.h:36:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:36:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:44:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:44:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:45:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:45:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:53:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:53:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:54:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:54:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:69:20: style: The function 'Min' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:65:20: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:69:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:70:20: style: The function 'Max' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:66:20: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:70:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:71:20: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:71:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:79:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:79:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:80:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:80:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:88:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:88:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:96:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:96:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:97:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:97:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:105:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:105:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:113:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:113:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:114:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:114:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:122:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:122:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:130:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:130:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:131:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:131:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:141:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:141:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:142:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:142:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:150:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:150:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:158:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:158:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:159:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:159:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:160:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:69:25: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:160:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:161:25: style: The function 'MakePrintString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:98:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:161:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:169:27: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:169:27: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:170:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:170:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:171:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:69:25: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:171:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:179:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:179:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:180:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:180:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:188:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:188:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:189:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:189:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:198:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:198:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:199:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:199:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:209:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:209:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:210:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:210:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:218:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:218:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:226:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:226:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:227:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:227:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:235:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:235:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:236:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:236:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:245:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:245:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:246:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:246:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:254:28: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:254:28: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:255:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:255:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:256:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:69:25: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:256:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:257:25: style: The function 'MakePrintString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:98:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:257:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:267:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:267:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:268:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:268:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:276:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:276:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:284:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:284:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:292:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:292:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:293:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:293:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:301:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:301:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:302:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:302:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:310:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:310:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:311:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:311:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:319:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:319:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:320:20: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:320:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:330:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:330:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:331:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:331:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:339:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:339:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:347:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:347:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:355:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:355:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:356:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:356:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:364:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:364:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:365:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:365:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:373:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:373:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:374:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:374:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:382:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:382:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:383:20: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:383:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:393:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:393:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:394:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:394:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:402:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:402:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:410:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:410:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:418:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:418:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:426:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:426:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:434:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:434:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:443:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:443:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:444:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:444:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:445:20: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/force_interface.h:71:20: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:445:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:455:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:455:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:456:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:456:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:464:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:464:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:472:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:472:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:473:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:473:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:481:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:481:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:482:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:482:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:492:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:492:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:493:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:493:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:501:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:501:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:509:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:509:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:510:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:510:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:520:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:520:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:521:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:521:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:529:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:529:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:537:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:537:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:538:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:538:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:546:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:546:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:547:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:547:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:555:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:555:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:556:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:556:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:564:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:564:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:565:20: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:565:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:573:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:573:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:574:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:574:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:582:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:582:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:583:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:583:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:591:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:591:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:592:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:592:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:600:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:600:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:601:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:601:18: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:96:12: performance: Technically the member function 'uiPriorByForce::GetPrintString' can be static. [functionStatic]
lamarc/src/ui_interface/prior_interface.cpp:264:24: note: Technically the member function 'uiPriorByForce::GetPrintString' can be static.
lamarc/src/ui_interface/prior_interface.h:96:12: note: Technically the member function 'uiPriorByForce::GetPrintString' can be static.
lamarc/src/ui_interface/prior_interface.h:106:12: performance: Technically the member function 'uiPriorById::GetPrintString' can be static. [functionStatic]
lamarc/src/ui_interface/prior_interface.cpp:285:21: note: Technically the member function 'uiPriorById::GetPrintString' can be static.
lamarc/src/ui_interface/prior_interface.h:106:12: note: Technically the member function 'uiPriorById::GetPrintString' can be static.
lamarc/src/ui_interface/prior_interface.h:37:22: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:37:22: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:38:22: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:38:22: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:46:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:46:25: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:47:25: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:47:25: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:57:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:57:25: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:58:25: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:58:25: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:59:25: style: The function 'Min' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:65:20: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:59:25: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:60:25: style: The function 'Max' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:66:20: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:60:25: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:70:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:70:25: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:71:25: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:71:25: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:72:25: style: The function 'Min' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:65:20: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:72:25: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:73:25: style: The function 'Max' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:66:20: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:73:25: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:95:12: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:95:12: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:97:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:97:10: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:105:12: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:105:12: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:107:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:107:10: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:115:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:115:10: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:116:12: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:116:12: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:97:33: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/prior_interface.h:107:33: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/prior_interface.cpp:264:58: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/prior_interface.cpp:280:52: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/prior_interface.cpp:285:55: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/prior_interface.cpp:301:57: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/profile_interface.cpp:283:57: style: Function 'Set' argument 3 names different: declaration 'val' definition 'ptype'. [funcArgNamesDifferent]
lamarc/src/ui_interface/profile_interface.h:135:53: note: Function 'Set' argument 3 names different: declaration 'val' definition 'ptype'.
lamarc/src/ui_interface/profile_interface.cpp:283:57: note: Function 'Set' argument 3 names different: declaration 'val' definition 'ptype'.
lamarc/src/ui_interface/profile_interface.cpp:208:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_interface/profile_interface.h:36:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:36:18: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:44:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:44:18: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:52:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:52:18: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:60:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:60:18: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:68:22: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:68:22: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:69:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:69:18: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:70:20: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:70:20: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:71:25: style: The function 'GetPrintString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:95:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:71:25: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:79:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:79:18: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:80:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:80:18: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:81:20: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:81:20: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:82:25: style: The function 'MakePrintString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:98:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:82:25: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:90:23: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:90:23: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:98:23: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:98:23: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:106:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:106:18: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:107:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:107:18: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:115:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:115:18: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:116:20: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:116:20: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:124:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:124:18: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:125:20: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:125:20: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:133:20: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:133:20: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:134:22: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:134:22: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:135:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:135:18: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:136:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:390:25: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:136:25: note: Function in derived class
lamarc/src/ui_interface/setgetmachine.cpp:53:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_interface/setgetmachine.h:48:18: warning: Virtual function 'addSetter' is called from constructor 'SetGetMachine()' at line 47. Dynamic binding is not used. [virtualCallInConstructor]
lamarc/src/ui_interface/setgetmachine.cpp:47:5: note: Calling Init
lamarc/src/ui_interface/setgetmachine.cpp:63:5: note: Calling addSetter
lamarc/src/ui_interface/setgetmachine.h:48:18: note: addSetter is a virtual method
lamarc/src/ui_interface/traitmodel_interface.h:43:5: style: Class 'SetRangepair' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/traitmodel_interface.h:37:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/traitmodel_interface.h:37:25: note: Function in derived class
lamarc/src/ui_interface/traitmodel_interface.h:45:23: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/traitmodel_interface.h:45:23: note: Function in derived class
lamarc/src/ui_interface/traitmodel_interface.h:54:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/traitmodel_interface.h:54:18: note: Function in derived class
lamarc/src/ui_interface/traitmodel_interface.h:62:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/traitmodel_interface.h:62:18: note: Function in derived class
lamarc/src/ui_interface/traitmodel_interface.h:70:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/traitmodel_interface.h:70:18: note: Function in derived class
lamarc/src/ui_interface/traitmodel_interface.h:71:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/traitmodel_interface.h:71:18: note: Function in derived class
lamarc/src/ui_interface/traitmodel_interface.h:79:23: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/traitmodel_interface.h:79:23: note: Function in derived class
lamarc/src/ui_interface/traitmodel_interface.h:87:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/traitmodel_interface.h:87:18: note: Function in derived class
lamarc/src/ui_interface/traitmodel_interface.h:95:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/traitmodel_interface.h:95:18: note: Function in derived class
lamarc/src/ui_interface/traitmodel_interface.h:103:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/traitmodel_interface.h:103:18: note: Function in derived class
lamarc/src/ui_interface/traitmodel_interface.h:111:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/traitmodel_interface.h:111:18: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:47:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:47:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:48:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:48:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:56:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:56:20: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:57:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:57:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:65:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:65:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:66:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:66:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:74:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:74:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:75:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:75:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:95:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:95:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:96:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:96:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:107:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:107:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:115:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:115:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:116:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:116:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:136:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:136:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:137:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:137:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:154:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:154:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:155:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:155:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:163:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:163:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:164:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:164:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:172:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:172:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:173:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:173:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:181:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:181:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:182:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:182:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:279:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:279:20: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:280:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:280:10: note: Function in derived class
lamarc/src/ui_interface/traitmodel_interface.cpp:205:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_interface/traitmodel_interface.h:46:23: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/traitmodel_interface.h:46:23: note: Function in derived class
lamarc/src/ui_interface/ui_interface.cpp:87:56: style: Function 'doGetForceTypeVec1d' argument 1 names different: declaration 'varName' definition 'variableName'. [funcArgNamesDifferent]
lamarc/src/ui_interface/ui_interface.h:76:48: note: Function 'doGetForceTypeVec1d' argument 1 names different: declaration 'varName' definition 'variableName'.
lamarc/src/ui_interface/ui_interface.cpp:87:56: note: Function 'doGetForceTypeVec1d' argument 1 names different: declaration 'varName' definition 'variableName'.
lamarc/src/ui_interface/ui_interface.cpp:97:46: style: Function 'doGetLongVec1d' argument 1 names different: declaration 'varName' definition 'variableName'. [funcArgNamesDifferent]
lamarc/src/ui_interface/ui_interface.h:78:39: note: Function 'doGetLongVec1d' argument 1 names different: declaration 'varName' definition 'variableName'.
lamarc/src/ui_interface/ui_interface.cpp:97:46: note: Function 'doGetLongVec1d' argument 1 names different: declaration 'varName' definition 'variableName'.
lamarc/src/ui_interface/ui_interface.cpp:197:45: style: Function 'doGetDescription' argument 1 names different: declaration 'varName' definition 'variableName'. [funcArgNamesDifferent]
lamarc/src/ui_interface/ui_interface.h:92:43: note: Function 'doGetDescription' argument 1 names different: declaration 'varName' definition 'variableName'.
lamarc/src/ui_interface/ui_interface.cpp:197:45: note: Function 'doGetDescription' argument 1 names different: declaration 'varName' definition 'variableName'.
lamarc/src/ui_interface/ui_interface.cpp:202:43: style: Function 'doGetConsistency' argument 1 names different: declaration 'varName' definition 'variableName'. [funcArgNamesDifferent]
lamarc/src/ui_interface/ui_interface.h:93:43: note: Function 'doGetConsistency' argument 1 names different: declaration 'varName' definition 'variableName'.
lamarc/src/ui_interface/ui_interface.cpp:202:43: note: Function 'doGetConsistency' argument 1 names different: declaration 'varName' definition 'variableName'.
lamarc/src/ui_interface/ui_interface.cpp:61:56: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:66:65: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:71:60: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:76:70: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:82:56: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:87:81: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:92:56: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:97:71: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:102:69: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:107:67: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:112:64: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:117:60: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:122:70: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:128:56: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:134:56: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:139:75: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:144:66: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:168:55: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:192:65: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:197:70: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:202:67: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:207:57: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:212:57: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_regid.cpp:46:23: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.h:39:12: performance: Technically the member function 'uiDataFileName::Get' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:45:24: note: Technically the member function 'uiDataFileName::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:39:12: note: Technically the member function 'uiDataFileName::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:83:12: performance: Technically the member function 'uiResultsFileName::Get' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:132:27: note: Technically the member function 'uiResultsFileName::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:83:12: note: Technically the member function 'uiResultsFileName::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:84:10: performance: Technically the member function 'uiResultsFileName::Set' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:137:25: note: Technically the member function 'uiResultsFileName::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:84:10: note: Technically the member function 'uiResultsFileName::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:124:12: performance: Technically the member function 'uiTreeSumInFileName::Get' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:243:29: note: Technically the member function 'uiTreeSumInFileName::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:124:12: note: Technically the member function 'uiTreeSumInFileName::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:125:10: performance: Technically the member function 'uiTreeSumInFileName::Set' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:248:27: note: Technically the member function 'uiTreeSumInFileName::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:125:10: note: Technically the member function 'uiTreeSumInFileName::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:145:12: performance: Technically the member function 'uiTreeSumOutFileName::Get' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:289:30: note: Technically the member function 'uiTreeSumOutFileName::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:145:12: note: Technically the member function 'uiTreeSumOutFileName::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:146:10: performance: Technically the member function 'uiTreeSumOutFileName::Set' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:294:28: note: Technically the member function 'uiTreeSumOutFileName::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:146:10: note: Technically the member function 'uiTreeSumOutFileName::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:212:12: performance: Technically the member function 'uiCurveFilePrefix::Get' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:454:27: note: Technically the member function 'uiCurveFilePrefix::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:212:12: note: Technically the member function 'uiCurveFilePrefix::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:213:10: performance: Technically the member function 'uiCurveFilePrefix::Set' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:459:25: note: Technically the member function 'uiCurveFilePrefix::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:213:10: note: Technically the member function 'uiCurveFilePrefix::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:221:12: performance: Technically the member function 'uiMapFilePrefix::Get' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:477:25: note: Technically the member function 'uiMapFilePrefix::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:221:12: note: Technically the member function 'uiMapFilePrefix::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:222:10: performance: Technically the member function 'uiMapFilePrefix::Set' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:482:23: note: Technically the member function 'uiMapFilePrefix::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:222:10: note: Technically the member function 'uiMapFilePrefix::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:230:12: performance: Technically the member function 'uiProfilePrefix::Get' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:500:25: note: Technically the member function 'uiProfilePrefix::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:230:12: note: Technically the member function 'uiProfilePrefix::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:231:10: performance: Technically the member function 'uiProfilePrefix::Set' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:505:23: note: Technically the member function 'uiProfilePrefix::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:231:10: note: Technically the member function 'uiProfilePrefix::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:239:12: performance: Technically the member function 'uiReclocFilePrefix::Get' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:523:28: note: Technically the member function 'uiReclocFilePrefix::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:239:12: note: Technically the member function 'uiReclocFilePrefix::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:240:10: performance: Technically the member function 'uiReclocFilePrefix::Set' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:528:26: note: Technically the member function 'uiReclocFilePrefix::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:240:10: note: Technically the member function 'uiReclocFilePrefix::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:248:12: performance: Technically the member function 'uiTraceFilePrefix::Get' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:546:27: note: Technically the member function 'uiTraceFilePrefix::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:248:12: note: Technically the member function 'uiTraceFilePrefix::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:249:10: performance: Technically the member function 'uiTraceFilePrefix::Set' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:551:25: note: Technically the member function 'uiTraceFilePrefix::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:249:10: note: Technically the member function 'uiTraceFilePrefix::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:257:12: performance: Technically the member function 'uiNewickTreeFilePrefix::Get' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:569:32: note: Technically the member function 'uiNewickTreeFilePrefix::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:257:12: note: Technically the member function 'uiNewickTreeFilePrefix::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:258:10: performance: Technically the member function 'uiNewickTreeFilePrefix::Set' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:574:30: note: Technically the member function 'uiNewickTreeFilePrefix::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:258:10: note: Technically the member function 'uiNewickTreeFilePrefix::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:288:12: performance: Technically the member function 'uiXMLOutFileName::Get' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:642:26: note: Technically the member function 'uiXMLOutFileName::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:288:12: note: Technically the member function 'uiXMLOutFileName::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:289:10: performance: Technically the member function 'uiXMLOutFileName::Set' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:647:24: note: Technically the member function 'uiXMLOutFileName::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:289:10: note: Technically the member function 'uiXMLOutFileName::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:297:12: performance: Technically the member function 'uiXMLReportFileName::Get' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:665:29: note: Technically the member function 'uiXMLReportFileName::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:297:12: note: Technically the member function 'uiXMLReportFileName::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:298:10: performance: Technically the member function 'uiXMLReportFileName::Set' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:670:27: note: Technically the member function 'uiXMLReportFileName::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:298:10: note: Technically the member function 'uiXMLReportFileName::Set' can be static.
lamarc/src/ui_interface/userparam_interface.cpp:45:47: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:63:41: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:68:41: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:86:51: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:91:41: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:109:43: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:114:43: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:132:50: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:137:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:155:44: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:160:44: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:179:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:184:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:202:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:220:53: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:225:53: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:243:52: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:248:50: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:266:54: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:271:54: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:289:53: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:294:51: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:312:49: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:317:49: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:335:50: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:340:50: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:358:49: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:363:49: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:381:54: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:386:54: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:454:50: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:459:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:477:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:482:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:500:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:505:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:523:51: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:528:49: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:546:50: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:551:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:569:55: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:574:53: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:619:52: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:624:42: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:642:49: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:647:47: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:665:52: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:670:50: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_util/undoredochain.h:60:10: style: Technically the member function 'UndoRedoChain::CanUndo' can be const. [functionConst]
lamarc/src/ui_util/undoredochain.cpp:92:21: note: Technically the member function 'UndoRedoChain::CanUndo' can be const.
lamarc/src/ui_util/undoredochain.h:60:10: note: Technically the member function 'UndoRedoChain::CanUndo' can be const.
lamarc/src/ui_util/undoredochain.h:61:10: style: Technically the member function 'UndoRedoChain::CanRedo' can be const. [functionConst]
lamarc/src/ui_util/undoredochain.cpp:97:21: note: Technically the member function 'UndoRedoChain::CanRedo' can be const.
lamarc/src/ui_util/undoredochain.h:61:10: note: Technically the member function 'UndoRedoChain::CanRedo' can be const.
lamarc/src/ui_vars/ui_vars.cpp:79:54: style: Function 'GetParamNameWithConstraint' argument 1 names different: declaration 'ftpye' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars.h:59:58: note: Function 'GetParamNameWithConstraint' argument 1 names different: declaration 'ftpye' definition 'ftype'.
lamarc/src/ui_vars/ui_vars.cpp:79:54: note: Function 'GetParamNameWithConstraint' argument 1 names different: declaration 'ftpye' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_component.h:40:5: style: Class 'UIVarsComponent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_vars/ui_vars_chainparams.h:68:5: style: Class 'UIVarsChainParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_vars/ui_vars_datamodel.h:156:9: style: Class 'ModelIsIllegalForDataType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_vars/ui_vars_prior.h:59:5: style: Class 'UIVarsPrior' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_vars/ui_vars_forces.h:380:5: style: Class 'UIVarsRegionGammaForce' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_vars/ui_vars_forces.h:443:9: style: Class 'IsInactive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_vars/ui_vars_forces.h:452:9: style: Class 'IsIllegal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_vars/ui_vars_traitmodels.h:80:5: style: Class 'UIVarsTraitModels' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_vars/ui_vars_forces.h:247:18: style: The function 'AssertOnIllegalStartMethod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:108:18: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:247:18: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:261:25: style: The function 'GetParamValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:207:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:261:25: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:262:19: style: The function 'AreZeroesValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:210:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:262:19: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:272:18: style: The function 'AssertOnIllegalStartMethod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:108:18: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:272:18: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:277:25: style: The function 'AreZeroesValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:210:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:277:25: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:302:18: style: The function 'AssertOnIllegalStartMethod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:247:18: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:302:18: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:307:19: style: The function 'AreZeroesValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:262:19: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:307:19: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:320:18: style: The function 'AssertOnIllegalStartMethod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:108:18: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:320:18: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:325:25: style: The function 'AreZeroesValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:210:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:325:25: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:368:25: style: The function 'SetOnOff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:205:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:368:25: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:369:25: style: The function 'GetOnOff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:128:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:369:25: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:370:25: style: The function 'AreZeroesValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:210:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:370:25: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:383:18: style: The function 'GetOnOff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:128:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:383:18: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:384:18: style: The function 'SetOnOff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:205:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:384:18: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:385:18: style: The function 'AreZeroesValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:210:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:385:18: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:401:25: style: The function 'AreZeroesValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:210:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:401:25: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:406:25: style: The function 'GetPhase2Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:131:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:406:25: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:407:25: style: The function 'SetOnOff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:205:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:407:25: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:424:25: style: The function 'AreZeroesValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:210:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:424:25: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:427:25: style: The function 'GetPhase2Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:131:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:427:25: note: Function in derived class
lamarc/src/ui_vars/ui_vars_chainparams.cpp:263:48: style: Function 'SetChainCount' argument 1 names different: declaration 'count' definition 'chainCount'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_chainparams.h:105:48: note: Function 'SetChainCount' argument 1 names different: declaration 'count' definition 'chainCount'.
lamarc/src/ui_vars/ui_vars_chainparams.cpp:263:48: note: Function 'SetChainCount' argument 1 names different: declaration 'count' definition 'chainCount'.
lamarc/src/ui_vars/ui_vars_chainparams.cpp:289:56: style: Function 'SetChainTemperature' argument 1 names different: declaration 'temp' definition 'val'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_chainparams.h:106:56: note: Function 'SetChainTemperature' argument 1 names different: declaration 'temp' definition 'val'.
lamarc/src/ui_vars/ui_vars_chainparams.cpp:289:56: note: Function 'SetChainTemperature' argument 1 names different: declaration 'temp' definition 'val'.
lamarc/src/ui_vars/ui_vars_chainparams.cpp:128:56: style: Comparison of a function returning boolean value using relational (<, >, <= or >=) operator. [comparisonOfFuncReturningBoolError]
lamarc/src/ui_vars/ui_vars_datamodel.cpp:203:57: style: Function 'SetDataModelType' argument 1 names different: declaration 'x' definition 'mtype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:110:46: note: Function 'SetDataModelType' argument 1 names different: declaration 'x' definition 'mtype'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:203:57: note: Function 'SetDataModelType' argument 1 names different: declaration 'x' definition 'mtype'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:228:51: style: Function 'SetNumCategories' argument 1 names different: declaration 'x' definition 'numCats'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:113:40: note: Function 'SetNumCategories' argument 1 names different: declaration 'x' definition 'numCats'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:228:51: note: Function 'SetNumCategories' argument 1 names different: declaration 'x' definition 'numCats'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:254:59: style: Function 'SetCategoryProbability' argument 1 names different: declaration 'x' definition 'prob'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:115:48: note: Function 'SetCategoryProbability' argument 1 names different: declaration 'x' definition 'prob'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:254:59: note: Function 'SetCategoryProbability' argument 1 names different: declaration 'x' definition 'prob'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:254:70: style: Function 'SetCategoryProbability' argument 2 names different: declaration 'index' definition 'categoryIndex'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:115:56: note: Function 'SetCategoryProbability' argument 2 names different: declaration 'index' definition 'categoryIndex'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:254:70: note: Function 'SetCategoryProbability' argument 2 names different: declaration 'index' definition 'categoryIndex'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:264:52: style: Function 'SetCategoryRate' argument 1 names different: declaration 'x' definition 'rate'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:114:41: note: Function 'SetCategoryRate' argument 1 names different: declaration 'x' definition 'rate'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:264:52: note: Function 'SetCategoryRate' argument 1 names different: declaration 'x' definition 'rate'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:264:63: style: Function 'SetCategoryRate' argument 2 names different: declaration 'index' definition 'categoryIndex'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:114:49: note: Function 'SetCategoryRate' argument 2 names different: declaration 'index' definition 'categoryIndex'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:264:63: note: Function 'SetCategoryRate' argument 2 names different: declaration 'index' definition 'categoryIndex'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:283:55: style: Function 'SetCalcFreqsFromData' argument 1 names different: declaration 'x' definition 'set'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:117:44: note: Function 'SetCalcFreqsFromData' argument 1 names different: declaration 'x' definition 'set'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:283:55: note: Function 'SetCalcFreqsFromData' argument 1 names different: declaration 'x' definition 'set'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:306:50: style: Function 'SetFrequencyA' argument 1 names different: declaration 'x' definition 'freq'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:118:39: note: Function 'SetFrequencyA' argument 1 names different: declaration 'x' definition 'freq'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:306:50: note: Function 'SetFrequencyA' argument 1 names different: declaration 'x' definition 'freq'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:316:50: style: Function 'SetFrequencyC' argument 1 names different: declaration 'x' definition 'freq'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:119:39: note: Function 'SetFrequencyC' argument 1 names different: declaration 'x' definition 'freq'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:316:50: note: Function 'SetFrequencyC' argument 1 names different: declaration 'x' definition 'freq'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:326:50: style: Function 'SetFrequencyG' argument 1 names different: declaration 'x' definition 'freq'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:120:39: note: Function 'SetFrequencyG' argument 1 names different: declaration 'x' definition 'freq'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:326:50: note: Function 'SetFrequencyG' argument 1 names different: declaration 'x' definition 'freq'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:336:50: style: Function 'SetFrequencyT' argument 1 names different: declaration 'x' definition 'freq'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:121:39: note: Function 'SetFrequencyT' argument 1 names different: declaration 'x' definition 'freq'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:336:50: note: Function 'SetFrequencyT' argument 1 names different: declaration 'x' definition 'freq'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:498:47: style: Function 'SetUseGlobalModel' argument 1 names different: declaration 'x' definition 'useGlobal'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:212:41: note: Function 'SetUseGlobalModel' argument 1 names different: declaration 'x' definition 'useGlobal'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:498:47: note: Function 'SetUseGlobalModel' argument 1 names different: declaration 'x' definition 'useGlobal'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:953:46: style: Function 'SetNumCategories' argument 1 names different: declaration 'x' definition 'numCats'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:216:40: note: Function 'SetNumCategories' argument 1 names different: declaration 'x' definition 'numCats'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:953:46: note: Function 'SetNumCategories' argument 1 names different: declaration 'x' definition 'numCats'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:990:53: style: Function 'adjustZeroFrequency' argument 1 names different: declaration 'mightBeZero' definition 'freq'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:166:47: note: Function 'adjustZeroFrequency' argument 1 names different: declaration 'mightBeZero' definition 'freq'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:990:53: note: Function 'adjustZeroFrequency' argument 1 names different: declaration 'mightBeZero' definition 'freq'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:1086:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_datamodel.cpp:1089:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_datamodel.h:72:12: performance: Technically the member function 'UIVarsSingleDataModel::MakeNextCategoryProbability' can be static. [functionStatic]
lamarc/src/ui_vars/ui_vars_datamodel.cpp:120:24: note: Technically the member function 'UIVarsSingleDataModel::MakeNextCategoryProbability' can be static.
lamarc/src/ui_vars/ui_vars_datamodel.h:72:12: note: Technically the member function 'UIVarsSingleDataModel::MakeNextCategoryProbability' can be static.
lamarc/src/ui_vars/ui_vars_datamodel.h:73:12: performance: Technically the member function 'UIVarsSingleDataModel::MakeNextCategoryRate' can be static. [functionStatic]
lamarc/src/ui_vars/ui_vars_datamodel.cpp:109:24: note: Technically the member function 'UIVarsSingleDataModel::MakeNextCategoryRate' can be static.
lamarc/src/ui_vars/ui_vars_datamodel.h:73:12: note: Technically the member function 'UIVarsSingleDataModel::MakeNextCategoryRate' can be static.
lamarc/src/ui_vars/ui_vars_datamodel.h:79:5: style: Class 'UIVarsSingleDataModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_vars/ui_vars_datamodel.cpp:41:54: performance: Function parameter 'regionId' should be passed by const reference. [passedByValue]
lamarc/src/ui_vars/ui_vars_datamodel.cpp:70:91: performance: Function parameter 'regionId' should be passed by const reference. [passedByValue]
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:87:37: style: Function 'GetNumLoci' argument 1 names different: declaration 'region' definition 'regIndex'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datapackplus.h:63:37: note: Function 'GetNumLoci' argument 1 names different: declaration 'region' definition 'regIndex'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:87:37: note: Function 'GetNumLoci' argument 1 names different: declaration 'region' definition 'regIndex'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:231:54: style: Function 'GetForcePartitionName' argument 1 names different: declaration 'ftype' definition 'ft'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datapackplus.h:88:54: note: Function 'GetForcePartitionName' argument 1 names different: declaration 'ftype' definition 'ft'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:231:54: note: Function 'GetForcePartitionName' argument 1 names different: declaration 'ftype' definition 'ft'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:238:55: style: Function 'GetForcePartitionNames' argument 1 names different: declaration 'ftype' definition 'ft'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datapackplus.h:89:55: note: Function 'GetForcePartitionNames' argument 1 names different: declaration 'ftype' definition 'ft'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:238:55: note: Function 'GetForcePartitionNames' argument 1 names different: declaration 'ftype' definition 'ft'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:500:43: style: Function 'GetNumSites' argument 1 names different: declaration 'region' definition 'regionId'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datapackplus.h:106:38: note: Function 'GetNumSites' argument 1 names different: declaration 'region' definition 'regionId'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:500:43: note: Function 'GetNumSites' argument 1 names different: declaration 'region' definition 'regionId'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:506:43: style: Function 'GetNumSites' argument 1 names different: declaration 'region' definition 'regionId'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datapackplus.h:107:38: note: Function 'GetNumSites' argument 1 names different: declaration 'region' definition 'regionId'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:506:43: note: Function 'GetNumSites' argument 1 names different: declaration 'region' definition 'regionId'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:506:58: style: Function 'GetNumSites' argument 2 names different: declaration 'locus' definition 'locusId'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datapackplus.h:107:51: note: Function 'GetNumSites' argument 2 names different: declaration 'locus' definition 'locusId'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:506:58: note: Function 'GetNumSites' argument 2 names different: declaration 'locus' definition 'locusId'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:513:55: style: Function 'GetUniqueAlleles' argument 1 names different: declaration 'region' definition 'regionId'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datapackplus.h:108:43: note: Function 'GetUniqueAlleles' argument 1 names different: declaration 'region' definition 'regionId'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:513:55: note: Function 'GetUniqueAlleles' argument 1 names different: declaration 'region' definition 'regionId'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:514:55: style: Function 'GetUniqueAlleles' argument 2 names different: declaration 'locus' definition 'locusId'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datapackplus.h:108:56: note: Function 'GetUniqueAlleles' argument 2 names different: declaration 'locus' definition 'locusId'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:514:55: note: Function 'GetUniqueAlleles' argument 2 names different: declaration 'locus' definition 'locusId'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:608:49: style: Function 'GetAncestorName' argument 1 names different: declaration 'index1' definition 'index'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datapackplus.h:115:33: note: Function 'GetAncestorName' argument 1 names different: declaration 'index1' definition 'index'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:608:49: note: Function 'GetAncestorName' argument 1 names different: declaration 'index1' definition 'index'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:623:52: style: Function 'GetDescendentNames' argument 1 names different: declaration 'index1' definition 'index'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datapackplus.h:116:36: note: Function 'GetDescendentNames' argument 1 names different: declaration 'index1' definition 'index'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:623:52: note: Function 'GetDescendentNames' argument 1 names different: declaration 'index1' definition 'index'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:550:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_datapackplus.h:98:21: performance: Technically the member function 'UIVarsDataPackPlus::GetParamNameOfForce' can be static. [functionStatic]
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:422:21: note: Technically the member function 'UIVarsDataPackPlus::GetParamNameOfForce' can be static.
lamarc/src/ui_vars/ui_vars_datapackplus.h:98:21: note: Technically the member function 'UIVarsDataPackPlus::GetParamNameOfForce' can be static.
lamarc/src/ui_vars/ui_vars_datapackplus.h:115:12: performance: Technically the member function 'UIVarsDataPackPlus::GetAncestorName' can be static. [functionStatic]
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:608:28: note: Technically the member function 'UIVarsDataPackPlus::GetAncestorName' can be static.
lamarc/src/ui_vars/ui_vars_datapackplus.h:115:12: note: Technically the member function 'UIVarsDataPackPlus::GetAncestorName' can be static.
lamarc/src/ui_vars/ui_vars_datapackplus.h:116:12: performance: Technically the member function 'UIVarsDataPackPlus::GetDescendentNames' can be static. [functionStatic]
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:623:28: note: Technically the member function 'UIVarsDataPackPlus::GetDescendentNames' can be static.
lamarc/src/ui_vars/ui_vars_datapackplus.h:116:12: note: Technically the member function 'UIVarsDataPackPlus::GetDescendentNames' can be static.
lamarc/src/ui_vars/ui_vars_forces.cpp:1916:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lamarc/src/ui_vars/ui_vars_forces.cpp:2018:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lamarc/src/ui_vars/ui_vars_forces.cpp:58:17: style: Function 'UIVarsSingleForce' argument 5 names different: declaration 'defaultMethod' definition 'methodType'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:117:21: note: Function 'UIVarsSingleForce' argument 5 names different: declaration 'defaultMethod' definition 'methodType'.
lamarc/src/ui_vars/ui_vars_forces.cpp:58:17: note: Function 'UIVarsSingleForce' argument 5 names different: declaration 'defaultMethod' definition 'methodType'.
lamarc/src/ui_vars/ui_vars_forces.cpp:366:49: style: Function 'SetProfileType' argument 1 names different: declaration 'x' definition 'p'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:144:53: note: Function 'SetProfileType' argument 1 names different: declaration 'x' definition 'p'.
lamarc/src/ui_vars/ui_vars_forces.cpp:366:49: note: Function 'SetProfileType' argument 1 names different: declaration 'x' definition 'p'.
lamarc/src/ui_vars/ui_vars_forces.cpp:371:52: style: Function 'GetParamstatus' argument 1 names different: declaration 'index' definition 'pindex'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:146:49: note: Function 'GetParamstatus' argument 1 names different: declaration 'index' definition 'pindex'.
lamarc/src/ui_vars/ui_vars_forces.cpp:371:52: note: Function 'GetParamstatus' argument 1 names different: declaration 'index' definition 'pindex'.
lamarc/src/ui_vars/ui_vars_forces.cpp:409:46: style: Function 'GetStartValue' argument 1 names different: declaration 'index' definition 'pindex'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:149:48: note: Function 'GetStartValue' argument 1 names different: declaration 'index' definition 'pindex'.
lamarc/src/ui_vars/ui_vars_forces.cpp:409:46: note: Function 'GetStartValue' argument 1 names different: declaration 'index' definition 'pindex'.
lamarc/src/ui_vars/ui_vars_forces.cpp:642:45: style: Function 'SetTrueValue' argument 1 names different: declaration 'trueval' definition 'trueVal'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:159:49: note: Function 'SetTrueValue' argument 1 names different: declaration 'trueval' definition 'trueVal'.
lamarc/src/ui_vars/ui_vars_forces.cpp:642:45: note: Function 'SetTrueValue' argument 1 names different: declaration 'trueval' definition 'trueVal'.
lamarc/src/ui_vars/ui_vars_forces.cpp:848:49: style: Function 'SetUseDefaultPrior' argument 1 names different: declaration 'use' definition 'val'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:190:42: note: Function 'SetUseDefaultPrior' argument 1 names different: declaration 'use' definition 'val'.
lamarc/src/ui_vars/ui_vars_forces.cpp:848:49: note: Function 'SetUseDefaultPrior' argument 1 names different: declaration 'use' definition 'val'.
lamarc/src/ui_vars/ui_vars_forces.cpp:887:38: style: Function 'SetMaxEvents' argument 1 names different: declaration 'maxEvents' definition 'events'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:203:43: note: Function 'SetMaxEvents' argument 1 names different: declaration 'maxEvents' definition 'events'.
lamarc/src/ui_vars/ui_vars_forces.cpp:887:38: note: Function 'SetMaxEvents' argument 1 names different: declaration 'maxEvents' definition 'events'.
lamarc/src/ui_vars/ui_vars_forces.cpp:897:34: style: Function 'SetOnOff' argument 1 names different: declaration 'x' definition 'onOffVal'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:205:39: note: Function 'SetOnOff' argument 1 names different: declaration 'x' definition 'onOffVal'.
lamarc/src/ui_vars/ui_vars_forces.cpp:897:34: note: Function 'SetOnOff' argument 1 names different: declaration 'x' definition 'onOffVal'.
lamarc/src/ui_vars/ui_vars_forces.cpp:1176:10: style: Function 'UIVars2DForce' argument 3 names different: declaration 'npartitions' definition 'numPartitions'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:252:24: note: Function 'UIVars2DForce' argument 3 names different: declaration 'npartitions' definition 'numPartitions'.
lamarc/src/ui_vars/ui_vars_forces.cpp:1176:10: note: Function 'UIVars2DForce' argument 3 names different: declaration 'npartitions' definition 'numPartitions'.
lamarc/src/ui_vars/ui_vars_forces.cpp:1178:17: style: Function 'UIVars2DForce' argument 5 names different: declaration 'defaultMethod' definition 'methodType'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:254:31: note: Function 'UIVars2DForce' argument 5 names different: declaration 'defaultMethod' definition 'methodType'.
lamarc/src/ui_vars/ui_vars_forces.cpp:1178:17: note: Function 'UIVars2DForce' argument 5 names different: declaration 'defaultMethod' definition 'methodType'.
lamarc/src/ui_vars/ui_vars_forces.cpp:1648:70: style: Function 'UIVarsDivergenceForce' argument 2 names different: declaration 'numDivPopulations' definition 'nDivPopulations'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:322:41: note: Function 'UIVarsDivergenceForce' argument 2 names different: declaration 'numDivPopulations' definition 'nDivPopulations'.
lamarc/src/ui_vars/ui_vars_forces.cpp:1648:70: note: Function 'UIVarsDivergenceForce' argument 2 names different: declaration 'numDivPopulations' definition 'nDivPopulations'.
lamarc/src/ui_vars/ui_vars_forces.cpp:1740:10: style: Function 'UIVarsDiseaseForce' argument 3 names different: declaration 'canTurnOnOff' definition 'isLegal'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:349:61: note: Function 'UIVarsDiseaseForce' argument 3 names different: declaration 'canTurnOnOff' definition 'isLegal'.
lamarc/src/ui_vars/ui_vars_forces.cpp:1740:10: note: Function 'UIVarsDiseaseForce' argument 3 names different: declaration 'canTurnOnOff' definition 'isLegal'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2076:49: style: Function 'operator()' argument 1 names different: declaration 'f' definition 'ft'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:445:36: note: Function 'operator()' argument 1 names different: declaration 'f' definition 'ft'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2076:49: note: Function 'operator()' argument 1 names different: declaration 'f' definition 'ft'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2094:48: style: Function 'operator()' argument 1 names different: declaration 'f' definition 'ft'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:454:36: note: Function 'operator()' argument 1 names different: declaration 'f' definition 'ft'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2094:48: note: Function 'operator()' argument 1 names different: declaration 'f' definition 'ft'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2216:48: style: Function 'GetNumGroups' argument 1 names different: declaration 'force' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:489:51: note: Function 'GetNumGroups' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2216:48: note: Function 'GetNumGroups' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2227:47: style: Function 'GetForceCanTurnOnOff' argument 1 names different: declaration 'force' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:492:53: note: Function 'GetForceCanTurnOnOff' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2227:47: note: Function 'GetForceCanTurnOnOff' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2234:40: style: Function 'GetForceLegal' argument 1 names different: declaration 'force' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:493:46: note: Function 'GetForceLegal' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2234:40: note: Function 'GetForceLegal' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2241:49: style: Function 'GetForceZeroesValidity' argument 1 names different: declaration 'force' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:494:55: note: Function 'GetForceZeroesValidity' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2241:49: note: Function 'GetForceZeroesValidity' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2248:36: style: Function 'FixGroups' argument 1 names different: declaration 'force' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:495:42: note: Function 'FixGroups' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2248:36: note: Function 'FixGroups' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2684:36: style: Function 'SetForceOnOff' argument 1 names different: declaration 'onOff' definition 'onOffVal'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:546:31: note: Function 'SetForceOnOff' argument 1 names different: declaration 'onOff' definition 'onOffVal'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2684:36: note: Function 'SetForceOnOff' argument 1 names different: declaration 'onOff' definition 'onOffVal'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2684:57: style: Function 'SetForceOnOff' argument 2 names different: declaration 'forceId' definition 'force'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:546:56: note: Function 'SetForceOnOff' argument 2 names different: declaration 'forceId' definition 'force'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2684:57: note: Function 'SetForceOnOff' argument 2 names different: declaration 'forceId' definition 'force'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2714:65: style: Function 'SetMaxEvents' argument 2 names different: declaration 'forceId' definition 'force'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:547:56: note: Function 'SetMaxEvents' argument 2 names different: declaration 'forceId' definition 'force'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2714:65: note: Function 'SetMaxEvents' argument 2 names different: declaration 'forceId' definition 'force'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2720:61: style: Function 'SetProfileType' argument 2 names different: declaration 'forceId' definition 'force'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:550:56: note: Function 'SetProfileType' argument 2 names different: declaration 'forceId' definition 'force'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2720:61: note: Function 'SetProfileType' argument 2 names different: declaration 'forceId' definition 'force'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2742:61: style: Function 'SetDoProfile' argument 2 names different: declaration 'forceId' definition 'force'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:554:56: note: Function 'SetDoProfile' argument 2 names different: declaration 'forceId' definition 'force'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2742:61: note: Function 'SetDoProfile' argument 2 names different: declaration 'forceId' definition 'force'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2748:61: style: Function 'SetDoProfile' argument 2 names different: declaration 'forceId' definition 'force'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:553:56: note: Function 'SetDoProfile' argument 2 names different: declaration 'forceId' definition 'force'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2748:61: note: Function 'SetDoProfile' argument 2 names different: declaration 'forceId' definition 'force'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2770:42: style: Function 'SetStartMethod' argument 1 names different: declaration 'startMethod' definition 'meth'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:557:38: note: Function 'SetStartMethod' argument 1 names different: declaration 'startMethod' definition 'meth'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2770:42: note: Function 'SetStartMethod' argument 1 names different: declaration 'startMethod' definition 'meth'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2770:59: style: Function 'SetStartMethod' argument 2 names different: declaration 'forceId' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:557:62: note: Function 'SetStartMethod' argument 2 names different: declaration 'forceId' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2770:59: note: Function 'SetStartMethod' argument 2 names different: declaration 'forceId' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2776:71: style: Function 'SetParamstatus' argument 2 names different: declaration 'force' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:559:66: note: Function 'SetParamstatus' argument 2 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2776:71: note: Function 'SetParamstatus' argument 2 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2782:66: style: Function 'SetGroupParamstatus' argument 2 names different: declaration 'force' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:560:61: note: Function 'SetGroupParamstatus' argument 2 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2782:66: note: Function 'SetGroupParamstatus' argument 2 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2788:54: style: Function 'AddGroup' argument 2 names different: declaration 'force' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:561:49: note: Function 'AddGroup' argument 2 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2788:54: note: Function 'AddGroup' argument 2 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2794:47: style: Function 'RemoveParamFromGroup' argument 1 names different: declaration 'force' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:562:43: note: Function 'RemoveParamFromGroup' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2794:47: note: Function 'RemoveParamFromGroup' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2800:42: style: Function 'AddParamToGroup' argument 1 names different: declaration 'force' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:563:38: note: Function 'AddParamToGroup' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2800:42: note: Function 'AddParamToGroup' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2806:45: style: Function 'AddParamToNewGroup' argument 1 names different: declaration 'force' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:564:41: note: Function 'AddParamToNewGroup' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2806:45: note: Function 'AddParamToNewGroup' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2812:63: style: Function 'SetUserStartValue' argument 2 names different: declaration 'forceId' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:556:60: note: Function 'SetUserStartValue' argument 2 names different: declaration 'forceId' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2812:63: note: Function 'SetUserStartValue' argument 2 names different: declaration 'forceId' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2818:58: style: Function 'SetTrueValue' argument 2 names different: declaration 'forceId' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:558:55: note: Function 'SetTrueValue' argument 2 names different: declaration 'forceId' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2818:58: note: Function 'SetTrueValue' argument 2 names different: declaration 'forceId' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2944:39: style: Function 'SetDiseaseLocation' argument 1 names different: declaration 'loc' definition 'location'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:582:43: note: Function 'SetDiseaseLocation' argument 1 names different: declaration 'loc' definition 'location'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2944:39: note: Function 'SetDiseaseLocation' argument 1 names different: declaration 'loc' definition 'location'.
lamarc/src/ui_vars/ui_vars_forces.cpp:1011:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_forces.cpp:1318:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_forces.cpp:1321:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_forces.cpp:1330:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_forces.cpp:1349:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_forces.cpp:1354:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_forces.cpp:1373:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_forces.cpp:1470:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_forces.cpp:1504:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_forces.cpp:1590:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_forces.cpp:1677:5: performance: Variable 'newpops' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lamarc/src/ui_vars/ui_vars_forces.cpp:1678:5: performance: Variable 'ancestors' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lamarc/src/ui_vars/ui_vars_forces.h:488:27: performance: Technically the member function 'UIVarsForces::GetPossibleForces' can be static. [functionStatic]
lamarc/src/ui_vars/ui_vars_forces.cpp:2199:15: note: Technically the member function 'UIVarsForces::GetPossibleForces' can be static.
lamarc/src/ui_vars/ui_vars_forces.h:488:27: note: Technically the member function 'UIVarsForces::GetPossibleForces' can be static.
lamarc/src/ui_vars/ui_vars_forces.h:546:10: style: Technically the member function 'UIVarsForces::SetForceOnOff' can be const. [functionConst]
lamarc/src/ui_vars/ui_vars_forces.cpp:2684:15: note: Technically the member function 'UIVarsForces::SetForceOnOff' can be const.
lamarc/src/ui_vars/ui_vars_forces.h:546:10: note: Technically the member function 'UIVarsForces::SetForceOnOff' can be const.
lamarc/src/ui_vars/ui_vars_forces.cpp:62:17: performance: Function parameter 'defaultPrior' should be passed by const reference. [passedByValue]
lamarc/src/ui_vars/ui_vars_forces.cpp:1182:17: performance: Function parameter 'defaultPrior' should be passed by const reference. [passedByValue]
lamarc/src/ui_vars/ui_vars_traitmodels.cpp:283:134: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_traitmodels.cpp:292:134: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_traitmodels.cpp:301:134: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_traitmodels.h:107:10: performance: Technically the member function 'UIVarsTraitModels::OneSite' can be static. [functionStatic]
lamarc/src/ui_vars/ui_vars_traitmodels.cpp:376:25: note: Technically the member function 'UIVarsTraitModels::OneSite' can be static.
lamarc/src/ui_vars/ui_vars_traitmodels.h:107:10: note: Technically the member function 'UIVarsTraitModels::OneSite' can be static.
lamarc/src/ui_vars/ui_vars_traitmodels.cpp:262:55: performance: Function parameter 'regID' should be passed by const reference. [passedByValue]
lamarc/src/ui_vars/ui_vars_userparams.cpp:352:47: style: Function 'SetRandomSeed' argument 1 names different: declaration 'x' definition 'seed'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_userparams.h:154:37: note: Function 'SetRandomSeed' argument 1 names different: declaration 'x' definition 'seed'.
lamarc/src/ui_vars/ui_vars_userparams.cpp:352:47: note: Function 'SetRandomSeed' argument 1 names different: declaration 'x' definition 'seed'.
lamarc/src/ui_vars/ui_vars_userparams.cpp:368:51: style: Function 'SetUseSystemClock' argument 1 names different: declaration 'x' definition 'val'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_userparams.h:156:41: note: Function 'SetUseSystemClock' argument 1 names different: declaration 'x' definition 'val'.
lamarc/src/ui_vars/ui_vars_userparams.cpp:368:51: note: Function 'SetUseSystemClock' argument 1 names different: declaration 'x' definition 'val'.
lamarc/src/ui_vars/ui_vars_userparams.cpp:390:49: style: Function 'SetOldClockSeed' argument 1 names different: declaration 'x' definition 'seed'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_userparams.h:153:39: note: Function 'SetOldClockSeed' argument 1 names different: declaration 'x' definition 'seed'.
lamarc/src/ui_vars/ui_vars_userparams.cpp:390:49: note: Function 'SetOldClockSeed' argument 1 names different: declaration 'x' definition 'seed'.
lamarc/src/ui_vars/ui_vars_userparams.cpp:396:52: style: Function 'SetUseOldClockSeed' argument 1 names different: declaration 'x' definition 'val'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_userparams.h:155:42: note: Function 'SetUseOldClockSeed' argument 1 names different: declaration 'x' definition 'val'.
lamarc/src/ui_vars/ui_vars_userparams.cpp:396:52: note: Function 'SetUseOldClockSeed' argument 1 names different: declaration 'x' definition 'val'.
lamarc/src/ui_vars/ui_vars_userparams.h:161:10: style: Technically the member function 'UIVarsUserParameters::CheckBothSumFiles' can be const. [functionConst]
lamarc/src/ui_vars/ui_vars_userparams.cpp:448:28: note: Technically the member function 'UIVarsUserParameters::CheckBothSumFiles' can be const.
lamarc/src/ui_vars/ui_vars_userparams.h:161:10: note: Technically the member function 'UIVarsUserParameters::CheckBothSumFiles' can be const.
lamarc/src/ui_vars/ui_vars_userparams.h:162:10: style: Technically the member function 'UIVarsUserParameters::CheckNewickTreeFile' can be const. [functionConst]
lamarc/src/ui_vars/ui_vars_userparams.cpp:462:28: note: Technically the member function 'UIVarsUserParameters::CheckNewickTreeFile' can be const.
lamarc/src/ui_vars/ui_vars_userparams.h:162:10: note: Technically the member function 'UIVarsUserParameters::CheckNewickTreeFile' can be const.
lamarc/src/ui_vars/ui_vars_userparams.h:166:10: style: Technically the member function 'UIVarsUserParameters::CheckCurveFiles' can be const. [functionConst]
lamarc/src/ui_vars/ui_vars_userparams.cpp:496:28: note: Technically the member function 'UIVarsUserParameters::CheckCurveFiles' can be const.
lamarc/src/ui_vars/ui_vars_userparams.h:166:10: note: Technically the member function 'UIVarsUserParameters::CheckCurveFiles' can be const.
lamarc/src/ui_vars/ui_vars_userparams.h:167:10: style: Technically the member function 'UIVarsUserParameters::CheckMapFiles' can be const. [functionConst]
lamarc/src/ui_vars/ui_vars_userparams.cpp:511:28: note: Technically the member function 'UIVarsUserParameters::CheckMapFiles' can be const.
lamarc/src/ui_vars/ui_vars_userparams.h:167:10: note: Technically the member function 'UIVarsUserParameters::CheckMapFiles' can be const.
lamarc/src/ui_vars/ui_vars_userparams.h:168:10: style: Technically the member function 'UIVarsUserParameters::CheckReclocFiles' can be const. [functionConst]
lamarc/src/ui_vars/ui_vars_userparams.cpp:531:28: note: Technically the member function 'UIVarsUserParameters::CheckReclocFiles' can be const.
lamarc/src/ui_vars/ui_vars_userparams.h:168:10: note: Technically the member function 'UIVarsUserParameters::CheckReclocFiles' can be const.
lamarc/src/ui_vars/ui_vars_userparams.h:169:10: style: Technically the member function 'UIVarsUserParameters::CheckTraceFiles' can be const. [functionConst]
lamarc/src/ui_vars/ui_vars_userparams.cpp:547:28: note: Technically the member function 'UIVarsUserParameters::CheckTraceFiles' can be const.
lamarc/src/ui_vars/ui_vars_userparams.h:169:10: note: Technically the member function 'UIVarsUserParameters::CheckTraceFiles' can be const.
lamarc/src/ui_vars/ui_vars_userparams.h:170:10: performance: Technically the member function 'UIVarsUserParameters::CheckPrefix' can be static. [functionStatic]
lamarc/src/ui_vars/ui_vars_userparams.cpp:563:28: note: Technically the member function 'UIVarsUserParameters::CheckPrefix' can be static.
lamarc/src/ui_vars/ui_vars_userparams.h:170:10: note: Technically the member function 'UIVarsUserParameters::CheckPrefix' can be static.
lamarc/src/ui_vars/ui_vars_userparams.h:156:18: warning: Virtual function 'SetUseSystemClock' is called from constructor 'UIVarsUserParameters(UIVars*,string fileName)' at line 73. Dynamic binding is not used. [virtualCallInConstructor]
lamarc/src/ui_vars/ui_vars_userparams.cpp:73:5: note: Calling SetUseSystemClock
lamarc/src/ui_vars/ui_vars_userparams.h:156:18: note: SetUseSystemClock is a virtual method
lamarc/src/ui_vars/ui_vars_userparams.h:152:18: warning: Virtual function 'SetProgramStartTime' is called from constructor 'UIVarsUserParameters(UIVars*,string fileName)' at line 74. Dynamic binding is not used. [virtualCallInConstructor]
lamarc/src/ui_vars/ui_vars_userparams.cpp:74:5: note: Calling SetProgramStartTime
lamarc/src/ui_vars/ui_vars_userparams.h:152:18: note: SetProgramStartTime is a virtual method
lamarc/src/xml/parsetreeschema.h:44:5: style: Class 'ElementInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/xml/parsetreeschema.cpp:190:42: style: Function 'AllowsAttribute' argument 1 names different: declaration 'name' definition 'attrName'. [funcArgNamesDifferent]
lamarc/src/xml/parsetreeschema.h:103:50: note: Function 'AllowsAttribute' argument 1 names different: declaration 'name' definition 'attrName'.
lamarc/src/xml/parsetreeschema.cpp:190:42: note: Function 'AllowsAttribute' argument 1 names different: declaration 'name' definition 'attrName'.
lamarc/src/xml/parsetreeschema.cpp:197:40: style: Function 'AllowsElement' argument 1 names different: declaration 'name' definition 'elemName'. [funcArgNamesDifferent]
lamarc/src/xml/parsetreeschema.h:104:48: note: Function 'AllowsElement' argument 1 names different: declaration 'name' definition 'elemName'.
lamarc/src/xml/parsetreeschema.cpp:197:40: note: Function 'AllowsElement' argument 1 names different: declaration 'name' definition 'elemName'.
lamarc/src/xml/parsetreeschema.cpp:204:51: style: Function 'AllowsAdditionalElements' argument 1 names different: declaration 'name' definition 'elemName'. [funcArgNamesDifferent]
lamarc/src/xml/parsetreeschema.h:105:59: note: Function 'AllowsAdditionalElements' argument 1 names different: declaration 'name' definition 'elemName'.
lamarc/src/xml/parsetreeschema.cpp:204:51: note: Function 'AllowsAdditionalElements' argument 1 names different: declaration 'name' definition 'elemName'.
lamarc/src/xml/parsetreeschema.cpp:217:44: style: Function 'DeprecatedElement' argument 1 names different: declaration 'name' definition 'elemName'. [funcArgNamesDifferent]
lamarc/src/xml/parsetreeschema.h:106:52: note: Function 'DeprecatedElement' argument 1 names different: declaration 'name' definition 'elemName'.
lamarc/src/xml/parsetreeschema.cpp:217:44: note: Function 'DeprecatedElement' argument 1 names different: declaration 'name' definition 'elemName'.
lamarc/src/xml/parsetreeschema.cpp:406:68: style: Function 'AllowsAttribute' argument 2 names different: declaration 'name' definition 'attr'. [funcArgNamesDifferent]
lamarc/src/xml/parsetreeschema.h:134:71: note: Function 'AllowsAttribute' argument 2 names different: declaration 'name' definition 'attr'.
lamarc/src/xml/parsetreeschema.cpp:406:68: note: Function 'AllowsAttribute' argument 2 names different: declaration 'name' definition 'attr'.
lamarc/src/xml/parsetreeschema.cpp:160:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/parsetreeschema.cpp:178:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/parsetreeschema.cpp:280:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/parsetreeschema.cpp:377:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/parsetreeschema.h:53:12: performance: Technically the member function 'ElementInfo::DebugDump' can be static. [functionStatic]
lamarc/src/xml/parsetreeschema.cpp:79:14: note: Technically the member function 'ElementInfo::DebugDump' can be static.
lamarc/src/xml/parsetreeschema.h:53:12: note: Technically the member function 'ElementInfo::DebugDump' can be static.
lamarc/src/xml/parsetreeschema.h:72:12: performance: Technically the member function 'AttributeInfo::DebugDump' can be static. [functionStatic]
lamarc/src/xml/parsetreeschema.cpp:85:16: note: Technically the member function 'AttributeInfo::DebugDump' can be static.
lamarc/src/xml/parsetreeschema.h:72:12: note: Technically the member function 'AttributeInfo::DebugDump' can be static.
lamarc/src/xml/parsetreetodata.cpp:1118:26: style: The scope of the variable 'tipfound' can be reduced. [variableScope]
lamarc/src/xml/parsetreetodata.cpp:1403:26: style: The scope of the variable 'partfound' can be reduced. [variableScope]
lamarc/src/xml/parsetreetodata.cpp:910:40: style: Function 'DoTree' argument 1 names different: declaration 'xmlllist' definition 'treeElement'. [funcArgNamesDifferent]
lamarc/src/xml/parsetreetodata.h:94:38: note: Function 'DoTree' argument 1 names different: declaration 'xmlllist' definition 'treeElement'.
lamarc/src/xml/parsetreetodata.cpp:910:40: note: Function 'DoTree' argument 1 names different: declaration 'xmlllist' definition 'treeElement'.
lamarc/src/xml/parsetreetodata.cpp:187:23: style: Variable 'testind3' is assigned a value that is never used. [unreadVariable]
lamarc/src/xml/parsetreetodata.cpp:887:13: style: Variable 'indnum' is modified but its new value is never used. [unreadVariable]
lamarc/src/xml/parsetreetodata.cpp:1579:45: style: Variable 'partfound' is assigned a value that is never used. [unreadVariable]
lamarc/src/xml/parsetreetodata.cpp:715:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/parsetreetodata.cpp:822:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/parsetreetodata.cpp:841:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/parsetreetodata.cpp:955:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/xml.h:50:5: style: Class 'XmlErrorSupport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/xml/parsetreewalker.h:62:5: style: Class 'ParseTreeWalker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/xml/parsetreetosettings.cpp:140:33: warning: Either the condition 'node==NULL' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
lamarc/src/xml/parsetreetosettings.cpp:133:13: note: Assuming that condition 'node==NULL' is not redundant
lamarc/src/xml/parsetreetosettings.cpp:140:33: note: Null pointer dereference
lamarc/src/xml/parsetreetosettings.cpp:282:74: style: Function 'DoCategories' argument 2 names different: declaration 'id' definition 'locusUIId'. [funcArgNamesDifferent]
lamarc/src/xml/parsetreetosettings.h:65:49: note: Function 'DoCategories' argument 2 names different: declaration 'id' definition 'locusUIId'.
lamarc/src/xml/parsetreetosettings.cpp:282:74: note: Function 'DoCategories' argument 2 names different: declaration 'id' definition 'locusUIId'.
lamarc/src/xml/parsetreetosettings.cpp:343:75: style: Function 'DoBaseFrequencies' argument 2 names different: declaration 'id' definition 'thisId'. [funcArgNamesDifferent]
lamarc/src/xml/parsetreetosettings.h:63:55: note: Function 'DoBaseFrequencies' argument 2 names different: declaration 'id' definition 'thisId'.
lamarc/src/xml/parsetreetosettings.cpp:343:75: note: Function 'DoBaseFrequencies' argument 2 names different: declaration 'id' definition 'thisId'.
lamarc/src/xml/parsetreetosettings.cpp:390:57: style: Function 'DoGTR' argument 2 names different: declaration 'id' definition 'thisId'. [funcArgNamesDifferent]
lamarc/src/xml/parsetreetosettings.h:64:43: note: Function 'DoGTR' argument 2 names different: declaration 'id' definition 'thisId'.
lamarc/src/xml/parsetreetosettings.cpp:390:57: note: Function 'DoGTR' argument 2 names different: declaration 'id' definition 'thisId'.
lamarc/src/xml/parsetreetosettings.cpp:775:126: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/parsetreetosettings.cpp:803:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/parsetreetosettings.cpp:1431:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/parsetreetosettings.cpp:1474:130: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/parsetreetosettings.cpp:1189:65: performance: Function parameter 'forceId' should be passed by const reference. [passedByValue]
lamarc/src/xml/parsetreetosettings.cpp:1219:65: performance: Function parameter 'forceId' should be passed by const reference. [passedByValue]
lamarc/src/xml/parsetreewalker.cpp:153:68: style: Function 'getNodeAttributeValue' argument 2 names different: declaration 'attributeName' definition 'attrName'. [funcArgNamesDifferent]
lamarc/src/xml/parsetreewalker.h:57:64: note: Function 'getNodeAttributeValue' argument 2 names different: declaration 'attributeName' definition 'attrName'.
lamarc/src/xml/parsetreewalker.cpp:153:68: note: Function 'getNodeAttributeValue' argument 2 names different: declaration 'attributeName' definition 'attrName'.
lamarc/src/xml/parsetreewalker.h:54:21: performance: Technically the member function 'ParseTreeWalker::getNodeText' can be static. [functionStatic]
lamarc/src/xml/parsetreewalker.cpp:97:18: note: Technically the member function 'ParseTreeWalker::getNodeText' can be static.
lamarc/src/xml/parsetreewalker.h:54:21: note: Technically the member function 'ParseTreeWalker::getNodeText' can be static.
lamarc/src/xml/parsetreewalker.h:55:21: performance: Technically the member function 'ParseTreeWalker::getGraphMLNodeText' can be static. [functionStatic]
lamarc/src/xml/parsetreewalker.cpp:115:18: note: Technically the member function 'ParseTreeWalker::getGraphMLNodeText' can be static.
lamarc/src/xml/parsetreewalker.h:55:21: note: Technically the member function 'ParseTreeWalker::getGraphMLNodeText' can be static.
lamarc/src/xml/parsetreewalker.h:57:21: performance: Technically the member function 'ParseTreeWalker::getNodeAttributeValue' can be static. [functionStatic]
lamarc/src/xml/parsetreewalker.cpp:153:18: note: Technically the member function 'ParseTreeWalker::getNodeAttributeValue' can be static.
lamarc/src/xml/parsetreewalker.h:57:21: note: Technically the member function 'ParseTreeWalker::getNodeAttributeValue' can be static.
lamarc/src/xml/tixml_base.cpp:94:50: style: Function 'ti_hasAttribute' argument 2 names different: declaration 'attributeName' definition 'attrName'. [funcArgNamesDifferent]
lamarc/src/xml/tixml_base.h:53:67: note: Function 'ti_hasAttribute' argument 2 names different: declaration 'attributeName' definition 'attrName'.
lamarc/src/xml/tixml_base.cpp:94:50: note: Function 'ti_hasAttribute' argument 2 names different: declaration 'attributeName' definition 'attrName'.
lamarc/src/xml/tixml_base.cpp:101:52: style: Function 'ti_attributeValue' argument 2 names different: declaration 'attributeName' definition 'attrName'. [funcArgNamesDifferent]
lamarc/src/xml/tixml_base.h:52:69: note: Function 'ti_attributeValue' argument 2 names different: declaration 'attributeName' definition 'attrName'.
lamarc/src/xml/tixml_base.cpp:101:52: note: Function 'ti_attributeValue' argument 2 names different: declaration 'attributeName' definition 'attrName'.
lamarc/src/xml/tixml_base.cpp:117:5: style: Exception should be caught by reference. [catchExceptionByValue]
lamarc/src/xml/tixml_base.cpp:134:5: style: Exception should be caught by reference. [catchExceptionByValue]
lamarc/src/xml/tixml_base.cpp:64:54: performance: Function parameter 'nodeName' should be passed by const reference. [passedByValue]
lamarc/src/xml/tixml_base.cpp:70:54: performance: Function parameter 'nodeName' should be passed by const reference. [passedByValue]
lamarc/src/xml/toxml.cpp:225:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/xml.cpp:209:44: style: Function 'checkAttrAllowed' argument 1 names different: declaration 'elem' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/xml/xml.h:74:42: note: Function 'checkAttrAllowed' argument 1 names different: declaration 'elem' definition 'parent'.
lamarc/src/xml/xml.cpp:209:44: note: Function 'checkAttrAllowed' argument 1 names different: declaration 'elem' definition 'parent'.
lamarc/src/xml/xml.cpp:223:42: style: Function 'checkElemCount' argument 1 names different: declaration 'elem' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/xml/xml.h:76:40: note: Function 'checkElemCount' argument 1 names different: declaration 'elem' definition 'parent'.
lamarc/src/xml/xml.cpp:223:42: note: Function 'checkElemCount' argument 1 names different: declaration 'elem' definition 'parent'.
lamarc/src/xml/xml.cpp:262:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/xml.cpp:269:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/xml.h:53:17: style: Technically the member function 'XmlErrorSupport::GetFileName' can be const. [functionConst]
lamarc/src/xml/xml.cpp:48:18: note: Technically the member function 'XmlErrorSupport::GetFileName' can be const.
lamarc/src/xml/xml.h:53:17: note: Technically the member function 'XmlErrorSupport::GetFileName' can be const.
[02:05]
ftp://ftp.se.debian.org/debian/pool/main/l/lambda-align/lambda-align_1.0.3.orig.tar.gz
lambda-lambda-v1.0.3/src/lambda.hpp:455:0: error: syntax error [syntaxError]
lambda-lambda-v1.0.3/src/radix_inplace.h:400:0: error: syntax error [syntaxError]
[02:05]
ftp://ftp.se.debian.org/debian/pool/main/l/lambda-term/lambda-term_1.10.1.orig.tar.gz
[02:05]
ftp://ftp.se.debian.org/debian/pool/main/l/lambdabot/lambdabot_5.1.0.1.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/lame/lame_3.99.5+repack1.orig.tar.gz
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:386:77: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:387:76: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:388:76: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:389:76: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:390:75: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:391:85: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/ACM.cpp:1047:29: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/ACM.cpp:1083:20: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/ACM.cpp:1115:28: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/ACM.cpp:1147:27: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/ACM.cpp:1183:28: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/ACM.cpp:253:74: style: Same expression on both sides of '|'. [duplicateExpression]
lame-3.99.5+repack1/ACM/ACM.cpp:1213:6: style: The scope of the variable 'Block_size' can be reduced. [variableScope]
lame-3.99.5+repack1/ACM/ACM.cpp:1214:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
lame-3.99.5+repack1/ACM/ACM.cpp:113:51: style: Function 'operator<' argument 1 names different: declaration 'bitrate' definition 'other_bitrate'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/ACM.h:57:39: note: Function 'operator<' argument 1 names different: declaration 'bitrate' definition 'other_bitrate'.
lame-3.99.5+repack1/ACM/ACM.cpp:113:51: note: Function 'operator<' argument 1 names different: declaration 'bitrate' definition 'other_bitrate'.
lame-3.99.5+repack1/ACM/ADbg/ADbg.h:72:10: warning: The buffer 'prefix' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:437:2: warning: Member variable 'TiXmlAttribute::document' is not initialized in the constructor. [uninitMemberVar]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:440:2: warning: Member variable 'TiXmlAttribute::document' is not initialized in the constructor. [uninitMemberVar]
lame-3.99.5+repack1/ACM/AEncodeProperties.h:235:19: performance: Technically the member function 'AEncodeProperties::GetBitrateLentgh' can be static. [functionStatic]
lame-3.99.5+repack1/ACM/AEncodeProperties.h:304:19: performance: Technically the member function 'AEncodeProperties::GetChannelLentgh' can be static. [functionStatic]
lame-3.99.5+repack1/ACM/ACM.h:86:7: performance: Technically the member function 'ACM::GetPCMFormatForIndex' can be static. [functionStatic]
lame-3.99.5+repack1/ACM/ACM.cpp:1255:11: note: Technically the member function 'ACM::GetPCMFormatForIndex' can be static.
lame-3.99.5+repack1/ACM/ACM.h:86:7: note: Technically the member function 'ACM::GetPCMFormatForIndex' can be static.
lame-3.99.5+repack1/ACM/ADbg/ADbg.h:48:2: style: Class 'ADbg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:527:2: style: Class 'TiXmlElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:620:2: style: Class 'TiXmlText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:737:2: style: Class 'TiXmlDocument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lame-3.99.5+repack1/ACM/AEncodeProperties.h:59:2: style: Class 'AEncodeProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lame-3.99.5+repack1/ACM/ACM.h:63:2: style: Class 'ACM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:466:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:135:22: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:466:22: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:469:16: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:94:16: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:469:16: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:472:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:97:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:472:15: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:561:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:393:21: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:561:21: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:563:16: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:94:16: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:563:16: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:565:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:97:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:565:15: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:567:15: style: The function 'StreamIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:396:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:567:15: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:574:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:135:22: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:574:22: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:598:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:393:21: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:598:21: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:600:16: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:94:16: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:600:16: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:602:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:97:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:602:15: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:604:15: style: The function 'StreamIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:396:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:604:15: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:611:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:135:22: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:611:22: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:625:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:393:21: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:625:21: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:627:16: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:94:16: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:627:16: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:629:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:97:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:629:15: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:636:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:135:22: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:636:22: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:638:15: style: The function 'StreamIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:396:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:638:15: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:676:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:393:21: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:676:21: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:678:16: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:94:16: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:678:16: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:680:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:97:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:680:15: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:682:15: style: The function 'StreamIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:396:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:682:15: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:689:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:135:22: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:689:22: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:710:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:393:21: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:710:21: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:712:16: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:94:16: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:712:16: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:714:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:97:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:714:15: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:716:15: style: The function 'StreamIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:396:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:716:15: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:723:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:135:22: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:723:22: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:754:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:135:22: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:754:22: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:782:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:97:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:782:15: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:784:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:393:21: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:784:21: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:791:15: style: The function 'StreamIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:396:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:791:15: note: Function in derived class
lame-3.99.5+repack1/ACM/AEncodeProperties.h:362:43: performance: Function parameter 'config_name' should be passed by const reference. [passedByValue]
lame-3.99.5+repack1/ACM/ACMStream.cpp:118:2: style: Variable 'bResult' is reassigned a value before the old one has been used. [redundantAssignment]
lame-3.99.5+repack1/ACM/ACMStream.cpp:110:0: note: Variable 'bResult' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/ACM/ACMStream.cpp:118:2: note: Variable 'bResult' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/ACM/ACMStream.h:67:22: style: Member variable 'ACMStream::gfp' is in the wrong place in the initializer list. [initializerList]
lame-3.99.5+repack1/ACM/ACMStream.cpp:62:2: note: Member variable 'ACMStream::gfp' is in the wrong place in the initializer list.
lame-3.99.5+repack1/ACM/ACMStream.h:67:22: note: Member variable 'ACMStream::gfp' is in the wrong place in the initializer list.
lame-3.99.5+repack1/ACM/ACMStream.cpp:65:1: style: Class 'ACMStream' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lame-3.99.5+repack1/ACM/ACMStream.cpp:65:1: style: Class 'ACMStream' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lame-3.99.5+repack1/ACM/ADbg/ADbg.cpp:116:22: style: Function 'OutPut' argument 1 names different: declaration 'level' definition 'forLevel'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/ADbg/ADbg.h:52:17: note: Function 'OutPut' argument 1 names different: declaration 'level' definition 'forLevel'.
lame-3.99.5+repack1/ACM/ADbg/ADbg.cpp:116:22: note: Function 'OutPut' argument 1 names different: declaration 'level' definition 'forLevel'.
lame-3.99.5+repack1/ACM/ADbg/ADbg.cpp:126:12: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
lame-3.99.5+repack1/ACM/ADbg/ADbg.cpp:128:2: error: va_list 'tstlist' was opened but not closed by va_end(). [va_end_missing]
lame-3.99.5+repack1/ACM/ADbg/ADbg.cpp:139:32: error: va_list 'tstlist' was opened but not closed by va_end(). [va_end_missing]
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:1589:7: style: Condition 'bShouldEnd' is always true [knownConditionTrueFalse]
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:1510:21: note: Assignment 'bShouldEnd=true', assigned value is 1
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:1589:7: note: Condition 'bShouldEnd' is always true
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:184:4: warning: Either the condition 'the_prop!=NULL' is redundant or there is possible null pointer dereference: the_prop. [nullPointerRedundantCheck]
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:186:20: note: Assuming that condition 'the_prop!=NULL' is not redundant
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:184:4: note: Null pointer dereference
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:171:13: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:183:15: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:393:48: style: Function 'Config' argument 1 names different: declaration 'hInstance' definition 'Hinstance'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/AEncodeProperties.h:324:30: note: Function 'Config' argument 1 names different: declaration 'hInstance' definition 'Hinstance'.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:393:48: note: Function 'Config' argument 1 names different: declaration 'hInstance' definition 'Hinstance'.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:428:44: style: Function 'InitConfigDlg' argument 1 names different: declaration 'hDialog' definition 'HwndDlg'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/AEncodeProperties.h:329:26: note: Function 'InitConfigDlg' argument 1 names different: declaration 'hDialog' definition 'HwndDlg'.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:428:44: note: Function 'InitConfigDlg' argument 1 names different: declaration 'hDialog' definition 'HwndDlg'.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:541:49: style: Function 'UpdateDlgFromValue' argument 1 names different: declaration 'hDialog' definition 'HwndDlg'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/AEncodeProperties.h:338:31: note: Function 'UpdateDlgFromValue' argument 1 names different: declaration 'hDialog' definition 'HwndDlg'.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:541:49: note: Function 'UpdateDlgFromValue' argument 1 names different: declaration 'hDialog' definition 'HwndDlg'.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:650:49: style: Function 'UpdateValueFromDlg' argument 1 names different: declaration 'hDialog' definition 'HwndDlg'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/AEncodeProperties.h:334:31: note: Function 'UpdateValueFromDlg' argument 1 names different: declaration 'hDialog' definition 'HwndDlg'.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:650:49: note: Function 'UpdateValueFromDlg' argument 1 names different: declaration 'hDialog' definition 'HwndDlg'.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:1266:61: style: Function 'SelectSavedParams' argument 1 names different: declaration 'config_name' definition 'the_string'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/AEncodeProperties.h:362:43: note: Function 'SelectSavedParams' argument 1 names different: declaration 'config_name' definition 'the_string'.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:1266:61: note: Function 'SelectSavedParams' argument 1 names different: declaration 'config_name' definition 'the_string'.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:1963:50: style: Function 'UpdateDlgFromSlides' argument 1 names different: declaration 'parent_window' definition 'hwndDlg'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/AEncodeProperties.h:381:32: note: Function 'UpdateDlgFromSlides' argument 1 names different: declaration 'parent_window' definition 'hwndDlg'.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:1963:50: note: Function 'UpdateDlgFromSlides' argument 1 names different: declaration 'parent_window' definition 'hwndDlg'.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:401:0: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:488:7: style: Variable 'DisplayStr' is assigned a value that is never used. [unreadVariable]
lame-3.99.5+repack1/ACM/AEncodeProperties.h:230:12: performance: Technically the member function 'AEncodeProperties::GetBitrateString' can be static. [functionStatic]
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:264:30: note: Technically the member function 'AEncodeProperties::GetBitrateString' can be static.
lame-3.99.5+repack1/ACM/AEncodeProperties.h:230:12: note: Technically the member function 'AEncodeProperties::GetBitrateString' can be static.
lame-3.99.5+repack1/ACM/AEncodeProperties.h:300:15: performance: Technically the member function 'AEncodeProperties::GetChannelModeString' can be static. [functionStatic]
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:247:33: note: Technically the member function 'AEncodeProperties::GetChannelModeString' can be static.
lame-3.99.5+repack1/ACM/AEncodeProperties.h:300:15: note: Technically the member function 'AEncodeProperties::GetChannelModeString' can be static.
lame-3.99.5+repack1/ACM/AEncodeProperties.h:353:7: performance: Technically the member function 'AEncodeProperties::ParamsSave' can be static. [functionStatic]
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:808:25: note: Technically the member function 'AEncodeProperties::ParamsSave' can be static.
lame-3.99.5+repack1/ACM/AEncodeProperties.h:353:7: note: Technically the member function 'AEncodeProperties::ParamsSave' can be static.
lame-3.99.5+repack1/ACM/AEncodeProperties.h:433:14: performance: Technically the member function 'AEncodeProperties::SetAttributeBool' can be static. [functionStatic]
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:1286:32: note: Technically the member function 'AEncodeProperties::SetAttributeBool' can be static.
lame-3.99.5+repack1/ACM/AEncodeProperties.h:433:14: note: Technically the member function 'AEncodeProperties::SetAttributeBool' can be static.
lame-3.99.5+repack1/ACM/AEncodeProperties.h:435:7: performance: Technically the member function 'AEncodeProperties::EnableAbrOptions' can be static. [functionStatic]
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:2012:25: note: Technically the member function 'AEncodeProperties::EnableAbrOptions' can be static.
lame-3.99.5+repack1/ACM/AEncodeProperties.h:435:7: note: Technically the member function 'AEncodeProperties::EnableAbrOptions' can be static.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:1266:61: performance: Function parameter 'the_string' should be passed by const reference. [passedByValue]
lame-3.99.5+repack1/ACM/main.cpp:141:20: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/main.cpp:199:20: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:96:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:110:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:82:32: style: Function 'TiXmlNode' argument 1 names different: declaration 'type' definition '_type'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:399:22: note: Function 'TiXmlNode' argument 1 names different: declaration 'type' definition '_type'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:82:32: note: Function 'TiXmlNode' argument 1 names different: declaration 'type' definition '_type'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:124:48: style: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:402:38: note: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:124:48: note: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:276:59: style: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:320:49: note: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:276:59: note: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:404:48: style: Function 'TiXmlElement' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:527:35: note: Function 'TiXmlElement' argument 1 names different: declaration 'value' definition '_value'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:404:48: note: Function 'TiXmlElement' argument 1 names different: declaration 'value' definition '_value'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:443:63: style: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:551:13: note: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:443:63: note: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:528:45: style: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:565:41: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:528:45: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:744:47: style: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:472:40: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:744:47: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:813:45: style: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:602:41: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:813:45: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:842:42: style: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:629:41: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:842:42: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:861:56: style: Function 'TiXmlDeclaration' argument 1 names different: declaration 'version' definition '_version'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:662:39: note: Function 'TiXmlDeclaration' argument 1 names different: declaration 'version' definition '_version'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:861:56: note: Function 'TiXmlDeclaration' argument 1 names different: declaration 'version' definition '_version'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:862:29: style: Function 'TiXmlDeclaration' argument 2 names different: declaration 'encoding' definition '_encoding'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:663:27: note: Function 'TiXmlDeclaration' argument 2 names different: declaration 'encoding' definition '_encoding'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:862:29: note: Function 'TiXmlDeclaration' argument 2 names different: declaration 'encoding' definition '_encoding'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:863:29: style: Function 'TiXmlDeclaration' argument 3 names different: declaration 'standalone' definition '_standalone'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:664:27: note: Function 'TiXmlDeclaration' argument 3 names different: declaration 'standalone' definition '_standalone'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:863:29: note: Function 'TiXmlDeclaration' argument 3 names different: declaration 'standalone' definition '_standalone'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:881:49: style: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:680:41: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:881:49: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:934:45: style: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:714:41: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:934:45: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:966:46: style: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:506:28: note: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:966:46: note: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:977:49: style: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:507:31: note: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:977:49: note: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:586:16: warning: Member variable 'TiXmlDocument::errorId' is not initialized in the constructor. [uninitMemberVar]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:593:16: warning: Member variable 'TiXmlDocument::errorId' is not initialized in the constructor. [uninitMemberVar]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:866:2: performance: Variable 'version' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:867:2: performance: Variable 'encoding' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:868:2: performance: Variable 'standalone' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:507:7: style: Technically the member function 'TiXmlAttributeSet::Remove' can be const. [functionConst]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:977:25: note: Technically the member function 'TiXmlAttributeSet::Remove' can be const.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:507:7: note: Technically the member function 'TiXmlAttributeSet::Remove' can be const.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:347:16: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '<'' is always true. [redundantCondition]
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:524:17: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '<'' is always true. [redundantCondition]
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:694:17: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '<'' is always true. [redundantCondition]
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:769:17: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '='' is always true. [redundantCondition]
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:712:8: warning: Either the condition 'p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:702:10: note: Assuming that condition 'p' is not redundant
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:712:8: note: Null pointer dereference
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:115:47: style: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:138:44: note: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:115:47: note: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:146:21: style: Function 'StringEqual' argument 2 names different: declaration 'endTag' definition 'tag'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:161:21: note: Function 'StringEqual' argument 2 names different: declaration 'endTag' definition 'tag'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:146:21: note: Function 'StringEqual' argument 2 names different: declaration 'endTag' definition 'tag'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:191:46: style: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:129:43: note: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:191:46: note: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:193:15: style: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:131:15: note: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:193:15: note: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:195:15: style: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:133:15: note: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:195:15: note: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:342:45: style: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:405:35: note: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:342:45: note: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:606:50: style: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:580:37: note: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:606:50: note: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:118:9: style: Unused variable: ent [unusedVariable]
lame-3.99.5+repack1/ACM/tinyxml/xmltest.cpp:183:2: style: Variable 'itemElement' is reassigned a value before the old one has been used. [redundantAssignment]
lame-3.99.5+repack1/ACM/tinyxml/xmltest.cpp:144:2: note: Variable 'itemElement' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/ACM/tinyxml/xmltest.cpp:183:2: note: Variable 'itemElement' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/ACM/tinyxml/xmltest.cpp:47:14: style: The scope of the variable 'demoStart' can be reduced. [variableScope]
lame-3.99.5+repack1/Dll/BladeMP3EncDLL.c:85:9: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
lame-3.99.5+repack1/Dll/BladeMP3EncDLL.c:82:0: note: Variable 'fp' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/Dll/BladeMP3EncDLL.c:85:9: note: Variable 'fp' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/Dll/BladeMP3EncDLL.c:231:5: style: Variable 'gfp' is reassigned a value before the old one has been used. [redundantAssignment]
lame-3.99.5+repack1/Dll/BladeMP3EncDLL.c:228:0: note: Variable 'gfp' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/Dll/BladeMP3EncDLL.c:231:5: note: Variable 'gfp' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/Dll/Example.cpp:137:3: error: Resource leak: pFileIn [resourceLeak]
lame-3.99.5+repack1/Dll/Example.cpp:178:3: error: Resource leak: pFileIn [resourceLeak]
lame-3.99.5+repack1/Dll/Example.cpp:178:3: error: Resource leak: pFileOut [resourceLeak]
lame-3.99.5+repack1/Dll/Example.cpp:192:3: error: Resource leak: pFileIn [resourceLeak]
lame-3.99.5+repack1/Dll/Example.cpp:192:3: error: Resource leak: pFileOut [resourceLeak]
lame-3.99.5+repack1/dshow/Encoder.cpp:30:11: warning: Member variable 'CEncoder::m_mabsi' is not initialized in the constructor. [uninitMemberVar]
lame-3.99.5+repack1/dshow/Encoder.h:163:25: style: Member variable 'CEncoder::m_frameCount' is in the wrong place in the initializer list. [initializerList]
lame-3.99.5+repack1/dshow/Encoder.cpp:36:5: note: Member variable 'CEncoder::m_frameCount' is in the wrong place in the initializer list.
lame-3.99.5+repack1/dshow/Encoder.h:163:25: note: Member variable 'CEncoder::m_frameCount' is in the wrong place in the initializer list.
lame-3.99.5+repack1/dshow/Encoder.h:156:25: style: Member variable 'CEncoder::pgf' is in the wrong place in the initializer list. [initializerList]
lame-3.99.5+repack1/dshow/Encoder.cpp:37:5: note: Member variable 'CEncoder::pgf' is in the wrong place in the initializer list.
lame-3.99.5+repack1/dshow/Encoder.h:156:25: note: Member variable 'CEncoder::pgf' is in the wrong place in the initializer list.
lame-3.99.5+repack1/dshow/Encoder.cpp:39:5: style: Class 'CEncoder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lame-3.99.5+repack1/dshow/Encoder.cpp:39:5: style: Class 'CEncoder' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lame-3.99.5+repack1/dshow/Mpegac.cpp:649:32: warning: Either the condition 'pwfx' is redundant or there is possible null pointer dereference: pwfx. [nullPointerRedundantCheck]
lame-3.99.5+repack1/dshow/Mpegac.cpp:642:13: note: Assuming that condition 'pwfx' is not redundant
lame-3.99.5+repack1/dshow/Mpegac.cpp:649:32: note: Null pointer dereference
lame-3.99.5+repack1/dshow/Mpegac.cpp:439:3: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lame-3.99.5+repack1/dshow/Mpegac.cpp:437:0: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
lame-3.99.5+repack1/dshow/Mpegac.cpp:439:3: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
lame-3.99.5+repack1/dshow/aboutprp.cpp:77:32: style: Function 'CMAEAbout' argument 1 names different: declaration 'lpUnk' definition 'lpunk'. [funcArgNamesDifferent]
lame-3.99.5+repack1/dshow/aboutprp.h:27:25: note: Function 'CMAEAbout' argument 1 names different: declaration 'lpUnk' definition 'lpunk'.
lame-3.99.5+repack1/dshow/aboutprp.cpp:77:32: note: Function 'CMAEAbout' argument 1 names different: declaration 'lpUnk' definition 'lpunk'.
lame-3.99.5+repack1/frontend/brhist.c:196:13: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lame-3.99.5+repack1/frontend/get_audio.c:296:18: warning: Either the condition 'b!=0' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
lame-3.99.5+repack1/frontend/get_audio.c:298:11: note: Assuming that condition 'b!=0' is not redundant
lame-3.99.5+repack1/frontend/get_audio.c:296:18: note: Null pointer dereference
lame-3.99.5+repack1/frontend/get_audio.c:321:5: warning: Either the condition 'b!=0' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
lame-3.99.5+repack1/frontend/get_audio.c:298:11: note: Assuming that condition 'b!=0' is not redundant
lame-3.99.5+repack1/frontend/get_audio.c:321:5: note: Null pointer dereference
lame-3.99.5+repack1/frontend/get_audio.c:322:12: warning: Either the condition 'b!=0' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
lame-3.99.5+repack1/frontend/get_audio.c:298:11: note: Assuming that condition 'b!=0' is not redundant
lame-3.99.5+repack1/frontend/get_audio.c:322:12: note: Null pointer dereference
lame-3.99.5+repack1/frontend/get_audio.c:739:18: style: The scope of the variable 'remaining' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/get_audio.c:741:13: style: The scope of the variable 'p' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/get_audio.c:1356:13: style: The scope of the variable 'block_align' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/get_audio.c:1359:13: style: The scope of the variable 'avg_bytes_per_sec' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/get_audio.c:2123:25: style: Function 'is_mpeg_file_format' argument 1 names different: declaration 'input_format' definition 'input_file_format'. [funcArgNamesDifferent]
lame-3.99.5+repack1/frontend/get_audio.h:45:34: note: Function 'is_mpeg_file_format' argument 1 names different: declaration 'input_format' definition 'input_file_format'.
lame-3.99.5+repack1/frontend/get_audio.c:2123:25: note: Function 'is_mpeg_file_format' argument 1 names different: declaration 'input_format' definition 'input_file_format'.
lame-3.99.5+repack1/frontend/gpkplotting.c:103:15: style: The scope of the variable 'points' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gpkplotting.c:104:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gpkplotting.c:106:14: style: The scope of the variable 'fixed_font' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gpkplotting.c:157:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gpkplotting.c:197:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gpkplotting.c:199:14: style: The scope of the variable 'fixed_font' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gpkplotting.c:201:13: style: The scope of the variable 'titleSplit' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gpkplotting.c:192:23: style: Function 'gpk_bargraph_draw' argument 11 names different: declaration 'bwidth' definition 'barwidth'. [funcArgNamesDifferent]
lame-3.99.5+repack1/frontend/gpkplotting.h:46:55: note: Function 'gpk_bargraph_draw' argument 11 names different: declaration 'bwidth' definition 'barwidth'.
lame-3.99.5+repack1/frontend/gpkplotting.c:192:23: note: Function 'gpk_bargraph_draw' argument 11 names different: declaration 'bwidth' definition 'barwidth'.
lame-3.99.5+repack1/frontend/gtkanal.c:287:21: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
lame-3.99.5+repack1/frontend/gtkanal.c:257:29: note: Assignment 'pplot2=NULL', assigned value is 0
lame-3.99.5+repack1/frontend/gtkanal.c:287:21: note: Null pointer addition
lame-3.99.5+repack1/frontend/gtkanal.c:130:16: style: The scope of the variable 'init' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gtkanal.c:131:16: style: The scope of the variable 'mpglag' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gtkanal.c:133:11: style: The scope of the variable 'mpg123pcm' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gtkanal.c:135:13: style: The scope of the variable 'mp3count' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gtkanal.c:136:13: style: The scope of the variable 'mp3out' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gtkanal.c:138:19: style: The scope of the variable 'mp3buffer' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gtkanal.c:252:28: style: The scope of the variable 'data3' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gtkanal.c:261:13: style: The scope of the variable 'barthick' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gtkanal.c:891:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/lame_main.c:541:17: style: The scope of the variable 'slasher' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/lame_main.c:361:14: style: Checking if unsigned variable 'imp3' is less than zero. [unsignedLessThanZero]
lame-3.99.5+repack1/frontend/lame_main.c:661:9: warning: The buffer 'nogapdir' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lame-3.99.5+repack1/frontend/parse.c:2306:22: warning: Either the condition 'num_nogap!=NULL' is redundant or there is possible null pointer dereference: num_nogap. [nullPointerRedundantCheck]
lame-3.99.5+repack1/frontend/parse.c:2297:32: note: Assuming that condition 'num_nogap!=NULL' is not redundant
lame-3.99.5+repack1/frontend/parse.c:2306:22: note: Null pointer dereference
lame-3.99.5+repack1/frontend/parse.c:1372:11: style: The scope of the variable 'albumart' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/parse.c:1463:17: style: The scope of the variable 'c' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/parse.c:1465:17: style: The scope of the variable 'arg' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/parse.c:1466:17: style: The scope of the variable 'nextArg' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/parse.c:1467:17: style: The scope of the variable 'argUsed' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/parse.c:1430:79: style: Function 'parse_args' argument 7 names different: declaration 'max_nogap' definition 'num_nogap'. [funcArgNamesDifferent]
lame-3.99.5+repack1/frontend/parse.h:15:67: note: Function 'parse_args' argument 7 names different: declaration 'max_nogap' definition 'num_nogap'.
lame-3.99.5+repack1/frontend/parse.c:1430:79: note: Function 'parse_args' argument 7 names different: declaration 'max_nogap' definition 'num_nogap'.
lame-3.99.5+repack1/frontend/rtp.c:97:24: style: Function 'rtp_socket' argument 1 names different: declaration 'Address' definition 'address'. [funcArgNamesDifferent]
lame-3.99.5+repack1/frontend/rtp.h:37:57: note: Function 'rtp_socket' argument 1 names different: declaration 'Address' definition 'address'.
lame-3.99.5+repack1/frontend/rtp.c:97:24: note: Function 'rtp_socket' argument 1 names different: declaration 'Address' definition 'address'.
lame-3.99.5+repack1/frontend/timestatus.c:209:50: style: Function 'encoder_progress_begin' argument 1 names different: declaration 'gfp' definition 'gf'. [funcArgNamesDifferent]
lame-3.99.5+repack1/frontend/timestatus.h:29:61: note: Function 'encoder_progress_begin' argument 1 names different: declaration 'gfp' definition 'gf'.
lame-3.99.5+repack1/frontend/timestatus.c:209:50: note: Function 'encoder_progress_begin' argument 1 names different: declaration 'gfp' definition 'gf'.
lame-3.99.5+repack1/frontend/timestatus.c:210:50: style: Function 'encoder_progress_begin' argument 2 names different: declaration 'inpath' definition 'inPath'. [funcArgNamesDifferent]
lame-3.99.5+repack1/frontend/timestatus.h:30:61: note: Function 'encoder_progress_begin' argument 2 names different: declaration 'inpath' definition 'inPath'.
lame-3.99.5+repack1/frontend/timestatus.c:210:50: note: Function 'encoder_progress_begin' argument 2 names different: declaration 'inpath' definition 'inPath'.
lame-3.99.5+repack1/frontend/timestatus.c:211:50: style: Function 'encoder_progress_begin' argument 3 names different: declaration 'outpath' definition 'outPath'. [funcArgNamesDifferent]
lame-3.99.5+repack1/frontend/timestatus.h:31:61: note: Function 'encoder_progress_begin' argument 3 names different: declaration 'outpath' definition 'outPath'.
lame-3.99.5+repack1/frontend/timestatus.c:211:50: note: Function 'encoder_progress_begin' argument 3 names different: declaration 'outpath' definition 'outPath'.
lame-3.99.5+repack1/frontend/timestatus.c:287:44: style: Function 'encoder_progress' argument 1 names different: declaration 'gfp' definition 'gf'. [funcArgNamesDifferent]
lame-3.99.5+repack1/frontend/timestatus.h:32:52: note: Function 'encoder_progress' argument 1 names different: declaration 'gfp' definition 'gf'.
lame-3.99.5+repack1/frontend/timestatus.c:287:44: note: Function 'encoder_progress' argument 1 names different: declaration 'gfp' definition 'gf'.
lame-3.99.5+repack1/frontend/timestatus.c:320:48: style: Function 'encoder_progress_end' argument 1 names different: declaration 'gfp' definition 'gf'. [funcArgNamesDifferent]
lame-3.99.5+repack1/frontend/timestatus.h:33:55: note: Function 'encoder_progress_end' argument 1 names different: declaration 'gfp' definition 'gf'.
lame-3.99.5+repack1/frontend/timestatus.c:320:48: note: Function 'encoder_progress_end' argument 1 names different: declaration 'gfp' definition 'gf'.
lame-3.99.5+repack1/frontend/timestatus.c:420:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lame-3.99.5+repack1/frontend/timestatus.c:421:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:126:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:153:16: style: The scope of the variable 'indx' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:154:13: style: The scope of the variable 'seek_point' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:364:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:263:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:265:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:266:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:267:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:268:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:269:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:271:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:272:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:273:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:274:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:276:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:277:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:278:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:279:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:280:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:1030:48: style: Function 'PutVbrTag' argument 2 names different: declaration 'fid' definition 'fpStream'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/VbrTag.h:75:56: note: Function 'PutVbrTag' argument 2 names different: declaration 'fid' definition 'fpStream'.
lame-3.99.5+repack1/libmp3lame/VbrTag.c:1030:48: note: Function 'PutVbrTag' argument 2 names different: declaration 'fid' definition 'fpStream'.
lame-3.99.5+repack1/libmp3lame/bitstream.c:252:27: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lame-3.99.5+repack1/libmp3lame/bitstream.c:250:23: note: outer condition: remainingBits>=32
lame-3.99.5+repack1/libmp3lame/bitstream.c:252:27: note: identical inner condition: remainingBits>=32
lame-3.99.5+repack1/libmp3lame/bitstream.c:230:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/bitstream.c:806:24: style: The scope of the variable 'remaining_headers' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/bitstream.c:304:55: style: Function 'CRC_writeheader' argument 2 names different: declaration 'buffer' definition 'header'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/bitstream.h:35:63: note: Function 'CRC_writeheader' argument 2 names different: declaration 'buffer' definition 'header'.
lame-3.99.5+repack1/libmp3lame/bitstream.c:304:55: note: Function 'CRC_writeheader' argument 2 names different: declaration 'buffer' definition 'header'.
lame-3.99.5+repack1/libmp3lame/bitstream.c:802:47: style: Function 'compute_flushbits' argument 1 names different: declaration 'gfp' definition 'gfc'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/bitstream.h:36:55: note: Function 'compute_flushbits' argument 1 names different: declaration 'gfp' definition 'gfc'.
lame-3.99.5+repack1/libmp3lame/bitstream.c:802:47: note: Function 'compute_flushbits' argument 1 names different: declaration 'gfp' definition 'gfc'.
lame-3.99.5+repack1/libmp3lame/bitstream.c:802:57: style: Function 'compute_flushbits' argument 2 names different: declaration 'nbytes' definition 'total_bytes_output'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/bitstream.h:36:65: note: Function 'compute_flushbits' argument 2 names different: declaration 'nbytes' definition 'total_bytes_output'.
lame-3.99.5+repack1/libmp3lame/bitstream.c:802:57: note: Function 'compute_flushbits' argument 2 names different: declaration 'nbytes' definition 'total_bytes_output'.
lame-3.99.5+repack1/libmp3lame/bitstream.c:1079:67: style: Function 'copy_buffer' argument 3 names different: declaration 'buffer_size' definition 'size'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/bitstream.h:32:75: note: Function 'copy_buffer' argument 3 names different: declaration 'buffer_size' definition 'size'.
lame-3.99.5+repack1/libmp3lame/bitstream.c:1079:67: note: Function 'copy_buffer' argument 3 names different: declaration 'buffer_size' definition 'size'.
lame-3.99.5+repack1/libmp3lame/bitstream.c:1079:77: style: Function 'copy_buffer' argument 4 names different: declaration 'update_crc' definition 'mp3data'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/bitstream.h:33:25: note: Function 'copy_buffer' argument 4 names different: declaration 'update_crc' definition 'mp3data'.
lame-3.99.5+repack1/libmp3lame/bitstream.c:1079:77: note: Function 'copy_buffer' argument 4 names different: declaration 'update_crc' definition 'mp3data'.
lame-3.99.5+repack1/libmp3lame/bitstream.c:990:41: style: Variable 'cfg' is assigned a value that is never used. [unreadVariable]
lame-3.99.5+repack1/libmp3lame/bitstream.c:991:39: style: Variable 'rsv' is assigned a value that is never used. [unreadVariable]
lame-3.99.5+repack1/libmp3lame/bitstream.c:992:31: style: Variable 'rov' is assigned a value that is never used. [unreadVariable]
lame-3.99.5+repack1/libmp3lame/encoder.c:193:13: style: The scope of the variable 'ch' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/encoder.c:193:17: style: The scope of the variable 'gr' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/encoder.c:364:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/fft.c:198:13: style: The scope of the variable 'j' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/fft.c:249:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/fft.c:195:70: style: Function 'fft_short' argument 4 names different: declaration 'data' definition 'buffer'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/fft.h:29:50: note: Function 'fft_short' argument 4 names different: declaration 'data' definition 'buffer'.
lame-3.99.5+repack1/libmp3lame/fft.c:195:70: note: Function 'fft_short' argument 4 names different: declaration 'data' definition 'buffer'.
lame-3.99.5+repack1/libmp3lame/fft.c:247:16: style: Function 'fft_long' argument 2 names different: declaration 'x_real' definition 'x'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/fft.h:25:62: note: Function 'fft_long' argument 2 names different: declaration 'x_real' definition 'x'.
lame-3.99.5+repack1/libmp3lame/fft.c:247:16: note: Function 'fft_long' argument 2 names different: declaration 'x_real' definition 'x'.
lame-3.99.5+repack1/libmp3lame/fft.c:247:59: style: Function 'fft_long' argument 4 names different: declaration 'data' definition 'buffer'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/fft.h:26:49: note: Function 'fft_long' argument 4 names different: declaration 'data' definition 'buffer'.
lame-3.99.5+repack1/libmp3lame/fft.c:247:59: note: Function 'fft_long' argument 4 names different: declaration 'data' definition 'buffer'.
lame-3.99.5+repack1/libmp3lame/gain_analysis.c:327:13: style: The scope of the variable 'cursamples' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/gain_analysis.c:329:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/id3tag.c:759:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/id3tag.c:1108:17: style: The scope of the variable 'trackcount' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/lame.c:1362:49: style: Condition 'fft_asm_used==1' is always false [knownConditionTrueFalse]
lame-3.99.5+repack1/libmp3lame/lame.c:1339:32: note: Assignment 'fft_asm_used=0', assigned value is 0
lame-3.99.5+repack1/libmp3lame/lame.c:1362:49: note: Condition 'fft_asm_used==1' is always false
lame-3.99.5+repack1/libmp3lame/lame.c:1368:49: style: Condition 'fft_asm_used==2' is always false [knownConditionTrueFalse]
lame-3.99.5+repack1/libmp3lame/lame.c:1339:32: note: Assignment 'fft_asm_used=0', assigned value is 0
lame-3.99.5+repack1/libmp3lame/lame.c:1368:49: note: Condition 'fft_asm_used==2' is always false
lame-3.99.5+repack1/libmp3lame/lame.c:1372:49: style: Condition 'fft_asm_used==3' is always false [knownConditionTrueFalse]
lame-3.99.5+repack1/libmp3lame/lame.c:1339:32: note: Assignment 'fft_asm_used=0', assigned value is 0
lame-3.99.5+repack1/libmp3lame/lame.c:1372:49: note: Condition 'fft_asm_used==3' is always false
lame-3.99.5+repack1/libmp3lame/lame.c:111:19: style: The scope of the variable 'maxband' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/lame.c:111:28: style: The scope of the variable 'minband' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/lame.c:113:13: style: The scope of the variable 'lowpass_band' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/lame.c:114:13: style: The scope of the variable 'highpass_band' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/lame.c:80:58: style: Function 'is_lame_internal_flags_valid' argument 1 names different: declaration 'gfp' definition 'gfc'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/util.h:613:70: note: Function 'is_lame_internal_flags_valid' argument 1 names different: declaration 'gfp' definition 'gfc'.
lame-3.99.5+repack1/libmp3lame/lame.c:80:58: note: Function 'is_lame_internal_flags_valid' argument 1 names different: declaration 'gfp' definition 'gfc'.
lame-3.99.5+repack1/libmp3lame/lame.c:667:60: style: struct member 'q_map::lp' is never used. [unusedStructMember]
lame-3.99.5+repack1/libmp3lame/psymodel.c:1156:35: style: The scope of the variable 't' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/psymodel.c:1414:12: style: The scope of the variable 'wsamp_l' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/psymodel.c:1415:12: style: The scope of the variable 'wsamp_s' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/psymodel.c:1416:13: style: The scope of the variable 'fftenergy' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/psymodel.c:1423:13: style: The scope of the variable 'thmm' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/psymodel.c:1429:20: style: The scope of the variable 'const_fftenergy_s' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/psymodel.c:1436:18: style: The scope of the variable 'sb' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/psymodel.c:1436:22: style: The scope of the variable 'sblock' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/psymodel.c:1505:48: style: The scope of the variable 't1' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/psymodel.c:1505:52: style: The scope of the variable 't2' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/psymodel.c:1608:30: style: The scope of the variable 'temp' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/psymodel.c:1399:57: style: Function 'L3psycho_anal_vbr' argument 3 names different: declaration 'gr' definition 'gr_out'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/psymodel.h:33:64: note: Function 'L3psycho_anal_vbr' argument 3 names different: declaration 'gr' definition 'gr_out'.
lame-3.99.5+repack1/libmp3lame/psymodel.c:1399:57: note: Function 'L3psycho_anal_vbr' argument 3 names different: declaration 'gr' definition 'gr_out'.
lame-3.99.5+repack1/libmp3lame/psymodel.c:1400:33: style: Function 'L3psycho_anal_vbr' argument 4 names different: declaration 'ratio' definition 'masking_ratio'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/psymodel.h:34:41: note: Function 'L3psycho_anal_vbr' argument 4 names different: declaration 'ratio' definition 'masking_ratio'.
lame-3.99.5+repack1/libmp3lame/psymodel.c:1400:33: note: Function 'L3psycho_anal_vbr' argument 4 names different: declaration 'ratio' definition 'masking_ratio'.
lame-3.99.5+repack1/libmp3lame/psymodel.c:1401:33: style: Function 'L3psycho_anal_vbr' argument 5 names different: declaration 'MS_ratio' definition 'masking_MS_ratio'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/psymodel.h:35:41: note: Function 'L3psycho_anal_vbr' argument 5 names different: declaration 'MS_ratio' definition 'masking_MS_ratio'.
lame-3.99.5+repack1/libmp3lame/psymodel.c:1401:33: note: Function 'L3psycho_anal_vbr' argument 5 names different: declaration 'MS_ratio' definition 'masking_MS_ratio'.
lame-3.99.5+repack1/libmp3lame/psymodel.c:1402:25: style: Function 'L3psycho_anal_vbr' argument 6 names different: declaration 'pe' definition 'percep_entropy'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/psymodel.h:36:33: note: Function 'L3psycho_anal_vbr' argument 6 names different: declaration 'pe' definition 'percep_entropy'.
lame-3.99.5+repack1/libmp3lame/psymodel.c:1402:25: note: Function 'L3psycho_anal_vbr' argument 6 names different: declaration 'pe' definition 'percep_entropy'.
lame-3.99.5+repack1/libmp3lame/psymodel.c:1402:50: style: Function 'L3psycho_anal_vbr' argument 7 names different: declaration 'pe_MS' definition 'percep_MS_entropy'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/psymodel.h:36:46: note: Function 'L3psycho_anal_vbr' argument 7 names different: declaration 'pe_MS' definition 'percep_MS_entropy'.
lame-3.99.5+repack1/libmp3lame/psymodel.c:1402:50: note: Function 'L3psycho_anal_vbr' argument 7 names different: declaration 'pe_MS' definition 'percep_MS_entropy'.
lame-3.99.5+repack1/libmp3lame/psymodel.c:1403:25: style: Function 'L3psycho_anal_vbr' argument 8 names different: declaration 'ener' definition 'energy'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/psymodel.h:36:62: note: Function 'L3psycho_anal_vbr' argument 8 names different: declaration 'ener' definition 'energy'.
lame-3.99.5+repack1/libmp3lame/psymodel.c:1403:25: note: Function 'L3psycho_anal_vbr' argument 8 names different: declaration 'ener' definition 'energy'.
lame-3.99.5+repack1/libmp3lame/psymodel.c:2024:22: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lame-3.99.5+repack1/libmp3lame/quantize.c:1355:5: style: Variable 'eov->bitrate_index' is reassigned a value before the old one has been used. [redundantAssignment]
lame-3.99.5+repack1/libmp3lame/quantize.c:1350:5: note: Variable 'eov->bitrate_index' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/libmp3lame/quantize.c:1355:5: note: Variable 'eov->bitrate_index' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/libmp3lame/quantize.c:1356:5: style: Variable 'bitsPerFrame' is reassigned a value before the old one has been used. [redundantAssignment]
lame-3.99.5+repack1/libmp3lame/quantize.c:1351:5: note: Variable 'bitsPerFrame' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/libmp3lame/quantize.c:1356:5: note: Variable 'bitsPerFrame' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/libmp3lame/quantize.c:1783:5: style: Variable 'eov->bitrate_index' is reassigned a value before the old one has been used. [redundantAssignment]
lame-3.99.5+repack1/libmp3lame/quantize.c:1780:5: note: Variable 'eov->bitrate_index' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/libmp3lame/quantize.c:1783:5: note: Variable 'eov->bitrate_index' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/libmp3lame/quantize.c:76:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize.c:114:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize.c:230:18: style: The scope of the variable 'j' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize.c:458:21: style: The scope of the variable 'width' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize.c:1254:20: style: The scope of the variable 'over' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize.c:1402:18: style: The scope of the variable 'mxb' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize.c:1501:13: style: The scope of the variable 'used_bits' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize.c:1688:20: style: The scope of the variable 'j' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize.c:1996:24: style: The scope of the variable 'max_bits' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize.c:1492:36: style: Function 'VBR_old_iteration_loop' argument 3 names different: declaration 'ms_ratio' definition 'ms_ener_ratio'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/quantize.h:29:44: note: Function 'VBR_old_iteration_loop' argument 3 names different: declaration 'ms_ratio' definition 'ms_ener_ratio'.
lame-3.99.5+repack1/libmp3lame/quantize.c:1492:36: note: Function 'VBR_old_iteration_loop' argument 3 names different: declaration 'ms_ratio' definition 'ms_ener_ratio'.
lame-3.99.5+repack1/libmp3lame/quantize.c:1647:36: style: Function 'VBR_new_iteration_loop' argument 3 names different: declaration 'ms_ratio' definition 'ms_ener_ratio'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/quantize.h:32:44: note: Function 'VBR_new_iteration_loop' argument 3 names different: declaration 'ms_ratio' definition 'ms_ener_ratio'.
lame-3.99.5+repack1/libmp3lame/quantize.c:1647:36: note: Function 'VBR_new_iteration_loop' argument 3 names different: declaration 'ms_ratio' definition 'ms_ener_ratio'.
lame-3.99.5+repack1/libmp3lame/quantize.c:1902:32: style: Function 'ABR_iteration_loop' argument 3 names different: declaration 'ms_ratio' definition 'ms_ener_ratio'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/quantize.h:35:40: note: Function 'ABR_iteration_loop' argument 3 names different: declaration 'ms_ratio' definition 'ms_ener_ratio'.
lame-3.99.5+repack1/libmp3lame/quantize.c:1902:32: note: Function 'ABR_iteration_loop' argument 3 names different: declaration 'ms_ratio' definition 'ms_ener_ratio'.
lame-3.99.5+repack1/libmp3lame/quantize.c:1990:32: style: Function 'CBR_iteration_loop' argument 3 names different: declaration 'ms_ratio' definition 'ms_ener_ratio'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/quantize.h:26:40: note: Function 'CBR_iteration_loop' argument 3 names different: declaration 'ms_ratio' definition 'ms_ener_ratio'.
lame-3.99.5+repack1/libmp3lame/quantize.c:1990:32: note: Function 'CBR_iteration_loop' argument 3 names different: declaration 'ms_ratio' definition 'ms_ener_ratio'.
lame-3.99.5+repack1/libmp3lame/quantize.c:911:31: style: Unused variable: ipow20 [unusedVariable]
lame-3.99.5+repack1/libmp3lame/quantize.c:1508:22: warning: The array 'frameBits' is too small, the function 'VBR_old_prepare' expects a bigger one. [argumentSize]
lame-3.99.5+repack1/libmp3lame/quantize.c:1668:22: warning: The array 'frameBits' is too small, the function 'VBR_new_prepare' expects a bigger one. [argumentSize]
lame-3.99.5+repack1/libmp3lame/quantize_pvt.c:341:13: style: The scope of the variable 'adjust' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize_pvt.c:341:21: style: The scope of the variable 'db' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize_pvt.c:342:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize_pvt.c:342:16: style: The scope of the variable 'sel' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize_pvt.c:940:16: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize_pvt.c:940:19: style: The scope of the variable 'l' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize_pvt.c:591:79: style: Function 'calc_xmin' argument 4 names different: declaration 'l3_xmin' definition 'pxmin'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/quantize_pvt.h:94:87: note: Function 'calc_xmin' argument 4 names different: declaration 'l3_xmin' definition 'pxmin'.
lame-3.99.5+repack1/libmp3lame/quantize_pvt.c:591:79: note: Function 'calc_xmin' argument 4 names different: declaration 'l3_xmin' definition 'pxmin'.
lame-3.99.5+repack1/libmp3lame/quantize_pvt.c:849:32: style: Unused variable: pow20 [unusedVariable]
lame-3.99.5+repack1/libmp3lame/reservoir.c:175:76: style: Function 'ResvMaxBits' argument 4 names different: declaration 'max_bits' definition 'extra_bits'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/reservoir.h:26:84: note: Function 'ResvMaxBits' argument 4 names different: declaration 'max_bits' definition 'extra_bits'.
lame-3.99.5+repack1/libmp3lame/reservoir.c:175:76: note: Function 'ResvMaxBits' argument 4 names different: declaration 'max_bits' definition 'extra_bits'.
lame-3.99.5+repack1/libmp3lame/set_get.c:2127:0: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment]
lame-3.99.5+repack1/libmp3lame/takehiro.c:814:27: style: The scope of the variable 'r0t' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/takehiro.c:854:23: style: The scope of the variable 'a2' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/takehiro.c:854:33: style: The scope of the variable 'r2t' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/takehiro.c:1220:60: style: The scope of the variable 'window' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/takehiro.c:656:36: style: Function 'noquant_count_bits' argument 2 names different: declaration 'cod_info' definition 'gi'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/quantize_pvt.h:110:44: note: Function 'noquant_count_bits' argument 2 names different: declaration 'cod_info' definition 'gi'.
lame-3.99.5+repack1/libmp3lame/takehiro.c:656:36: note: Function 'noquant_count_bits' argument 2 names different: declaration 'cod_info' definition 'gi'.
lame-3.99.5+repack1/libmp3lame/takehiro.c:769:52: style: Function 'count_bits' argument 3 names different: declaration 'cod_info' definition 'gi'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/quantize_pvt.h:108:36: note: Function 'count_bits' argument 3 names different: declaration 'cod_info' definition 'gi'.
lame-3.99.5+repack1/libmp3lame/takehiro.c:769:52: note: Function 'count_bits' argument 3 names different: declaration 'cod_info' definition 'gi'.
lame-3.99.5+repack1/libmp3lame/takehiro.c:885:76: style: Function 'best_huffman_divide' argument 2 names different: declaration 'cod_info' definition 'gi'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/quantize_pvt.h:113:84: note: Function 'best_huffman_divide' argument 2 names different: declaration 'cod_info' definition 'gi'.
lame-3.99.5+repack1/libmp3lame/takehiro.c:885:76: note: Function 'best_huffman_divide' argument 2 names different: declaration 'cod_info' definition 'gi'.
lame-3.99.5+repack1/libmp3lame/util.c:537:21: style: The scope of the variable 'xvalue' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/util.c:241:46: style: Function 'ATHformula' argument 2 names different: declaration 'freq' definition 'f'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/util.h:568:63: note: Function 'ATHformula' argument 2 names different: declaration 'freq' definition 'f'.
lame-3.99.5+repack1/libmp3lame/util.c:241:46: note: Function 'ATHformula' argument 2 names different: declaration 'freq' definition 'f'.
lame-3.99.5+repack1/libmp3lame/util.c:342:34: style: Function 'nearestBitrateFullIndex' argument 1 names different: declaration 'brate' definition 'bitrate'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/util.h:567:49: note: Function 'nearestBitrateFullIndex' argument 1 names different: declaration 'brate' definition 'bitrate'.
lame-3.99.5+repack1/libmp3lame/util.c:342:34: note: Function 'nearestBitrateFullIndex' argument 1 names different: declaration 'brate' definition 'bitrate'.
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:891:14: style: Condition 'vm0p==1' is always true [knownConditionTrueFalse]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:858:41: note: Assignment 'vm0p=1', assigned value is 1
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:891:14: note: Condition 'vm0p==1' is always true
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:1147:5: style: Variable 'nbits' is reassigned a value before the old one has been used. [redundantAssignment]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:1144:0: note: Variable 'nbits' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:1147:5: note: Variable 'nbits' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:891:14: style: Same expression on both sides of '==' because the value of 'vm0p' and '1' are the same. [duplicateExpression]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:858:41: note: 'vm0p' is assigned value '1' here.
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:891:14: note: Same expression on both sides of '==' because the value of 'vm0p' and '1' are the same.
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:397:13: style: The scope of the variable 'max_xr34' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:778:13: style: The scope of the variable 'v' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:778:16: style: The scope of the variable 'v0' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:778:20: style: The scope of the variable 'v1' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:858:13: style: The scope of the variable 'v' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:858:16: style: The scope of the variable 'v0' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:858:20: style: The scope of the variable 'v1' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:858:24: style: The scope of the variable 'v0p' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:858:29: style: The scope of the variable 'v1p' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:1017:13: style: The scope of the variable 'gain' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:1272:17: style: The scope of the variable 'sum_fr' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:1256:63: style: Function 'VBR_encode_frame' argument 4 names different: declaration 'maxbits' definition 'max_bits'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/vbrquantize.h:26:71: note: Function 'VBR_encode_frame' argument 4 names different: declaration 'maxbits' definition 'max_bits'.
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:1256:63: note: Function 'VBR_encode_frame' argument 4 names different: declaration 'maxbits' definition 'max_bits'.
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:78:13: style: union member 'fi_union::f' is never used. [unusedStructMember]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:79:13: style: union member 'fi_union::i' is never used. [unusedStructMember]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:1068:17: style: Variable 'nbits' is assigned a value that is never used. [unreadVariable]
lame-3.99.5+repack1/misc/abx.c:748:30: warning: Logical conjunction always evaluates to false: state == 6 && state == 7. [incorrectLogicOperator]
lame-3.99.5+repack1/misc/abx.c:759:30: warning: Logical conjunction always evaluates to false: state == 6 && state == 7. [incorrectLogicOperator]
lame-3.99.5+repack1/misc/abx.c:373:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lame-3.99.5+repack1/misc/abx.c:373:5: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lame-3.99.5+repack1/misc/abx.c:538:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lame-3.99.5+repack1/misc/abx.c:549:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lame-3.99.5+repack1/misc/abx.c:211:20: style: The scope of the variable 'bits' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/abx.c:397:18: style: The scope of the variable 't1' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/abx.c:398:18: style: The scope of the variable 't2' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/abx.c:584:13: style: The scope of the variable 'c' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/abx.c:1024:13: style: The scope of the variable 'max' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/abx.c:1025:13: style: The scope of the variable 'y1' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/abx.c:1026:13: style: The scope of the variable 'y2' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/abx.c:1027:13: style: The scope of the variable 'y3' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/abx.c:1028:13: style: The scope of the variable 'yo' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/abx.c:1030:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/abx.c:1121:55: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lame-3.99.5+repack1/misc/abx.c:110:25: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
lame-3.99.5+repack1/misc/abx.c:546:11: style: Variable 'org' is assigned a value that is never used. [unreadVariable]
lame-3.99.5+repack1/misc/ath.c:52:0: error: #error no soundcard include [preprocessorErrorDirective]
lame-3.99.5+repack1/misc/mlame_corr.c:29:18: style: The scope of the variable 't1' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/mlame_corr.c:30:18: style: The scope of the variable 't2' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/mlame_corr.c:52:19: style: The scope of the variable 't1' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/mlame_corr.c:53:19: style: The scope of the variable 't2' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/mlame_corr.c:76:19: style: The scope of the variable 't1' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/mlame_corr.c:95:19: style: The scope of the variable 't1' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/mlame_corr.c:204:12: style: The scope of the variable 'name' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/mlame_corr.c:205:12: style: The scope of the variable 'fd' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/mlame_corr.c:120:26: style: Variable 'scale' is assigned a value that is never used. [unreadVariable]
lame-3.99.5+repack1/misc/mlame_corr.c:122:18: style: Unused variable: rd [unusedVariable]
lame-3.99.5+repack1/misc/mlame_corr.c:133:10: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
lame-3.99.5+repack1/misc/mlame_corr.c:134:10: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
lame-3.99.5+repack1/misc/scalartest.c:36:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lame-3.99.5+repack1/misc/scalartest.c:70:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lame-3.99.5+repack1/misc/scalartest.c:32:25: style: The scope of the variable 'l' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/scalartest.c:96:13: style: The scope of the variable 'x' can be reduced. [variableScope]
lame-3.99.5+repack1/mpglib/decode_i386.c:106:5: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lame-3.99.5+repack1/mpglib/decode_i386.c:106:5: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lame-3.99.5+repack1/mpglib/decode_i386.c:223:5: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lame-3.99.5+repack1/mpglib/interface.c:319:19: warning: Either the condition '!buf' is redundant or there is possible null pointer dereference: buf. [nullPointerRedundantCheck]
lame-3.99.5+repack1/mpglib/interface.c:320:17: note: Assuming that condition '!buf' is not redundant
lame-3.99.5+repack1/mpglib/interface.c:319:19: note: Null pointer dereference
lame-3.99.5+repack1/mpglib/interface.c:407:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/mpglib/interface.c:407:22: style: The scope of the variable 'bits' can be reduced. [variableScope]
lame-3.99.5+repack1/mpglib/interface.c:688:37: style: Function 'decodeMP3' argument 2 names different: declaration 'inmemory' definition 'in'. [funcArgNamesDifferent]
lame-3.99.5+repack1/mpglib/interface.h:32:49: note: Function 'decodeMP3' argument 2 names different: declaration 'inmemory' definition 'in'.
lame-3.99.5+repack1/mpglib/interface.c:688:37: note: Function 'decodeMP3' argument 2 names different: declaration 'inmemory' definition 'in'.
lame-3.99.5+repack1/mpglib/interface.c:688:45: style: Function 'decodeMP3' argument 3 names different: declaration 'inmemsize' definition 'isize'. [funcArgNamesDifferent]
lame-3.99.5+repack1/mpglib/interface.h:32:63: note: Function 'decodeMP3' argument 3 names different: declaration 'inmemsize' definition 'isize'.
lame-3.99.5+repack1/mpglib/interface.c:688:45: note: Function 'decodeMP3' argument 3 names different: declaration 'inmemsize' definition 'isize'.
lame-3.99.5+repack1/mpglib/interface.c:688:58: style: Function 'decodeMP3' argument 4 names different: declaration 'outmemory' definition 'out'. [funcArgNamesDifferent]
lame-3.99.5+repack1/mpglib/interface.h:32:80: note: Function 'decodeMP3' argument 4 names different: declaration 'outmemory' definition 'out'.
lame-3.99.5+repack1/mpglib/interface.c:688:58: note: Function 'decodeMP3' argument 4 names different: declaration 'outmemory' definition 'out'.
lame-3.99.5+repack1/mpglib/interface.c:688:67: style: Function 'decodeMP3' argument 5 names different: declaration 'outmemsize' definition 'osize'. [funcArgNamesDifferent]
lame-3.99.5+repack1/mpglib/interface.h:33:27: note: Function 'decodeMP3' argument 5 names different: declaration 'outmemsize' definition 'osize'.
lame-3.99.5+repack1/mpglib/interface.c:688:67: note: Function 'decodeMP3' argument 5 names different: declaration 'outmemsize' definition 'osize'.
lame-3.99.5+repack1/mpglib/interface.c:700:47: style: Function 'decodeMP3_unclipped' argument 2 names different: declaration 'inmemory' definition 'in'. [funcArgNamesDifferent]
lame-3.99.5+repack1/mpglib/interface.h:39:59: note: Function 'decodeMP3_unclipped' argument 2 names different: declaration 'inmemory' definition 'in'.
lame-3.99.5+repack1/mpglib/interface.c:700:47: note: Function 'decodeMP3_unclipped' argument 2 names different: declaration 'inmemory' definition 'in'.
lame-3.99.5+repack1/mpglib/interface.c:700:55: style: Function 'decodeMP3_unclipped' argument 3 names different: declaration 'inmemsize' definition 'isize'. [funcArgNamesDifferent]
lame-3.99.5+repack1/mpglib/interface.h:39:73: note: Function 'decodeMP3_unclipped' argument 3 names different: declaration 'inmemsize' definition 'isize'.
lame-3.99.5+repack1/mpglib/interface.c:700:55: note: Function 'decodeMP3_unclipped' argument 3 names different: declaration 'inmemsize' definition 'isize'.
lame-3.99.5+repack1/mpglib/interface.c:700:68: style: Function 'decodeMP3_unclipped' argument 4 names different: declaration 'outmemory' definition 'out'. [funcArgNamesDifferent]
lame-3.99.5+repack1/mpglib/interface.h:39:90: note: Function 'decodeMP3_unclipped' argument 4 names different: declaration 'outmemory' definition 'out'.
lame-3.99.5+repack1/mpglib/interface.c:700:68: note: Function 'decodeMP3_unclipped' argument 4 names different: declaration 'outmemory' definition 'out'.
lame-3.99.5+repack1/mpglib/interface.c:700:77: style: Function 'decodeMP3_unclipped' argument 5 names different: declaration 'outmemsize' definition 'osize'. [funcArgNamesDifferent]
lame-3.99.5+repack1/mpglib/interface.h:40:37: note: Function 'decodeMP3_unclipped' argument 5 names different: declaration 'outmemsize' definition 'osize'.
lame-3.99.5+repack1/mpglib/interface.c:700:77: note: Function 'decodeMP3_unclipped' argument 5 names different: declaration 'outmemsize' definition 'osize'.
lame-3.99.5+repack1/mpglib/layer1.c:103:17: style: The scope of the variable 'r1' can be reduced. [variableScope]
lame-3.99.5+repack1/mpglib/layer1.c:122:27: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/mpglib/layer1.c:129:27: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/mpglib/layer1.c:146:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/mpglib/layer1.c:169:27: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/mpglib/layer2.c:62:25: style: The scope of the variable 'len' can be reduced. [variableScope]
lame-3.99.5+repack1/mpglib/layer2.c:63:13: style: The scope of the variable 'table' can be reduced. [variableScope]
lame-3.99.5+repack1/mpglib/layer2.c:65:27: style: The scope of the variable 'itable' can be reduced. [variableScope]
lame-3.99.5+repack1/mpglib/layer3.c:717:13: style: The scope of the variable 'me' can be reduced. [variableScope]
lame-3.99.5+repack1/mpglib/layer3.c:1784:21: style: The scope of the variable 'ifqstep' can be reduced. [variableScope]
lame-3.99.5+repack1/mpglib/layer3.c:821:27: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/mpglib/layer3.c:984:27: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/mpglib/tabinit.c:115:22: style: The scope of the variable 'kr' can be reduced. [variableScope]
lame-3.99.5+repack1/mpglib/tabinit.c:115:26: style: The scope of the variable 'divv' can be reduced. [variableScope]
lame-3.99.5+repack1/mpglib/tabinit.c:116:21: style: The scope of the variable 'costab' can be reduced. [variableScope]
lame-3.99.5+repack1/mpglib/tabinit.c:113:25: style: Function 'make_decode_tables' argument 1 names different: declaration 'scale' definition 'scaleval'. [funcArgNamesDifferent]
lame-3.99.5+repack1/mpglib/tabinit.h:30:33: note: Function 'make_decode_tables' argument 1 names different: declaration 'scale' definition 'scaleval'.
lame-3.99.5+repack1/mpglib/tabinit.c:113:25: note: Function 'make_decode_tables' argument 1 names different: declaration 'scale' definition 'scaleval'.
[02:05]
ftp://ftp.se.debian.org/debian/pool/main/l/lammps/lammps_0~20180510.gitaa1d815fe.orig.tar.xz
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldManager.h:58:16: style: Expression is always false because 'else if' condition matches previous condition at line 56. [multiCondition]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldManager.h:58:22: warning: Identical condition 'name=="AtomicTwiceKineticEnergy"', second condition is always false [identicalConditionAfterEarlyExit]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldManager.h:56:22: note: first condition
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldManager.h:58:22: note: second condition
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1000:37: style: Variable 'rhsMaskMD' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1000:0: note: Variable 'rhsMaskMD' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1000:37: note: Variable 'rhsMaskMD' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1141:37: style: Variable 'rhsMaskMD' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1141:0: note: Variable 'rhsMaskMD' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1141:37: note: Variable 'rhsMaskMD' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/lib/atc/Utility.h:139:9: style: The scope of the variable 'mid' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/Utility.h:287:12: style: The scope of the variable 'begin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity-inl.h:488:13: style: The scope of the variable 'atomIndex' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity-inl.h:517:13: style: The scope of the variable 'atomIndex' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity-inl.h:656:13: style: The scope of the variable 'atomIndex' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity-inl.h:700:13: style: The scope of the variable 'atomIndex' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:2334:9: style: The scope of the variable 'argIndex' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array.h:272:40: style: Function 'AliasArray' argument 2 names different: declaration 'A' definition 'ptr'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array.h:65:28: note: Function 'AliasArray' argument 2 names different: declaration 'A' definition 'ptr'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Array.h:272:40: note: Function 'AliasArray' argument 2 names different: declaration 'A' definition 'ptr'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:104:32: style: Function 'operator()' argument 1 names different: declaration 'i' definition 'row'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:32:23: note: Function 'operator()' argument 1 names different: declaration 'i' definition 'row'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:104:32: note: Function 'operator()' argument 1 names different: declaration 'i' definition 'row'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:104:41: style: Function 'operator()' argument 2 names different: declaration 'j' definition 'col'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:32:30: note: Function 'operator()' argument 2 names different: declaration 'j' definition 'col'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:104:41: note: Function 'operator()' argument 2 names different: declaration 'j' definition 'col'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:110:38: style: Function 'operator()' argument 1 names different: declaration 'i' definition 'row'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:36:29: note: Function 'operator()' argument 1 names different: declaration 'i' definition 'row'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:110:38: note: Function 'operator()' argument 1 names different: declaration 'i' definition 'row'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:110:47: style: Function 'operator()' argument 2 names different: declaration 'j' definition 'col'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:36:36: note: Function 'operator()' argument 2 names different: declaration 'j' definition 'col'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:110:47: note: Function 'operator()' argument 2 names different: declaration 'j' definition 'col'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:116:38: style: Function 'column' argument 1 names different: declaration 'i' definition 'col'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:34:29: note: Function 'column' argument 1 names different: declaration 'i' definition 'col'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:116:38: note: Function 'column' argument 1 names different: declaration 'i' definition 'col'.
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix-inl.h:196:43: warning: Function 'operator*' argument order different: declaration 'A, x' definition 'x, A' [funcArgOrderDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/MatrixDef.h:134:62: note: Function 'operator*' argument order different: declaration 'A, x' definition 'x, A'
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix-inl.h:196:43: note: Function 'operator*' argument order different: declaration 'A, x' definition 'x, A'
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1039:58: style: Function 'compute_rhs_vector' argument 1 names different: declaration 'rhs_mask' definition 'rhsMask'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:151:46: note: Function 'compute_rhs_vector' argument 1 names different: declaration 'rhs_mask' definition 'rhsMask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1039:58: note: Function 'compute_rhs_vector' argument 1 names different: declaration 'rhs_mask' definition 'rhsMask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1080:27: style: Function 'masked_atom_domain_rhs_integral' argument 1 names different: declaration 'rhs_mask' definition 'rhsMask'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:328:64: note: Function 'masked_atom_domain_rhs_integral' argument 1 names different: declaration 'rhs_mask' definition 'rhsMask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1080:27: note: Function 'masked_atom_domain_rhs_integral' argument 1 names different: declaration 'rhs_mask' definition 'rhsMask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1106:27: style: Function 'evaluate_rhs_integral' argument 1 names different: declaration 'rhs_mask' definition 'rhsMask'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:333:54: note: Function 'evaluate_rhs_integral' argument 1 names different: declaration 'rhs_mask' definition 'rhsMask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1106:27: note: Function 'evaluate_rhs_integral' argument 1 names different: declaration 'rhs_mask' definition 'rhsMask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1108:33: style: Function 'evaluate_rhs_integral' argument 4 names different: declaration 'domain' definition 'integrationType'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:336:56: note: Function 'evaluate_rhs_integral' argument 4 names different: declaration 'domain' definition 'integrationType'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1108:33: note: Function 'evaluate_rhs_integral' argument 4 names different: declaration 'domain' definition 'integrationType'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1877:56: style: Function 'compute_md_mass_matrix' argument 2 names different: declaration 'massMats' definition 'massMat'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:360:52: note: Function 'compute_md_mass_matrix' argument 2 names different: declaration 'massMats' definition 'massMat'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1877:56: note: Function 'compute_md_mass_matrix' argument 2 names different: declaration 'massMats' definition 'massMat'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:2278:57: style: Function 'compute_flux' argument 1 names different: declaration 'rhs_mask' definition 'rhsMask'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:322:45: note: Function 'compute_flux' argument 1 names different: declaration 'rhs_mask' definition 'rhsMask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:2278:57: note: Function 'compute_flux' argument 1 names different: declaration 'rhs_mask' definition 'rhsMask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:2282:40: style: Function 'compute_flux' argument 5 names different: declaration 'normalize' definition 'project'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:326:34: note: Function 'compute_flux' argument 5 names different: declaration 'normalize' definition 'project'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:2282:40: note: Function 'compute_flux' argument 5 names different: declaration 'normalize' definition 'project'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:581:0: style: Function 'divide_zero_safe' argument 1 names different: declaration 'B' definition 'R'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:116:0: note: Function 'divide_zero_safe' argument 1 names different: declaration 'B' definition 'R'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:581:0: note: Function 'divide_zero_safe' argument 1 names different: declaration 'B' definition 'R'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:645:0: style: Function 'operator=' argument 1 names different: declaration 'c' definition 'r'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:119:0: note: Function 'operator=' argument 1 names different: declaration 'c' definition 'r'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:645:0: note: Function 'operator=' argument 1 names different: declaration 'c' definition 'r'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:877:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:879:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:884:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:919:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:921:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:926:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:950:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:952:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:968:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:970:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:987:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:989:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector-inl.h:24:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector-inl.h:38:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector-inl.h:51:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector-inl.h:102:27: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector-inl.h:148:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector-inl.h:184:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector-inl.h:200:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector-inl.h:224:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/DependencyManager.h:56:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.h:47:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:72:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:85:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:96:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:289:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:68:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:127:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:162:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:198:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:173:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:195:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:278:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:338:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:740:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:842:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:860:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:877:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:899:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:935:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:951:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1002:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1096:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1127:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1143:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1160:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1232:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1366:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1430:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1456:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1628:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:2032:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:2078:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:2091:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:2264:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:2292:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.h:81:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array.h:261:16: warning: Member variable 'AliasArray::len_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array.h:261:16: warning: Member variable 'AliasArray::data_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/CloneVector.h:54:17: warning: Member variable 'CloneVector::_clone_type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/CloneVector.h:54:17: warning: Member variable 'CloneVector::_idx' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::memory' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::error' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::universe' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::input' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::atom' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::update' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::neighbor' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::comm' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::domain' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::force' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::modify' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::group' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::output' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::timer' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::infile' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::screen' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::logfile' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::initclock' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::suffix' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::suffix2' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::suffix_enable' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::exename' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::packargs' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::num_package' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::cite_enable' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::kokkos' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::atomKK' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::memoryKK' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::python' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::citeme' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::memory' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::error' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::universe' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::input' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::atom' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::update' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::neighbor' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::comm' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::domain' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::force' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::modify' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::group' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::output' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::timer' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::world' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::infile' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::screen' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::logfile' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::initclock' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::suffix' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::suffix2' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::suffix_enable' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::exename' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::packargs' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::num_package' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::cite_enable' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::kokkos' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::atomKK' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::memoryKK' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::python' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::citeme' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:91:5: warning: Member variable 'TimeFilterManager::atc_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:91:5: warning: Member variable 'TimeFilterManager::filterType_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:91:5: warning: Member variable 'TimeFilterManager::filterScale_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:91:5: warning: Member variable 'TimeFilterManager::useFilter_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:91:5: warning: Member variable 'TimeFilterManager::equilibrateFilter_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:91:5: warning: Member variable 'TimeFilterManager::needReset_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:91:5: warning: Member variable 'TimeFilterManager::endEquilibrate_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:208:5: warning: Member variable 'TimeFilter::atc_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:208:5: warning: Member variable 'TimeFilter::filterScale_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:208:5: warning: Member variable 'TimeFilter::filterType_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:736:5: warning: Member variable 'TimeFilterStep::elapsedTime_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.h:13:5: warning: Member variable 'Node::index_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.h:13:5: warning: Member variable 'Node::coords_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:512:5: warning: Member variable 'FE_3DMesh::minEltSize_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:512:5: warning: Member variable 'FE_3DMesh::tree_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:619:5: warning: Member variable 'FE_Rectangular3DMesh::n_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:619:5: warning: Member variable 'FE_Rectangular3DMesh::borders_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:619:5: warning: Member variable 'FE_Rectangular3DMesh::L_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:275:5: warning: Member variable 'ExtrinsicModel::atc_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:275:5: warning: Member variable 'ExtrinsicModel::modelManager_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:275:5: warning: Member variable 'ExtrinsicModel::modelType_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:275:5: warning: Member variable 'ExtrinsicModel::physicsModel_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:275:5: warning: Member variable 'ExtrinsicModel::nNodes_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:275:5: warning: Member variable 'ExtrinsicModel::nsd_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix-inl.h:10:0: warning: Member variable 'ATC_matrix :: TRI_COORD < double >::v' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix-inl.h:10:0: warning: Member variable 'ATC_matrix :: TRI_COORD < double >::add' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix-inl.h:10:0: warning: Member variable 'ATC_matrix :: TRI_COORD < U >::add' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:116:0: style: 'ATC_matrix :: SparseMatrix < double >::operator=' should return 'ATC_matrix :: SparseMatrix < double > &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:116:0: style: 'ATC_matrix :: SparseMatrix < U >::operator=' should return 'ATC_matrix :: SparseMatrix < U > &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:81:0: error: No 'return' statement in non-void function causes undefined behavior. [operatorEqMissingReturnStatement]
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:82:0: error: No 'return' statement in non-void function causes undefined behavior. [operatorEqMissingReturnStatement]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Error.h:32:5: performance: Variable 'errorDescription_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Error.h:38:5: performance: Variable 'errorDescription_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Error.h:42:15: style: Technically the member function 'ATC::ATC_Error::error_description' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/DependencyManager.h:62:10: style: Technically the member function 'ATC::DependencyManager::set_reset' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/memory.h:574:10: performance: Technically the member function 'LAMMPS_NS::Memory::usage' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/memory.h:582:10: performance: Technically the member function 'LAMMPS_NS::Memory::usage' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/memory.h:591:10: performance: Technically the member function 'LAMMPS_NS::Memory::usage' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/memory.h:601:10: performance: Technically the member function 'LAMMPS_NS::Memory::usage' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/compute.h:158:14: performance: Technically the member function 'LAMMPS_NS::Compute::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:595:8: style: Technically the member function 'ATC::LammpsInterface::now' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:600:8: performance: Technically the member function 'ATC::LammpsInterface::neighbor_remap' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:662:15: performance: Technically the member function 'ATC::LammpsInterface::compute_pe_name' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:721:12: performance: Technically the member function 'ATC::HeartBeat::finish' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.h:80:9: performance: Technically the member function 'ATC::OutputManager::data_type' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:26:25: style: Technically the member function 'ATC::Function::tag' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:73:19: style: Technically the member function 'ATC::LinearFieldFunction::f' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:90:25: style: Technically the member function 'ATC::UXT_Function::tag' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:156:25: style: Technically the member function 'ATC::XT_Function::tag' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:48:9: style: Technically the member function 'ATC::FE_Element::num_dims' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:51:9: style: Technically the member function 'ATC::FE_Element::num_elt_nodes' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:54:9: style: Technically the member function 'ATC::FE_Element::num_elt_nodes_1d' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:57:9: style: Technically the member function 'ATC::FE_Element::num_faces' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:60:9: style: Technically the member function 'ATC::FE_Element::num_face_nodes' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:284:10: performance: Technically the member function 'ATC::TimeFilterExponential::update_filter' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:295:10: performance: Technically the member function 'ATC::TimeFilterExponential::add_to_filter' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:305:12: performance: Technically the member function 'ATC::TimeFilterExponential::unfiltered_coef' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:308:12: performance: Technically the member function 'ATC::TimeFilterExponential::filtered_coef' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:311:10: performance: Technically the member function 'ATC::TimeFilterExponential::update_filter_implicit' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:320:10: performance: Technically the member function 'ATC::TimeFilterExponential::add_to_filter_implicit' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:326:12: performance: Technically the member function 'ATC::TimeFilterExponential::unfiltered_coef_implicit' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:329:12: performance: Technically the member function 'ATC::TimeFilterExponential::filtered_coef_implicit' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:332:10: performance: Technically the member function 'ATC::TimeFilterExponential::update_filter_explicit' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:341:10: performance: Technically the member function 'ATC::TimeFilterExponential::add_to_filter_explicit' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:347:12: performance: Technically the member function 'ATC::TimeFilterExponential::unfiltered_coef_explicit' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:350:12: performance: Technically the member function 'ATC::TimeFilterExponential::filtered_coef_explicit' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.h:45:10: style: Technically the member function 'Node::operator==' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:369:10: style: Technically the member function 'ATC::FE_Mesh::element_field' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:565:14: style: Technically the member function 'ATC::FE_3DMesh::vectorComparer::operator()' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:42:14: style: Technically the member function 'ATC::FE_Engine::communicator' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:471:10: style: Technically the member function 'ATC::FE_Engine::element_coordinates' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:31:10: performance: Technically the member function 'ATC::PairMap::quantity' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:32:10: performance: Technically the member function 'ATC::PairMap::set_quantity' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:286:10: performance: Technically the member function 'ATC::InterscaleManager::add_quantity' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:318:10: performance: Technically the member function 'ATC::InterscaleManager::force_reset_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:326:10: performance: Technically the member function 'ATC::InterscaleManager::set_memory_temporary' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:334:10: performance: Technically the member function 'ATC::InterscaleManager::dfs_prepare_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:357:10: performance: Technically the member function 'ATC::InterscaleManager::reset_nlocal_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:366:10: performance: Technically the member function 'ATC::InterscaleManager::lammps_reset_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:374:10: performance: Technically the member function 'ATC::InterscaleManager::size_comm_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:382:10: performance: Technically the member function 'ATC::InterscaleManager::prepare_exchange_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:391:10: performance: Technically the member function 'ATC::InterscaleManager::post_exchange_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:400:10: performance: Technically the member function 'ATC::InterscaleManager::memory_usage_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:408:10: performance: Technically the member function 'ATC::InterscaleManager::pack_exchange_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:417:10: performance: Technically the member function 'ATC::InterscaleManager::unpack_exchange_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:425:10: performance: Technically the member function 'ATC::InterscaleManager::pack_comm_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:434:10: performance: Technically the member function 'ATC::InterscaleManager::unpack_comm_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:450:10: performance: Technically the member function 'ATC::InterscaleManager::copy_arrays_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:50:17: performance: Technically the member function 'ATC::ATC_Method::version' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:151:9: performance: Technically the member function 'ATC::ATC_Method::peratom_freq' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:152:10: style: Technically the member function 'ATC::ATC_Method::set_peratom_pointer' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:241:10: style: Technically the member function 'ATC::ATC_Method::is_ghost_group' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:242:10: style: Technically the member function 'ATC::ATC_Method::is_internal_group' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:243:18: style: Technically the member function 'ATC::ATC_Method::ntracked' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:244:10: style: Technically the member function 'ATC::ATC_Method::has_tracked_species' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:295:9: style: Technically the member function 'ATC::ATC_Method::groupbit' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:297:9: style: Technically the member function 'ATC::ATC_Method::groupbit_ghost' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:299:23: style: Technically the member function 'ATC::ATC_Method::internal_to_atom_map' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:301:23: style: Technically the member function 'ATC::ATC_Method::ghost_to_atom_map' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:302:31: style: Technically the member function 'ATC::ATC_Method::atom_to_internal_map' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:312:26: style: Technically the member function 'ATC::ATC_Method::atom_to_element_map_type' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:314:9: style: Technically the member function 'ATC::ATC_Method::atom_to_element_map_frequency' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:322:37: style: Technically the member function 'ATC::ATC_Method::field_sizes' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:330:25: style: Technically the member function 'ATC::ATC_Method::internal_element_set' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:336:10: style: Technically the member function 'ATC::ATC_Method::apply_inverse_mass_matrix' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:424:10: style: Technically the member function 'ATC::ATC_Method::kernel_based' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:426:10: style: Technically the member function 'ATC::ATC_Method::has_kernel_function' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:440:12: style: Technically the member function 'ATC::ATC_Method::ke_scale' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:441:12: style: Technically the member function 'ATC::ATC_Method::pe_scale' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:94:10: style: Technically the member function 'ATC::ATC_Coupling::atom_quadrature_on' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:95:35: style: Technically the member function 'ATC::ATC_Coupling::boundary_face_names' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:97:9: style: Technically the member function 'ATC::ATC_Coupling::boundary_integration_type' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:123:20: performance: Technically the member function 'ATC::ATC_Coupling::rhs_mask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:134:10: style: Technically the member function 'ATC::ATC_Coupling::source_atomic_quadrature' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:136:32: style: Technically the member function 'ATC::ATC_Coupling::source_integration' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:226:10: style: Technically the member function 'ATC::ATC_Coupling::track_charge' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:353:10: performance: Technically the member function 'ATC::ATC_Coupling::delete_mass_mat_time_filter' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1696:22: note: Technically the member function 'ATC::ATC_Coupling::delete_mass_mat_time_filter' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:353:10: note: Technically the member function 'ATC::ATC_Coupling::delete_mass_mat_time_filter' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:148:9: style: Technically the member function 'ATC::AtomicRegulator::max_iterations' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:150:12: style: Technically the member function 'ATC::AtomicRegulator::tolerance' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:156:9: style: Technically the member function 'ATC::AtomicRegulator::num_nodes' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:158:9: style: Technically the member function 'ATC::AtomicRegulator::nsd' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:160:9: style: Technically the member function 'ATC::AtomicRegulator::nlocal' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:162:29: style: Technically the member function 'ATC::AtomicRegulator::boundary_integration_type' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:165:44: style: Technically the member function 'ATC::AtomicRegulator::face_sets' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldManager.h:53:19: performance: Technically the member function 'ATC::FieldManager::string_to_canonical_name' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:215:28: warning: The class 'AtomVolumeGroup' defines member variable with name 'atomGroupVolume_' also defined in its parent class 'AtomVolumeUser'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:250:26: note: The class 'AtomVolumeGroup' defines member variable with name 'atomGroupVolume_' also defined in its parent class 'AtomVolumeUser'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:215:28: note: The class 'AtomVolumeGroup' defines member variable with name 'atomGroupVolume_' also defined in its parent class 'AtomVolumeUser'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:218:29: warning: The class 'AtomVolumeGroup' defines member variable with name 'lammpsInterface_' also defined in its parent class 'AtomVolumeUser'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:253:29: note: The class 'AtomVolumeGroup' defines member variable with name 'lammpsInterface_' also defined in its parent class 'AtomVolumeUser'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:218:29: note: The class 'AtomVolumeGroup' defines member variable with name 'lammpsInterface_' also defined in its parent class 'AtomVolumeUser'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:221:24: warning: The class 'AtomVolumeGroup' defines member variable with name 'atcToLammps_' also defined in its parent class 'AtomVolumeUser'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:256:24: note: The class 'AtomVolumeGroup' defines member variable with name 'atcToLammps_' also defined in its parent class 'AtomVolumeUser'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:221:24: note: The class 'AtomVolumeGroup' defines member variable with name 'atcToLammps_' also defined in its parent class 'AtomVolumeUser'.
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:561:16: warning: The class 'AtfProjectionReferenced' defines member variable with name 'reference_' also defined in its parent class 'AtfProjection'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:634:16: note: The class 'AtfProjectionReferenced' defines member variable with name 'reference_' also defined in its parent class 'AtfProjection'.
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:561:16: note: The class 'AtfProjectionReferenced' defines member variable with name 'reference_' also defined in its parent class 'AtfProjection'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Error.h:30:3: style: Class 'ATC_Error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array.h:23:4: style: Class 'Array' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array.h:63:4: style: Class 'AliasArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/CloneVector.h:19:3: style: Class 'CloneVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ParSparseMatrix.h:47:7: style: Class 'ParSparseMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector.h:39:3: style: Class 'SparseVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector.h:41:3: style: Class 'SparseVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector.h:43:3: style: Class 'SparseVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector.h:89:3: style: Class 'SparseVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DependencyManager.h:213:5: style: Class 'MatrixDependencyManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DependencyManager.h:241:5: style: Class 'MatrixDependencyManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pointers.h:39:3: style: Class 'Pointers' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/modify.h:51:3: style: Class 'Modify' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/memory.h:24:3: style: Class 'Memory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/update.h:60:3: style: Class 'Update' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:38:5: style: Class 'PhysicsModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:153:5: style: Class 'PhysicsModelThermal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:161:5: style: Class 'PhysicsModelElastic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:169:5: style: Class 'PhysicsModelThermoElastic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:178:5: style: Class 'PhysicsModelShear' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:186:5: style: Class 'PhysicsModelThermoShear' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:194:5: style: Class 'PhysicsModelSpecies' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:202:5: style: Class 'PhysicsModelTwoTemperature' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:210:5: style: Class 'PhysicsModelDriftDiffusion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:218:5: style: Class 'PhysicsModelDriftDiffusionEquilibrium' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:226:5: style: Class 'PhysicsModelDriftDiffusionSchrodinger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:234:5: style: Class 'PhysicsModelDriftDiffusionConvection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:242:5: style: Class 'PhysicsModelDriftDiffusionConvectionEquilibrium' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:250:5: style: Class 'PhysicsModelDriftDiffusionConvectionSchrodinger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:258:5: style: Class 'PhysicsModelDriftDiffusionSchrodingerSlice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:266:5: style: Class 'PhysicsModelElectrostatic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:274:5: style: Class 'PhysicsModelElectrostaticEquilibrium' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:282:5: style: Class 'PhysicsModelSpeciesElectrostatic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:210:5: style: Class 'ConstantFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:54:5: style: Class 'TimeFilterManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:137:5: style: Class 'TimeFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:241:5: style: Class 'TimeFilterExponential' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:370:5: style: Class 'TimeFilterCrankNicolson' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:432:5: style: Class 'TimeFilterExplicit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:488:5: style: Class 'TimeFilterImplicit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:538:5: style: Class 'TimeFilterImplicitExplicit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:588:5: style: Class 'TimeFilterExplicitImplicit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:650:5: style: Class 'TimeFilterImplicitUpdate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:696:5: style: Class 'TimeFilterStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:34:5: style: Class 'FE_Engine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:49:5: style: Class 'ExtrinsicModelManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:42:5: style: Class 'InterscaleManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:447:5: style: Class 'SubsetToNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1402:5: style: Class 'AccumulantWeights' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1437:5: style: Class 'OnTheFlyKernelWeights' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1657:5: style: Class 'NativeShapeFunctionGradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:242:5: style: Class 'TimeIntegrationMethod' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:39:5: style: Class 'GhostManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:120:5: style: Class 'GhostModifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:178:5: style: Class 'GhostModifierPrescribed' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:334:5: style: Class 'GhostIntegratorSwap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldManager.h:26:5: style: Class 'FieldManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.h:28:0: style: Class 'ATC :: PerMoleculeQuantity < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:425:0: style: Class 'ATC :: MatToMatTransfer < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:51:0: style: Class 'ATC_matrix :: SparseMatrix < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:52:0: style: Class 'ATC_matrix :: SparseMatrix < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:51:0: style: Class 'ATC_matrix :: SparseMatrix < U >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:52:0: style: Class 'ATC_matrix :: SparseMatrix < U >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:18:0: style: Class 'ATC_matrix :: DiagonalMatrix < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:19:0: style: Class 'ATC_matrix :: DiagonalMatrix < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:18:0: style: Class 'ATC_matrix :: DiagonalMatrix < U >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:19:0: style: Class 'ATC_matrix :: DiagonalMatrix < U >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:20:0: style: Class 'ATC_matrix :: DenseVector < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:20:0: style: Class 'ATC_matrix :: DenseVector < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:20:0: style: Class 'ATC_matrix :: DenseVector < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:20:0: style: Class 'ATC_matrix :: DenseVector < U >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:21:0: style: Class 'ATC_matrix :: DenseMatrix < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:22:0: style: Class 'ATC_matrix :: DenseMatrix < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:21:0: style: Class 'ATC_matrix :: DenseMatrix < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:22:0: style: Class 'ATC_matrix :: DenseMatrix < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:21:0: style: Class 'ATC_matrix :: DenseMatrix < U >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:22:0: style: Class 'ATC_matrix :: DenseMatrix < U >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:21:1: warning: The class 'LAMMPS' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:306:12: style: The function 'function' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.h:23:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:306:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:307:12: style: The function 'tangent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.h:24:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:307:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:74:19: style: The function 'dfd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:32:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:74:19: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:139:19: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:93:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:139:19: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:140:19: style: The function 'dfdu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:95:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:140:19: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:213:19: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:159:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:213:19: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:230:12: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:159:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:230:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:247:12: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:159:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:247:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:264:12: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:159:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:264:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:265:12: style: The function 'dfdt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:161:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:265:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:283:19: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:159:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:283:19: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:307:19: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:159:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:307:19: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:327:19: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:159:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:327:19: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:346:12: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:159:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:346:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:347:12: style: The function 'dfdt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:161:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:347:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:365:19: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:159:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:365:19: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:368:19: style: The function 'dfdt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:161:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:368:19: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:385:19: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:159:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:385:19: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:293:10: style: The function 'set_quadrature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:92:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:293:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:295:10: style: The function 'contains_point' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:119:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:295:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:316:10: style: The function 'local_coordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:110:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:316:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:321:18: style: The function 'contains_point' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:119:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:321:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:344:10: style: The function 'set_quadrature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:92:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:344:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:346:10: style: The function 'local_coordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:110:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:346:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:350:10: style: The function 'contains_point' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:119:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:350:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:246:18: style: The function 'apply_pre_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:150:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:246:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:251:18: style: The function 'apply_pre_step2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:157:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:251:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:256:18: style: The function 'apply_post_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:163:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:256:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:261:18: style: The function 'apply_post_step2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:170:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:261:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:266:18: style: The function 'rate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:200:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:266:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:376:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:143:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:376:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:379:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:146:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:379:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:382:18: style: The function 'apply_pre_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:246:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:382:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:388:18: style: The function 'apply_post_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:256:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:388:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:394:18: style: The function 'apply_post_step2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:261:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:394:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:400:20: style: The function 'unfiltered_coefficient_pre_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:176:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:400:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:403:20: style: The function 'filtered_coefficient_pre_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:179:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:403:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:406:20: style: The function 'unfiltered_coefficient_post_s2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:194:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:406:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:409:20: style: The function 'filtered_coefficient_post_s2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:197:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:409:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:438:18: style: The function 'apply_pre_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:246:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:438:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:444:18: style: The function 'apply_post_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:256:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:444:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:450:18: style: The function 'apply_post_step2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:261:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:450:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:456:20: style: The function 'unfiltered_coefficient_pre_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:176:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:456:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:459:20: style: The function 'filtered_coefficient_pre_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:179:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:459:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:462:20: style: The function 'unfiltered_coefficient_post_s2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:194:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:462:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:465:20: style: The function 'filtered_coefficient_post_s2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:197:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:465:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:494:18: style: The function 'apply_pre_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:246:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:494:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:500:18: style: The function 'apply_post_step2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:261:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:500:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:506:20: style: The function 'unfiltered_coefficient_pre_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:176:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:506:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:509:20: style: The function 'filtered_coefficient_pre_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:179:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:509:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:512:20: style: The function 'unfiltered_coefficient_post_s2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:194:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:512:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:515:20: style: The function 'filtered_coefficient_post_s2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:197:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:515:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:544:18: style: The function 'apply_pre_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:246:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:544:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:550:18: style: The function 'apply_post_step2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:261:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:550:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:556:20: style: The function 'unfiltered_coefficient_pre_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:176:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:556:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:559:20: style: The function 'filtered_coefficient_pre_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:179:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:559:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:562:20: style: The function 'unfiltered_coefficient_post_s2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:194:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:562:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:565:20: style: The function 'filtered_coefficient_post_s2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:197:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:565:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:594:18: style: The function 'apply_pre_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:246:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:594:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:600:18: style: The function 'apply_pre_step2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:251:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:600:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:606:18: style: The function 'apply_post_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:256:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:606:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:612:18: style: The function 'apply_post_step2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:261:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:612:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:618:20: style: The function 'unfiltered_coefficient_pre_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:176:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:618:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:621:20: style: The function 'filtered_coefficient_pre_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:179:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:621:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:624:20: style: The function 'unfiltered_coefficient_post_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:182:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:624:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:627:20: style: The function 'filtered_coefficient_post_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:185:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:627:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:656:18: style: The function 'apply_pre_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:246:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:656:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:662:18: style: The function 'apply_post_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:256:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:662:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:668:20: style: The function 'unfiltered_coefficient_pre_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:176:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:668:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:671:20: style: The function 'filtered_coefficient_pre_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:179:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:671:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:674:20: style: The function 'unfiltered_coefficient_post_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:182:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:674:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:677:20: style: The function 'filtered_coefficient_post_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:185:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:677:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:702:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:146:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:702:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:705:18: style: The function 'apply_pre_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:150:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:705:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:710:18: style: The function 'apply_pre_step2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:157:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:710:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:715:18: style: The function 'apply_post_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:163:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:715:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:720:18: style: The function 'apply_post_step2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:170:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:720:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:728:18: style: The function 'rate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:200:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:728:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:527:10: style: The function 'partition_mesh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:55:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:527:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:529:10: style: The function 'departition_mesh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:56:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:529:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:574:20: style: The function 'min_element_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:366:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:574:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:575:20: style: The function 'coordinate_tolerance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:387:19: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:575:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:579:18: style: The function 'cut_mesh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:305:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:579:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:582:18: style: The function 'delete_elements' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:308:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:582:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:585:17: style: The function 'map_to_element' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:199:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:585:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:635:10: style: The function 'partition_mesh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:55:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:635:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:637:10: style: The function 'departition_mesh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:56:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:637:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:640:17: style: The function 'map_to_element' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:585:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:640:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:656:18: style: The function 'setup_periodicity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:592:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:656:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:690:10: style: The function 'partition_mesh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:55:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:690:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:692:10: style: The function 'departition_mesh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:56:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:692:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:694:18: style: The function 'element_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:362:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:694:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:698:20: style: The function 'min_element_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:574:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:698:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:702:17: style: The function 'map_to_element' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:640:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:702:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:44:11: style: The function 'nCols' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/DependencyManager.h:138:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:44:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1147:11: style: The function 'nCols' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/DependencyManager.h:138:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1147:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:63:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:30:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:63:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:64:24: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:44:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:64:24: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:67:24: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:45:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:67:24: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:69:24: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:48:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:69:24: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:83:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:30:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:83:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:84:16: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:44:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:84:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:88:16: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:45:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:88:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:89:16: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:48:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:89:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:114:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:63:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:114:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:118:24: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:64:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:118:24: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:124:24: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:67:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:124:24: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:135:24: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:69:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:135:24: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:168:11: style: The function 'nCols' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/DependencyManager.h:138:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:168:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:203:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:171:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:203:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:223:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:203:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:223:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:241:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:203:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:241:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:265:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:171:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:265:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:281:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:265:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:281:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:298:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:265:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:298:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:360:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:331:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:360:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:388:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:360:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:388:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:415:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:360:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:415:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.h:127:18: style: The function 'set_lammps_to_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.h:47:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.h:127:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.h:130:18: style: The function 'set_quantity_to_lammps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.h:50:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.h:130:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.h:133:22: style: The function 'lammps_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.h:54:22: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.h:133:22: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.h:137:23: style: The function 'lammps_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.h:58:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.h:137:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:642:20: style: The function 'kinetic_energy_multiplier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:613:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:642:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:759:20: style: The function 'kinetic_energy_multiplier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:613:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:759:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:804:20: style: The function 'kinetic_energy_multiplier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:613:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:804:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:882:20: style: The function 'kinetic_energy_multiplier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:613:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:882:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:1572:20: style: The function 'time_step_factor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:1535:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:1572:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:1749:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:1710:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:1749:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:1784:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:1710:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:1784:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:596:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:551:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:596:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:629:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:551:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:629:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:670:18: style: The function 'local_restriction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:478:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:670:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:705:18: style: The function 'global_restriction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:475:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:705:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:809:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:771:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:809:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:844:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:771:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:844:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:937:18: style: The function 'local_restriction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:900:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:937:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:974:18: style: The function 'global_restriction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:897:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:974:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:98:20: style: The function 'averaging_operation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:98:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:527:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:487:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:527:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:733:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:672:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:733:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:763:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:672:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:763:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:793:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:733:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:793:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:823:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:793:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:823:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:853:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:672:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:853:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:883:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:853:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:883:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1110:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:984:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1110:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1306:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1255:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1306:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1342:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1306:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1342:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1379:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1306:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1379:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1563:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1513:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1563:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1598:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1563:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1598:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1634:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1563:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1634:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:60:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:31:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:60:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:63:18: style: The function 'init_integrate_velocity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:34:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:63:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:66:18: style: The function 'init_integrate_position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:37:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:66:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:69:18: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:40:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:69:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:184:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:126:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:184:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:187:18: style: The function 'post_init_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:187:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:226:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:184:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:226:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:235:18: style: The function 'post_init_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:187:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:235:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:238:18: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:144:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:238:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:292:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:226:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:292:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:295:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:129:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:295:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:298:18: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:238:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:298:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:340:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:126:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:340:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:343:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:129:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:343:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:346:18: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:141:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:346:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:47:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:53:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:47:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:50:18: style: The function 'pre_neighbor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:108:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:50:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:53:18: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:106:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:53:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:57:18: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:92:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:57:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:60:18: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:109:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:60:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:63:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:65:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:63:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:66:18: style: The function 'reset_methods' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:320:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:66:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:69:18: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:89:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:69:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:72:18: style: The function 'pre_init_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:68:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:72:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:75:18: style: The function 'init_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:74:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:75:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:78:18: style: The function 'post_init_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:77:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:78:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:82:18: style: The function 'post_final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:86:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:82:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:85:18: style: The function 'min_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:95:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:85:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:86:18: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:96:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:86:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:131:18: style: The function 'initialize_mesh_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:247:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:131:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:270:19: style: The function 'read_restart_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:507:19: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:270:19: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:271:18: style: The function 'write_restart_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:508:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:271:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:272:10: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:546:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:272:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:359:18: style: The function 'compute_md_mass_matrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:401:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:359:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:371:18: style: The function 'set_computational_geometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:492:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:371:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:373:18: style: The function 'construct_time_integration_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:494:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:373:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:375:18: style: The function 'construct_methods' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:496:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:375:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:377:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:498:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:377:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:379:18: style: The function 'construct_molecule_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:502:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:379:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:381:18: style: The function 'construct_interpolant' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:500:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:381:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:383:18: style: The function 'reset_nlocal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:533:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:383:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:402:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:285:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:402:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:405:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:288:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:405:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:411:18: style: The function 'reset_nlocal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:291:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:411:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:414:18: style: The function 'reset_atom_materials' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:294:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:414:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:418:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:328:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:418:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:580:18: style: The function 'assemble_matrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:536:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:580:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:583:18: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:539:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:583:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:618:18: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:539:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:618:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:117:18: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:33:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:117:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:120:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:36:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:120:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:126:20: style: The function 'local_fraction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:57:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:126:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:134:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:88:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:134:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.h:150:16: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.h:150:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.h:181:16: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.h:181:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.h:73:0: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:87:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.h:73:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:283:0: style: The function 'quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/DependencyManager.h:311:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:283:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:286:0: style: The function 'set_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/DependencyManager.h:308:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:286:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:253:0: style: The function 'quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/DependencyManager.h:278:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:253:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:256:0: style: The function 'set_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/DependencyManager.h:275:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:256:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1449:0: style: The function 'set_lammps_to_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1379:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1449:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1455:0: style: The function 'lammps_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1296:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1455:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1458:0: style: The function 'lammps_column_indices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1298:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1458:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:751:0: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:562:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:751:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:603:0: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:562:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:603:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:606:0: style: The function 'set_lammps_to_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:565:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:606:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:395:0: style: The function 'set_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:185:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:395:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:399:0: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:189:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:399:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:407:0: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:193:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:407:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:411:0: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:197:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:411:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:415:0: style: The function 'operator-=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:201:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:415:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:419:0: style: The function 'operator-=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:205:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:419:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:423:0: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:209:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:423:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:427:0: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:213:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:427:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:431:0: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:217:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:431:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:435:0: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:221:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:435:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:444:0: style: The function 'lammps_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:240:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:444:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:447:0: style: The function 'lammps_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:243:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:447:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:283:0: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:228:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:283:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:287:0: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:232:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:287:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:58:0: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:78:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:58:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:60:0: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:76:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:60:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:62:0: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:82:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:62:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:64:0: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:80:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:64:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:87:0: style: The function 'nRows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:84:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:87:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:90:0: style: The function 'nCols' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:86:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:90:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:92:0: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:129:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:92:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:100:0: style: The function 'ptr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:88:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:100:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:227:0: style: The function 'set_all_elements_to' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:120:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:227:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:236:0: style: The function 'to_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:30:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:236:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:251:0: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:96:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:251:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ParDiagonalMatrix.h:27:0: style: The function 'MultAB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:69:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ParDiagonalMatrix.h:27:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:42:0: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:76:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:42:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:43:0: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:78:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:43:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:44:0: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:80:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:44:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:45:0: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:82:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:45:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:46:0: style: The function 'nRows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:84:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:46:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:47:0: style: The function 'nCols' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:86:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:47:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:48:0: style: The function 'ptr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:88:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:48:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:49:0: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:96:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:49:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:55:0: style: The function 'matlab' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:98:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:55:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:62:0: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:129:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:62:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:32:0: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:34:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:32:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:33:0: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:35:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:33:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:34:0: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:32:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:34:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:35:0: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:33:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:35:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:36:0: style: The function 'set_all_elements_to' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:120:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:36:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:40:0: style: The function 'nRows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:36:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:40:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:42:0: style: The function 'ptr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:37:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:42:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:48:0: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:96:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:48:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:29:0: style: The function 'to_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:30:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:29:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:34:0: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:82:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:34:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:35:0: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:80:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:35:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:36:0: style: The function 'nRows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:84:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:36:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:37:0: style: The function 'ptr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:88:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:37:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:38:0: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:90:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:38:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:39:0: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:92:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:39:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:40:0: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:94:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:40:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:41:0: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:96:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:41:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:46:0: style: The function 'matlab' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:98:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:46:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:49:0: style: The function 'nCols' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:86:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:49:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:55:0: style: The function '_set_equal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:148:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:55:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:27:0: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:92:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:27:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:31:0: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:90:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:31:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:32:0: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:94:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:32:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:42:0: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:76:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:42:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:43:0: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:78:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:43:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:44:0: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:82:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:44:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:45:0: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:80:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:45:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:46:0: style: The function 'nRows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:84:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:46:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:47:0: style: The function 'nCols' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:86:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:47:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:48:0: style: The function 'ptr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:88:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:48:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:49:0: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:96:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:49:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:51:0: style: The function 'set_all_elements_to' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:120:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:51:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:60:0: style: The function 'check_range' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:145:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:60:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:63:0: style: The function '_set_equal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:148:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:63:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Error.h:30:25: performance: Function parameter 'errorDescription' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Error.h:36:25: performance: Function parameter 'location' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Error.h:36:47: performance: Function parameter 'errorDescription' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/MatrixDef.h:189:38: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array.h:251:34: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:178:36: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:816:69: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:827:71: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:251:53: performance: Function parameter 'contents' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:262:32: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:276:30: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:293:35: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:308:43: performance: Function parameter 'tag' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:336:36: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:714:29: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.h:44:53: performance: Function parameter 'functionList' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.h:59:38: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.h:95:40: performance: Function parameter 'field' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:516:33: performance: Function parameter 'elementType' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:105:39: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:108:44: performance: Function parameter 'field' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:210:33: performance: Function parameter 'tag' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:530:49: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:58:55: performance: Function parameter 'nodes' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:295:47: performance: Function parameter 'nodesetName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:300:41: performance: Function parameter 'nodeset' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:305:39: performance: Function parameter 'nodesetName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:309:41: performance: Function parameter 'nodesetName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:321:39: performance: Function parameter 'facesetName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:325:39: performance: Function parameter 'facesetName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:328:39: performance: Function parameter 'facesetName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:332:40: performance: Function parameter 'facesetName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:335:39: performance: Function parameter 'facesetName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:337:39: performance: Function parameter 'facesetName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:340:39: performance: Function parameter 'elemsetName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:347:41: performance: Function parameter 'elemsetName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:141:49: performance: Function parameter 'tag' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:146:55: performance: Function parameter 'tag' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldManager.h:30:47: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldManager.h:53:56: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldManager.h:71:41: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldManager.h:126:68: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector-inl.h:185:43: error: Iterator 'it' used after element has been erased. [eraseDereference]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector-inl.h:184:3: note: Iterator 'it' used after element has been erased.
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector-inl.h:185:43: note: Iterator 'it' used after element has been erased.
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:46:9: style: Technically the member function 'ATC::Thermostat::lambda_max_iterations' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:73:5: style: Class 'ThermalIntegrationMethod' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:128:5: style: Class 'ThermalTimeIntegratorGear' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:176:5: style: Class 'ThermalTimeIntegratorGearFiltered' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:217:5: style: Class 'ThermalTimeIntegratorFractionalStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:305:5: style: Class 'ThermalTimeIntegratorFractionalStepFiltered' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:120:5: style: Class 'ThermostatRescale' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:177:5: style: Class 'ThermostatRescaleMixedKePe' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:787:5: style: Class 'ThermostatGlc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:838:5: style: Class 'ThermostatPowerVerlet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:909:5: style: Class 'ThermostatHooverVerlet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:964:5: style: Class 'ThermostatPowerVerletFiltered' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:1014:5: style: Class 'ThermostatHooverVerletFiltered' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:31:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:131:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:31:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:34:18: style: The function 'construct_methods' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:134:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:34:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:37:18: style: The function 'pack_fields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:180:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:37:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:79:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:248:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:79:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:82:18: style: The function 'has_final_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:276:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:82:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:134:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:79:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:134:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:137:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:250:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:137:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:141:18: style: The function 'pre_initial_integrate2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:256:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:141:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:143:18: style: The function 'post_final_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:269:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:143:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:146:18: style: The function 'post_process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:283:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:146:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:149:18: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:290:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:149:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:183:18: style: The function 'pre_initial_integrate2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:141:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:183:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:185:18: style: The function 'post_final_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:143:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:185:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:187:18: style: The function 'post_final_integrate3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:273:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:187:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:190:18: style: The function 'post_process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:146:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:190:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:223:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:79:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:223:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:226:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:250:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:226:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:230:18: style: The function 'pre_initial_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:254:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:230:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:232:18: style: The function 'pre_initial_integrate2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:256:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:232:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:234:18: style: The function 'pre_final_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:264:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:234:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:236:18: style: The function 'post_final_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:269:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:236:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:238:18: style: The function 'post_final_integrate3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:273:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:238:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:241:18: style: The function 'has_final_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:278:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:241:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:244:18: style: The function 'post_process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:283:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:244:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:247:18: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:290:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:247:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:312:18: style: The function 'pre_initial_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:230:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:312:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:315:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:285:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:315:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:318:18: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:247:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:318:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:324:18: style: The function 'apply_gear_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:253:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:324:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:327:18: style: The function 'apply_gear_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:256:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:327:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:331:18: style: The function 'compute_old_time_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:260:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:331:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:334:18: style: The function 'compute_temperature_delta' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:263:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:334:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingEnergy.h:40:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:47:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingEnergy.h:40:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingEnergy.h:43:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:63:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingEnergy.h:43:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingEnergy.h:46:20: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:143:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingEnergy.h:46:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingEnergy.h:49:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:546:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingEnergy.h:49:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingEnergy.h:59:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:377:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingEnergy.h:59:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingEnergy.h:65:10: style: The function 'init_filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:351:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingEnergy.h:65:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:36:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:80:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:36:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:39:18: style: The function 'construct_methods' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:83:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:39:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:43:18: style: The function 'reset_lambda_contribution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:144:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:43:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:83:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:402:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:83:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:89:18: style: The function 'set_weights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:437:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:89:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:125:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:83:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:125:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:128:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:310:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:128:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:131:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:418:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:131:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:135:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:135:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:140:18: style: The function 'set_weights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:89:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:140:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:182:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:125:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:182:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:185:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:405:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:185:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:190:18: style: The function 'set_weights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:140:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:190:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:193:18: style: The function 'set_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:149:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:193:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:229:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:405:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:229:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:248:18: style: The function 'set_weights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:437:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:248:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:292:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:285:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:292:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:295:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:288:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:295:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:298:18: style: The function 'apply_pre_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:298:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:298:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:301:18: style: The function 'apply_pre_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:307:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:301:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:304:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:310:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:304:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:307:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:328:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:307:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:310:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:310:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:316:18: style: The function 'reset_atom_materials' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:294:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:316:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:426:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:402:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:426:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:432:18: style: The function 'construct_regulated_nodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:448:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:432:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:457:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:295:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:457:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:462:18: style: The function 'set_thermostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:323:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:462:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:466:18: style: The function 'add_to_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:466:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:497:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:402:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:497:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:503:18: style: The function 'construct_regulated_nodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:448:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:503:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:528:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:292:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:528:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:531:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:295:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:531:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:534:18: style: The function 'apply_pre_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:298:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:534:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:537:18: style: The function 'apply_pre_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:301:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:537:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:540:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:304:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:540:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:543:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:307:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:543:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:559:18: style: The function 'set_thermostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:323:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:559:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:563:18: style: The function 'add_to_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:563:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:568:18: style: The function 'compute_lambda' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:339:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:568:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:626:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:457:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:626:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:629:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:304:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:629:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:632:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:310:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:632:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:637:18: style: The function 'set_thermostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:462:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:637:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:641:18: style: The function 'add_to_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:466:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:641:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:675:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:310:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:675:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:681:18: style: The function 'initialize_delta_nodal_atomic_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:553:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:681:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:684:18: style: The function 'compute_delta_nodal_atomic_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:556:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:684:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:687:18: style: The function 'set_thermostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:559:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:687:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:691:18: style: The function 'add_to_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:563:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:691:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:718:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:285:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:718:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:721:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:288:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:721:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:724:18: style: The function 'apply_pre_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:298:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:724:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:727:18: style: The function 'apply_pre_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:307:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:727:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:730:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:310:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:730:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:733:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:733:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:736:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:328:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:736:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:792:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:83:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:792:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:843:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:792:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:843:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:846:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:405:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:846:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:849:18: style: The function 'apply_pre_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:298:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:849:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:852:18: style: The function 'apply_pre_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:307:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:852:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:855:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:855:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:858:18: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:338:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:858:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:861:18: style: The function 'use_local_shape_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:424:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:861:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:887:18: style: The function 'add_to_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:331:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:887:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:914:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:843:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:914:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:917:18: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:858:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:917:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:920:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:418:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:920:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:932:18: style: The function 'compute_thermostat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:881:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:932:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:945:18: style: The function 'add_to_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:887:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:945:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:969:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:855:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:969:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:972:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:418:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:972:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:977:18: style: The function 'set_thermostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:884:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:977:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:980:18: style: The function 'add_to_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:887:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:980:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:1019:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:843:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:1019:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:1022:18: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:858:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:1022:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:1025:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:972:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:1025:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:1037:18: style: The function 'compute_thermostat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:881:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:1037:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:1050:18: style: The function 'add_to_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:980:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:1050:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.cpp:160:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.cpp:232:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.cpp:263:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.cpp:271:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:89:10: style: Technically the member function 'ATC::ConcentrationRegulator::needs_temperature' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:147:9: performance: Technically the member function 'ATC::ConcentrationRegulatorMethodTransition::mask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:56:5: style: Class 'ChargeRegulator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:50:5: style: Class 'ConcentrationRegulator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:108:5: style: Class 'ConcentrationRegulatorMethod' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:47:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:47:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:47:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:50:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:63:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:50:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:53:18: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:53:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:53:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:54:18: style: The function 'reset_atoms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:54:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:54:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:57:20: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:143:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:57:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:60:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:546:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:60:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:71:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:377:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:71:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:77:10: style: The function 'init_filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:351:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:77:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:35:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:131:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:35:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:38:18: style: The function 'construct_methods' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:134:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:38:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:41:18: style: The function 'pack_fields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:180:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:41:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:77:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:248:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:77:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:125:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:250:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:125:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:128:18: style: The function 'pre_initial_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:254:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:128:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:129:18: style: The function 'pre_final_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:264:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:129:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:130:18: style: The function 'post_final_integrate2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:271:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:130:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:133:18: style: The function 'post_process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:283:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:133:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:160:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:125:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:160:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:164:18: style: The function 'pre_final_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:129:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:164:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:167:18: style: The function 'post_process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:133:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:167:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:50:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:224:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:50:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:53:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:227:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:53:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:56:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:230:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:56:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:59:18: style: The function 'post_init_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:247:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:59:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:62:18: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:250:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:62:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:65:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:265:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:65:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:68:17: style: The function 'size_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:233:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:68:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:71:20: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:236:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:71:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:72:18: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:237:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:72:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:173:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:50:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:173:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:176:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:56:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:176:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:179:18: style: The function 'set_sources' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:262:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:179:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:182:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:65:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:182:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:62:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:80:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:62:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:63:18: style: The function 'construct_methods' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:83:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:63:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:64:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:89:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:64:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:67:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:92:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:67:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:68:20: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:93:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:68:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:98:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:405:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:98:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:100:18: style: The function 'apply_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:313:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:100:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:101:18: style: The function 'apply_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:316:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:101:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:102:18: style: The function 'set_weights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:437:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:102:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:104:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:104:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:161:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:402:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:161:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:164:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:98:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:164:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:172:18: style: The function 'apply_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:100:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:172:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:214:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:98:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:214:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:217:18: style: The function 'apply_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:101:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:217:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:258:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:98:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:258:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:261:18: style: The function 'apply_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:101:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:261:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:54:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:80:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:54:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:56:18: style: The function 'construct_methods' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:83:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:56:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:58:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:89:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:58:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:63:18: style: The function 'apply_pre_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:107:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:63:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:65:18: style: The function 'apply_mid_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:109:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:65:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:67:18: style: The function 'apply_post_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:111:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:67:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:69:18: style: The function 'apply_pre_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:113:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:69:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:71:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:115:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:71:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:73:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:135:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:73:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:75:18: style: The function 'add_to_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:137:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:75:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:78:18: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:118:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:78:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:80:18: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:120:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:80:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:82:18: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:96:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:82:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:84:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:92:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:84:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:86:20: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:93:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:86:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:87:17: style: The function 'size_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:126:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:87:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:111:10: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:405:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:111:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:112:18: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:319:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:112:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:113:18: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:322:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:113:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:114:18: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:338:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:114:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:115:18: style: The function 'set_weights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:437:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:115:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:116:20: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:335:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:116:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:117:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:117:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:138:10: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:405:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:138:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:140:18: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:112:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:140:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:142:18: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:113:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:142:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:144:20: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:116:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:144:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:113:5: style: Class 'GlcKinetostat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:160:5: style: Class 'DisplacementGlc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:226:5: style: Class 'DisplacementGlcFiltered' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:269:5: style: Class 'VelocityGlc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:340:5: style: Class 'VelocityGlcFiltered' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:383:5: style: Class 'StressFlux' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:465:5: style: Class 'StressFluxGhost' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:505:5: style: Class 'StressFluxFiltered' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:74:9: style: Class 'MomentumIntegrationMethod' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:122:7: style: Class 'ElasticTimeIntegratorVerlet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:187:9: style: Class 'ElasticTimeIntegratorVerletFiltered' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:232:5: style: Class 'ElasticTimeIntegratorFractionalStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:322:5: style: Class 'FluidsTimeIntegratorGear' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:36:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:80:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:36:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:39:18: style: The function 'construct_methods' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:83:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:39:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:43:18: style: The function 'reset_lambda_contribution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:144:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:43:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:67:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:402:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:67:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:73:18: style: The function 'set_weights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:437:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:73:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:118:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:67:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:118:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:121:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:405:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:121:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:165:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:118:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:165:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:168:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:121:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:168:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:171:18: style: The function 'apply_post_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:304:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:171:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:174:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:174:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:177:18: style: The function 'use_local_shape_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:424:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:177:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:183:18: style: The function 'set_weights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:73:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:183:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:194:18: style: The function 'apply_localization_correction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:132:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:194:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:231:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:174:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:231:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:237:18: style: The function 'apply_pre_filtering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:186:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:237:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:239:18: style: The function 'set_kinetostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:190:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:239:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:241:18: style: The function 'compute_nodal_lambda_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:192:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:241:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:274:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:118:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:274:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:277:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:121:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:277:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:280:18: style: The function 'apply_mid_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:301:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:280:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:283:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:310:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:283:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:286:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:286:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:289:18: style: The function 'use_local_shape_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:424:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:289:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:295:18: style: The function 'set_weights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:73:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:295:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:308:18: style: The function 'apply_localization_correction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:132:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:308:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:345:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:286:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:345:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:351:18: style: The function 'apply_pre_filtering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:298:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:351:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:353:18: style: The function 'set_kinetostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:304:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:353:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:355:18: style: The function 'compute_nodal_lambda_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:306:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:355:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:388:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:118:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:388:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:391:18: style: The function 'apply_pre_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:298:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:391:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:394:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:310:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:394:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:397:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:418:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:397:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:400:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:400:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:408:18: style: The function 'use_local_shape_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:424:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:408:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:434:18: style: The function 'apply_to_atoms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:127:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:434:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:438:18: style: The function 'add_to_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:331:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:438:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:470:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:388:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:470:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:473:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:397:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:473:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:479:18: style: The function 'set_kinetostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:430:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:479:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:481:18: style: The function 'add_to_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:438:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:481:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:510:18: style: The function 'add_to_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:438:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:510:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:513:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:400:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:513:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:522:18: style: The function 'set_kinetostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:430:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:522:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:525:18: style: The function 'apply_to_atoms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:434:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:525:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:552:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:67:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:552:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:555:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:405:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:555:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:558:18: style: The function 'apply_pre_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:298:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:558:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:561:18: style: The function 'apply_pre_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:307:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:561:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:564:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:310:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:564:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:567:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:567:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:649:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:552:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:649:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:652:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:555:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:652:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:655:18: style: The function 'apply_pre_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:558:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:655:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:658:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:564:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:658:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:667:18: style: The function 'set_kinetostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:579:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:667:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:671:18: style: The function 'add_to_momentum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:590:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:671:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:676:18: style: The function 'construct_regulated_nodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:448:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:676:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:710:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:649:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:710:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:713:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:418:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:713:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:718:18: style: The function 'set_kinetostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:667:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:718:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:722:18: style: The function 'add_to_momentum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:671:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:722:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:749:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:552:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:749:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:752:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:555:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:752:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:755:18: style: The function 'apply_pre_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:558:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:755:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:758:18: style: The function 'apply_pre_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:561:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:758:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:761:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:564:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:761:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:764:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:418:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:764:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:768:18: style: The function 'use_local_shape_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:424:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:768:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:780:18: style: The function 'set_kinetostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:579:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:780:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:784:18: style: The function 'add_to_momentum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:590:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:784:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:789:18: style: The function 'compute_lambda' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:595:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:789:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:795:18: style: The function 'construct_regulated_nodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:448:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:795:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:841:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:285:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:841:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:844:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:288:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:844:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:847:18: style: The function 'apply_pre_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:298:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:847:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:850:18: style: The function 'apply_pre_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:307:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:850:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:853:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:310:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:853:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:856:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:856:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:859:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:328:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:859:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:30:22: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:131:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:30:22: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:33:22: style: The function 'construct_methods' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:134:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:33:22: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:36:22: style: The function 'pack_fields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:180:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:36:22: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:80:22: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:248:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:80:22: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:83:22: style: The function 'has_final_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:276:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:83:22: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:128:20: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:80:22: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:128:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:131:20: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:250:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:131:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:135:20: style: The function 'pre_initial_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:254:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:135:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:137:20: style: The function 'post_initial_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:259:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:137:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:139:20: style: The function 'pre_final_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:264:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:139:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:141:20: style: The function 'post_final_integrate2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:271:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:141:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:143:20: style: The function 'add_to_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:281:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:143:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:145:20: style: The function 'post_process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:283:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:145:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:148:20: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:285:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:148:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:151:20: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:290:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:151:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:194:22: style: The function 'pre_initial_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:135:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:194:22: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:196:22: style: The function 'post_initial_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:137:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:196:22: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:198:22: style: The function 'post_final_integrate2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:141:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:198:22: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:200:22: style: The function 'add_to_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:143:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:200:22: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:202:22: style: The function 'post_process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:145:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:202:22: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:205:22: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:148:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:205:22: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:238:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:80:22: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:238:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:241:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:250:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:241:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:245:18: style: The function 'pre_initial_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:254:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:245:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:247:18: style: The function 'pre_initial_integrate2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:256:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:247:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:250:18: style: The function 'post_initial_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:259:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:250:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:252:18: style: The function 'post_final_integrate2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:271:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:252:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:254:18: style: The function 'post_process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:283:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:254:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:257:18: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:290:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:257:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:260:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:285:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:260:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:328:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:80:22: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:328:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:331:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:250:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:331:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:335:18: style: The function 'pre_initial_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:254:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:335:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:337:18: style: The function 'pre_initial_integrate2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:256:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:337:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:339:18: style: The function 'pre_final_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:264:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:339:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:341:18: style: The function 'post_final_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:269:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:341:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:343:18: style: The function 'post_final_integrate2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:271:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:343:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:346:18: style: The function 'post_process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:283:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:346:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:349:18: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:290:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:349:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:352:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:285:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:352:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:42:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:47:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:42:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:45:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:63:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:45:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:48:18: style: The function 'min_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:85:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:48:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:49:18: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:86:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:49:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:52:20: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:141:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:52:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:55:20: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:143:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:55:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:60:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:546:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:60:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:70:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:377:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:70:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:73:10: style: The function 'init_filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:351:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:73:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:76:5: warning: Member variable 'KinetoThermostatShapeFunction::tolerance_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:115:5: style: Class 'VelocityRescaleCombined' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:171:5: style: Class 'ThermostatRescaleCombined' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:285:5: style: Class 'ThermostatRescaleMixedKePeCombined' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:40:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:47:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:40:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:43:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:63:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:43:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:46:20: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:141:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:46:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:49:20: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:143:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:49:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:54:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:546:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:54:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:64:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:377:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:64:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:67:10: style: The function 'init_filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:351:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:67:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:39:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:80:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:39:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:42:18: style: The function 'construct_methods' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:83:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:42:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:47:18: style: The function 'reset_lambda_contribution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:143:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:47:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:84:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:285:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:84:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:87:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:288:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:87:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:120:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:277:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:120:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:123:18: style: The function 'apply_mid_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:280:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:123:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:125:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:283:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:125:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:128:18: style: The function 'use_local_shape_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:289:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:128:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:141:18: style: The function 'set_kinetostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:304:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:141:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:145:18: style: The function 'apply_pre_filtering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:298:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:145:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:147:18: style: The function 'apply_kinetostat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:302:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:147:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:149:18: style: The function 'compute_nodal_lambda_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:306:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:149:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:151:18: style: The function 'apply_localization_correction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:308:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:151:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:176:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:405:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:176:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:180:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:128:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:180:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:193:18: style: The function 'set_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:149:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:193:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:217:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:84:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:217:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:220:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:87:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:220:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:223:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:310:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:223:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:226:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:328:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:226:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:230:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:230:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:290:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:185:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:290:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:294:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:128:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:294:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:307:18: style: The function 'set_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:193:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:307:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:334:33: style: The function 'construct_rescale_thermostat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:239:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:334:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:359:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:84:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:359:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:362:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:87:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:362:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:365:18: style: The function 'apply_pre_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:298:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:365:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:368:18: style: The function 'apply_pre_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:307:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:368:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:371:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:310:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:371:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:374:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:374:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:1816:12: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:1816:19: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:1816:26: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:2276:9: style: The scope of the variable 'ncols' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:1105:62: style: Function 'parse_field' argument 2 names different: declaration 'argIndex' definition 'argIdx'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:54:51: note: Function 'parse_field' argument 2 names different: declaration 'argIndex' definition 'argIdx'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:1105:62: note: Function 'parse_field' argument 2 names different: declaration 'argIndex' definition 'argIdx'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:1121:62: style: Function 'parse_field' argument 2 names different: declaration 'argIndex' definition 'argIdx'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:56:51: note: Function 'parse_field' argument 2 names different: declaration 'argIndex' definition 'argIdx'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:1121:62: note: Function 'parse_field' argument 2 names different: declaration 'argIndex' definition 'argIdx'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:150:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:522:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:1667:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:2176:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:2184:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:2201:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:2229:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:116:9: style: Technically the member function 'ATC::ATC_Method::comm_forward' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:1896:19: note: Technically the member function 'ATC::ATC_Method::comm_forward' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:116:9: note: Technically the member function 'ATC::ATC_Method::comm_forward' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:117:9: style: Technically the member function 'ATC::ATC_Method::pack_comm' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:1812:19: note: Technically the member function 'ATC::ATC_Method::pack_comm' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:117:9: note: Technically the member function 'ATC::ATC_Method::pack_comm' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:456:10: style: Technically the member function 'ATC::ATC_Method::restrict_volumetric_quantity' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:2121:20: note: Technically the member function 'ATC::ATC_Method::restrict_volumetric_quantity' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:456:10: note: Technically the member function 'ATC::ATC_Method::restrict_volumetric_quantity' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:82:20: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:41:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:82:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:84:18: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:43:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:84:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:86:20: style: The function 'bond' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:45:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:86:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:104:20: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:41:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:104:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:106:18: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:43:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:106:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:108:20: style: The function 'bond' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:45:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:108:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:111:10: style: The function 'bond_intercepts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:47:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:111:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:113:10: style: The function 'node_contributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:49:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:113:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:114:10: style: The function 'in_support' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:50:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:114:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:134:20: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:41:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:134:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:136:18: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:43:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:136:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:152:20: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:41:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:152:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:154:18: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:43:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:154:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:170:20: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:41:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:170:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:172:18: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:43:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:172:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:173:20: style: The function 'dimensionality_factor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:173:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:190:20: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:41:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:190:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:192:18: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:43:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:192:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:193:20: style: The function 'dimensionality_factor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:193:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:209:20: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:41:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:209:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:211:18: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:43:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:211:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:212:20: style: The function 'dimensionality_factor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:212:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:228:20: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:41:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:228:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:230:18: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:43:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:230:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:231:20: style: The function 'dimensionality_factor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:231:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:248:20: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:41:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:248:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:250:18: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:43:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:250:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:251:20: style: The function 'dimensionality_factor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:251:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:357:0: style: The function 'lammps_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:240:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:357:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:361:0: style: The function 'lammps_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:243:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:361:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1065:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1068:7: note: Found duplicate branches for 'if' and 'else'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1065:12: note: Found duplicate branches for 'if' and 'else'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1611:12: style: The scope of the variable 'atomKE' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1611:20: style: The scope of the variable 'atomEnergy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1640:60: style: Function 'compute_electric_potential' argument 1 names different: declaration 'electric_potential' definition 'phi'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:134:46: note: Function 'compute_electric_potential' argument 1 names different: declaration 'electric_potential' definition 'phi'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1640:60: note: Function 'compute_electric_potential' argument 1 names different: declaration 'electric_potential' definition 'phi'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1660:63: style: Function 'compute_vacancy_concentration' argument 1 names different: declaration 'vacancy_concentration' definition 'Cv'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:135:49: note: Function 'compute_vacancy_concentration' argument 1 names different: declaration 'vacancy_concentration' definition 'Cv'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1660:63: note: Function 'compute_vacancy_concentration' argument 1 names different: declaration 'vacancy_concentration' definition 'Cv'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1661:22: style: Function 'compute_vacancy_concentration' argument 2 names different: declaration 'displacement_gradient' definition 'H'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:136:22: note: Function 'compute_vacancy_concentration' argument 2 names different: declaration 'displacement_gradient' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1661:22: note: Function 'compute_vacancy_concentration' argument 2 names different: declaration 'displacement_gradient' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1661:42: style: Function 'compute_vacancy_concentration' argument 3 names different: declaration 'number_density' definition 'rhoN'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:137:22: note: Function 'compute_vacancy_concentration' argument 3 names different: declaration 'number_density' definition 'rhoN'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1661:42: note: Function 'compute_vacancy_concentration' argument 3 names different: declaration 'number_density' definition 'rhoN'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1704:56: style: Function 'compute_eshelby_stress' argument 1 names different: declaration 'eshebly_stress' definition 'M'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:119:42: note: Function 'compute_eshelby_stress' argument 1 names different: declaration 'eshebly_stress' definition 'M'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1704:56: note: Function 'compute_eshelby_stress' argument 1 names different: declaration 'eshebly_stress' definition 'M'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1705:22: style: Function 'compute_eshelby_stress' argument 2 names different: declaration 'energy' definition 'E'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:120:23: note: Function 'compute_eshelby_stress' argument 2 names different: declaration 'energy' definition 'E'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1705:22: note: Function 'compute_eshelby_stress' argument 2 names different: declaration 'energy' definition 'E'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1705:42: style: Function 'compute_eshelby_stress' argument 3 names different: declaration 'stress' definition 'S'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:120:48: note: Function 'compute_eshelby_stress' argument 3 names different: declaration 'stress' definition 'S'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1705:42: note: Function 'compute_eshelby_stress' argument 3 names different: declaration 'stress' definition 'S'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1705:62: style: Function 'compute_eshelby_stress' argument 4 names different: declaration 'displacement_gradient' definition 'H'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:121:22: note: Function 'compute_eshelby_stress' argument 4 names different: declaration 'displacement_gradient' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1705:62: note: Function 'compute_eshelby_stress' argument 4 names different: declaration 'displacement_gradient' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1756:57: style: Function 'cauchy_born_stress' argument 1 names different: declaration 'dudx' definition 'H'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:122:43: note: Function 'cauchy_born_stress' argument 1 names different: declaration 'dudx' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1756:57: note: Function 'cauchy_born_stress' argument 1 names different: declaration 'dudx' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1820:57: style: Function 'cauchy_born_energy' argument 1 names different: declaration 'dudx' definition 'H'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:123:43: note: Function 'cauchy_born_energy' argument 1 names different: declaration 'dudx' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1820:57: note: Function 'cauchy_born_energy' argument 1 names different: declaration 'dudx' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1820:70: style: Function 'cauchy_born_energy' argument 2 names different: declaration 'T' definition 'E'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:123:59: note: Function 'cauchy_born_energy' argument 2 names different: declaration 'T' definition 'E'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1820:70: note: Function 'cauchy_born_energy' argument 2 names different: declaration 'T' definition 'E'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1861:66: style: Function 'cauchy_born_entropic_energy' argument 1 names different: declaration 'dudx' definition 'H'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:124:52: note: Function 'cauchy_born_entropic_energy' argument 1 names different: declaration 'dudx' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1861:66: note: Function 'cauchy_born_entropic_energy' argument 1 names different: declaration 'dudx' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1897:42: style: Function 'compute_transformed_stress' argument 3 names different: declaration 'displacement_gradient' definition 'H'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:126:42: note: Function 'compute_transformed_stress' argument 3 names different: declaration 'displacement_gradient' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1897:42: note: Function 'compute_transformed_stress' argument 3 names different: declaration 'displacement_gradient' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1933:42: style: Function 'compute_polar_decomposition' argument 3 names different: declaration 'displacement_gradient' definition 'H'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:128:42: note: Function 'compute_polar_decomposition' argument 3 names different: declaration 'displacement_gradient' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1933:42: note: Function 'compute_polar_decomposition' argument 3 names different: declaration 'displacement_gradient' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1954:70: style: Function 'compute_elastic_deformation_gradient' argument 1 names different: declaration 'elastic_def_grad' definition 'Fe'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:129:56: note: Function 'compute_elastic_deformation_gradient' argument 1 names different: declaration 'elastic_def_grad' definition 'Fe'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1954:70: note: Function 'compute_elastic_deformation_gradient' argument 1 names different: declaration 'elastic_def_grad' definition 'Fe'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1955:22: style: Function 'compute_elastic_deformation_gradient' argument 2 names different: declaration 'stress' definition 'P'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:130:22: note: Function 'compute_elastic_deformation_gradient' argument 2 names different: declaration 'stress' definition 'P'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1955:22: note: Function 'compute_elastic_deformation_gradient' argument 2 names different: declaration 'stress' definition 'P'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1955:42: style: Function 'compute_elastic_deformation_gradient' argument 3 names different: declaration 'displacement_gradient' definition 'H'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:130:47: note: Function 'compute_elastic_deformation_gradient' argument 3 names different: declaration 'displacement_gradient' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1955:42: note: Function 'compute_elastic_deformation_gradient' argument 3 names different: declaration 'displacement_gradient' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1973:71: style: Function 'compute_elastic_deformation_gradient2' argument 1 names different: declaration 'elastic_def_grad' definition 'Fe'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:131:57: note: Function 'compute_elastic_deformation_gradient2' argument 1 names different: declaration 'elastic_def_grad' definition 'Fe'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1973:71: note: Function 'compute_elastic_deformation_gradient2' argument 1 names different: declaration 'elastic_def_grad' definition 'Fe'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1974:22: style: Function 'compute_elastic_deformation_gradient2' argument 2 names different: declaration 'stress' definition 'P'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:132:22: note: Function 'compute_elastic_deformation_gradient2' argument 2 names different: declaration 'stress' definition 'P'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1974:22: note: Function 'compute_elastic_deformation_gradient2' argument 2 names different: declaration 'stress' definition 'P'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1974:42: style: Function 'compute_elastic_deformation_gradient2' argument 3 names different: declaration 'displacement_gradient' definition 'H'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:132:47: note: Function 'compute_elastic_deformation_gradient2' argument 3 names different: declaration 'displacement_gradient' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1974:42: note: Function 'compute_elastic_deformation_gradient2' argument 3 names different: declaration 'displacement_gradient' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:208:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:266:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:489:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:537:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1033:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1115:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1163:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1215:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:66:17: warning: Member variable 'ATC_Transfer::smallMoleculeSet_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:66:17: warning: Member variable 'ATC_Transfer::moleculeCentroid_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:66:17: warning: Member variable 'ATC_Transfer::dipoleMoment_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:66:17: warning: Member variable 'ATC_Transfer::quadrupoleMoment_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:66:17: warning: Member variable 'ATC_Transfer::restrictedCharge_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:66:17: warning: Member variable 'ATC_Transfer::nNodesGlobal_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:66:17: warning: Member variable 'ATC_Transfer::gradientMatrix_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:21:0: warning: Member variable 'ATC_matrix :: DenseVector < double >::_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:21:0: warning: Member variable 'ATC_matrix :: DenseVector < T >::_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:21:0: warning: Member variable 'ATC_matrix :: DenseVector < int >::_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:21:0: warning: Member variable 'ATC_matrix :: DenseVector < U >::_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:101:7: style: Class 'ATC_Transfer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:101:7: style: Class 'ATC_Transfer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:53:7: style: Class 'StressCubicElastic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:77:7: style: Class 'StressCubicElasticDamped' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:95:7: style: Class 'StressLinearElastic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:36:16: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:53:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:39:16: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:65:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:42:16: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:89:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:42:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:45:16: style: The function 'pre_init_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:68:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:45:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:48:16: style: The function 'pre_final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:80:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:48:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:49:16: style: The function 'post_final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:86:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:49:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:52:16: style: The function 'pre_neighbor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:108:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:52:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:55:16: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:546:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:55:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:98:16: style: The function 'set_continuum_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:490:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:98:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:100:16: style: The function 'set_computational_geometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:492:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:100:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:102:16: style: The function 'construct_interpolant' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:500:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:102:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:104:16: style: The function 'construct_time_integration_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:494:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:104:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:106:16: style: The function 'construct_methods' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:496:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:106:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:108:16: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:498:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:108:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:110:16: style: The function 'construct_molecule_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:502:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:110:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:56:12: style: The function 'stress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:30:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:56:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:59:20: style: The function 'elastic_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:35:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:59:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:62:20: style: The function 'tangent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:39:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:62:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:80:12: style: The function 'stress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:30:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:80:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:96:12: style: The function 'stress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:30:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:96:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:133:20: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:25:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:133:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:135:20: style: The function 'stress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:30:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:135:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:139:20: style: The function 'elastic_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:35:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:139:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:146:20: style: The function 'tangent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:39:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:146:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:171:14: style: The function 'function' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.h:23:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:171:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:176:14: style: The function 'tangent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.h:24:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:176:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:195:14: style: The function 'function' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.h:23:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:195:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:200:14: style: The function 'tangent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.h:24:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:200:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:66:37: performance: Function parameter 'groupName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:814:15: style: Redundant checking of STL container element existence before removing it. [redundantIfRemove]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.cpp:77:9: style: Condition '!match' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.cpp:45:18: note: Assignment 'match=false', assigned value is 0
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.cpp:77:9: note: Condition '!match' is always true
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.cpp:331:67: style: Function 'compute_dislocation_density' argument 1 names different: declaration 'dislocation_density' definition 'A'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:47:55: note: Function 'compute_dislocation_density' argument 1 names different: declaration 'dislocation_density' definition 'A'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.cpp:331:67: note: Function 'compute_dislocation_density' argument 1 names different: declaration 'dislocation_density' definition 'A'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:26:16: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:36:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:26:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:31:16: style: The function 'compute_kernel_matrix_molecule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:171:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:34:16: style: The function 'compute_projection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:175:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:38:16: style: The function 'compute_bond_matrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:179:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:41:16: style: The function 'compute_potential_stress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:141:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:41:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:44:16: style: The function 'compute_potential_heatflux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:145:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:44:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:47:16: style: The function 'compute_dislocation_density' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:151:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:47:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.cpp:28:49: performance: Function parameter 'groupName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.cpp:31:49: performance: Function parameter 'matParamFile' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.cpp:205:12: style: The scope of the variable 'atomKE' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.cpp:205:20: style: The scope of the variable 'atomEnergy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.cpp:332:77: style: Function 'compute_dislocation_density' argument 1 names different: declaration 'dislocation_density' definition 'A'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:49:55: note: Function 'compute_dislocation_density' argument 1 names different: declaration 'dislocation_density' definition 'A'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.cpp:332:77: note: Function 'compute_dislocation_density' argument 1 names different: declaration 'dislocation_density' definition 'A'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:24:16: style: The function 'compute_kernel_matrix_molecule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:171:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:24:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:27:16: style: The function 'compute_projection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:175:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:27:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:31:16: style: The function 'compute_bond_matrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:179:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:34:16: style: The function 'compute_kinetic_stress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:139:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:37:16: style: The function 'compute_potential_stress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:141:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:40:16: style: The function 'compute_kinetic_heatflux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:143:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:40:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:43:16: style: The function 'compute_potential_heatflux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:145:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:43:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:49:16: style: The function 'compute_dislocation_density' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:151:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:49:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.cpp:30:12: performance: Function parameter 'groupName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.cpp:33:12: performance: Function parameter 'matParamFile' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.cpp:46:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.cpp:53:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.cpp:108:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.cpp:161:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.cpp:782:11: style: The scope of the variable 'idx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.cpp:85:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.cpp:139:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.cpp:151:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.cpp:483:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.cpp:956:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.cpp:88:29: error: Iterator 'it' used after element has been erased. [eraseDereference]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.cpp:85:5: note: Iterator 'it' used after element has been erased.
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.cpp:88:29: note: Iterator 'it' used after element has been erased.
lammps-0~20180510.gitaa1d815fe/lib/atc/BodyForce.h:34:20: style: The function 'body_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/BodyForce.h:21:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/BodyForce.h:34:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/BodyForce.h:55:20: style: The function 'body_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/BodyForce.h:21:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/BodyForce.h:55:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CBLattice.cpp:150:18: style: The scope of the variable 'abc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/CBLattice.cpp:15:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/CBLattice.cpp:16:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/CBLattice.h:36:10: style: Technically the member function 'ATC::AtomCluster::write_to_dat' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/CBLattice.cpp:30:21: note: Technically the member function 'ATC::AtomCluster::write_to_dat' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/CBLattice.h:36:10: note: Technically the member function 'ATC::AtomCluster::write_to_dat' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/CBLattice.h:38:10: style: Technically the member function 'ATC::AtomCluster::write_to_vtk' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/CBLattice.cpp:45:21: note: Technically the member function 'ATC::AtomCluster::write_to_vtk' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/CBLattice.h:38:10: note: Technically the member function 'ATC::AtomCluster::write_to_vtk' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.cpp:30:12: style: The scope of the variable 'e_density' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.cpp:30:26: style: The scope of the variable 'embed' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.cpp:143:12: style: The scope of the variable 'e_density' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.cpp:143:22: style: The scope of the variable 'embed' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.cpp:220:12: style: The scope of the variable 'e_density' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.h:63:5: warning: Member variable 'PairParam::phi_r' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.h:63:5: warning: Member variable 'PairParam::phi_rr' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.h:63:5: warning: Member variable 'PairParam::phi_rrr' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.h:63:5: warning: Member variable 'PairParam::rho_r' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.h:63:5: warning: Member variable 'PairParam::rho_rr' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.h:63:5: warning: Member variable 'PairParam::rho_rrr' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.h:63:5: warning: Member variable 'PairParam::F_p' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.h:63:5: warning: Member variable 'PairParam::F_pp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.h:63:5: warning: Member variable 'PairParam::F_ppp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:162:51: style: Function 'ChargeRegulatorMethod' argument 2 names different: declaration 'parameters' definition 'p'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:96:52: note: Function 'ChargeRegulatorMethod' argument 2 names different: declaration 'parameters' definition 'p'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:162:51: note: Function 'ChargeRegulatorMethod' argument 2 names different: declaration 'parameters' definition 'p'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:264:51: style: Function 'ChargeRegulatorMethodFeedback' argument 2 names different: declaration 'parameters' definition 'p'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:155:52: note: Function 'ChargeRegulatorMethodFeedback' argument 2 names different: declaration 'parameters' definition 'p'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:264:51: note: Function 'ChargeRegulatorMethodFeedback' argument 2 names different: declaration 'parameters' definition 'p'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:429:51: style: Function 'ChargeRegulatorMethodImageCharge' argument 2 names different: declaration 'parameters' definition 'p'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:208:52: note: Function 'ChargeRegulatorMethodImageCharge' argument 2 names different: declaration 'parameters' definition 'p'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:429:51: note: Function 'ChargeRegulatorMethodImageCharge' argument 2 names different: declaration 'parameters' definition 'p'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:560:50: style: Function 'ChargeRegulatorMethodEffectiveCharge' argument 2 names different: declaration 'parameters' definition 'p'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:252:52: note: Function 'ChargeRegulatorMethodEffectiveCharge' argument 2 names different: declaration 'parameters' definition 'p'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:560:50: note: Function 'ChargeRegulatorMethodEffectiveCharge' argument 2 names different: declaration 'parameters' definition 'p'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:513:18: style: Variable 'dn' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:45:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:75:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:116:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:131:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:140:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:149:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:236:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:317:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:337:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:340:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:357:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:360:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:364:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:405:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:412:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:578:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:591:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:611:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:620:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:633:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:676:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:34:20: warning: Member variable 'ChargeRegulator::poissonSolver_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:160:26: warning: Member variable 'ChargeRegulatorMethod::interscaleManager_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:160:26: warning: Member variable 'ChargeRegulatorMethod::poissonSolver_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:160:26: warning: Member variable 'ChargeRegulatorMethod::qV2e_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:160:26: warning: Member variable 'ChargeRegulatorMethod::qqrd2e_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:262:34: warning: Member variable 'ChargeRegulatorMethodFeedback::nInfluenceAtoms_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:262:34: warning: Member variable 'ChargeRegulatorMethodFeedback::nInfluenceNodes_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:427:37: warning: Member variable 'ChargeRegulatorMethodImageCharge::layerDepth_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:427:37: warning: Member variable 'ChargeRegulatorMethodImageCharge::permittivityRatio_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:227:10: performance: Technically the member function 'ATC::ChargeRegulatorMethodImageCharge::correct_charge_densities' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:537:42: note: Technically the member function 'ATC::ChargeRegulatorMethodImageCharge::correct_charge_densities' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:227:10: note: Technically the member function 'ATC::ChargeRegulatorMethodImageCharge::correct_charge_densities' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:228:10: performance: Technically the member function 'ATC::ChargeRegulatorMethodImageCharge::correct_forces' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:546:42: note: Technically the member function 'ATC::ChargeRegulatorMethodImageCharge::correct_forces' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:228:10: note: Technically the member function 'ATC::ChargeRegulatorMethodImageCharge::correct_forces' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:169:47: style: Function 'size_vector' argument 1 names different: declaration 's' definition 'i'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:87:33: note: Function 'size_vector' argument 1 names different: declaration 's' definition 'i'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:169:47: note: Function 'size_vector' argument 1 names different: declaration 's' definition 'i'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:185:30: style: Function 'ConcentrationRegulatorMethodTransition' argument 1 names different: declaration 'concentrationRegulator' definition 'concReg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:131:31: note: Function 'ConcentrationRegulatorMethodTransition' argument 1 names different: declaration 'concentrationRegulator' definition 'concReg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:185:30: note: Function 'ConcentrationRegulatorMethodTransition' argument 1 names different: declaration 'concentrationRegulator' definition 'concReg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:186:65: style: Function 'ConcentrationRegulatorMethodTransition' argument 2 names different: declaration 'parameters' definition 'p'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:132:66: note: Function 'ConcentrationRegulatorMethodTransition' argument 2 names different: declaration 'parameters' definition 'p'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:186:65: note: Function 'ConcentrationRegulatorMethodTransition' argument 2 names different: declaration 'parameters' definition 'p'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:69:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:99:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:114:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:124:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:134:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:144:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:160:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:255:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:391:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:424:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:568:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:184:43: warning: Member variable 'ConcentrationRegulatorMethodTransition::V_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.cpp:633:79: style: Function 'FluidsTimeIntegratorGear' argument 1 names different: declaration 'MomentumTimeIntegrator' definition 'momentumTimeIntegrator'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:322:55: note: Function 'FluidsTimeIntegratorGear' argument 1 names different: declaration 'MomentumTimeIntegrator' definition 'momentumTimeIntegrator'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.cpp:633:79: note: Function 'FluidsTimeIntegratorGear' argument 1 names different: declaration 'MomentumTimeIntegrator' definition 'momentumTimeIntegrator'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.cpp:811:72: style: Function 'apply_gear_corrector' argument 1 names different: declaration 'R_theta' definition 'residual'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:361:56: note: Function 'apply_gear_corrector' argument 1 names different: declaration 'R_theta' definition 'residual'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.cpp:811:72: note: Function 'apply_gear_corrector' argument 1 names different: declaration 'R_theta' definition 'residual'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.cpp:150:30: warning: Member variable 'MomentumIntegrationMethod::nodalAtomicVelocity_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:135:16: style: The scope of the variable 'T' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:159:16: style: The scope of the variable 'T' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:48:20: style: The function 'electron_charge_density' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:24:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:48:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:61:20: style: The function 'D_electron_charge_density' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:28:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:61:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:89:20: style: The function 'electron_charge_density' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:24:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:89:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:97:20: style: The function 'D_electron_charge_density' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:28:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:97:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:130:20: style: The function 'electron_charge_density' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:24:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:130:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:153:20: style: The function 'D_electron_charge_density' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:28:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:153:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:199:20: style: The function 'electron_charge_density' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:24:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:199:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:238:20: style: The function 'D_electron_charge_density' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:28:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:238:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:248:20: style: The function 'band_edge_potential' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:33:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:248:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronDragPower.h:51:20: style: The function 'electron_drag_power' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronDragPower.h:24:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronDragPower.h:51:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronDragPower.h:54:20: style: The function 'electron_drag_velocity_coefficient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronDragPower.h:30:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronDragPower.h:54:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronFlux.h:191:11: style: Variable 'coef' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronFlux.h:89:20: style: The function 'electron_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronFlux.h:21:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronFlux.h:89:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronFlux.h:150:20: style: The function 'electron_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronFlux.h:21:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronFlux.h:150:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronFlux.h:213:20: style: The function 'electron_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronFlux.h:21:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronFlux.h:213:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:45:20: style: The function 'electron_heat_capacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:22:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:45:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:53:20: style: The function 'D_electron_heat_capacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:25:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:53:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:63:20: style: The function 'electron_thermal_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:29:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:63:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:87:20: style: The function 'electron_heat_capacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:22:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:87:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:94:20: style: The function 'D_electron_heat_capacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:25:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:94:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:104:20: style: The function 'electron_thermal_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:29:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:104:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:129:20: style: The function 'electron_heat_capacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:45:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:129:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:137:20: style: The function 'D_electron_heat_capacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:53:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:137:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:155:20: style: The function 'electron_thermal_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:63:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:155:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:181:20: style: The function 'electron_heat_capacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:87:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:181:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:189:21: style: The function 'D_electron_heat_capacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:94:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:189:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:207:20: style: The function 'electron_thermal_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:104:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:207:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatFlux.h:20:7: style: Class 'ElectronHeatFlux' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatFlux.h:73:20: style: The function 'electron_heat_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatFlux.h:23:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatFlux.h:73:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatFlux.h:100:20: style: The function 'electron_heat_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatFlux.h:23:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatFlux.h:100:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatFlux.h:140:20: style: The function 'electron_heat_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatFlux.h:23:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatFlux.h:140:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:109:7: warning: Member variable 'ElectronPhononExchangeHertel::exchangeCoef_' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:109:7: warning: Member variable 'ElectronPhononExchangeHertel::debeyeTemperature_' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:109:7: warning: Member variable 'ElectronPhononExchangeHertel::massEnhancement_' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:109:7: warning: Member variable 'ElectronPhononExchangeHertel::material_' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:40:20: style: The function 'electron_phonon_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:24:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:40:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:69:20: style: The function 'electron_phonon_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:24:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:69:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:100:20: style: The function 'electron_phonon_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:24:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:100:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:74:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:30:63: style: Function 'ExtrinsicModelManager' argument 1 names different: declaration 'atcTransfer' definition 'atc'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:49:42: note: Function 'ExtrinsicModelManager' argument 1 names different: declaration 'atcTransfer' definition 'atc'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:30:63: note: Function 'ExtrinsicModelManager' argument 1 names different: declaration 'atcTransfer' definition 'atc'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:42:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:56:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:133:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:146:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:157:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:172:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:189:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:203:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:226:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:230:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:243:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:247:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:260:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:264:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:277:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:281:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:294:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:298:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:311:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:315:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:327:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:75:10: performance: Technically the member function 'ATC::ExtrinsicModelManager::finish' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:214:31: note: Technically the member function 'ATC::ExtrinsicModelManager::finish' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:75:10: note: Technically the member function 'ATC::ExtrinsicModelManager::finish' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.h:44:8: performance: Technically the member function 'ATC::SchrodingerSolver::modify' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.h:106:8: performance: Technically the member function 'ATC::SliceSchrodingerSolver::modify' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:74:9: warning: The class 'ExtrinsicModelDriftDiffusion' defines member variable with name 'baseSize_' also defined in its parent class 'ExtrinsicModelTwoTemperature'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:87:9: note: The class 'ExtrinsicModelDriftDiffusion' defines member variable with name 'baseSize_' also defined in its parent class 'ExtrinsicModelTwoTemperature'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:74:9: note: The class 'ExtrinsicModelDriftDiffusion' defines member variable with name 'baseSize_' also defined in its parent class 'ExtrinsicModelTwoTemperature'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:87:9: warning: The class 'ExtrinsicModelDriftDiffusionConvection' defines member variable with name 'baseSize_' also defined in its parent class 'ExtrinsicModelDriftDiffusion'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:184:9: note: The class 'ExtrinsicModelDriftDiffusionConvection' defines member variable with name 'baseSize_' also defined in its parent class 'ExtrinsicModelDriftDiffusion'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:87:9: note: The class 'ExtrinsicModelDriftDiffusionConvection' defines member variable with name 'baseSize_' also defined in its parent class 'ExtrinsicModelDriftDiffusion'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:66:16: style: The function 'R' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:66:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:67:16: style: The function 'solution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:67:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:68:16: style: The function 'rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:68:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.h:93:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.h:93:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.h:120:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.h:120:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.h:162:8: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.h:162:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.h:166:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.h:166:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:40:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:224:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:40:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:43:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:230:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:43:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:46:18: style: The function 'pre_init_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:244:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:46:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:49:18: style: The function 'set_sources' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:262:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:49:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:52:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:265:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:52:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:55:17: style: The function 'size_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:233:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:55:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:58:18: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:237:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:58:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.h:112:16: style: The function 'solve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.h:50:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.h:112:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.h:174:18: style: The function 'solve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.h:174:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.h:210:18: style: The function 'solve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.h:174:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.h:210:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:47:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:40:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:47:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:50:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:43:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:50:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:53:18: style: The function 'pre_init_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:46:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:53:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:56:18: style: The function 'set_sources' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:49:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:56:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:59:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:52:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:59:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:62:17: style: The function 'size_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:55:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:62:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:65:18: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:58:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:65:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:154:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:50:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:154:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:157:18: style: The function 'pre_init_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:53:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:157:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:163:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:59:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:163:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:166:17: style: The function 'size_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:62:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:166:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:169:18: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:65:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:169:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:118:32: error: Uninitialized variable: myModel [uninitvar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:122:6: error: Uninitialized variable: myModel [uninitvar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.cpp:97:9: style: Condition '!match' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.cpp:96:18: note: Assignment 'match=false', assigned value is 0
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.cpp:97:9: note: Condition '!match' is always true
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.cpp:307:53: style: Function 'size_vector' argument 1 names different: declaration 'externalSize' definition 'intrinsicSize'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:62:33: note: Function 'size_vector' argument 1 names different: declaration 'externalSize' definition 'intrinsicSize'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.cpp:307:53: note: Function 'size_vector' argument 1 names different: declaration 'externalSize' definition 'intrinsicSize'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.cpp:555:63: style: Function 'size_vector' argument 1 names different: declaration 'externalSize' definition 'intrinsicSize'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:166:33: note: Function 'size_vector' argument 1 names different: declaration 'externalSize' definition 'intrinsicSize'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.cpp:555:63: note: Function 'size_vector' argument 1 names different: declaration 'externalSize' definition 'intrinsicSize'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.cpp:377:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:962:9: style: Condition '!match' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:960:18: note: Assignment 'match=false', assigned value is 0
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:962:9: note: Condition '!match' is always true
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:548:9: style: Variable 'Ei' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:547:0: note: Variable 'Ei' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:548:9: note: Variable 'Ei' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:122:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:477:52: style: Function 'size_vector' argument 1 names different: declaration 'externalSize' definition 'intrinsicSize'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:68:33: note: Function 'size_vector' argument 1 names different: declaration 'externalSize' definition 'intrinsicSize'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:477:52: note: Function 'size_vector' argument 1 names different: declaration 'externalSize' definition 'intrinsicSize'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:533:15: style: Function 'add_electrostatic_forces' argument 1 names different: declaration 'nodalPotential' definition 'potential'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:96:44: note: Function 'add_electrostatic_forces' argument 1 names different: declaration 'nodalPotential' definition 'potential'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:533:15: note: Function 'add_electrostatic_forces' argument 1 names different: declaration 'nodalPotential' definition 'potential'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:830:15: style: Function 'apply_charged_surfaces' argument 1 names different: declaration 'nodalPotential' definition 'potential'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:103:42: note: Function 'apply_charged_surfaces' argument 1 names different: declaration 'nodalPotential' definition 'potential'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:830:15: note: Function 'apply_charged_surfaces' argument 1 names different: declaration 'nodalPotential' definition 'potential'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:197:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:246:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:292:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:460:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:742:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:757:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:774:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:794:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:812:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:849:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:852:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.cpp:256:53: style: Function 'size_vector' argument 1 names different: declaration 'externalSize' definition 'intrinsicSize'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:55:33: note: Function 'size_vector' argument 1 names different: declaration 'externalSize' definition 'intrinsicSize'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.cpp:256:53: note: Function 'size_vector' argument 1 names different: declaration 'externalSize' definition 'intrinsicSize'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.cpp:189:7: style: Variable 'c[1]' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.cpp:188:7: note: Variable 'c[1]' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.cpp:189:7: note: Variable 'c[1]' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.cpp:228:12: style: The scope of the variable 'dot' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.cpp:586:12: style: The scope of the variable 'min' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.cpp:587:12: style: The scope of the variable 'max' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.cpp:153:56: style: Function 'initial_local_coordinates' argument 3 names different: declaration 'xiInitial' definition 'xi'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:235:54: note: Function 'initial_local_coordinates' argument 3 names different: declaration 'xiInitial' definition 'xi'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.cpp:153:56: note: Function 'initial_local_coordinates' argument 3 names different: declaration 'xiInitial' definition 'xi'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.cpp:26:15: warning: Member variable 'FE_Element::vol_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.cpp:26:15: warning: Member variable 'FE_Element::faceArea_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:157:5: style: Class 'FE_InterpolateCartLagrange' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:184:5: style: Class 'FE_InterpolateCartLin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:211:5: style: Class 'FE_InterpolateCartSerendipity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:239:5: style: Class 'FE_InterpolateSimpLin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:161:18: style: The function 'compute_N' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:35:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:161:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:164:18: style: The function 'compute_dNdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:42:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:164:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:170:18: style: The function 'compute_N_dNdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:50:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:170:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:188:18: style: The function 'compute_N' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:35:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:188:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:191:18: style: The function 'compute_dNdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:42:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:191:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:197:18: style: The function 'compute_N_dNdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:50:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:197:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:215:18: style: The function 'compute_N' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:35:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:215:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:218:18: style: The function 'compute_dNdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:42:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:218:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:224:18: style: The function 'compute_N_dNdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:50:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:224:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:243:18: style: The function 'compute_N' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:35:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:243:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:248:18: style: The function 'compute_dNdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:42:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:248:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:254:18: style: The function 'compute_N_dNdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:50:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:254:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1104:14: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1145:17: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:109:50: style: Function 'set_quadrature' argument 1 names different: declaration 'quadType' definition 'type'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:70:41: note: Function 'set_quadrature' argument 1 names different: declaration 'quadType' definition 'type'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:109:50: note: Function 'set_quadrature' argument 1 names different: declaration 'quadType' definition 'type'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:472:45: style: Function 'cut_mesh' argument 1 names different: declaration 'cutFaces' definition 'faceSet'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:103:41: note: Function 'cut_mesh' argument 1 names different: declaration 'cutFaces' definition 'faceSet'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:472:45: note: Function 'cut_mesh' argument 1 names different: declaration 'cutFaces' definition 'faceSet'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:473:44: style: Function 'cut_mesh' argument 2 names different: declaration 'edgeNodes' definition 'nodeSet'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:103:72: note: Function 'cut_mesh' argument 2 names different: declaration 'edgeNodes' definition 'nodeSet'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:473:44: note: Function 'cut_mesh' argument 2 names different: declaration 'edgeNodes' definition 'nodeSet'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:507:16: style: Function 'interpolate_fields' argument 6 names different: declaration 'weights' definition '_weights_'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:137:46: note: Function 'interpolate_fields' argument 6 names different: declaration 'weights' definition '_weights_'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:507:16: note: Function 'interpolate_fields' argument 6 names different: declaration 'weights' definition '_weights_'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:509:22: style: Function 'interpolate_fields' argument 8 names different: declaration 'grad_fieldsAtIPs' definition 'gradFieldsAtIPs'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:139:46: note: Function 'interpolate_fields' argument 8 names different: declaration 'grad_fieldsAtIPs' definition 'gradFieldsAtIPs'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:509:22: note: Function 'interpolate_fields' argument 8 names different: declaration 'grad_fieldsAtIPs' definition 'gradFieldsAtIPs'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:801:30: style: Function 'compute_mass_matrix' argument 1 names different: declaration 'mask' definition 'field_mask'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:169:42: note: Function 'compute_mass_matrix' argument 1 names different: declaration 'mask' definition 'field_mask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:801:30: note: Function 'compute_mass_matrix' argument 1 names different: declaration 'mask' definition 'field_mask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:806:22: style: Function 'compute_mass_matrix' argument 5 names different: declaration 'mass_matrix' definition 'massMatrices'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:173:42: note: Function 'compute_mass_matrix' argument 5 names different: declaration 'mass_matrix' definition 'massMatrices'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:806:22: note: Function 'compute_mass_matrix' argument 5 names different: declaration 'mass_matrix' definition 'massMatrices'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:891:49: style: Function 'compute_mass_matrix' argument 1 names different: declaration 'mass_matrix' definition 'massMatrix'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:177:40: note: Function 'compute_mass_matrix' argument 1 names different: declaration 'mass_matrix' definition 'massMatrix'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:891:49: note: Function 'compute_mass_matrix' argument 1 names different: declaration 'mass_matrix' definition 'massMatrix'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:930:49: style: Function 'compute_mass_matrix' argument 3 names different: declaration 'mass_matrix' definition 'massMatrix'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:182:46: note: Function 'compute_mass_matrix' argument 3 names different: declaration 'mass_matrix' definition 'massMatrix'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:930:49: note: Function 'compute_mass_matrix' argument 3 names different: declaration 'mass_matrix' definition 'massMatrix'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:948:57: style: Function 'compute_lumped_mass_matrix' argument 1 names different: declaration 'lumped_mass_matrix' definition 'M'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:185:47: note: Function 'compute_lumped_mass_matrix' argument 1 names different: declaration 'lumped_mass_matrix' definition 'M'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:948:57: note: Function 'compute_lumped_mass_matrix' argument 1 names different: declaration 'lumped_mass_matrix' definition 'M'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:978:29: style: Function 'compute_lumped_mass_matrix' argument 1 names different: declaration 'mask' definition 'field_mask'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:189:42: note: Function 'compute_lumped_mass_matrix' argument 1 names different: declaration 'mask' definition 'field_mask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:978:29: note: Function 'compute_lumped_mass_matrix' argument 1 names different: declaration 'mask' definition 'field_mask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:982:17: style: Function 'compute_lumped_mass_matrix' argument 5 names different: declaration 'mass_matrix' definition 'massMatrices'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:193:42: note: Function 'compute_lumped_mass_matrix' argument 5 names different: declaration 'mass_matrix' definition 'massMatrices'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:982:17: note: Function 'compute_lumped_mass_matrix' argument 5 names different: declaration 'mass_matrix' definition 'massMatrices'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1044:31: style: Function 'compute_lumped_mass_matrix' argument 1 names different: declaration 'mask' definition 'field_mask'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:198:48: note: Function 'compute_lumped_mass_matrix' argument 1 names different: declaration 'mask' definition 'field_mask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1044:31: note: Function 'compute_lumped_mass_matrix' argument 1 names different: declaration 'mask' definition 'field_mask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1050:16: style: Function 'compute_lumped_mass_matrix' argument 7 names different: declaration 'mass_matrix' definition 'M'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:204:48: note: Function 'compute_lumped_mass_matrix' argument 7 names different: declaration 'mass_matrix' definition 'M'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1050:16: note: Function 'compute_lumped_mass_matrix' argument 7 names different: declaration 'mass_matrix' definition 'M'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1242:17: style: Function 'compute_energy' argument 5 names different: declaration 'energy' definition 'energies'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:214:50: note: Function 'compute_energy' argument 5 names different: declaration 'energy' definition 'energies'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1242:17: note: Function 'compute_energy' argument 5 names different: declaration 'energy' definition 'energies'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2143:51: style: Function 'add_open_fluxes' argument 5 names different: declaration 'velocity' definition 'Velocity'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:318:42: note: Function 'add_open_fluxes' argument 5 names different: declaration 'velocity' definition 'Velocity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2143:51: note: Function 'add_open_fluxes' argument 5 names different: declaration 'velocity' definition 'Velocity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2246:21: style: Function 'add_open_tangent' argument 5 names different: declaration 'velocity' definition 'Velocity'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:324:43: note: Function 'add_open_tangent' argument 5 names different: declaration 'velocity' definition 'Velocity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2246:21: note: Function 'add_open_tangent' argument 5 names different: declaration 'velocity' definition 'Velocity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2630:20: style: Function 'evaluate_shape_functions' argument 1 names different: declaration 'coords' definition 'pt_coords'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:359:49: note: Function 'evaluate_shape_functions' argument 1 names different: declaration 'coords' definition 'pt_coords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2630:20: note: Function 'evaluate_shape_functions' argument 1 names different: declaration 'coords' definition 'pt_coords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2658:20: style: Function 'evaluate_shape_functions' argument 1 names different: declaration 'coords' definition 'pt_coords'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:363:49: note: Function 'evaluate_shape_functions' argument 1 names different: declaration 'coords' definition 'pt_coords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2658:20: note: Function 'evaluate_shape_functions' argument 1 names different: declaration 'coords' definition 'pt_coords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2698:20: style: Function 'evaluate_shape_functions' argument 1 names different: declaration 'coords' definition 'pt_coords'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:368:49: note: Function 'evaluate_shape_functions' argument 1 names different: declaration 'coords' definition 'pt_coords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2698:20: note: Function 'evaluate_shape_functions' argument 1 names different: declaration 'coords' definition 'pt_coords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2728:20: style: Function 'evaluate_shape_functions' argument 1 names different: declaration 'coords' definition 'pt_coords'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:373:49: note: Function 'evaluate_shape_functions' argument 1 names different: declaration 'coords' definition 'pt_coords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2728:20: note: Function 'evaluate_shape_functions' argument 1 names different: declaration 'coords' definition 'pt_coords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2768:20: style: Function 'evaluate_shape_function_derivatives' argument 1 names different: declaration 'coords' definition 'pt_coords'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:379:60: note: Function 'evaluate_shape_function_derivatives' argument 1 names different: declaration 'coords' definition 'pt_coords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2768:20: note: Function 'evaluate_shape_function_derivatives' argument 1 names different: declaration 'coords' definition 'pt_coords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2770:20: style: Function 'evaluate_shape_function_derivatives' argument 3 names different: declaration 'dN' definition 'dNdx'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:381:60: note: Function 'evaluate_shape_function_derivatives' argument 3 names different: declaration 'dN' definition 'dNdx'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2770:20: note: Function 'evaluate_shape_function_derivatives' argument 3 names different: declaration 'dN' definition 'dNdx'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2808:20: style: Function 'kernel_matrix_bandwidth' argument 1 names different: declaration 'pt_coords' definition 'ptCoords'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:422:47: note: Function 'kernel_matrix_bandwidth' argument 1 names different: declaration 'pt_coords' definition 'ptCoords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2808:20: note: Function 'kernel_matrix_bandwidth' argument 1 names different: declaration 'pt_coords' definition 'ptCoords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2831:20: style: Function 'evaluate_kernel_functions' argument 1 names different: declaration 'pt_coords' definition 'ptCoords'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:418:50: note: Function 'evaluate_kernel_functions' argument 1 names different: declaration 'pt_coords' definition 'ptCoords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2831:20: note: Function 'evaluate_kernel_functions' argument 1 names different: declaration 'pt_coords' definition 'ptCoords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2866:17: style: Function 'create_mesh' argument 5 names different: declaration 'periodic' definition 'periodicity'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:527:34: note: Function 'create_mesh' argument 5 names different: declaration 'periodic' definition 'periodicity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2866:17: note: Function 'create_mesh' argument 5 names different: declaration 'periodic' definition 'periodicity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2942:43: style: Function 'create_mesh' argument 5 names different: declaration 'periodic' definition 'periodicity'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:531:34: note: Function 'create_mesh' argument 5 names different: declaration 'periodic' definition 'periodicity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2942:43: note: Function 'create_mesh' argument 5 names different: declaration 'periodic' definition 'periodicity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:810:23: style: Unused variable: usedFields [unusedVariable]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:517:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:564:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:739:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1066:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1134:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1155:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1434:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1502:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1521:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1522:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1554:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1574:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1635:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1780:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1794:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1808:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1914:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1978:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1985:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1993:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2042:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2073:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2081:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2159:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2166:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2174:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2228:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2259:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2269:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2349:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2356:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2364:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2414:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2441:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2460:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2492:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2511:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2549:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:33:14: warning: Member variable 'FE_Engine::kernelFunction_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:33:14: warning: Member variable 'FE_Engine::nNodesPerElement_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:33:14: warning: Member variable 'FE_Engine::nSD_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:33:14: warning: Member variable 'FE_Engine::nElems_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:33:14: warning: Member variable 'FE_Engine::nNodes_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:33:14: warning: Member variable 'FE_Engine::nNodesUnique_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:33:14: warning: Member variable 'FE_Engine::nIPsPerElement_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:33:14: warning: Member variable 'FE_Engine::nIPsPerFace_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:33:14: warning: Member variable 'FE_Engine::quadrature_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:33:14: warning: Member variable 'FE_Engine::_fieldName_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:76:10: performance: Technically the member function 'ATC::FE_Engine::finish' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:405:19: note: Technically the member function 'ATC::FE_Engine::finish' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:76:10: note: Technically the member function 'ATC::FE_Engine::finish' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:518:10: performance: Technically the member function 'ATC::FE_Engine::parse_partitions' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:340:19: note: Technically the member function 'ATC::FE_Engine::parse_partitions' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:518:10: note: Technically the member function 'ATC::FE_Engine::parse_partitions' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:365:0: error: Memory leak: y [memleak]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:365:0: error: Memory leak: w [memleak]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:365:0: error: Memory leak: n [memleak]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2200:32: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2293:32: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.cpp:141:47: style: Function 'tangents' argument 2 names different: declaration 'localCoords' definition 'xi'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:110:41: note: Function 'tangents' argument 2 names different: declaration 'localCoords' definition 'xi'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.cpp:141:47: note: Function 'tangents' argument 2 names different: declaration 'localCoords' definition 'xi'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.cpp:15:19: warning: Member variable 'FE_Interpolate::feQuad_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:368:21: style: The scope of the variable 'i2dir' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:368:33: style: The scope of the variable 'i3dir' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1116:14: style: The scope of the variable 'x_neg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1116:29: style: The scope of the variable 'x_pos' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1117:14: style: The scope of the variable 'y_neg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1117:29: style: The scope of the variable 'y_pos' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1118:14: style: The scope of the variable 'z_neg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1118:29: style: The scope of the variable 'z_pos' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1119:16: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1119:18: style: The scope of the variable 'y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1119:20: style: The scope of the variable 'z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2240:12: style: The scope of the variable 'xCent' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2240:19: style: The scope of the variable 'yCent' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2240:26: style: The scope of the variable 'zCent' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2303:11: style: The scope of the variable 'currentElt' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:549:36: style: Function 'position' argument 1 names different: declaration 'elem' definition 'eltID'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:67:29: note: Function 'position' argument 1 names different: declaration 'elem' definition 'eltID'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:549:36: note: Function 'position' argument 1 names different: declaration 'elem' definition 'eltID'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:845:38: style: Function 'elementset_complement' argument 2 names different: declaration 'elemSet' definition 'cElemSet'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:265:47: note: Function 'elementset_complement' argument 2 names different: declaration 'elemSet' definition 'cElemSet'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:845:38: note: Function 'elementset_complement' argument 2 names different: declaration 'elemSet' definition 'cElemSet'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:867:43: style: Function 'elementset_complement' argument 2 names different: declaration 'elemSetComplement' definition 'cElemSet'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:267:47: note: Function 'elementset_complement' argument 2 names different: declaration 'elemSetComplement' definition 'cElemSet'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:867:43: note: Function 'elementset_complement' argument 2 names different: declaration 'elemSetComplement' definition 'cElemSet'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:976:49: style: Function 'create_nodeset' argument 2 names different: declaration 'nodeset' definition 'nodeSet'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:228:73: note: Function 'create_nodeset' argument 2 names different: declaration 'nodeset' definition 'nodeSet'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:976:49: note: Function 'create_nodeset' argument 2 names different: declaration 'nodeset' definition 'nodeSet'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1180:39: style: Function 'create_faceset' argument 2 names different: declaration 'x' definition 'xRef'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:300:58: note: Function 'create_faceset' argument 2 names different: declaration 'x' definition 'xRef'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1180:39: note: Function 'create_faceset' argument 2 names different: declaration 'x' definition 'xRef'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1181:36: style: Function 'create_faceset' argument 3 names different: declaration 'idir' definition 'nIdx'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:300:65: note: Function 'create_faceset' argument 3 names different: declaration 'idir' definition 'nIdx'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1181:36: note: Function 'create_faceset' argument 3 names different: declaration 'idir' definition 'nIdx'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1181:46: style: Function 'create_faceset' argument 4 names different: declaration 'isgn' definition 'nSgn'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:300:75: note: Function 'create_faceset' argument 4 names different: declaration 'isgn' definition 'nSgn'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1181:46: note: Function 'create_faceset' argument 4 names different: declaration 'isgn' definition 'nSgn'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1851:39: style: Function 'fix_periodicity' argument 1 names different: declaration 'idim' definition 'idir'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:593:32: note: Function 'fix_periodicity' argument 1 names different: declaration 'idim' definition 'idir'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1851:39: note: Function 'fix_periodicity' argument 1 names different: declaration 'idim' definition 'idir'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1866:42: style: Function 'find_boundary_nodes' argument 1 names different: declaration 'idim' definition 'idir'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:594:33: note: Function 'find_boundary_nodes' argument 1 names different: declaration 'idim' definition 'idir'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1866:42: note: Function 'find_boundary_nodes' argument 1 names different: declaration 'idim' definition 'idir'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1884:35: style: Function 'match_nodes' argument 1 names different: declaration 'idim' definition 'idir'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:595:26: note: Function 'match_nodes' argument 1 names different: declaration 'idim' definition 'idir'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1884:35: note: Function 'match_nodes' argument 1 names different: declaration 'idim' definition 'idir'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1884:52: style: Function 'match_nodes' argument 2 names different: declaration 'top' definition 'nodes1'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:595:48: note: Function 'match_nodes' argument 2 names different: declaration 'top' definition 'nodes1'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1884:52: note: Function 'match_nodes' argument 2 names different: declaration 'top' definition 'nodes1'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1884:71: style: Function 'match_nodes' argument 3 names different: declaration 'bot' definition 'nodes2'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:595:69: note: Function 'match_nodes' argument 3 names different: declaration 'bot' definition 'nodes2'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1884:71: note: Function 'match_nodes' argument 3 names different: declaration 'bot' definition 'nodes2'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1937:30: style: Function 'orient' argument 1 names different: declaration 'idir' definition 'idm'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:598:21: note: Function 'orient' argument 1 names different: declaration 'idir' definition 'idm'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1937:30: note: Function 'orient' argument 1 names different: declaration 'idir' definition 'idm'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2039:51: style: Function 'delete_elements' argument 1 names different: declaration 'elementSet' definition 'elementList'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:582:55: note: Function 'delete_elements' argument 1 names different: declaration 'elementSet' definition 'elementList'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2039:51: note: Function 'delete_elements' argument 1 names different: declaration 'elementSet' definition 'elementList'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2447:49: style: Function 'map_to_element' argument 1 names different: declaration 'x' definition 'query'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:585:48: note: Function 'map_to_element' argument 1 names different: declaration 'x' definition 'query'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2447:49: note: Function 'map_to_element' argument 1 names different: declaration 'x' definition 'query'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:456:28: style: Unused variable: nodesets [unusedVariable]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:457:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:462:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:763:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:793:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:828:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:891:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:906:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:933:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:948:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1635:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1641:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1649:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1656:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1664:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1670:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1764:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1769:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1891:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1895:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1974:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1991:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2006:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2019:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2059:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2071:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2281:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2288:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2320:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2455:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:43:12: warning: Member variable 'FE_Mesh::nSD_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:43:12: warning: Member variable 'FE_Mesh::nElts_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:43:12: warning: Member variable 'FE_Mesh::myNElts_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:43:12: warning: Member variable 'FE_Mesh::xscale_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:43:12: warning: Member variable 'FE_Mesh::yscale_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:43:12: warning: Member variable 'FE_Mesh::zscale_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:43:12: warning: Member variable 'FE_Mesh::partitionAxis_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:43:12: warning: Member variable 'FE_Mesh::coordTol_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:405:10: performance: Technically the member function 'ATC::FE_Mesh::parse_plane' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:357:17: note: Technically the member function 'ATC::FE_Mesh::parse_plane' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:405:10: note: Technically the member function 'ATC::FE_Mesh::parse_plane' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:408:10: style: Technically the member function 'ATC::FE_Mesh::parse_units' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:342:17: note: Technically the member function 'ATC::FE_Mesh::parse_units' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:408:10: note: Technically the member function 'ATC::FE_Mesh::parse_units' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:535:10: performance: Technically the member function 'ATC::FE_3DMesh::prune_duplicate_elements' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2184:19: note: Technically the member function 'ATC::FE_3DMesh::prune_duplicate_elements' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:535:10: note: Technically the member function 'ATC::FE_3DMesh::prune_duplicate_elements' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:559:9: performance: Technically the member function 'ATC::FE_3DMesh::numNonempty' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2435:18: note: Technically the member function 'ATC::FE_3DMesh::numNonempty' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:559:9: note: Technically the member function 'ATC::FE_3DMesh::numNonempty' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:592:18: warning: Virtual function 'setup_periodicity' is called from constructor 'FE_3DMesh(const std::string elementType,const int nNodes,const int nElements,const Array2D<int>*connectivity,const DENS_MAT*nodalCoordinates,const Array<bool>periodicity,const Array<std::pair<std::string,std::set<int>>>*nodeSets)' at line 1754. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1754:5: note: Calling setup_periodicity
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:592:18: note: setup_periodicity is a virtual method
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:656:18: warning: Virtual function 'setup_periodicity' is called from constructor 'FE_Rectangular3DMesh(const Array<double>&hx,const Array<double>&hy,const Array<double>&hz,const double xmin,const double xmax,const double ymin,const double ymax,const double zmin,const double zmax,const Array<bool>periodicity,const double xscale=1,const double yscale=1,const double zscale=1)' at line 2620. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2620:5: note: Calling setup_periodicity
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:656:18: note: setup_periodicity is a virtual method
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1702:37: performance: Function parameter 'elementType' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1642:10: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1657:10: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1674:12: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.cpp:119:4: style: Class 'FieldImplicitDirectEulerIntegrator' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.cpp:119:4: style: Class 'FieldImplicitDirectEulerIntegrator' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:83:43: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:216:37: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:220:46: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:224:40: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:228:35: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:232:39: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:236:43: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:240:35: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:244:34: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:17:34: style: Function 'UXT_Function' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:87:22: note: Function 'UXT_Function' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:17:34: note: Function 'UXT_Function' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:58:52: style: Function 'function' argument 1 names different: declaration 'arg' definition 'args'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:114:36: note: Function 'function' argument 1 names different: declaration 'arg' definition 'args'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:58:52: note: Function 'function' argument 1 names different: declaration 'arg' definition 'args'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:94:50: style: Function 'ScalarLinearFunction' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:134:30: note: Function 'ScalarLinearFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:94:50: note: Function 'ScalarLinearFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:110:32: style: Function 'XT_Function' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:153:21: note: Function 'XT_Function' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:110:32: note: Function 'XT_Function' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:192:50: style: Function 'function' argument 1 names different: declaration 'arg' definition 'args'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:185:35: note: Function 'function' argument 1 names different: declaration 'arg' definition 'args'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:192:50: note: Function 'function' argument 1 names different: declaration 'arg' definition 'args'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:255:42: style: Function 'ConstantFunction' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:209:26: note: Function 'ConstantFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:255:42: note: Function 'ConstantFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:273:38: style: Function 'LinearFunction' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:227:24: note: Function 'LinearFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:273:38: note: Function 'LinearFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:287:56: style: Function 'PiecewiseLinearFunction' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:244:33: note: Function 'PiecewiseLinearFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:287:56: note: Function 'PiecewiseLinearFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:324:46: style: Function 'LinearTemporalRamp' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:261:28: note: Function 'LinearTemporalRamp' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:324:46: note: Function 'LinearTemporalRamp' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:357:44: style: Function 'QuadraticFunction' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:280:27: note: Function 'QuadraticFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:357:44: note: Function 'QuadraticFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:374:34: style: Function 'SineFunction' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:304:22: note: Function 'SineFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:374:34: note: Function 'SineFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:390:42: style: Function 'GaussianFunction' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:323:26: note: Function 'GaussianFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:390:42: note: Function 'GaussianFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:403:50: style: Function 'GaussianTemporalRamp' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:343:30: note: Function 'GaussianTemporalRamp' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:403:50: note: Function 'GaussianTemporalRamp' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:444:34: style: Function 'TemporalRamp' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:362:22: note: Function 'TemporalRamp' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:444:34: note: Function 'TemporalRamp' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:458:32: style: Function 'RadialPower' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:382:21: note: Function 'RadialPower' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:458:32: note: Function 'RadialPower' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:529:48: style: Function 'f' argument 1 names different: declaration 't' definition 'x'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:410:27: note: Function 'f' argument 1 names different: declaration 't' definition 'x'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:529:48: note: Function 'f' argument 1 names different: declaration 't' definition 'x'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:542:51: style: Function 'dfdt' argument 1 names different: declaration 't' definition 'x'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:412:30: note: Function 'dfdt' argument 1 names different: declaration 't' definition 'x'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:542:51: note: Function 'dfdt' argument 1 names different: declaration 't' definition 'x'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:38:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:153:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:62:21: warning: Obsolete function 'alloca' called. [allocaCalled]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:196:21: warning: Obsolete function 'alloca' called. [allocaCalled]
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.cpp:107:11: style: The scope of the variable 'atomIndex' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:603:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:562:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:603:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:606:18: style: The function 'set_lammps_to_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:565:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:606:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:751:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:562:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:751:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:808:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:603:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:808:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:857:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:562:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:857:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1034:17: style: The function 'lammps_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:998:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1034:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1065:33: style: The function 'set_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:902:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1065:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1069:18: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:906:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1069:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1077:18: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:909:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1077:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1081:18: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:912:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1081:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1085:18: style: The function 'operator-=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:915:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1085:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1093:18: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:921:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1093:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1097:18: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:924:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1097:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1101:18: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:927:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1101:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1105:18: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:930:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1105:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1111:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:988:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1111:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1114:18: style: The function 'set_lammps_to_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:991:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1114:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1296:18: style: The function 'lammps_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1248:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1296:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1298:20: style: The function 'lammps_column_indices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1251:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1298:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1330:31: style: The function 'set_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1143:31: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1330:31: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1334:18: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1153:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1334:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1342:18: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1156:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1342:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1346:18: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1159:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1346:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1350:18: style: The function 'operator-=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1162:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1350:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1362:18: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1168:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1362:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1366:18: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1171:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1366:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1370:18: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1174:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1370:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1376:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1238:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1376:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1379:18: style: The function 'set_lammps_to_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1241:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1379:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1414:18: style: The function 'prepare_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1177:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1414:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1417:18: style: The function 'post_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1180:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1417:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1420:17: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1183:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1420:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1423:17: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1186:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1423:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1426:17: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1189:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1426:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1430:17: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1193:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1430:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1434:17: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1197:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1434:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1437:17: style: The function 'size_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1200:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1437:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1440:18: style: The function 'grow_lammps_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1203:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1440:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1443:18: style: The function 'copy_lammps_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1206:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1443:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1449:18: style: The function 'set_lammps_to_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1379:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1449:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1452:18: style: The function 'set_quantity_to_lammps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1244:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1452:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1455:18: style: The function 'lammps_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1296:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1455:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1458:20: style: The function 'lammps_column_indices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1298:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1458:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:274:0: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:80:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:274:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:277:0: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:83:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:277:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:280:0: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:86:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:280:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:290:0: style: The function 'size_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:97:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:290:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:293:0: style: The function 'grow_lammps_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:100:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:293:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:296:0: style: The function 'copy_lammps_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:103:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:296:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:185:0: style: The function 'set_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:40:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:185:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:189:0: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:47:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:189:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:193:0: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:50:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:193:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:197:0: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:53:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:197:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:201:0: style: The function 'operator-=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:56:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:201:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:205:0: style: The function 'operator-=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:59:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:205:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:209:0: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:62:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:209:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:213:0: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:65:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:213:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:217:0: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:68:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:217:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:221:0: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:71:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:221:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:225:0: style: The function 'prepare_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:74:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:225:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:228:0: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:90:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:228:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:232:0: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:94:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:232:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:236:0: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:132:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:236:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:240:0: style: The function 'lammps_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:142:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:240:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:243:0: style: The function 'lammps_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:145:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:243:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.cpp:589:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:101:44: style: Function 'FieldImplicitSolveOperator' argument 3 names different: declaration 'f' definition 'fieldName'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:60:46: note: Function 'FieldImplicitSolveOperator' argument 3 names different: declaration 'f' definition 'fieldName'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:101:44: note: Function 'FieldImplicitSolveOperator' argument 3 names different: declaration 'f' definition 'fieldName'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:152:55: style: Function 'to_all' argument 1 names different: declaration 'free' definition 'x'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:70:29: note: Function 'to_all' argument 1 names different: declaration 'free' definition 'x'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:152:55: note: Function 'to_all' argument 1 names different: declaration 'free' definition 'x'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:152:66: style: Function 'to_all' argument 2 names different: declaration 'all' definition 'f'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:70:43: note: Function 'to_all' argument 2 names different: declaration 'all' definition 'f'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:152:66: note: Function 'to_all' argument 2 names different: declaration 'all' definition 'f'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:159:56: style: Function 'to_free' argument 1 names different: declaration 'all' definition 'r'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:71:30: note: Function 'to_free' argument 1 names different: declaration 'all' definition 'r'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:159:56: note: Function 'to_free' argument 1 names different: declaration 'all' definition 'r'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:159:67: style: Function 'to_free' argument 2 names different: declaration 'free' definition 'v'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:71:43: note: Function 'to_free' argument 2 names different: declaration 'free' definition 'v'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:159:67: note: Function 'to_free' argument 2 names different: declaration 'free' definition 'v'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:167:47: style: Function 'R' argument 1 names different: declaration 'f' definition 'x'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:66:34: note: Function 'R' argument 1 names different: declaration 'f' definition 'x'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:167:47: note: Function 'R' argument 1 names different: declaration 'f' definition 'x'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:186:74: style: Function 'solution' argument 2 names different: declaration 'x' definition 'f'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:67:56: note: Function 'solution' argument 2 names different: declaration 'x' definition 'f'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:186:74: note: Function 'solution' argument 2 names different: declaration 'x' definition 'f'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:70:8: performance: Technically the member function 'ATC::FieldImplicitSolveOperator::to_all' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:152:34: note: Technically the member function 'ATC::FieldImplicitSolveOperator::to_all' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:70:8: note: Technically the member function 'ATC::FieldImplicitSolveOperator::to_all' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:71:8: performance: Technically the member function 'ATC::FieldImplicitSolveOperator::to_free' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:159:34: note: Technically the member function 'ATC::FieldImplicitSolveOperator::to_free' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:71:8: note: Technically the member function 'ATC::FieldImplicitSolveOperator::to_free' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.cpp:458:5: style: Variable 'quantity' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.cpp:456:0: note: Variable 'quantity' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.cpp:458:5: note: Variable 'quantity' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.cpp:159:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.cpp:6:44: style: Function 'create_KD_tree' argument 1 names different: declaration 'nNodesPerElement' definition 'nNodesPerElem'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.h:61:46: note: Function 'create_KD_tree' argument 1 names different: declaration 'nNodesPerElement' definition 'nNodesPerElem'.
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.cpp:6:44: note: Function 'create_KD_tree' argument 1 names different: declaration 'nNodesPerElement' definition 'nNodesPerElem'.
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.cpp:7:50: style: Function 'create_KD_tree' argument 3 names different: declaration 'points' definition 'nodalCoords'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.h:62:52: note: Function 'create_KD_tree' argument 3 names different: declaration 'points' definition 'nodalCoords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.cpp:7:50: note: Function 'create_KD_tree' argument 3 names different: declaration 'points' definition 'nodalCoords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.cpp:62:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.cpp:67:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.cpp:115:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.cpp:125:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:133:5: style: Variable 'invRc_' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:131:5: note: Variable 'invRc_' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:133:5: note: Variable 'invRc_' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:172:69: style: Same expression on both sides of '||' because the value of 'ghostNode(i)>=kernel_bounds[0][i]' and 'node(i)>=kernel_bounds[0][i]' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:152:26: note: 'ghostNode' is assigned value 'node' here.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:172:69: note: Same expression on both sides of '||' because the value of 'ghostNode(i)>=kernel_bounds[0][i]' and 'node(i)>=kernel_bounds[0][i]' are the same.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:174:69: style: Same expression on both sides of '||' because the value of 'ghostNode(i)<kernel_bounds[1][i]' and 'node(i)<kernel_bounds[1][i]' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:152:26: note: 'ghostNode' is assigned value 'node' here.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:174:69: note: Same expression on both sides of '||' because the value of 'ghostNode(i)<kernel_bounds[1][i]' and 'node(i)<kernel_bounds[1][i]' are the same.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:346:67: style: Same expression on both sides of '||' because the value of 'ghostNode(i)>=kernel_bounds[0][i]' and 'node(i)>=kernel_bounds[0][i]' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:325:26: note: 'ghostNode' is assigned value 'node' here.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:346:67: note: Same expression on both sides of '||' because the value of 'ghostNode(i)>=kernel_bounds[0][i]' and 'node(i)>=kernel_bounds[0][i]' are the same.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:348:67: style: Same expression on both sides of '||' because the value of 'ghostNode(i)<kernel_bounds[1][i]' and 'node(i)<kernel_bounds[1][i]' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:325:26: note: 'ghostNode' is assigned value 'node' here.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:348:67: note: Same expression on both sides of '||' because the value of 'ghostNode(i)<kernel_bounds[1][i]' and 'node(i)<kernel_bounds[1][i]' are the same.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:193:12: style: The scope of the variable 'lamg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:37:64: style: Function 'function' argument 2 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:18:52: note: Function 'function' argument 2 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:37:64: note: Function 'function' argument 2 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:183:44: style: Function 'in_support' argument 1 names different: declaration 'node' definition 'dx'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:50:38: note: Function 'in_support' argument 1 names different: declaration 'node' definition 'dx'.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:183:44: note: Function 'in_support' argument 1 names different: declaration 'node' definition 'dx'.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:118:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.cpp:104:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:377:10: performance: Technically the member function 'ATC::KinetoThermostatGlcFs::full_prediction' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.cpp:546:31: note: Technically the member function 'ATC::KinetoThermostatGlcFs::full_prediction' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:377:10: note: Technically the member function 'ATC::KinetoThermostatGlcFs::full_prediction' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.cpp:239:5: style: Class 'KinetoThermostatRescale' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.cpp:239:5: style: Class 'KinetoThermostatRescale' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:187:11: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1331:58: style: Function 'reset_filtered_ghost_force' argument 1 names different: declaration 'targetForce' definition 'target'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:403:48: note: Function 'reset_filtered_ghost_force' argument 1 names different: declaration 'targetForce' definition 'target'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1331:58: note: Function 'reset_filtered_ghost_force' argument 1 names different: declaration 'targetForce' definition 'target'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1487:69: style: Function 'apply_to_atoms' argument 1 names different: declaration 'quantity' definition 'atomVelocities'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:525:59: note: Function 'apply_to_atoms' argument 1 names different: declaration 'quantity' definition 'atomVelocities'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1487:69: note: Function 'apply_to_atoms' argument 1 names different: declaration 'quantity' definition 'atomVelocities'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1488:60: style: Function 'apply_to_atoms' argument 2 names different: declaration 'lambdaAtom' definition 'lambdaForce'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:526:50: note: Function 'apply_to_atoms' argument 2 names different: declaration 'lambdaAtom' definition 'lambdaForce'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1488:60: note: Function 'apply_to_atoms' argument 2 names different: declaration 'lambdaAtom' definition 'lambdaForce'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1630:66: style: Function 'apply_to_atoms' argument 1 names different: declaration 'atomicVelocity' definition 'atomVelocity'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:583:59: note: Function 'apply_to_atoms' argument 1 names different: declaration 'atomicVelocity' definition 'atomVelocity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1630:66: note: Function 'apply_to_atoms' argument 1 names different: declaration 'atomicVelocity' definition 'atomVelocity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1631:56: style: Function 'apply_to_atoms' argument 2 names different: declaration 'nodalAtomicEnergy' definition 'nodalAtomicMomentum'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:584:50: note: Function 'apply_to_atoms' argument 2 names different: declaration 'nodalAtomicEnergy' definition 'nodalAtomicMomentum'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1631:56: note: Function 'apply_to_atoms' argument 2 names different: declaration 'nodalAtomicEnergy' definition 'nodalAtomicMomentum'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1633:50: style: Function 'apply_to_atoms' argument 4 names different: declaration 'nodalAtomicLambdaPower' definition 'nodalAtomicLambdaForce'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:586:44: note: Function 'apply_to_atoms' argument 4 names different: declaration 'nodalAtomicLambdaPower' definition 'nodalAtomicLambdaForce'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1633:50: note: Function 'apply_to_atoms' argument 4 names different: declaration 'nodalAtomicLambdaPower' definition 'nodalAtomicLambdaForce'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1971:51: style: Function 'add_to_momentum' argument 2 names different: declaration 'deltaMomemtum' definition 'deltaMomentum'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:672:45: note: Function 'add_to_momentum' argument 2 names different: declaration 'deltaMomemtum' definition 'deltaMomentum'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1971:51: note: Function 'add_to_momentum' argument 2 names different: declaration 'deltaMomemtum' definition 'deltaMomentum'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:2072:51: style: Function 'add_to_momentum' argument 2 names different: declaration 'deltaMomemtum' definition 'deltaMomentum'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:723:45: note: Function 'add_to_momentum' argument 2 names different: declaration 'deltaMomemtum' definition 'deltaMomentum'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:2072:51: note: Function 'add_to_momentum' argument 2 names different: declaration 'deltaMomemtum' definition 'deltaMomentum'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:2350:51: style: Function 'add_to_momentum' argument 2 names different: declaration 'deltaMomemtum' definition 'deltaMomentum'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:785:45: note: Function 'add_to_momentum' argument 2 names different: declaration 'deltaMomemtum' definition 'deltaMomentum'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:2350:51: note: Function 'add_to_momentum' argument 2 names different: declaration 'deltaMomemtum' definition 'deltaMomentum'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:2404:49: style: Function 'KinetostatFluxFixed' argument 2 names different: declaration 'constructThermostats' definition 'constructKinetostats'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:836:30: note: Function 'KinetostatFluxFixed' argument 2 names different: declaration 'constructThermostats' definition 'constructKinetostats'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:2404:49: note: Function 'KinetostatFluxFixed' argument 2 names different: declaration 'constructThermostats' definition 'constructKinetostats'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1997:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:2006:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:2098:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:2415:9: style: Class 'KinetostatFluxFixed' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:2415:9: style: Class 'KinetostatFluxFixed' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:808:0: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:603:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:808:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:274:41: style: Function 'type_to_charge' argument 1 names different: declaration 't' definition 'atype'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:377:26: note: Function 'type_to_charge' argument 1 names different: declaration 't' definition 'atype'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:274:41: note: Function 'type_to_charge' argument 1 names different: declaration 't' definition 'atype'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:829:61: style: Function 'bond_stiffness' argument 3 names different: declaration 'rsq' definition 'rsq0'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:496:46: note: Function 'bond_stiffness' argument 3 names different: declaration 'rsq' definition 'rsq0'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:829:61: note: Function 'bond_stiffness' argument 3 names different: declaration 'rsq' definition 'rsq0'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:867:38: style: Function 'insert_atom' argument 1 names different: declaration 'type' definition 'atype'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:502:23: note: Function 'insert_atom' argument 1 names different: declaration 'type' definition 'atype'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:867:38: note: Function 'insert_atom' argument 1 names different: declaration 'type' definition 'atype'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:867:49: style: Function 'insert_atom' argument 2 names different: declaration 'mask' definition 'amask'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:502:33: note: Function 'insert_atom' argument 2 names different: declaration 'mask' definition 'amask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:867:49: note: Function 'insert_atom' argument 2 names different: declaration 'mask' definition 'amask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:868:11: style: Function 'insert_atom' argument 3 names different: declaration 'x' definition 'ax'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:502:47: note: Function 'insert_atom' argument 3 names different: declaration 'x' definition 'ax'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:868:11: note: Function 'insert_atom' argument 3 names different: declaration 'x' definition 'ax'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:868:23: style: Function 'insert_atom' argument 4 names different: declaration 'v' definition 'av'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:502:58: note: Function 'insert_atom' argument 4 names different: declaration 'v' definition 'av'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:868:23: note: Function 'insert_atom' argument 4 names different: declaration 'v' definition 'av'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:868:34: style: Function 'insert_atom' argument 5 names different: declaration 'q' definition 'aq'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:502:68: note: Function 'insert_atom' argument 5 names different: declaration 'q' definition 'aq'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:868:34: note: Function 'insert_atom' argument 5 names different: declaration 'q' definition 'aq'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:887:39: style: Function 'reset_ghosts' argument 1 names different: declaration 'dn' definition 'deln'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:505:24: note: Function 'reset_ghosts' argument 1 names different: declaration 'dn' definition 'deln'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:887:39: note: Function 'reset_ghosts' argument 1 names different: declaration 'dn' definition 'deln'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:904:51: style: Function 'shortrange_energy' argument 1 names different: declaration 'x' definition 'coord'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:503:36: note: Function 'shortrange_energy' argument 1 names different: declaration 'x' definition 'coord'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:904:51: note: Function 'shortrange_energy' argument 1 names different: declaration 'x' definition 'coord'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:905:7: style: Function 'shortrange_energy' argument 2 names different: declaration 'type' definition 'itype'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:503:43: note: Function 'shortrange_energy' argument 2 names different: declaration 'type' definition 'itype'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:905:7: note: Function 'shortrange_energy' argument 2 names different: declaration 'type' definition 'itype'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:974:36: style: Function 'epsilons' argument 1 names different: declaration 'type' definition 'itype'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:511:25: note: Function 'epsilons' argument 1 names different: declaration 'type' definition 'itype'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:974:36: note: Function 'epsilons' argument 1 names different: declaration 'type' definition 'itype'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:974:53: style: Function 'epsilons' argument 2 names different: declaration 'p' definition 'pair'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:511:41: note: Function 'epsilons' argument 2 names different: declaration 'p' definition 'pair'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:974:53: note: Function 'epsilons' argument 2 names different: declaration 'p' definition 'pair'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:974:68: style: Function 'epsilons' argument 3 names different: declaration 'epsilons' definition 'epsilon0'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:511:53: note: Function 'epsilons' argument 3 names different: declaration 'epsilons' definition 'epsilon0'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:974:68: note: Function 'epsilons' argument 3 names different: declaration 'epsilons' definition 'epsilon0'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:993:40: style: Function 'set_epsilons' argument 1 names different: declaration 'type' definition 'itype'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:512:25: note: Function 'set_epsilons' argument 1 names different: declaration 'type' definition 'itype'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:993:40: note: Function 'set_epsilons' argument 1 names different: declaration 'type' definition 'itype'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:993:57: style: Function 'set_epsilons' argument 2 names different: declaration 'p' definition 'pair'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:512:41: note: Function 'set_epsilons' argument 2 names different: declaration 'p' definition 'pair'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:993:57: note: Function 'set_epsilons' argument 2 names different: declaration 'p' definition 'pair'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:993:72: style: Function 'set_epsilons' argument 3 names different: declaration 'epsilons' definition 'epsilon'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:512:53: note: Function 'set_epsilons' argument 3 names different: declaration 'epsilons' definition 'epsilon'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:993:72: note: Function 'set_epsilons' argument 3 names different: declaration 'epsilons' definition 'epsilon'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:1014:37: style: Function 'set_charge' argument 1 names different: declaration 'type' definition 'itype'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:513:23: note: Function 'set_charge' argument 1 names different: declaration 'type' definition 'itype'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:1014:37: note: Function 'set_charge' argument 1 names different: declaration 'type' definition 'itype'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:1403:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:87:18: warning: Member variable 'LammpsInterface::list_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:87:18: warning: Member variable 'LammpsInterface::commSize_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:87:18: warning: Member variable 'LammpsInterface::upper_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:87:18: warning: Member variable 'LammpsInterface::lower_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:87:18: warning: Member variable 'LammpsInterface::length_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:519:10: performance: Technically the member function 'ATC::LammpsInterface::random_uniform' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:1059:25: note: Technically the member function 'ATC::LammpsInterface::random_uniform' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:519:10: note: Technically the member function 'ATC::LammpsInterface::random_uniform' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:520:10: performance: Technically the member function 'ATC::LammpsInterface::random_normal' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:1062:25: note: Technically the member function 'ATC::LammpsInterface::random_normal' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:520:10: note: Technically the member function 'ATC::LammpsInterface::random_normal' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:521:7: performance: Technically the member function 'ATC::LammpsInterface::random_state' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:1065:22: note: Technically the member function 'ATC::LammpsInterface::random_state' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:521:7: note: Technically the member function 'ATC::LammpsInterface::random_state' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:522:8: performance: Technically the member function 'ATC::LammpsInterface::set_random_state' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:1068:23: note: Technically the member function 'ATC::LammpsInterface::set_random_state' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:522:8: note: Technically the member function 'ATC::LammpsInterface::set_random_state' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:524:8: performance: Technically the member function 'ATC::LammpsInterface::advance_random_uniform' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:1074:23: note: Technically the member function 'ATC::LammpsInterface::advance_random_uniform' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:524:8: note: Technically the member function 'ATC::LammpsInterface::advance_random_uniform' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:525:8: performance: Technically the member function 'ATC::LammpsInterface::advance_random_normal' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:1077:23: note: Technically the member function 'ATC::LammpsInterface::advance_random_normal' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:525:8: note: Technically the member function 'ATC::LammpsInterface::advance_random_normal' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:601:7: performance: Technically the member function 'ATC::LammpsInterface::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:1294:22: note: Technically the member function 'ATC::LammpsInterface::sbmask' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:601:7: note: Technically the member function 'ATC::LammpsInterface::sbmask' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:602:8: style: Technically the member function 'ATC::LammpsInterface::set_list' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:1296:23: note: Technically the member function 'ATC::LammpsInterface::set_list' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:602:8: note: Technically the member function 'ATC::LammpsInterface::set_list' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:167:0: error: Memory leak: sizeCounts [memleak]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:167:0: error: Memory leak: sizeOffsets [memleak]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:25:15: style: Function 'LinearSolver' argument 4 names different: declaration 'bcHandlerType' definition 'constraintHandlerType'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.h:48:15: note: Function 'LinearSolver' argument 4 names different: declaration 'bcHandlerType' definition 'constraintHandlerType'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:25:15: note: Function 'LinearSolver' argument 4 names different: declaration 'bcHandlerType' definition 'constraintHandlerType'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:327:46: style: Function 'set_fixed_values' argument 1 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.h:132:34: note: Function 'set_fixed_values' argument 1 names different: declaration 'x' definition 'X'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:327:46: note: Function 'set_fixed_values' argument 1 names different: declaration 'x' definition 'X'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:224:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:240:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:277:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:304:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:316:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:330:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:376:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:454:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:541:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:549:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:49:3: performance: Variable 'matrixCopy_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:793:13: style: Function 'permittivity' argument 2 names different: declaration 'energy' definition 'density'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.h:120:34: note: Function 'permittivity' argument 2 names different: declaration 'energy' definition 'density'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:793:13: note: Function 'permittivity' argument 2 names different: declaration 'energy' definition 'density'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:803:13: style: Function 'band_edge_potential' argument 2 names different: declaration 'energy' definition 'density'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.h:126:41: note: Function 'band_edge_potential' argument 2 names different: declaration 'energy' definition 'density'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:803:13: note: Function 'band_edge_potential' argument 2 names different: declaration 'energy' definition 'density'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:810:13: style: Function 'inv_effective_mass' argument 2 names different: declaration 'energy' definition 'density'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.h:123:40: note: Function 'inv_effective_mass' argument 2 names different: declaration 'energy' definition 'density'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:810:13: note: Function 'inv_effective_mass' argument 2 names different: declaration 'energy' definition 'density'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:821:18: style: Function 'heat_flux' argument 3 names different: declaration 'heatFlux' definition 'flux'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.h:136:36: note: Function 'heat_flux' argument 3 names different: declaration 'heatFlux' definition 'flux'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:821:18: note: Function 'heat_flux' argument 3 names different: declaration 'heatFlux' definition 'flux'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:919:18: style: Function 'viscous_stress' argument 3 names different: declaration 'viscousStress' definition 'stress'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.h:155:39: note: Function 'viscous_stress' argument 3 names different: declaration 'viscousStress' definition 'stress'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:919:18: note: Function 'viscous_stress' argument 3 names different: declaration 'viscousStress' definition 'stress'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:926:13: style: Function 'viscosity' argument 2 names different: declaration 'energy' definition 'coefs'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.h:129:31: note: Function 'viscosity' argument 2 names different: declaration 'energy' definition 'coefs'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:926:13: note: Function 'viscosity' argument 2 names different: declaration 'energy' definition 'coefs'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.h:169:10: performance: Technically the member function 'ATC::Material::electric_field' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:939:16: note: Technically the member function 'ATC::Material::electric_field' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.h:169:10: note: Technically the member function 'ATC::Material::electric_field' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/ViscousStress.h:50:7: style: Class 'ViscousStressConstant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ViscousStress.h:51:7: style: Class 'ViscousStressConstant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ViscousStress.h:53:12: style: The function 'viscous_stress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ViscousStress.h:28:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ViscousStress.h:53:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ViscousStress.h:56:12: style: The function 'viscosity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ViscousStress.h:31:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ViscousStress.h:56:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/MeshReader.h:35:10: performance: Technically the member function 'ATC::MeshReader::read_exo_file' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/MeshReader.cpp:152:20: note: Technically the member function 'ATC::MeshReader::read_exo_file' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/MeshReader.h:35:10: note: Technically the member function 'ATC::MeshReader::read_exo_file' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.cpp:246:9: style: Variable 'nmol' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.cpp:129:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.cpp:131:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.cpp:154:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.cpp:285:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.cpp:27:16: warning: Member variable 'MoleculeSet::nMoleculesTotal_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:33:18: warning: Virtual function 'clear' is called from destructor '~MoleculeSet()' at line 40. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.cpp:40:5: note: Calling clear
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:33:18: note: clear is a virtual method
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.cpp:287:22: error: Iterator 'atomIt' used after element has been erased. [eraseDereference]
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.cpp:285:5: note: Iterator 'atomIt' used after element has been erased.
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.cpp:287:22: note: Iterator 'atomIt' used after element has been erased.
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.cpp:33:50: style: Function 'residual_norm' argument 1 names different: declaration 'x' definition 'r'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.h:55:33: note: Function 'residual_norm' argument 1 names different: declaration 'x' definition 'r'.
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.cpp:33:50: note: Function 'residual_norm' argument 1 names different: declaration 'x' definition 'r'.
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.cpp:39:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.cpp:18:20: warning: Member variable 'NonLinearSolver::solverType_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.cpp:18:20: warning: Member variable 'NonLinearSolver::rNorm0_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.cpp:18:20: warning: Member variable 'NonLinearSolver::rNorm_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.cpp:18:20: warning: Member variable 'NonLinearSolver::rNormP_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:136:3: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:135:0: note: Variable 'fp' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:136:3: note: Variable 'fp' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:157:3: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:156:0: note: Variable 'fp' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:157:3: note: Variable 'fp' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:213:56: style: Function 'write_geometry' argument 2 names different: declaration 'connectivity' definition 'connectivities'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.h:55:45: note: Function 'write_geometry' argument 2 names different: declaration 'connectivity' definition 'connectivities'.
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:213:56: note: Function 'write_geometry' argument 2 names different: declaration 'connectivity' definition 'connectivities'.
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:120:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:138:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:159:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:189:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:203:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:378:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:389:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:413:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:558:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:632:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:709:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:771:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:823:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:66:16: warning: Member variable 'OutputManager::nDataCols_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:66:16: warning: Member variable 'OutputManager::number_of_nodes_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:66:16: warning: Member variable 'OutputManager::warnTooManyCols_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:274:5: error: Resource leak: fp [resourceLeak]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:820:14: error: Resource leak: fp [resourceLeak]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.cpp:379:38: warning: Either the condition '!atomCoarseGrainingPositions' is redundant or there is possible null pointer dereference: atomCoarseGrainingPositions. [nullPointerRedundantCheck]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.cpp:358:9: note: Assuming that condition '!atomCoarseGrainingPositions' is not redundant
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.cpp:379:38: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.cpp:1043:14: style: The scope of the variable 'vRel' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.cpp:2080:14: style: The scope of the variable 'diff' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.cpp:882:31: style: Function 'ChargeVelocity' argument 2 names different: declaration 'fluctuatingVelocities' definition 'atomVelocities'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:500:50: note: Function 'ChargeVelocity' argument 2 names different: declaration 'fluctuatingVelocities' definition 'atomVelocities'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.cpp:882:31: note: Function 'ChargeVelocity' argument 2 names different: declaration 'fluctuatingVelocities' definition 'atomVelocities'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.cpp:883:31: style: Function 'ChargeVelocity' argument 3 names different: declaration 'atomCharges' definition 'atomCharge'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:501:50: note: Function 'ChargeVelocity' argument 3 names different: declaration 'atomCharges' definition 'atomCharge'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.cpp:883:31: note: Function 'ChargeVelocity' argument 3 names different: declaration 'atomCharges' definition 'atomCharge'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.cpp:112:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.cpp:165:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.cpp:284:24: style: Unused variable: pair_jk [unusedVariable]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.cpp:340:24: style: Unused variable: pair_jk [unusedVariable]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.cpp:59:14: warning: Member variable 'PairMapBond::index_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.cpp:65:14: warning: Member variable 'PairMapBoth::index_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:185:30: style: The function 'set_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:40:30: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:185:30: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:189:18: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:47:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:189:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:193:18: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:50:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:193:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:197:18: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:53:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:197:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:201:18: style: The function 'operator-=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:56:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:201:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:209:18: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:62:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:209:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:213:18: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:65:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:213:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:217:18: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:68:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:217:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:221:18: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:71:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:221:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:225:18: style: The function 'prepare_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:74:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:225:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:228:17: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:90:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:228:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:232:17: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:94:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:232:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:236:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:132:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:236:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:240:17: style: The function 'lammps_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:142:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:240:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:243:18: style: The function 'lammps_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:145:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:243:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:274:17: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:80:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:274:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:277:17: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:83:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:277:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:280:17: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:86:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:280:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:283:17: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:228:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:283:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:287:17: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:232:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:287:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:290:17: style: The function 'size_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:97:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:290:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:293:18: style: The function 'grow_lammps_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:100:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:293:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:296:18: style: The function 'copy_lammps_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:103:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:296:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:341:18: style: The function 'set_quantity_to_lammps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:341:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:348:18: style: The function 'set_lammps_to_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:135:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:348:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:357:17: style: The function 'lammps_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:240:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:357:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:361:18: style: The function 'lammps_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:243:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:361:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:395:30: style: The function 'set_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:185:30: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:395:30: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:399:18: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:189:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:399:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:407:18: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:193:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:407:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:411:18: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:197:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:411:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:415:18: style: The function 'operator-=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:201:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:415:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:419:18: style: The function 'operator-=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:205:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:419:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:423:18: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:209:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:423:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:427:18: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:213:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:427:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:431:18: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:217:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:431:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:435:18: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:221:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:435:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:441:18: style: The function 'set_lammps_to_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:135:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:441:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:444:17: style: The function 'lammps_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:240:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:444:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:447:18: style: The function 'lammps_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:243:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:447:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:481:17: style: The function 'lammps_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:142:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:481:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:484:18: style: The function 'lammps_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:145:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:484:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:516:30: style: The function 'set_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:40:30: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:516:30: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:520:18: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:47:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:520:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:528:18: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:50:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:528:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:532:18: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:53:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:532:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:536:18: style: The function 'operator-=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:56:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:536:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:544:18: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:62:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:544:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:548:18: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:65:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:548:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:552:18: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:68:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:552:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:556:18: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:71:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:556:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:562:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:132:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:562:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:565:18: style: The function 'set_lammps_to_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:135:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:565:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:609:18: style: The function 'set_quantity_to_lammps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:609:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:645:30: style: The function 'set_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:185:30: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:645:30: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:649:18: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:189:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:649:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:657:18: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:193:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:657:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:661:18: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:197:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:661:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:665:18: style: The function 'operator-=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:201:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:665:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:669:18: style: The function 'operator-=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:205:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:669:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:673:18: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:209:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:673:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:677:18: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:213:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:677:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:681:18: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:217:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:681:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:685:18: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:221:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:685:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:691:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:236:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:691:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:695:17: style: The function 'lammps_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:240:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:695:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:698:18: style: The function 'lammps_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:243:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:698:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:728:18: style: The function 'prepare_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:74:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:728:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:731:18: style: The function 'post_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:77:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:731:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:734:17: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:80:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:734:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:737:17: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:83:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:737:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:740:17: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:86:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:740:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:743:18: style: The function 'grow_lammps_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:100:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:743:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:746:18: style: The function 'copy_lammps_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:103:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:746:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:785:18: style: The function 'prepare_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:74:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:785:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:788:18: style: The function 'post_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:77:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:788:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:791:17: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:80:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:791:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:794:17: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:83:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:794:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:797:17: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:86:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:797:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:800:18: style: The function 'grow_lammps_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:100:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:800:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:803:18: style: The function 'copy_lammps_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:103:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:803:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.cpp:428:3: style: Variable 'f' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.cpp:427:0: note: Variable 'f' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.cpp:428:3: note: Variable 'f' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.cpp:43:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.cpp:50:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.cpp:60:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.cpp:115:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.cpp:126:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.cpp:131:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.cpp:182:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.h:29:16: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.h:30:16: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.h:35:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.h:35:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.h:36:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.h:42:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:90:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.h:42:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationChargeDiffusion.h:28:16: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationChargeDiffusion.h:28:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationChargeDiffusion.h:29:16: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationChargeDiffusion.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationChargeDiffusion.h:33:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:90:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationChargeDiffusion.h:33:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.h:29:16: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.h:30:16: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.h:35:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.h:35:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.h:36:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.h:42:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:90:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.h:42:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:29:16: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:30:16: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:35:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:35:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:36:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:42:16: style: The function 'has_N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:54:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:42:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:43:16: style: The function 'N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:56:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:43:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:49:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:90:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:49:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:77:16: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:77:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:78:16: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:78:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:83:16: style: The function 'has_N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:54:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:83:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:84:16: style: The function 'N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:56:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:84:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:91:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:91:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:92:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:92:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:99:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:90:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:99:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:30:18: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:30:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:31:18: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:31:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:36:18: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:36:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:37:18: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:37:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:43:35: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:90:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:43:35: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:75:18: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:31:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:75:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:80:18: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:36:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:80:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:81:18: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:37:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:81:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:87:18: style: The function 'has_N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:54:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:87:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:88:18: style: The function 'N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:56:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:88:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:94:35: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:43:35: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:94:35: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:29:16: style: The function 'has_E_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:30:16: style: The function 'E_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:36:16: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:37:16: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:42:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:42:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:43:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:43:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:49:16: style: The function 'has_N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:54:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:49:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:50:16: style: The function 'N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:56:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:50:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:56:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:90:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:56:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:87:16: style: The function 'has_E_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:87:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:88:16: style: The function 'E_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:30:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:88:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:94:16: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:36:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:94:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:95:16: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:37:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:95:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:100:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:100:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:101:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:101:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:107:16: style: The function 'has_N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:49:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:107:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:108:16: style: The function 'N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:50:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:108:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:114:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:56:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:114:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:150:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:150:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:151:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:151:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:157:16: style: The function 'has_N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:107:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:157:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:158:16: style: The function 'N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:108:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:158:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:164:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:114:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:164:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:31:16: style: The function 'has_E_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:32:16: style: The function 'E_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:38:16: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:39:16: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:44:16: style: The function 'has_N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:54:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:44:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:45:16: style: The function 'N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:56:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:45:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:51:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:51:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:52:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:52:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:58:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:90:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:58:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:85:16: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:85:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:86:16: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:86:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:92:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:51:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:92:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:93:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:52:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:93:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:100:16: style: The function 'has_N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:100:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:101:16: style: The function 'N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:101:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:107:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:58:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:107:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:135:16: style: The function 'has_E_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:135:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:138:16: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:138:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:139:16: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:139:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:144:16: style: The function 'has_N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:54:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:144:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:145:16: style: The function 'N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:56:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:145:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:151:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:151:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:152:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:152:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:158:16: style: The function 'has_BB_tangent_coefficients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:71:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:158:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:159:16: style: The function 'BB_tangent_coefficients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:159:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:165:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:90:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:165:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:29:16: style: The function 'has_E_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:30:16: style: The function 'E_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:36:16: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:37:16: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:42:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:42:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:43:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:43:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:49:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:90:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:49:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:78:16: style: The function 'has_E_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:78:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:79:16: style: The function 'E_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:30:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:79:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:85:16: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:36:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:85:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:86:16: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:37:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:86:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:91:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:91:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:92:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:92:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:98:16: style: The function 'has_N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:54:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:98:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:99:16: style: The function 'N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:56:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:99:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:105:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:49:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:105:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:29:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:30:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:37:16: style: The function 'has_N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:54:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:38:16: style: The function 'N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:56:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:45:16: style: The function 'has_BB_tangent_coefficients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:71:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:45:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:46:16: style: The function 'BB_tangent_coefficients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:46:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:52:16: style: The function 'has_NN_tangent_coefficients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:76:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:52:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:53:16: style: The function 'NN_tangent_coefficients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:77:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:53:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:59:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:90:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:59:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:85:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:85:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:86:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:30:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:86:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:93:16: style: The function 'has_N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:37:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:93:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:94:16: style: The function 'N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:94:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:100:16: style: The function 'has_NN_tangent_coefficients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:52:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:100:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:101:16: style: The function 'NN_tangent_coefficients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:53:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:101:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:106:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:59:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:106:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.h:29:16: style: The function 'has_BB_tangent_coefficients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:71:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.h:30:16: style: The function 'BB_tangent_coefficients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.h:34:16: style: The function 'has_NN_tangent_coefficients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:76:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.h:35:16: style: The function 'NN_tangent_coefficients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:77:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.h:35:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.h:41:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:90:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.h:41:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PoissonSolver.cpp:98:7: style: Variable 'argIdx' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/atc/PoissonSolver.cpp:19:16: warning: Member variable 'PoissonSolver::nNodes_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/PoissonSolver.cpp:19:16: warning: Member variable 'PoissonSolver::dof_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/PoissonSolver.cpp:19:16: warning: Member variable 'PoissonSolver::useOwnGrid_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/PoissonSolver.h:46:8: performance: Technically the member function 'ATC::PoissonSolver::modify' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/PoissonSolver.cpp:74:21: note: Technically the member function 'ATC::PoissonSolver::modify' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/PoissonSolver.h:46:8: note: Technically the member function 'ATC::PoissonSolver::modify' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:122:42: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:138:42: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:175:41: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:208:24: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:249:24: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:313:53: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:129:25: style: Function 'fix_field' argument 1 names different: declaration 'nodeset' definition 'nodeSet'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:300:41: note: Function 'fix_field' argument 1 names different: declaration 'nodeset' definition 'nodeSet'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:129:25: note: Function 'fix_field' argument 1 names different: declaration 'nodeset' definition 'nodeSet'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:351:67: style: Function 'set_initial_conditions' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:351:46: note: Function 'set_initial_conditions' argument 1 names different: declaration 'time' definition 't'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:351:67: note: Function 'set_initial_conditions' argument 1 names different: declaration 'time' definition 't'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:400:61: style: Function 'set_fixed_fields' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:357:40: note: Function 'set_fixed_fields' argument 1 names different: declaration 'time' definition 't'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:400:61: note: Function 'set_fixed_fields' argument 1 names different: declaration 'time' definition 't'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:437:18: style: Function 'set_fixed_field' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:363:39: note: Function 'set_fixed_field' argument 1 names different: declaration 'time' definition 't'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:437:18: note: Function 'set_fixed_field' argument 1 names different: declaration 'time' definition 't'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:461:18: style: Function 'set_fixed_dfield' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:367:40: note: Function 'set_fixed_dfield' argument 1 names different: declaration 'time' definition 't'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:461:18: note: Function 'set_fixed_dfield' argument 1 names different: declaration 'time' definition 't'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:485:11: style: Function 'set_sources' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:371:35: note: Function 'set_sources' argument 1 names different: declaration 'time' definition 't'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:485:11: note: Function 'set_sources' argument 1 names different: declaration 'time' definition 't'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:29:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:120:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:136:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:160:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:199:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:222:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:240:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:263:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:279:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:294:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:310:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:326:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:343:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:358:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:407:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:492:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:506:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:534:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:564:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:604:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:609:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:129:25: performance: Function parameter 'nodeSet' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/Quadrature.h:18:8: performance: Technically the member function 'ATC::Quadrature::set_line_quadrature' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/Quadrature.cpp:42:18: note: Technically the member function 'ATC::Quadrature::set_line_quadrature' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/Quadrature.h:18:8: note: Technically the member function 'ATC::Quadrature::set_line_quadrature' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:457:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:458:13: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:198:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:213:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:487:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:577:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:616:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:713:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:789:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:794:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:820:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:877:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:890:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:909:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:935:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:946:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:336:29: warning: Member variable 'SchrodingerPoissonSolver::maxConstraintIter_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:336:29: warning: Member variable 'SchrodingerPoissonSolver::Ef0_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:336:29: warning: Member variable 'SchrodingerPoissonSolver::Ef_shift_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:336:29: warning: Member variable 'SchrodingerPoissonSolver::safe_dEf_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:336:29: warning: Member variable 'SchrodingerPoissonSolver::tol_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:443:34: warning: Member variable 'SliceSchrodingerPoissonSolver::nslices_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:634:40: warning: Member variable 'GlobalSliceSchrodingerPoissonSolver::norm_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:634:40: warning: Member variable 'GlobalSliceSchrodingerPoissonSolver::norm0_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:241:30: warning: Member variable 'SchrodingerPoissonManager::alpha_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:726:5: style: Class 'GlobalSliceSchrodingerPoissonSolver' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:726:5: style: Class 'GlobalSliceSchrodingerPoissonSolver' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.cpp:218:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.cpp:108:48: style: Function 'stress' argument 3 names different: declaration 'flux' definition 'sigma'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:98:33: note: Function 'stress' argument 3 names different: declaration 'flux' definition 'sigma'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.cpp:108:48: note: Function 'stress' argument 3 names different: declaration 'flux' definition 'sigma'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.cpp:164:48: style: Function 'stress' argument 3 names different: declaration 'flux' definition 'sigma'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:58:33: note: Function 'stress' argument 3 names different: declaration 'flux' definition 'sigma'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.cpp:164:48: note: Function 'stress' argument 3 names different: declaration 'flux' definition 'sigma'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.cpp:272:48: style: Function 'stress' argument 3 names different: declaration 'flux' definition 'sigma'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:82:33: note: Function 'stress' argument 3 names different: declaration 'flux' definition 'sigma'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.cpp:272:48: note: Function 'stress' argument 3 names different: declaration 'flux' definition 'sigma'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.cpp:408:45: style: Function 'stress' argument 3 names different: declaration 'flux' definition 'sigma'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:136:33: note: Function 'stress' argument 3 names different: declaration 'flux' definition 'sigma'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.cpp:408:45: note: Function 'stress' argument 3 names different: declaration 'flux' definition 'sigma'.
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjCut.h:29:12: style: The function 'cutoff_radius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:39:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjCut.h:29:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjCut.h:31:12: style: The function 'phi' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:43:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjCut.h:31:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjCut.h:37:12: style: The function 'phi_r' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:44:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjCut.h:37:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjCut.h:44:12: style: The function 'phi_rr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:45:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjCut.h:44:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjCut.h:51:12: style: The function 'phi_rrr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:46:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjCut.h:51:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjSmoothLinear.h:34:12: style: The function 'cutoff_radius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:39:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjSmoothLinear.h:34:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjSmoothLinear.h:36:12: style: The function 'phi' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:43:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjSmoothLinear.h:36:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjSmoothLinear.h:47:12: style: The function 'phi_r' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:44:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjSmoothLinear.h:47:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjSmoothLinear.h:59:12: style: The function 'phi_rr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:45:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjSmoothLinear.h:59:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjSmoothLinear.h:71:12: style: The function 'phi_rrr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:46:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjSmoothLinear.h:71:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:46:12: style: The function 'cutoff_radius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:39:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:46:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:48:12: style: The function 'phi' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:43:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:48:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:61:12: style: The function 'phi_r' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:44:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:61:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:75:12: style: The function 'phi_rr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:45:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:75:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:90:12: style: The function 'phi_rrr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:46:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:90:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:106:12: style: The function 'rho' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:106:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:118:12: style: The function 'rho_r' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:118:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:130:12: style: The function 'rho_rr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:53:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:130:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:142:12: style: The function 'rho_rrr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:54:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:142:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:154:12: style: The function 'F' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:55:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:154:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:166:12: style: The function 'F_p' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:56:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:166:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:178:12: style: The function 'F_pp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:57:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:178:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:190:12: style: The function 'F_ppp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:58:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:190:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.cpp:180:80: style: Function 'ThermalTimeIntegratorGear' argument 1 names different: declaration 'ThermalTimeIntegrator' definition 'thermalTimeIntegrator'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:128:55: note: Function 'ThermalTimeIntegratorGear' argument 1 names different: declaration 'ThermalTimeIntegrator' definition 'thermalTimeIntegrator'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.cpp:180:80: note: Function 'ThermalTimeIntegratorGear' argument 1 names different: declaration 'ThermalTimeIntegrator' definition 'thermalTimeIntegrator'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.cpp:382:100: style: Function 'ThermalTimeIntegratorFractionalStep' argument 1 names different: declaration 'ThermalTimeIntegrator' definition 'thermalTimeIntegrator'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:217:65: note: Function 'ThermalTimeIntegratorFractionalStep' argument 1 names different: declaration 'ThermalTimeIntegrator' definition 'thermalTimeIntegrator'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.cpp:382:100: note: Function 'ThermalTimeIntegratorFractionalStep' argument 1 names different: declaration 'ThermalTimeIntegrator' definition 'thermalTimeIntegrator'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.cpp:593:116: style: Function 'ThermalTimeIntegratorFractionalStepFiltered' argument 1 names different: declaration 'ThermalTimeIntegrator' definition 'thermalTimeIntegrator'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:305:73: note: Function 'ThermalTimeIntegratorFractionalStepFiltered' argument 1 names different: declaration 'ThermalTimeIntegrator' definition 'thermalTimeIntegrator'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.cpp:593:116: note: Function 'ThermalTimeIntegratorFractionalStepFiltered' argument 1 names different: declaration 'ThermalTimeIntegrator' definition 'thermalTimeIntegrator'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.cpp:180:30: warning: Member variable 'ThermalTimeIntegratorGear::nodalAtomicPower_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.cpp:198:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.cpp:2059:64: style: Function 'apply_to_atoms' argument 1 names different: declaration 'atomicVelocity' definition 'atomVelocities'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:798:59: note: Function 'apply_to_atoms' argument 1 names different: declaration 'atomicVelocity' definition 'atomVelocities'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.cpp:2059:64: note: Function 'apply_to_atoms' argument 1 names different: declaration 'atomicVelocity' definition 'atomVelocities'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.cpp:536:31: warning: Member variable 'ThermostatRescaleMixedKePe::keMultiplier_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.cpp:536:31: warning: Member variable 'ThermostatRescaleMixedKePe::peMultiplier_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.cpp:1388:30: warning: Member variable 'ThermostatIntegratorFixed::keMultiplier_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.cpp:1895:7: style: Class 'ThermostatFluxFixed' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.cpp:1895:7: style: Class 'ThermostatFluxFixed' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:857:0: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:562:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:857:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.cpp:184:73: style: Function 'construct' argument 1 names different: declaration 'type' definition 'intType'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:87:56: note: Function 'construct' argument 1 names different: declaration 'type' definition 'intType'.
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.cpp:184:73: note: Function 'construct' argument 1 names different: declaration 'type' definition 'intType'.
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.cpp:35:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.cpp:231:15: warning: Member variable 'TimeFilter::filterType_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.cpp:218:27: error: Uninitialized variable: newTimeFilter [uninitvar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.cpp:219:12: error: Uninitialized variable: newTimeFilter [uninitvar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.cpp:1248:48: style: Function 'DenseMatrixDelta' argument 1 names different: declaration 'current' definition 'matrix'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1211:33: note: Function 'DenseMatrixDelta' argument 1 names different: declaration 'current' definition 'matrix'.
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.cpp:1248:48: note: Function 'DenseMatrixDelta' argument 1 names different: declaration 'current' definition 'matrix'.
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.cpp:360:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.cpp:405:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.cpp:441:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.cpp:1001:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.cpp:1004:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.cpp:1021:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.cpp:1042:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.cpp:1045:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.cpp:1063:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.cpp:1066:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.cpp:341:58: style: Function 'local_restriction' argument 2 names different: declaration 'shapeFunctionMatrix' definition 'accumulantMatrix'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:573:53: note: Function 'local_restriction' argument 2 names different: declaration 'shapeFunctionMatrix' definition 'accumulantMatrix'.
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.cpp:341:58: note: Function 'local_restriction' argument 2 names different: declaration 'shapeFunctionMatrix' definition 'accumulantMatrix'.
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:20:3: style: Class 'DenseVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ViscousStress.cpp:39:58: style: Function 'viscous_stress' argument 3 names different: declaration 'flux' definition 'sigma'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ViscousStress.h:55:41: note: Function 'viscous_stress' argument 3 names different: declaration 'flux' definition 'sigma'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ViscousStress.cpp:39:58: note: Function 'viscous_stress' argument 3 names different: declaration 'flux' definition 'sigma'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationChargeDiffusion.cpp:30:14: style: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationChargeDiffusion.h:31:38: note: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationChargeDiffusion.cpp:30:14: note: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.cpp:30:14: style: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.h:32:38: note: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.cpp:30:14: note: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.cpp:51:13: style: Function 'N_integrand' argument 4 names different: declaration 'flux' definition 'recombination'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:46:38: note: Function 'N_integrand' argument 4 names different: declaration 'flux' definition 'recombination'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.cpp:51:13: note: Function 'N_integrand' argument 4 names different: declaration 'flux' definition 'recombination'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.cpp:42:14: style: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:39:38: note: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.cpp:42:14: note: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.cpp:112:13: style: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:97:38: note: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.cpp:112:13: note: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.cpp:30:14: style: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.h:32:38: note: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.cpp:30:14: note: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.cpp:95:5: style: Variable 'fi' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.cpp:94:0: note: Variable 'fi' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.cpp:95:5: note: Variable 'fi' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.cpp:41:14: style: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:39:38: note: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.cpp:41:14: note: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.cpp:39:14: style: Function 'NN_tangent_coefficients' argument 4 names different: declaration 'coefs' definition 'V'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.h:38:50: note: Function 'NN_tangent_coefficients' argument 4 names different: declaration 'coefs' definition 'V'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.cpp:39:14: note: Function 'NN_tangent_coefficients' argument 4 names different: declaration 'coefs' definition 'V'.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/ivutils/src/logexc.cpp:24:14: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:461:9: warning: Return value of function std::make_pair() is not used. [ignoredReturnValue]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.cpp:170:30: style: Function 'set_electrons' argument 1 names different: declaration 'spin' definition 's'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:567:25: note: Function 'set_electrons' argument 1 names different: declaration 'spin' definition 's'.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.cpp:170:30: note: Function 'set_electrons' argument 1 names different: declaration 'spin' definition 's'.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.cpp:846:30: style: Function 'clear_forces' argument 1 names different: declaration 'flagi' definition 'flag'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:645:33: note: Function 'clear_forces' argument 1 names different: declaration 'flagi' definition 'flag'.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.cpp:846:30: note: Function 'clear_forces' argument 1 names different: declaration 'flagi' definition 'flag'.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.cpp:290:19: style: Variable 'wsq1' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:213:3: warning: Member variable 'NormDeriv::m' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:483:3: warning: Member variable 'AWPMD::nwp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:483:3: warning: Member variable 'AWPMD::harm_w0_4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:483:3: warning: Member variable 'AWPMD::w0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:483:3: warning: Member variable 'AWPMD::Ee' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:483:3: warning: Member variable 'AWPMD::Eei' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:483:3: warning: Member variable 'AWPMD::Eee' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:483:3: warning: Member variable 'AWPMD::Ew' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:483:3: warning: Member variable 'AWPMD::Eii' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:483:3: warning: Member variable 'AWPMD::Edk' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:483:3: warning: Member variable 'AWPMD::Edc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:389:7: performance: Technically the member function 'AWPMD::tag_index' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:625:10: style: Technically the member function 'AWPMD::get_energy' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.cpp:814:15: note: Technically the member function 'AWPMD::get_energy' can be const.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:625:10: note: Technically the member function 'AWPMD::get_energy' can be const.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:628:7: performance: Technically the member function 'AWPMD::step' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.cpp:824:12: note: Technically the member function 'AWPMD::step' can be static.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:628:7: note: Technically the member function 'AWPMD::step' can be static.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:214:3: style: Class 'NormDeriv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:414:19: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.cpp:117:58: style: Function 'eterm_deriv' argument 4 names different: declaration 'k1' definition 'j1'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:147:47: note: Function 'eterm_deriv' argument 4 names different: declaration 'k1' definition 'j1'.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.cpp:117:58: note: Function 'eterm_deriv' argument 4 names different: declaration 'k1' definition 'j1'.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.cpp:117:89: style: Function 'eterm_deriv' argument 8 names different: declaration 'j2' definition 'k2'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:147:77: note: Function 'eterm_deriv' argument 8 names different: declaration 'j2' definition 'k2'.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.cpp:117:89: note: Function 'eterm_deriv' argument 8 names different: declaration 'j2' definition 'k2'.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.cpp:289:36: style: Function 'clear_forces' argument 1 names different: declaration 'flagi' definition 'flag'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:159:33: note: Function 'clear_forces' argument 1 names different: declaration 'flagi' definition 'flag'.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.cpp:289:36: note: Function 'clear_forces' argument 1 names different: declaration 'flagi' definition 'flag'.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.cpp:371:0: style: Variable 'Ee1' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.cpp:371:0: style: Variable 'Ew1' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.cpp:371:0: style: Variable 'Eei1' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.cpp:505:0: style: Variable 'dE' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.cpp:516:27: style: Variable 'M2a' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:85:16: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:531:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:85:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:99:16: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:539:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:99:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:159:16: style: The function 'clear_forces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:645:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:159:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:167:7: style: The function 'interaction_hartree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:600:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:167:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:181:7: style: The function 'interaction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:596:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:181:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:246:15: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1232:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1278:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1278:13: style: The scope of the variable 'cvc_count' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1023:27: style: Function 'calc_cvcs' argument 1 names different: declaration 'first' definition 'first_cvc'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:293:21: note: Function 'calc_cvcs' argument 1 names different: declaration 'first' definition 'first_cvc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1023:27: note: Function 'calc_cvcs' argument 1 names different: declaration 'first' definition 'first_cvc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1092:33: style: Function 'calc_cvc_values' argument 1 names different: declaration 'first' definition 'first_cvc'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:299:27: note: Function 'calc_cvc_values' argument 1 names different: declaration 'first' definition 'first_cvc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1092:33: note: Function 'calc_cvc_values' argument 1 names different: declaration 'first' definition 'first_cvc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1195:36: style: Function 'calc_cvc_gradients' argument 1 names different: declaration 'first' definition 'first_cvc'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:301:30: note: Function 'calc_cvc_gradients' argument 1 names different: declaration 'first' definition 'first_cvc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1195:36: note: Function 'calc_cvc_gradients' argument 1 names different: declaration 'first' definition 'first_cvc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1275:38: style: Function 'calc_cvc_total_force' argument 1 names different: declaration 'first' definition 'first_cvc'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:303:32: note: Function 'calc_cvc_total_force' argument 1 names different: declaration 'first' definition 'first_cvc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1275:38: note: Function 'calc_cvc_total_force' argument 1 names different: declaration 'first' definition 'first_cvc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1334:36: style: Function 'calc_cvc_Jacobians' argument 1 names different: declaration 'first' definition 'first_cvc'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:305:30: note: Function 'calc_cvc_Jacobians' argument 1 names different: declaration 'first' definition 'first_cvc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1334:36: note: Function 'calc_cvc_Jacobians' argument 1 names different: declaration 'first' definition 'first_cvc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:2168:50: style: Function 'calc_vel_acf' argument 1 names different: declaration 'v_history' definition 'v_list'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:478:44: note: Function 'calc_vel_acf' argument 1 names different: declaration 'v_history' definition 'v_list'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:2168:50: note: Function 'calc_vel_acf' argument 1 names different: declaration 'v_history' definition 'v_list'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:2194:52: style: Function 'calc_coor_acf' argument 1 names different: declaration 'x_history' definition 'x_list'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:483:46: note: Function 'calc_coor_acf' argument 1 names different: declaration 'x_history' definition 'x_list'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:2194:52: note: Function 'calc_coor_acf' argument 1 names different: declaration 'x_history' definition 'x_list'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:2214:54: style: Function 'calc_p2coor_acf' argument 1 names different: declaration 'x_history' definition 'x_list'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:488:48: note: Function 'calc_p2coor_acf' argument 1 names different: declaration 'x_history' definition 'x_list'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:2214:54: note: Function 'calc_p2coor_acf' argument 1 names different: declaration 'x_history' definition 'x_list'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.h:283:21: style: Array index 'count' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.h:99:5: warning: Member variable 'feature::type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::expand_boundaries' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::hard_lower_boundary' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::hard_upper_boundary' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::n_active_cvcs' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::after_restart' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::acf_length' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::acf_offset' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::acf_stride' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::acf_nframes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::acf_normalize' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::acf_type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::runave_length' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::runave_stride' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.h:35:3: warning: Member variable 'colvarscript::proxy' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.h:35:3: warning: Member variable 'colvarscript::colvars' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.h:35:3: warning: Member variable 'colvarscript::proxy_error' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:83:29: style: Technically the member function 'colvarparse::get_config' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.h:122:17: style: Technically the member function 'colvardeps::feature::is_dynamic' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.h:123:17: style: Technically the member function 'colvardeps::feature::is_static' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.h:124:17: style: Technically the member function 'colvardeps::feature::is_user' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:157:22: style: Technically the member function 'colvar::fdiff_velocity' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:261:7: performance: Technically the member function 'colvar::init_custom_function' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:439:13: note: Technically the member function 'colvar::init_custom_function' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:261:7: note: Technically the member function 'colvar::init_custom_function' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:215:23: performance: Technically the member function 'colvarproxy_atoms::get_atom_velocity' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:339:23: performance: Technically the member function 'colvarproxy_atom_groups::get_atom_group_velocity' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:634:15: style: Technically the member function 'colvarproxy::delete_requested' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:172:20: style: Technically the member function 'colvarbias::get_energy' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:259:3: style: Class 'colvarmodule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.h:40:3: style: Class 'vector1d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.h:726:3: style: Class 'rvector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.h:731:3: style: Class 'rvector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.h:988:3: style: Class 'quaternion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.h:1000:3: style: Class 'quaternion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.h:1396:3: style: Class 'rotation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarvalue.h:126:3: style: Class 'colvarvalue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarvalue.h:133:3: style: Class 'colvarvalue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:62:3: style: Class 'colvarparse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.h:76:3: style: Class 'atom' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.h:159:3: style: Class 'atom_group' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.h:162:3: style: Class 'atom_group' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:307:3: style: Class 'distance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:332:3: style: Class 'distance_vec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:358:3: style: Class 'distance_dir' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:400:3: style: Class 'distance_z' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:431:3: style: Class 'distance_xy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:454:3: style: Class 'polar_phi' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:484:3: style: Class 'polar_theta' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:520:3: style: Class 'distance_inv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:549:3: style: Class 'distance_pairs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:569:3: style: Class 'gyration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:594:3: style: Class 'inertia' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:620:3: style: Class 'inertia_z' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:661:3: style: Class 'eigenvector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:706:3: style: Class 'angle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:754:3: style: Class 'dipole_angle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:797:3: style: Class 'dihedral' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:849:3: style: Class 'coordnum' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:900:3: style: Class 'selfcoordnum' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:944:3: style: Class 'groupcoordnum' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:995:3: style: Class 'h_bond' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1084:3: style: Class 'alpha_angles' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1114:3: style: Class 'dihedPC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1156:3: style: Class 'orientation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1180:3: style: Class 'orientation_angle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1204:3: style: Class 'orientation_proj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1231:3: style: Class 'tilt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1258:3: style: Class 'spin_angle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1297:3: style: Class 'rmsd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1325:3: style: Class 'cartesian' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:91:3: style: Class 'colvarbias' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:232:3: style: Class 'colvarbias_ti' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.h:41:3: style: Class 'colvarscript' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:95:41: style: The function 'features' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.h:138:40: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:95:41: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:99:35: style: The function 'modify_features' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.h:139:34: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:99:35: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:113:8: style: The function 'do_feature_side_effects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.h:216:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:113:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:310:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:310:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:311:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:311:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:312:16: style: The function 'calc_force_invgrads' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:166:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:312:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:313:16: style: The function 'calc_Jacobian_derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:169:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:313:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:314:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:314:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:315:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:315:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:317:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:317:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:319:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:319:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:335:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:310:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:335:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:336:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:311:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:336:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:337:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:314:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:337:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:339:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:315:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:339:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:342:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:317:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:342:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:345:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:319:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:345:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:361:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:310:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:361:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:362:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:311:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:362:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:363:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:314:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:363:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:365:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:315:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:365:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:368:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:317:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:368:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:371:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:319:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:371:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:403:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:403:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:404:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:404:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:405:16: style: The function 'calc_force_invgrads' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:166:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:405:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:406:16: style: The function 'calc_Jacobian_derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:169:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:406:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:407:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:407:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:408:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:408:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:410:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:410:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:412:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:412:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:415:16: style: The function 'wrap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:237:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:415:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:434:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:403:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:434:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:435:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:404:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:435:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:436:16: style: The function 'calc_force_invgrads' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:405:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:436:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:437:16: style: The function 'calc_Jacobian_derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:406:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:437:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:438:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:407:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:438:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:439:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:408:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:439:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:441:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:410:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:441:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:443:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:412:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:443:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:461:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:461:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:462:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:462:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:463:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:463:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:465:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:465:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:468:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:468:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:471:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:471:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:474:16: style: The function 'wrap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:237:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:474:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:491:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:491:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:492:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:492:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:493:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:493:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:495:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:495:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:498:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:498:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:501:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:501:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:523:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:523:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:524:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:524:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:525:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:525:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:526:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:526:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:528:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:528:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:530:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:530:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:552:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:552:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:553:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:553:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:554:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:554:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:572:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:572:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:573:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:573:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:574:16: style: The function 'calc_force_invgrads' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:166:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:574:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:575:16: style: The function 'calc_Jacobian_derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:169:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:575:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:576:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:576:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:577:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:577:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:579:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:579:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:581:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:581:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:597:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:572:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:597:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:598:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:573:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:598:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:599:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:576:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:599:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:600:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:577:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:600:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:602:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:579:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:602:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:604:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:581:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:604:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:623:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:597:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:623:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:624:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:598:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:624:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:625:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:599:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:625:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:626:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:600:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:626:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:628:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:602:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:628:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:630:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:604:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:630:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:663:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:663:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:664:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:664:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:665:16: style: The function 'calc_force_invgrads' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:166:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:665:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:666:16: style: The function 'calc_Jacobian_derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:169:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:666:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:667:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:667:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:668:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:668:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:670:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:670:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:672:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:672:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:711:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:711:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:712:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:712:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:713:16: style: The function 'calc_force_invgrads' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:166:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:713:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:714:16: style: The function 'calc_Jacobian_derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:169:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:714:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:715:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:715:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:716:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:716:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:718:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:718:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:720:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:720:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:759:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:759:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:760:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:760:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:761:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:761:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:762:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:762:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:764:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:764:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:766:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:766:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:802:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:802:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:803:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:803:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:804:16: style: The function 'calc_force_invgrads' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:166:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:804:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:805:16: style: The function 'calc_Jacobian_derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:169:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:805:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:806:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:806:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:809:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:809:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:812:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:812:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:815:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:815:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:818:16: style: The function 'wrap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:237:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:818:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:852:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:852:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:853:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:853:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:854:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:854:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:874:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:874:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:876:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:876:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:878:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:878:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:903:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:903:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:904:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:904:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:905:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:905:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:915:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:915:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:917:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:917:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:919:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:919:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:947:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:310:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:947:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:948:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:311:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:948:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:949:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:314:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:949:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:971:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:315:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:971:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:973:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:317:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:973:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:975:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:319:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:975:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1002:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1002:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1003:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1003:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1004:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1004:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1006:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1006:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1008:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1008:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1010:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1010:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1087:8: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1087:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1088:8: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1088:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1089:8: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1089:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1090:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1090:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1092:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1092:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1094:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1094:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1117:8: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1117:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1118:8: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1118:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1119:8: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1119:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1120:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1120:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1122:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1122:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1124:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1124:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1159:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1159:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1160:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1160:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1161:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1161:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1162:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1162:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1164:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1164:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1166:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1166:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1183:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1183:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1184:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1184:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1185:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1185:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1186:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1162:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1186:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1188:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1164:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1188:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1190:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1166:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1190:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1207:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1207:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1208:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1208:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1209:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1209:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1210:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1162:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1210:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1212:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1164:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1212:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1214:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1166:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1214:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1234:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1234:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1235:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1235:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1236:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1236:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1237:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1162:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1237:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1239:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1164:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1239:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1241:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1166:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1241:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1261:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1261:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1262:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1262:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1263:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1263:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1265:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1162:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1265:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1268:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1164:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1268:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1271:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1166:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1271:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1274:16: style: The function 'wrap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:237:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1274:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1299:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1299:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1300:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1300:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1301:16: style: The function 'calc_force_invgrads' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:166:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1301:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1302:16: style: The function 'calc_Jacobian_derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:169:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1302:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1303:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1303:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1304:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1304:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1306:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1306:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1308:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1308:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1328:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1328:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1329:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1329:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1330:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1330:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:181:41: style: The function 'features' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.h:138:40: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:181:41: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:185:35: style: The function 'modify_features' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.h:139:34: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:185:35: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:235:15: style: The function 'clear_state_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:113:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:235:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:237:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:94:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:237:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:239:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:55:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:239:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:246:29: style: The function 'get_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:119:29: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:246:29: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:247:15: style: The function 'set_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:122:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:247:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:248:26: style: The function 'write_state_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:125:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:248:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:249:26: style: The function 'read_state_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:131:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:249:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:250:15: style: The function 'write_output_files' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:158:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:250:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.cpp:1229:5: warning: Return value of function log() is not used. [ignoredReturnValue]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.cpp:1275:5: warning: Return value of function log() is not used. [ignoredReturnValue]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.cpp:82:41: style: Function 'atom_group' argument 1 names different: declaration 'key' definition 'key_in'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.h:159:26: note: Function 'atom_group' argument 1 names different: declaration 'key' definition 'key_in'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.cpp:82:41: note: Function 'atom_group' argument 1 names different: declaration 'key' definition 'key_in'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.cpp:265:47: style: Function 'parse' argument 1 names different: declaration 'conf' definition 'group_conf'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.h:182:32: note: Function 'parse' argument 1 names different: declaration 'conf' definition 'group_conf'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.cpp:265:47: note: Function 'parse' argument 1 names different: declaration 'conf' definition 'group_conf'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.cpp:374:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.cpp:818:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.cpp:1178:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.cpp:58:12: warning: Member variable 'atom::charge' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.cpp:84:3: performance: Variable 'key' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.h:28:1: warning: The class 'atom' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1370:21: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1598:12: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.cpp:36:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.cpp:287:53: style: Function 'set_state_params' argument 1 names different: declaration 'state_conf' definition 'conf'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:122:51: note: Function 'set_state_params' argument 1 names different: declaration 'state_conf' definition 'conf'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.cpp:287:53: note: Function 'set_state_params' argument 1 names different: declaration 'state_conf' definition 'conf'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.cpp:111:13: warning: Member variable 'colvarbias::rank' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.cpp:111:13: warning: Member variable 'colvarbias::b_output_energy' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.cpp:111:13: warning: Member variable 'colvarbias::state_file_step' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:213:0: warning: Member variable 'colvar_grid < unsigned long >::nxc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:213:0: warning: Member variable 'colvar_grid < unsigned long >::nt' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:213:0: warning: Member variable 'colvar_grid < unsigned long >::new_data' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:213:0: warning: Member variable 'colvar_grid < unsigned long >::has_parent_data' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:233:0: warning: Member variable 'colvar_grid < unsigned long >::has_parent_data' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:213:0: warning: Member variable 'colvar_grid < colvarmodule :: real >::nxc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:213:0: warning: Member variable 'colvar_grid < colvarmodule :: real >::nt' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:213:0: warning: Member variable 'colvar_grid < colvarmodule :: real >::new_data' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:213:0: warning: Member variable 'colvar_grid < colvarmodule :: real >::has_parent_data' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:233:0: warning: Member variable 'colvar_grid < colvarmodule :: real >::has_parent_data' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1205:25: style: Technically the member function 'colvar_grid_count::new_count' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1233:20: style: Technically the member function 'colvar_grid_count::log_gradient_finite_diff' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1282:20: style: Technically the member function 'colvar_grid_count::gradient_finite_diff' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1366:15: style: Technically the member function 'colvar_grid_scalar::vector_gradient_finite_diff' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:431:0: performance: Technically the member function 'colvar_grid < unsigned long >::value_to_bin_scalar' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:446:0: performance: Technically the member function 'colvar_grid < unsigned long >::bin_to_value_scalar' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:431:0: performance: Technically the member function 'colvar_grid < colvarmodule :: real >::value_to_bin_scalar' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:446:0: performance: Technically the member function 'colvar_grid < colvarmodule :: real >::bin_to_value_scalar' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:97:15: warning: Virtual function 'reset' is called from constructor 'colvarbias(const char*key)' at line 26. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.cpp:26:3: note: Calling reset
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:97:15: note: reset is a virtual method
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1344:3: style: Class 'colvar_grid_scalar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1501:3: style: Class 'colvar_grid_gradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1504:3: style: Class 'colvar_grid_gradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:26:0: warning: The class 'colvar_grid < unsigned long >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:26:0: warning: The class 'colvar_grid < colvarmodule :: real >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1214:23: style: The function 'value_input' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:710:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1214:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1417:21: style: The function 'value_output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:701:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1417:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1437:16: style: The function 'value_input' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:710:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1437:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1561:28: style: The function 'value_output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:701:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1561:28: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1575:23: style: The function 'value_input' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:710:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1575:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:579:28: warning: Either the condition '!samples_os' is redundant or there is possible null pointer dereference: samples_os. [nullPointerRedundantCheck]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:586:9: note: Assuming that condition '!samples_os' is not redundant
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:579:28: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:47:22: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:239:20: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:35:9: warning: Member variable 'n_matrix::dimension' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:35:9: warning: Member variable 'n_matrix::x_total_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:35:9: warning: Member variable 'n_matrix::y_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:35:9: warning: Member variable 'n_matrix::y_total_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:35:9: warning: Member variable 'n_matrix::i' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:35:9: warning: Member variable 'n_matrix::j' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:36:9: warning: Member variable 'n_matrix::i' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:36:9: warning: Member variable 'n_matrix::j' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:215:9: warning: Member variable 'UIestimator::dimension' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:215:9: warning: Member variable 'UIestimator::output_freq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:215:9: warning: Member variable 'UIestimator::restart' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:215:9: warning: Member variable 'UIestimator::temperature' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:215:9: warning: Member variable 'UIestimator::written' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:215:9: warning: Member variable 'UIestimator::written_1D' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::update_bias' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::hide_Jacobian' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::b_integrate' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::full_samples' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::min_samples' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::output_freq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::b_history_files' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::b_czar_window_file' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::history_freq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::integrate_initial_steps' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::integrate_steps' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::cap_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::integrate_freq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::applied_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::shared_on' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::shared_freq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::shared_last_step' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:141:0: warning: Member variable 'UIestimator :: n_vector < double >::dimension' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:141:0: warning: Member variable 'UIestimator :: n_vector < double >::x_total_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:141:0: warning: Member variable 'UIestimator :: n_vector < int >::dimension' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:141:0: warning: Member variable 'UIestimator :: n_vector < int >::x_total_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:141:0: warning: Member variable 'UIestimator :: n_vector < std :: vector < double > >::dimension' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:141:0: warning: Member variable 'UIestimator :: n_vector < std :: vector < double > >::x_total_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:543:14: style: Unused private function: 'UIestimator::write_interal_data' [unusedPrivateFunction]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:43:19: performance: Variable 'lowerboundary' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:44:19: performance: Variable 'upperboundary' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:45:19: performance: Variable 'width' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:229:19: performance: Variable 'lowerboundary' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:230:19: performance: Variable 'upperboundary' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:231:19: performance: Variable 'width' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:232:19: performance: Variable 'krestr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:233:19: performance: Variable 'output_filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:236:19: performance: Variable 'input_filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:148:0: performance: Variable 'width' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:131:16: performance: Technically the member function 'UIestimator::n_matrix::round' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:164:15: warning: The class 'colvarbias_abf' defines member variable with name 'output_prefix' also defined in its parent class 'colvarbias'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:38:16: note: The class 'colvarbias_abf' defines member variable with name 'output_prefix' also defined in its parent class 'colvarbias'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:164:15: note: The class 'colvarbias_abf' defines member variable with name 'output_prefix' also defined in its parent class 'colvarbias'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:30:3: style: Class 'colvarbias_abf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:31:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:94:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:31:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:33:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:55:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:33:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:123:15: style: The function 'replica_share' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:85:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:123:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:131:15: style: The function 'bin_num' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:77:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:131:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:133:15: style: The function 'current_bin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:80:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:133:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:135:15: style: The function 'bin_count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:83:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:135:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:144:17: style: The function 'read_state_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:131:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:144:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:145:17: style: The function 'write_state_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:125:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:145:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:675:61: performance: Function parameter 'input_filename' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:170:0: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:174:0: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.cpp:31:17: warning: Member variable 'colvarbias_alb::update_freq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.cpp:31:17: warning: Member variable 'colvarbias_alb::b_hard_coupling_range' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.cpp:31:17: warning: Member variable 'colvarbias_alb::b_output_centers' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.cpp:31:17: warning: Member variable 'colvarbias_alb::b_output_grad' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.cpp:31:17: warning: Member variable 'colvarbias_alb::b_output_coupling' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:78:13: performance: Technically the member function 'colvarbias_alb::restraint_potential' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.cpp:399:27: note: Technically the member function 'colvarbias_alb::restraint_potential' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:78:13: note: Technically the member function 'colvarbias_alb::restraint_potential' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:81:15: performance: Technically the member function 'colvarbias_alb::restraint_force' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.cpp:407:29: note: Technically the member function 'colvarbias_alb::restraint_force' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:81:15: note: Technically the member function 'colvarbias_alb::restraint_force' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:84:13: performance: Technically the member function 'colvarbias_alb::restraint_convert_k' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.cpp:415:27: note: Technically the member function 'colvarbias_alb::restraint_convert_k' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:84:13: note: Technically the member function 'colvarbias_alb::restraint_convert_k' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:21:3: style: Class 'colvarbias_alb' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:23:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:94:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:23:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:24:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:55:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:24:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:26:29: style: The function 'get_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:119:29: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:26:29: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:27:15: style: The function 'set_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:122:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:27:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:28:26: style: The function 'write_traj_label' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:146:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:28:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:29:26: style: The function 'write_traj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:149:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:29:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.cpp:16:23: warning: Member variable 'colvarbias_histogram::output_freq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.cpp:16:23: warning: Member variable 'colvarbias_histogram::colvar_array_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.h:26:3: style: Class 'colvarbias_histogram' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.h:28:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:94:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.h:28:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.h:29:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:55:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.h:29:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.h:30:15: style: The function 'write_output_files' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:158:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.h:30:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.h:45:26: style: The function 'read_state_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:131:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.h:45:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.h:46:26: style: The function 'write_state_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:125:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.h:46:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:401:20: style: The scope of the variable 'new_lb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:402:20: style: The scope of the variable 'new_ub' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:679:66: style: Function 'calc_hills' argument 4 names different: declaration 'values' definition 'colvar_values'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:128:59: note: Function 'calc_hills' argument 4 names different: declaration 'values' definition 'colvar_values'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:679:66: note: Function 'calc_hills' argument 4 names different: declaration 'values' definition 'colvar_values'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:797:65: style: Function 'project_hills' argument 3 names different: declaration 'ge' definition 'he'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:198:43: note: Function 'project_hills' argument 3 names different: declaration 'ge' definition 'he'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:797:65: note: Function 'project_hills' argument 3 names different: declaration 'ge' definition 'he'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:798:65: style: Function 'project_hills' argument 4 names different: declaration 'gf' definition 'hg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:198:69: note: Function 'project_hills' argument 4 names different: declaration 'gf' definition 'hg'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:798:65: note: Function 'project_hills' argument 4 names different: declaration 'gf' definition 'hg'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:901:74: style: Function 'recount_hills_off_grid' argument 3 names different: declaration 'ge' definition 'he'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:109:52: note: Function 'recount_hills_off_grid' argument 3 names different: declaration 'ge' definition 'he'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:901:74: note: Function 'recount_hills_off_grid' argument 3 names different: declaration 'ge' definition 'he'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:1202:63: style: Function 'read_state_data' argument 1 names different: declaration 'os' definition 'is'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:63:56: note: Function 'read_state_data' argument 1 names different: declaration 'os' definition 'is'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:1202:63: note: Function 'read_state_data' argument 1 names different: declaration 'os' definition 'is'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:285:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:324:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:697:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:737:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:750:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:762:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:773:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:905:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:1477:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:1643:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:1650:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::comm' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::new_hill_freq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::b_hills_traj' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::use_grids' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::rebin_grids' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::expand_grids' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::grids_freq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::keep_hills' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::dump_fes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::dump_replica_fes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::dump_fes_save' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::well_tempered' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::ebmeta' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::target_dist' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::ebmeta_equil_steps' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::safely_read_restart' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::hills_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::hills_energy_gradients' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::replica_update_freq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::replica_state_file_in_sync' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::update_status' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::replica_hills_file_pos' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:342:3: warning: Member variable 'hill::hill_value' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:356:20: style: Technically the member function 'hill::energy' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:362:20: style: Technically the member function 'hill::energy' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:368:27: style: Technically the member function 'hill::value' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:380:20: style: Technically the member function 'hill::weight' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:439:15: style: Technically the member function 'hill::output_traj' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:1816:36: note: Technically the member function 'hill::output_traj' can be const.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:439:15: note: Technically the member function 'hill::output_traj' can be const.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:40:3: style: Class 'colvarbias_meta' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:264:1: warning: The class 'hill' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:43:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:94:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:43:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:47:15: style: The function 'clear_state_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:113:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:47:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:49:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:55:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:49:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:53:15: style: The function 'replica_share' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:85:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:53:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:55:15: style: The function 'calc_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:59:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:55:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:60:29: style: The function 'get_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:119:29: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:60:29: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:61:15: style: The function 'set_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:122:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:61:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:62:26: style: The function 'write_state_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:125:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:62:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:63:26: style: The function 'read_state_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:131:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:63:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:65:15: style: The function 'setup_output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:152:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:65:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:66:15: style: The function 'write_output_files' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:158:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:66:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:68:15: style: The function 'write_state_to_replicas' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:167:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:68:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:870:77: style: Function 'read_state_data' argument 1 names different: declaration 'os' definition 'is'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:237:56: note: Function 'read_state_data' argument 1 names different: declaration 'os' definition 'is'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:870:77: note: Function 'read_state_data' argument 1 names different: declaration 'os' definition 'is'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:1173:83: style: Function 'read_state_data' argument 1 names different: declaration 'os' definition 'is'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:265:56: note: Function 'read_state_data' argument 1 names different: declaration 'os' definition 'is'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:1173:83: note: Function 'read_state_data' argument 1 names different: declaration 'os' definition 'is'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:1324:75: style: Function 'read_state_data' argument 1 names different: declaration 'os' definition 'is'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:307:56: note: Function 'read_state_data' argument 1 names different: declaration 'os' definition 'is'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:1324:75: note: Function 'read_state_data' argument 1 names different: declaration 'os' definition 'is'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:1349:33: warning: Member variable 'colvarbias_restraint_histogram::b_write_histogram' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:155:3: performance: Variable 'force_k' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:184:3: performance: Variable 'acc_work' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:500:3: performance: Variable 'target_equil_steps' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:501:3: performance: Variable 'target_force_k' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:502:3: performance: Variable 'starting_force_k' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:503:3: performance: Variable 'force_k_exp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:504:3: performance: Variable 'restraint_FE' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:505:3: performance: Variable 'force_k_incr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:929:3: performance: Variable 'lower_wall_k' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:930:3: performance: Variable 'upper_wall_k' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:1352:3: performance: Variable 'lower_boundary' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:1353:3: performance: Variable 'upper_boundary' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:1354:3: performance: Variable 'width' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:1355:3: performance: Variable 'gaussian_width' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:70:3: style: Class 'colvarbias_restraint_centers' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:87:3: style: Class 'colvarbias_restraint_k' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:106:3: style: Class 'colvarbias_restraint_moving' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:149:3: style: Class 'colvarbias_restraint_centers_moving' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:188:3: style: Class 'colvarbias_restraint_k_moving' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:231:3: style: Class 'colvarbias_restraint_harmonic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:258:3: style: Class 'colvarbias_restraint_harmonic_walls' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:298:3: style: Class 'colvarbias_restraint_linear' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:325:3: style: Class 'colvarbias_restraint_histogram' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:26:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:55:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:26:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:29:15: style: The function 'change_configuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:70:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:29:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:32:21: style: The function 'energy_difference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:73:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:32:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:34:29: style: The function 'get_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:119:29: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:34:29: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:35:15: style: The function 'set_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:122:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:35:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:38:26: style: The function 'write_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:140:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:38:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:39:26: style: The function 'read_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:143:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:39:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:41:26: style: The function 'write_traj_label' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:146:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:41:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:42:26: style: The function 'write_traj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:149:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:42:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:47:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:94:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:47:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:71:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:47:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:71:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:72:15: style: The function 'change_configuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:29:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:72:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:88:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:47:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:88:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:89:15: style: The function 'change_configuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:29:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:89:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:150:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:71:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:150:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:151:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:109:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:151:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:152:15: style: The function 'change_configuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:72:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:152:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:154:29: style: The function 'get_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:112:29: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:154:29: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:155:15: style: The function 'set_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:113:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:155:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:189:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:88:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:189:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:190:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:109:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:190:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:191:15: style: The function 'change_configuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:89:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:191:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:193:29: style: The function 'get_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:112:29: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:193:29: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:194:15: style: The function 'set_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:113:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:194:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:232:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:150:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:232:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:233:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:151:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:233:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:234:29: style: The function 'get_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:154:29: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:234:29: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:235:15: style: The function 'set_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:155:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:235:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:238:26: style: The function 'write_traj_label' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:156:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:238:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:239:26: style: The function 'write_traj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:157:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:239:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:240:15: style: The function 'change_configuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:152:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:240:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:259:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:189:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:259:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:260:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:190:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:260:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:262:29: style: The function 'get_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:193:29: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:262:29: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:263:15: style: The function 'set_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:194:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:263:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:266:26: style: The function 'write_traj_label' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:195:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:266:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:267:26: style: The function 'write_traj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:196:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:267:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:299:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:150:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:299:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:300:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:151:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:300:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:301:15: style: The function 'change_configuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:152:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:301:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:304:29: style: The function 'get_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:154:29: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:304:29: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:305:15: style: The function 'set_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:155:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:305:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:308:26: style: The function 'write_traj_label' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:156:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:308:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:309:26: style: The function 'write_traj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:157:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:309:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:326:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:94:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:326:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:329:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:55:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:329:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:333:26: style: The function 'write_traj_label' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:146:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:333:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:334:26: style: The function 'write_traj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:149:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:334:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.cpp:102:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.cpp:103:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:107:15: warning: Virtual function 'init' is called from constructor 'cvc(const std::string&conf)' at line 40. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.cpp:40:3: note: Calling init
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:107:15: note: init is a virtual method
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:592:20: warning: Member variable 'polar_phi::atoms' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:539:22: warning: Member variable 'polar_theta::atoms' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:18:16: warning: Member variable 'angle::b_1site_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:36:16: warning: Member variable 'angle::b_1site_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:56:16: warning: Member variable 'angle::group1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:56:16: warning: Member variable 'angle::group2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:56:16: warning: Member variable 'angle::group3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:56:16: warning: Member variable 'angle::b_1site_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:150:23: warning: Member variable 'dipole_angle::b_1site_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:164:23: warning: Member variable 'dipole_angle::b_1site_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:181:23: warning: Member variable 'dipole_angle::group1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:181:23: warning: Member variable 'dipole_angle::group2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:181:23: warning: Member variable 'dipole_angle::group3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:181:23: warning: Member variable 'dipole_angle::b_1site_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:260:19: warning: Member variable 'dihedral::b_1site_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:314:19: warning: Member variable 'dihedral::group1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:314:19: warning: Member variable 'dihedral::group2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:314:19: warning: Member variable 'dihedral::group3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:314:19: warning: Member variable 'dihedral::group4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:314:19: warning: Member variable 'dihedral::b_1site_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:24:59: style: Function 'switching_function' argument 2 names different: declaration 'exp_num' definition 'en'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:861:50: note: Function 'switching_function' argument 2 names different: declaration 'exp_num' definition 'en'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:24:59: note: Function 'switching_function' argument 2 names different: declaration 'exp_num' definition 'en'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:25:59: style: Function 'switching_function' argument 3 names different: declaration 'exp_den' definition 'ed'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:861:70: note: Function 'switching_function' argument 3 names different: declaration 'exp_den' definition 'ed'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:25:59: note: Function 'switching_function' argument 3 names different: declaration 'exp_den' definition 'ed'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:53:59: style: Function 'switching_function' argument 2 names different: declaration 'exp_num' definition 'en'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:871:50: note: Function 'switching_function' argument 2 names different: declaration 'exp_num' definition 'en'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:53:59: note: Function 'switching_function' argument 2 names different: declaration 'exp_num' definition 'en'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:54:59: style: Function 'switching_function' argument 3 names different: declaration 'exp_den' definition 'ed'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:871:70: note: Function 'switching_function' argument 3 names different: declaration 'exp_den' definition 'ed'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:54:59: note: Function 'switching_function' argument 3 names different: declaration 'exp_den' definition 'ed'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:282:34: style: Function 'h_bond' argument 3 names different: declaration 'r0' definition 'r0_i'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:999:20: note: Function 'h_bond' argument 3 names different: declaration 'r0' definition 'r0_i'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:282:34: note: Function 'h_bond' argument 3 names different: declaration 'r0' definition 'r0_i'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:282:44: style: Function 'h_bond' argument 4 names different: declaration 'en' definition 'en_i'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:999:28: note: Function 'h_bond' argument 4 names different: declaration 'en' definition 'en_i'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:282:44: note: Function 'h_bond' argument 4 names different: declaration 'en' definition 'en_i'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:282:54: style: Function 'h_bond' argument 5 names different: declaration 'ed' definition 'ed_i'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:999:36: note: Function 'h_bond' argument 5 names different: declaration 'ed' definition 'ed_i'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:282:54: note: Function 'h_bond' argument 5 names different: declaration 'ed' definition 'ed_i'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:458:64: style: Function 'switching_function' argument 2 names different: declaration 'exp_num' definition 'en'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:956:50: note: Function 'switching_function' argument 2 names different: declaration 'exp_num' definition 'en'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:458:64: note: Function 'switching_function' argument 2 names different: declaration 'exp_num' definition 'en'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:459:64: style: Function 'switching_function' argument 3 names different: declaration 'exp_den' definition 'ed'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:956:70: note: Function 'switching_function' argument 3 names different: declaration 'exp_den' definition 'ed'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:459:64: note: Function 'switching_function' argument 3 names different: declaration 'exp_den' definition 'ed'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:142:19: warning: Member variable 'coordnum::group1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:142:19: warning: Member variable 'coordnum::group2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:142:19: warning: Member variable 'coordnum::en' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:142:19: warning: Member variable 'coordnum::ed' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:359:23: warning: Member variable 'selfcoordnum::group1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:359:23: warning: Member variable 'selfcoordnum::en' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:359:23: warning: Member variable 'selfcoordnum::ed' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:448:24: warning: Member variable 'groupcoordnum::en' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:448:24: warning: Member variable 'groupcoordnum::ed' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:294:17: warning: Member variable 'h_bond::en' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:294:17: warning: Member variable 'h_bond::ed' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:1467:10: style: The scope of the variable 'ia' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:1467:14: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:20:19: warning: Member variable 'distance::b_no_PBC' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:37:19: warning: Member variable 'distance::group1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:37:19: warning: Member variable 'distance::group2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:37:19: warning: Member variable 'distance::b_no_PBC' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:170:21: warning: Member variable 'distance_z::b_no_PBC' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:219:21: warning: Member variable 'distance_z::main' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:219:21: warning: Member variable 'distance_z::ref1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:219:21: warning: Member variable 'distance_z::ref2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:219:21: warning: Member variable 'distance_z::b_no_PBC' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:219:21: warning: Member variable 'distance_z::fixed_axis' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:557:23: warning: Member variable 'distance_inv::b_no_PBC' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:594:23: warning: Member variable 'distance_inv::group1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:594:23: warning: Member variable 'distance_inv::group2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:594:23: warning: Member variable 'distance_inv::b_no_PBC' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:665:25: warning: Member variable 'distance_pairs::b_no_PBC' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:679:25: warning: Member variable 'distance_pairs::group1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:679:25: warning: Member variable 'distance_pairs::group2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:679:25: warning: Member variable 'distance_pairs::b_no_PBC' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:770:19: warning: Member variable 'gyration::atoms' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_protein.cpp:298:9: style: Condition 'eigenvectors_as_columns' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_protein.cpp:296:36: note: Assignment 'eigenvectors_as_columns=true', assigned value is 1
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_protein.cpp:298:9: note: Condition 'eigenvectors_as_columns' is always true
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_protein.cpp:281:15: style: The scope of the variable 'vecNumber' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_rotations.cpp:91:22: warning: Member variable 'orientation::atoms' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.cpp:720:28: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.cpp:23:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.cpp:134:8: style: The scope of the variable 'ok' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.cpp:296:13: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.cpp:772:8: style: The scope of the variable 'found' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.cpp:123:28: style: Function 'enable' argument 1 names different: declaration 'f' definition 'feature_id'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.h:195:18: note: Function 'enable' argument 1 names different: declaration 'f' definition 'feature_id'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.cpp:123:28: note: Function 'enable' argument 1 names different: declaration 'f' definition 'feature_id'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.cpp:295:29: style: Function 'disable' argument 1 names different: declaration 'f' definition 'feature_id'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.h:199:19: note: Function 'disable' argument 1 names different: declaration 'f' definition 'feature_id'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.cpp:295:29: note: Function 'disable' argument 1 names different: declaration 'f' definition 'feature_id'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.cpp:357:36: style: Function 'decr_ref_count' argument 1 names different: declaration 'f' definition 'feature_id'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.h:211:26: note: Function 'decr_ref_count' argument 1 names different: declaration 'f' definition 'feature_id'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.cpp:357:36: note: Function 'decr_ref_count' argument 1 names different: declaration 'f' definition 'feature_id'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:266:72: style: Function 'update_div_neighbors' argument 1 names different: declaration 'ix' definition 'ix0'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1646:53: note: Function 'update_div_neighbors' argument 1 names different: declaration 'ix' definition 'ix0'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:266:72: note: Function 'update_div_neighbors' argument 1 names different: declaration 'ix' definition 'ix0'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:327:68: style: Function 'update_div_local' argument 1 names different: declaration 'ix' definition 'ix0'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1670:49: note: Function 'update_div_local' argument 1 names different: declaration 'ix' definition 'ix0'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:327:68: note: Function 'update_div_local' argument 1 names different: declaration 'ix' definition 'ix0'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:379:64: style: Function 'atimes' argument 1 names different: declaration 'x' definition 'A'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1685:45: note: Function 'atimes' argument 1 names different: declaration 'x' definition 'A'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:379:64: note: Function 'atimes' argument 1 names different: declaration 'x' definition 'A'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:379:91: style: Function 'atimes' argument 2 names different: declaration 'r' definition 'LA'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1685:72: note: Function 'atimes' argument 2 names different: declaration 'r' definition 'LA'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:379:91: note: Function 'atimes' argument 2 names different: declaration 'r' definition 'LA'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:122:23: warning: Member variable 'colvar_grid_gradient::weights' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:126:23: warning: Member variable 'colvar_grid_gradient::weights' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:130:23: warning: Member variable 'colvar_grid_gradient::weights' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1675:8: style: Technically the member function 'integrate_potential::get_grad' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:303:27: note: Technically the member function 'integrate_potential::get_grad' can be const.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1675:8: note: Technically the member function 'integrate_potential::get_grad' can be const.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1682:13: performance: Technically the member function 'integrate_potential::l2norm' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:848:32: note: Technically the member function 'integrate_potential::l2norm' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1682:13: note: Technically the member function 'integrate_potential::l2norm' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1685:8: style: Technically the member function 'integrate_potential::atimes' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:379:27: note: Technically the member function 'integrate_potential::atimes' can be const.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1685:8: note: Technically the member function 'integrate_potential::atimes' can be const.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1326:1: warning: The class 'colvar_grid_scalar' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:878:7: style: The scope of the variable 'error_code' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:28:41: style: Function 'colvarmodule' argument 1 names different: declaration 'proxy' definition 'proxy_in'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:259:29: note: Function 'colvarmodule' argument 1 names different: declaration 'proxy' definition 'proxy_in'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:28:41: note: Function 'colvarmodule' argument 1 names different: declaration 'proxy' definition 'proxy_in'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:124:49: style: Function 'read_config_file' argument 1 names different: declaration 'config_file_name' definition 'config_filename'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:268:36: note: Function 'read_config_file' argument 1 names different: declaration 'config_file_name' definition 'config_filename'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:124:49: note: Function 'read_config_file' argument 1 names different: declaration 'config_file_name' definition 'config_filename'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:153:57: style: Function 'read_config_string' argument 1 names different: declaration 'conf' definition 'config_str'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:272:45: note: Function 'read_config_string' argument 1 names different: declaration 'conf' definition 'config_str'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:153:57: note: Function 'read_config_string' argument 1 names different: declaration 'conf' definition 'config_str'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:238:56: style: Function 'append_new_config' argument 1 names different: declaration 'conf' definition 'new_conf'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:295:44: note: Function 'append_new_config' argument 1 names different: declaration 'conf' definition 'new_conf'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:238:56: note: Function 'append_new_config' argument 1 names different: declaration 'conf' definition 'new_conf'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1702:33: style: Function 'load_atoms' argument 1 names different: declaration 'filename' definition 'file_name'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:515:37: note: Function 'load_atoms' argument 1 names different: declaration 'filename' definition 'file_name'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1702:33: note: Function 'load_atoms' argument 1 names different: declaration 'filename' definition 'file_name'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1711:34: style: Function 'load_coords' argument 1 names different: declaration 'filename' definition 'file_name'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:528:38: note: Function 'load_coords' argument 1 names different: declaration 'filename' definition 'file_name'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1711:34: note: Function 'load_coords' argument 1 names different: declaration 'filename' definition 'file_name'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:896:19: style: Variable 'error_code' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:450:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:470:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:484:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:526:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:540:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:554:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:695:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:735:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:750:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:777:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:795:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:804:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:835:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:859:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:868:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:887:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:912:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:929:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1023:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1032:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1047:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1083:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1092:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1183:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1229:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1240:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1333:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1341:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1408:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1441:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1447:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1508:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1513:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1537:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1542:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1658:12: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1695:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1773:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1783:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:386:7: performance: Technically the member function 'colvarmodule::change_configuration' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:563:19: note: Technically the member function 'colvarmodule::change_configuration' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:386:7: note: Technically the member function 'colvarmodule::change_configuration' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:389:15: performance: Technically the member function 'colvarmodule::read_colvar' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:581:27: note: Technically the member function 'colvarmodule::read_colvar' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:389:15: note: Technically the member function 'colvarmodule::read_colvar' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:393:8: performance: Technically the member function 'colvarmodule::energy_difference' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:596:25: note: Technically the member function 'colvarmodule::energy_difference' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:393:8: note: Technically the member function 'colvarmodule::energy_difference' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:396:7: performance: Technically the member function 'colvarmodule::bias_bin_num' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:629:19: note: Technically the member function 'colvarmodule::bias_bin_num' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:396:7: note: Technically the member function 'colvarmodule::bias_bin_num' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:398:7: performance: Technically the member function 'colvarmodule::bias_current_bin' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:612:19: note: Technically the member function 'colvarmodule::bias_current_bin' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:398:7: note: Technically the member function 'colvarmodule::bias_current_bin' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:400:7: performance: Technically the member function 'colvarmodule::bias_bin_count' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:646:19: note: Technically the member function 'colvarmodule::bias_bin_count' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:400:7: note: Technically the member function 'colvarmodule::bias_bin_count' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:402:7: performance: Technically the member function 'colvarmodule::bias_share' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:663:19: note: Technically the member function 'colvarmodule::bias_share' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:402:7: note: Technically the member function 'colvarmodule::bias_share' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:605:7: performance: Technically the member function 'colvarmodule::calc_scripted_forces' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:943:19: note: Technically the member function 'colvarmodule::calc_scripted_forces' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:605:7: note: Technically the member function 'colvarmodule::calc_scripted_forces' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:35:5: style: Class 'colvarmodule' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:35:5: style: Class 'colvarmodule' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:539:61: style: Function 'getline_nocomments' argument 2 names different: declaration 's' definition 'line'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:290:57: note: Function 'getline_nocomments' argument 2 names different: declaration 's' definition 'line'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:539:61: note: Function 'getline_nocomments' argument 2 names different: declaration 's' definition 'line'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:551:42: style: Function 'key_lookup' argument 2 names different: declaration 'key' definition 'key_in'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:283:31: note: Function 'key_lookup' argument 2 names different: declaration 'key' definition 'key_in'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:551:42: note: Function 'key_lookup' argument 2 names different: declaration 'key' definition 'key_in'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:440:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:462:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:519:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:133:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:228:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:133:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:138:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:237:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:138:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:143:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:246:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:143:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:153:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:264:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:153:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:158:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:273:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:158:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:163:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:282:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:163:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:168:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:291:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:168:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:178:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:364:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:178:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:183:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:373:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:183:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:188:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:382:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:188:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:193:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:391:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:193:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:198:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:400:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:198:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:203:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:409:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:203:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:208:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:418:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:208:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:213:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:427:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:213:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:293:8: performance: Technically the member function 'colvarparse::brace_check' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:784:19: note: Technically the member function 'colvarparse::brace_check' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:293:8: note: Technically the member function 'colvarparse::brace_check' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:576:66: style: Function 'tcl_run_colvar_callback' argument 2 names different: declaration 'cvcs' definition 'cvc_values'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:511:55: note: Function 'tcl_run_colvar_callback' argument 2 names different: declaration 'cvcs' definition 'cvc_values'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:576:66: note: Function 'tcl_run_colvar_callback' argument 2 names different: declaration 'cvcs' definition 'cvc_values'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:613:66: style: Function 'tcl_run_colvar_gradient_callback' argument 2 names different: declaration 'cvcs' definition 'cvc_values'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:516:55: note: Function 'tcl_run_colvar_gradient_callback' argument 2 names different: declaration 'cvcs' definition 'cvc_values'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:613:66: note: Function 'tcl_run_colvar_gradient_callback' argument 2 names different: declaration 'cvcs' definition 'cvc_values'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:688:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:712:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:727:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:29:21: warning: Member variable 'colvarproxy_system::boundaries_type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:485:21: warning: Member variable 'colvarproxy_script::force_script_defined' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:485:21: warning: Member variable 'colvarproxy_script::have_scripts' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:748:14: warning: Member variable 'colvarproxy::version_int' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:504:15: performance: Technically the member function 'colvarproxy_tcl::tcl_obj_to_str' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:545:30: note: Technically the member function 'colvarproxy_tcl::tcl_obj_to_str' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:504:15: note: Technically the member function 'colvarproxy_tcl::tcl_obj_to_str' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:507:7: performance: Technically the member function 'colvarproxy_tcl::tcl_run_force_callback' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:555:22: note: Technically the member function 'colvarproxy_tcl::tcl_run_force_callback' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:507:7: note: Technically the member function 'colvarproxy_tcl::tcl_run_force_callback' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:509:7: performance: Technically the member function 'colvarproxy_tcl::tcl_run_colvar_callback' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:574:22: note: Technically the member function 'colvarproxy_tcl::tcl_run_colvar_callback' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:509:7: note: Technically the member function 'colvarproxy_tcl::tcl_run_colvar_callback' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:514:7: performance: Technically the member function 'colvarproxy_tcl::tcl_run_colvar_gradient_callback' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:611:22: note: Technically the member function 'colvarproxy_tcl::tcl_run_colvar_gradient_callback' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:514:7: note: Technically the member function 'colvarproxy_tcl::tcl_run_colvar_gradient_callback' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:672:7: performance: Technically the member function 'colvarproxy::get_version_from_string' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:800:18: note: Technically the member function 'colvarproxy::get_version_from_string' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:672:7: note: Technically the member function 'colvarproxy::get_version_from_string' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.h:266:3: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:83:7: style: The scope of the variable 'error_code' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:266:47: style: Function 'proc_colvar' argument 2 names different: declaration 'argc' definition 'objc'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.h:132:35: note: Function 'proc_colvar' argument 2 names different: declaration 'argc' definition 'objc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:266:47: note: Function 'proc_colvar' argument 2 names different: declaration 'argc' definition 'objc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:266:74: style: Function 'proc_colvar' argument 3 names different: declaration 'argv' definition 'objv'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.h:132:62: note: Function 'proc_colvar' argument 3 names different: declaration 'argv' definition 'objv'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:266:74: note: Function 'proc_colvar' argument 3 names different: declaration 'argv' definition 'objv'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:385:48: style: Function 'proc_bias' argument 2 names different: declaration 'argc' definition 'objc'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.h:135:36: note: Function 'proc_bias' argument 2 names different: declaration 'argc' definition 'objc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:385:48: note: Function 'proc_bias' argument 2 names different: declaration 'argc' definition 'objc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:385:75: style: Function 'proc_bias' argument 3 names different: declaration 'argv' definition 'objv'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.h:135:63: note: Function 'proc_bias' argument 3 names different: declaration 'argv' definition 'objv'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:385:75: note: Function 'proc_bias' argument 3 names different: declaration 'argv' definition 'objv'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:469:37: style: Function 'proc_features' argument 2 names different: declaration 'argc' definition 'objc'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.h:139:25: note: Function 'proc_features' argument 2 names different: declaration 'argc' definition 'objc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:469:37: note: Function 'proc_features' argument 2 names different: declaration 'argc' definition 'objc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:469:64: style: Function 'proc_features' argument 3 names different: declaration 'argv' definition 'objv'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.h:139:52: note: Function 'proc_features' argument 3 names different: declaration 'argv' definition 'objv'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:469:64: note: Function 'proc_features' argument 3 names different: declaration 'argv' definition 'objv'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.cpp:78:21: style: Same expression on both sides of '||'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.cpp:79:21: style: Same expression on both sides of '||'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.cpp:143:25: style: Same expression on both sides of '||'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.cpp:144:25: style: Same expression on both sides of '||'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.cpp:161:24: style: Same expression on both sides of '||'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.cpp:162:24: style: Same expression on both sides of '||'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.cpp:163:24: style: Same expression on both sides of '||'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.cpp:631:7: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/lepton/src/Parser.cpp:54:23: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp.cpp:97:27: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp.cpp:302:32: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp.cpp:299:35: style: Function 'cudppSort' argument 4 names different: declaration 'keybits' definition 'keyBits'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp.h:484:35: note: Function 'cudppSort' argument 4 names different: declaration 'keybits' definition 'keyBits'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp.cpp:299:35: note: Function 'cudppSort' argument 4 names different: declaration 'keybits' definition 'keyBits'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan_manager.h:52:5: warning: Member variable 'CUDPPPlanManager::plans' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan_manager.h:52:5: warning: Member variable 'CUDPPPlanManager::numCTAsTable' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.h:47:24: warning: The class 'CUDPPSparseMatrixVectorMultiplyPlan' defines member variable with name 'm_numRows' also defined in its parent class 'CUDPPPlan'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.h:144:22: note: The class 'CUDPPSparseMatrixVectorMultiplyPlan' defines member variable with name 'm_numRows' also defined in its parent class 'CUDPPPlan'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.h:47:24: note: The class 'CUDPPSparseMatrixVectorMultiplyPlan' defines member variable with name 'm_numRows' also defined in its parent class 'CUDPPPlan'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan_manager.h:25:1: warning: The class 'CUDPPPlanManager' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.cpp:78:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.cpp:74:0: note: Variable 'result' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.cpp:78:5: note: Variable 'result' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.cpp:70:42: style: Function 'cudppPlan' argument 3 names different: declaration 'n' definition 'numElements'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp.h:443:42: note: Function 'cudppPlan' argument 3 names different: declaration 'n' definition 'numElements'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.cpp:70:42: note: Function 'cudppPlan' argument 3 names different: declaration 'n' definition 'numElements'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.cpp:71:42: style: Function 'cudppPlan' argument 4 names different: declaration 'rows' definition 'numRows'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp.h:444:42: note: Function 'cudppPlan' argument 4 names different: declaration 'rows' definition 'numRows'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.cpp:71:42: note: Function 'cudppPlan' argument 4 names different: declaration 'rows' definition 'numRows'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.cpp:136:42: style: Function 'cudppDestroyPlan' argument 1 names different: declaration 'plan' definition 'planHandle'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp.h:448:42: note: Function 'cudppDestroyPlan' argument 1 names different: declaration 'plan' definition 'planHandle'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.cpp:136:42: note: Function 'cudppDestroyPlan' argument 1 names different: declaration 'plan' definition 'planHandle'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.cpp:379:5: style: Class 'CUDPPRadixSortPlan' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.cpp:379:5: style: Class 'CUDPPRadixSortPlan' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan_manager.cpp:50:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_answer.cpp:59:36: style: Function 'init' argument 4 names different: declaration 'dev' definition 'devi'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_answer.h:62:76: note: Function 'init' argument 4 names different: declaration 'dev' definition 'devi'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_answer.cpp:59:36: note: Function 'init' argument 4 names different: declaration 'dev' definition 'devi'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_vec.h:42:3: warning: Member variable 'UCL_H_Vec::_array' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_vec.h:42:3: warning: Member variable 'UCL_H_Vec::_end' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_vec.h:42:3: warning: Member variable 'UCL_H_Vec::_row_bytes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_mat.h:42:3: warning: Member variable 'UCL_H_Mat::_array' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_mat.h:42:3: warning: Member variable 'UCL_H_Mat::_end' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_mat.h:42:3: warning: Member variable 'UCL_H_Mat::_row_bytes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_mat.h:42:3: warning: Member variable 'UCL_H_Mat::_rows' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_d_vec.h:42:3: warning: Member variable 'UCL_D_Vec::_row_bytes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_d_vec.h:42:3: warning: Member variable 'UCL_D_Vec::_row_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_d_vec.h:42:3: warning: Member variable 'UCL_D_Vec::_rows' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_d_mat.h:42:3: warning: Member variable 'UCL_D_Mat::_pitch' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_d_mat.h:42:3: warning: Member variable 'UCL_D_Mat::_row_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_d_mat.h:42:3: warning: Member variable 'UCL_D_Mat::_rows' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:73:14: performance: Technically the member function 'ucl_cudadr::UCL_Device::num_platforms' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:76:22: performance: Technically the member function 'ucl_cudadr::UCL_Device::platform_name' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:83:14: style: Technically the member function 'ucl_cudadr::UCL_Device::num_devices' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:96:14: style: Technically the member function 'ucl_cudadr::UCL_Device::device_num' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:111:14: style: Technically the member function 'ucl_cudadr::UCL_Device::num_queues' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:139:22: style: Technically the member function 'ucl_cudadr::UCL_Device::name' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:145:22: performance: Technically the member function 'ucl_cudadr::UCL_Device::device_type_name' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:150:14: performance: Technically the member function 'ucl_cudadr::UCL_Device::device_type' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:165:19: style: Technically the member function 'ucl_cudadr::UCL_Device::cus' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:180:17: style: Technically the member function 'ucl_cudadr::UCL_Device::gigabytes' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:186:17: style: Technically the member function 'ucl_cudadr::UCL_Device::bytes' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:197:17: performance: Technically the member function 'ucl_cudadr::UCL_Device::free_bytes' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:206:17: style: Technically the member function 'ucl_cudadr::UCL_Device::arch' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:212:17: style: Technically the member function 'ucl_cudadr::UCL_Device::clock_rate' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:218:17: style: Technically the member function 'ucl_cudadr::UCL_Device::group_size' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:224:17: style: Technically the member function 'ucl_cudadr::UCL_Device::max_pitch' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:231:15: style: Technically the member function 'ucl_cudadr::UCL_Device::sharing_supported' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:238:15: performance: Technically the member function 'ucl_cudadr::UCL_Device::fission_equal' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:244:15: performance: Technically the member function 'ucl_cudadr::UCL_Device::fission_by_counts' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:250:15: performance: Technically the member function 'ucl_cudadr::UCL_Device::fission_by_affinity' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:257:14: performance: Technically the member function 'ucl_cudadr::UCL_Device::max_sub_devices' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_timer.h:107:17: style: Technically the member function 'ucl_cudadr::UCL_Timer::total_time' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_timer.h:110:17: style: Technically the member function 'ucl_cudadr::UCL_Timer::total_seconds' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_basemat.h:74:15: performance: Technically the member function 'ucl_cudadr::UCL_BaseMat::shared_mem_device' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_vec.h:367:17: performance: Technically the member function 'ucl_cudadr::UCL_H_Vec::rows' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_vec.h:375:14: performance: Technically the member function 'ucl_cudadr::UCL_H_Vec::element_size' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_vec.h:393:17: performance: Technically the member function 'ucl_cudadr::UCL_H_Vec::offset' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_vec.h:396:17: performance: Technically the member function 'ucl_cudadr::UCL_H_Vec::byteoff' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_mat.h:378:14: performance: Technically the member function 'ucl_cudadr::UCL_H_Mat::element_size' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_mat.h:396:17: performance: Technically the member function 'ucl_cudadr::UCL_H_Mat::offset' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_mat.h:399:17: performance: Technically the member function 'ucl_cudadr::UCL_H_Mat::byteoff' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_d_vec.h:450:17: performance: Technically the member function 'ucl_cudadr::UCL_D_Vec::rows' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_d_vec.h:458:14: performance: Technically the member function 'ucl_cudadr::UCL_D_Vec::element_size' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_d_vec.h:467:17: performance: Technically the member function 'ucl_cudadr::UCL_D_Vec::offset' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_d_mat.h:447:14: performance: Technically the member function 'ucl_cudadr::UCL_D_Mat::element_size' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_d_mat.h:456:17: performance: Technically the member function 'ucl_cudadr::UCL_D_Mat::offset' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_vector.h:138:17: style: Technically the member function 'ucl_cudadr::UCL_Vector::host_mem_usage' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_vector.h:141:17: style: Technically the member function 'ucl_cudadr::UCL_Vector::device_mem_usage' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_vector.h:171:14: performance: Technically the member function 'ucl_cudadr::UCL_Vector::element_size' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_matrix.h:139:17: style: Technically the member function 'ucl_cudadr::UCL_Matrix::host_mem_usage' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_matrix.h:142:17: style: Technically the member function 'ucl_cudadr::UCL_Matrix::device_mem_usage' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_matrix.h:171:14: performance: Technically the member function 'ucl_cudadr::UCL_Matrix::element_size' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_answer.h:101:17: style: Technically the member function 'LAMMPS_AL::Answer::cast_time' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_answer.h:104:17: style: Technically the member function 'LAMMPS_AL::Answer::gpu_bytes' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_answer.h:117:10: style: Technically the member function 'LAMMPS_AL::Answer::energy_virial' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_answer.cpp:172:17: note: Technically the member function 'LAMMPS_AL::Answer::energy_virial' can be const.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_answer.h:117:10: note: Technically the member function 'LAMMPS_AL::Answer::energy_virial' can be const.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_answer.h:124:8: style: Technically the member function 'LAMMPS_AL::Answer::get_answers' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_answer.cpp:267:15: note: Technically the member function 'LAMMPS_AL::Answer::get_answers' can be const.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_answer.h:124:8: note: Technically the member function 'LAMMPS_AL::Answer::get_answers' can be const.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_answer.h:139:17: style: Technically the member function 'LAMMPS_AL::Answer::cpu_idle_time' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_timer.h:36:3: style: Class 'UCL_Timer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:31:42: performance: Function parameter 'delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:38:42: performance: Function parameter 'delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:43:61: performance: Function parameter 'delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:44:42: performance: Function parameter 'row_delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:61:60: performance: Function parameter 'delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:62:42: performance: Function parameter 'row_delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:70:42: performance: Function parameter 'delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:78:42: performance: Function parameter 'delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:86:61: performance: Function parameter 'delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:87:42: performance: Function parameter 'row_delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:99:42: performance: Function parameter 'delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:100:42: performance: Function parameter 'row_delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:118:41: performance: Function parameter 'delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:142:60: performance: Function parameter 'delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:143:41: performance: Function parameter 'row_delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:188:41: performance: Function parameter 'delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:214:60: performance: Function parameter 'delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:215:41: performance: Function parameter 'row_delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_atom.cpp:211:30: style: Function 'init' argument 4 names different: declaration 'dev' definition 'devi'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_atom.h:70:25: note: Function 'init' argument 4 names different: declaration 'dev' definition 'devi'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_atom.cpp:211:30: note: Function 'init' argument 4 names different: declaration 'dev' definition 'devi'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_atom.cpp:197:18: style: Variable 'gpu_bytes' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_kernel.h:42:44: performance: Variable '_cq' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_kernel.h:45:5: performance: Variable '_cq' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_kernel.h:57:15: performance: Technically the member function 'ucl_cudadr::UCL_Program::clear' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_kernel.h:172:15: performance: Technically the member function 'ucl_cudadr::UCL_Kernel::clear' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_atom.h:94:8: style: Technically the member function 'LAMMPS_AL::Atom::charge' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_atom.h:97:8: style: Technically the member function 'LAMMPS_AL::Atom::quaternion' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_atom.h:100:8: style: Technically the member function 'LAMMPS_AL::Atom::velocity' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_atom.h:112:8: performance: Technically the member function 'LAMMPS_AL::Atom::sort_neighbor' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_atom.cpp:319:13: note: Technically the member function 'LAMMPS_AL::Atom::sort_neighbor' can be static.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_atom.h:112:8: note: Technically the member function 'LAMMPS_AL::Atom::sort_neighbor' can be static.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_atom.h:414:15: style: Technically the member function 'LAMMPS_AL::Atom::host_view' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_kernel.h:42:3: style: Class 'UCL_Program' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.cpp:45:36: style: Function 'init_atomic' argument 7 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:53:49: note: Function 'init_atomic' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.cpp:45:36: note: Function 'init_atomic' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.cpp:223:53: style: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:146:37: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.cpp:223:53: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.cpp:269:64: style: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:194:53: note: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.cpp:269:64: note: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.cpp:270:47: style: Function 'compile_kernels' argument 3 names different: declaration 'k' definition 'kname'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:194:78: note: Function 'compile_kernels' argument 3 names different: declaration 'k' definition 'kname'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.cpp:270:47: note: Function 'compile_kernels' argument 3 names different: declaration 'k' definition 'kname'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor_shared.h:37:3: warning: Member variable 'NeighborShared::nbor_program' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor_shared.h:37:3: warning: Member variable 'NeighborShared::build_program' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor_shared.h:37:3: warning: Member variable 'NeighborShared::_gpu_nbor' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::cell_iter' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_shared' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::dev' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_nbor_time_avail' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_time_device' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_gpu_nbor' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_max_atoms' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_max_nbors' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_max_host' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_nbor_pitch' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_maxspecial' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_gpu_host' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_alloc_packed' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_cutoff' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_cell_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_bin_time' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_packed_permissions' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_gpu_bytes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_c_bytes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_cell_bytes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_block_cell_2d' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_block_cell_id' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_max_block_nbor_build' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_block_nbor_build' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_threads_per_atom' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_total_atoms' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_cells_in_cutoff' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_warp_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_balance.h:32:3: warning: Member variable 'Balance::_gpu_nbor' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_balance.h:32:3: warning: Member variable 'Balance::_load_balance' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_balance.h:32:3: warning: Member variable 'Balance::_actual_split' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_balance.h:32:3: warning: Member variable 'Balance::_avg_split' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_balance.h:32:3: warning: Member variable 'Balance::_desired_split' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_balance.h:32:3: warning: Member variable 'Balance::_max_split' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_balance.h:32:3: warning: Member variable 'Balance::_avg_count' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_balance.h:32:3: warning: Member variable 'Balance::_inum' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_balance.h:32:3: warning: Member variable 'Balance::_inum_full' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_balance.h:32:3: warning: Member variable 'Balance::_timestep' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_texture.h:65:15: performance: Technically the member function 'ucl_cudadr::UCL_Texture::unbind' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:165:14: performance: Technically the member function 'LAMMPS_AL::Neighbor::max_nbor_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:180:17: style: Technically the member function 'LAMMPS_AL::Neighbor::gpu_bytes' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.h:67:15: performance: Technically the member function 'LAMMPS_AL::PPPM::resize_local' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.h:172:14: style: Technically the member function 'LAMMPS_AL::PPPM::block_size' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.h:171:17: style: Technically the member function 'LAMMPS_AL::Device::host_time' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.h:286:22: style: Technically the member function 'LAMMPS_AL::Device::compile_string' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.h:318:22: performance: Technically the member function 'LAMMPS_AL::Device::toa' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_balance.h:49:14: style: Technically the member function 'LAMMPS_AL::Balance::timestep' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_balance.h:52:14: performance: Technically the member function 'LAMMPS_AL::Balance::first_host_count' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:182:14: style: Technically the member function 'LAMMPS_AL::BaseAtomic::block_size' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor_shared.h:48:42: performance: Function parameter 'flags' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:58:31: performance: Function parameter 'compile_flags' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.cpp:46:36: style: Function 'init_atomic' argument 7 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:54:49: note: Function 'init_atomic' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.cpp:46:36: note: Function 'init_atomic' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.cpp:185:55: style: Function 'compute' argument 16 names different: declaration 'charge' definition 'host_q'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:133:62: note: Function 'compute' argument 16 names different: declaration 'charge' definition 'host_q'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.cpp:185:55: note: Function 'compute' argument 16 names different: declaration 'charge' definition 'host_q'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.cpp:232:52: style: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:142:36: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.cpp:232:52: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.cpp:234:41: style: Function 'compute' argument 20 names different: declaration 'charge' definition 'host_q'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:143:25: note: Function 'compute' argument 20 names different: declaration 'charge' definition 'host_q'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.cpp:234:41: note: Function 'compute' argument 20 names different: declaration 'charge' definition 'host_q'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.cpp:285:64: style: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:193:53: note: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.cpp:285:64: note: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.cpp:286:47: style: Function 'compile_kernels' argument 3 names different: declaration 'k' definition 'kname'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:193:78: note: Function 'compile_kernels' argument 3 names different: declaration 'k' definition 'kname'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.cpp:286:47: note: Function 'compile_kernels' argument 3 names different: declaration 'k' definition 'kname'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:180:14: style: Technically the member function 'LAMMPS_AL::BaseCharge::block_size' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:46:60: style: Function 'init_atomic' argument 7 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.h:52:49: note: Function 'init_atomic' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:46:60: note: Function 'init_atomic' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:187:50: style: Function 'compute' argument 16 names different: declaration 'charge' definition 'host_q'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.h:132:62: note: Function 'compute' argument 16 names different: declaration 'charge' definition 'host_q'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:187:50: note: Function 'compute' argument 16 names different: declaration 'charge' definition 'host_q'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:187:67: style: Function 'compute' argument 17 names different: declaration 'mu' definition 'host_mu'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.h:133:25: note: Function 'compute' argument 17 names different: declaration 'mu' definition 'host_mu'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:187:67: note: Function 'compute' argument 17 names different: declaration 'mu' definition 'host_mu'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:236:47: style: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.h:141:36: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:236:47: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:238:36: style: Function 'compute' argument 20 names different: declaration 'charge' definition 'host_q'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.h:142:25: note: Function 'compute' argument 20 names different: declaration 'charge' definition 'host_q'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:238:36: note: Function 'compute' argument 20 names different: declaration 'charge' definition 'host_q'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:238:53: style: Function 'compute' argument 21 names different: declaration 'mu' definition 'host_mu'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.h:142:42: note: Function 'compute' argument 21 names different: declaration 'mu' definition 'host_mu'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:238:53: note: Function 'compute' argument 21 names different: declaration 'mu' definition 'host_mu'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:293:64: style: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.h:193:53: note: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:293:64: note: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:294:47: style: Function 'compile_kernels' argument 3 names different: declaration 'k' definition 'kname'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.h:193:78: note: Function 'compile_kernels' argument 3 names different: declaration 'k' definition 'kname'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:294:47: note: Function 'compile_kernels' argument 3 names different: declaration 'k' definition 'kname'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.h:179:14: style: Technically the member function 'LAMMPS_AL::BaseDipole::block_size' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.cpp:46:57: style: Function 'init_atomic' argument 7 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.h:52:49: note: Function 'init_atomic' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.cpp:46:57: note: Function 'init_atomic' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.cpp:185:61: style: Function 'compute' argument 17 names different: declaration 'v' definition 'host_v'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.h:132:25: note: Function 'compute' argument 17 names different: declaration 'v' definition 'host_v'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.cpp:185:61: note: Function 'compute' argument 17 names different: declaration 'v' definition 'host_v'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.cpp:234:44: style: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.h:141:36: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.cpp:234:44: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.cpp:236:34: style: Function 'compute' argument 20 names different: declaration 'v' definition 'host_v'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.h:142:26: note: Function 'compute' argument 20 names different: declaration 'v' definition 'host_v'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.cpp:236:34: note: Function 'compute' argument 20 names different: declaration 'v' definition 'host_v'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.cpp:290:61: style: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.h:197:53: note: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.cpp:290:61: note: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.cpp:291:47: style: Function 'compile_kernels' argument 3 names different: declaration 'k' definition 'kname'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.h:197:78: note: Function 'compile_kernels' argument 3 names different: declaration 'k' definition 'kname'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.cpp:291:47: note: Function 'compile_kernels' argument 3 names different: declaration 'k' definition 'kname'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.h:180:14: style: Technically the member function 'LAMMPS_AL::BaseDPD::block_size' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.cpp:54:37: style: Function 'init_base' argument 7 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.h:54:47: note: Function 'init_base' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.cpp:54:37: note: Function 'init_base' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.cpp:57:42: style: Function 'init_base' argument 13 names different: declaration 'ellipsoid_sphere' definition 'ellip_sphere'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.h:57:28: note: Function 'init_base' argument 13 names different: declaration 'ellipsoid_sphere' definition 'ellip_sphere'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.cpp:57:42: note: Function 'init_base' argument 13 names different: declaration 'ellipsoid_sphere' definition 'ellip_sphere'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.cpp:350:54: style: Function 'compute' argument 16 names different: declaration 'quat' definition 'host_quat'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.h:171:63: note: Function 'compute' argument 16 names different: declaration 'quat' definition 'host_quat'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.cpp:350:54: note: Function 'compute' argument 16 names different: declaration 'quat' definition 'host_quat'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.cpp:398:67: style: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.h:179:36: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.cpp:398:67: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.h:231:14: style: Technically the member function 'LAMMPS_AL::BaseEllipsoid::block_size' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:55:34: style: Function 'init_three' argument 7 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:57:48: note: Function 'init_three' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:55:34: note: Function 'init_three' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:56:40: style: Function 'init_three' argument 9 names different: declaration 'k_two' definition 'two'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:58:56: note: Function 'init_three' argument 9 names different: declaration 'k_two' definition 'two'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:56:40: note: Function 'init_three' argument 9 names different: declaration 'k_two' definition 'two'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:56:57: style: Function 'init_three' argument 10 names different: declaration 'k_three_center' definition 'three_center'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:59:30: note: Function 'init_three' argument 10 names different: declaration 'k_three_center' definition 'three_center'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:56:57: note: Function 'init_three' argument 10 names different: declaration 'k_three_center' definition 'three_center'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:57:40: style: Function 'init_three' argument 11 names different: declaration 'k_three_end' definition 'three_end'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:59:58: note: Function 'init_three' argument 11 names different: declaration 'k_three_end' definition 'three_end'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:57:40: note: Function 'init_three' argument 11 names different: declaration 'k_three_end' definition 'three_end'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:57:63: style: Function 'init_three' argument 12 names different: declaration 'k_short_nbor' definition 'short_nbor'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:60:30: note: Function 'init_three' argument 12 names different: declaration 'k_short_nbor' definition 'short_nbor'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:57:63: note: Function 'init_three' argument 12 names different: declaration 'k_short_nbor' definition 'short_nbor'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:303:53: style: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:153:37: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:303:53: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:371:63: style: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:210:53: note: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:371:63: note: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:195:14: style: Technically the member function 'LAMMPS_AL::BaseThree::block_pair' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:196:14: style: Technically the member function 'LAMMPS_AL::BaseThree::block_size' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_beck.cpp:53:47: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_beck.h:46:42: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_beck.cpp:53:47: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_beck.h:75:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_beck.h:75:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born.cpp:53:47: style: Function 'init' argument 19 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born.h:47:42: note: Function 'init' argument 19 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born.cpp:53:47: note: Function 'init' argument 19 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born.h:85:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born.h:85:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born_coul_long.cpp:54:54: style: Function 'init' argument 19 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born_coul_long.h:46:42: note: Function 'init' argument 19 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born_coul_long.cpp:54:54: note: Function 'init' argument 19 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born_coul_long.h:83:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born_coul_long.h:83:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born_coul_wolf.cpp:54:55: style: Function 'init' argument 19 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born_coul_wolf.h:46:42: note: Function 'init' argument 19 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born_coul_wolf.cpp:54:55: note: Function 'init' argument 19 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born_coul_wolf.h:84:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born_coul_wolf.h:84:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck.cpp:52:42: style: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck.h:46:42: note: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck.cpp:52:42: note: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck.h:80:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck.h:80:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck_coul.cpp:52:50: style: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck_coul.h:46:42: note: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck_coul.cpp:52:50: note: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck_coul.h:81:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck_coul.h:81:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck_coul_long.cpp:53:54: style: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck_coul_long.h:46:42: note: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck_coul_long.cpp:53:54: note: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck_coul_long.h:81:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck_coul_long.h:81:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_charmm_long.cpp:54:58: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_charmm_long.h:45:42: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_charmm_long.cpp:54:58: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_charmm_long.h:82:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_charmm_long.h:82:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_colloid.cpp:57:50: style: Function 'init' argument 23 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_colloid.h:48:42: note: Function 'init' argument 23 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_colloid.cpp:57:50: note: Function 'init' argument 23 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_colloid.h:84:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_colloid.h:84:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul.cpp:51:47: style: Function 'init' argument 11 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul.h:44:42: note: Function 'init' argument 11 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul.cpp:51:47: note: Function 'init' argument 11 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul.h:78:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul.h:78:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_debye.cpp:51:52: style: Function 'init' argument 11 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_debye.h:44:42: note: Function 'init' argument 11 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_debye.cpp:51:52: note: Function 'init' argument 11 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_debye.h:79:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_debye.h:79:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_dsf.cpp:49:74: style: Function 'init' argument 8 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_dsf.h:42:66: note: Function 'init' argument 8 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_dsf.cpp:49:74: note: Function 'init' argument 8 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_dsf.h:73:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_dsf.h:73:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_long.cpp:46:48: style: Function 'init' argument 2 names different: declaration 'scale' definition 'host_scale'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_long.h:40:39: note: Function 'init' argument 2 names different: declaration 'scale' definition 'host_scale'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_long.cpp:46:48: note: Function 'init' argument 2 names different: declaration 'scale' definition 'host_scale'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_long.cpp:49:51: style: Function 'init' argument 9 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_long.h:43:48: note: Function 'init' argument 9 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_long.cpp:49:51: note: Function 'init' argument 9 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_long.cpp:93:51: style: Function 'reinit' argument 2 names different: declaration 'scale' definition 'host_scale'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_long.h:48:42: note: Function 'reinit' argument 2 names different: declaration 'scale' definition 'host_scale'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_long.cpp:93:51: note: Function 'reinit' argument 2 names different: declaration 'scale' definition 'host_scale'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_long.h:77:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_long.h:77:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.cpp:49:39: style: Function 'init_device' argument 6 names different: declaration 'particle_split' definition 'p_split'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.h:52:32: note: Function 'init_device' argument 6 names different: declaration 'particle_split' definition 'p_split'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.cpp:49:39: note: Function 'init_device' argument 6 names different: declaration 'particle_split' definition 'p_split'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.cpp:51:32: style: Function 'init_device' argument 10 names different: declaration 'vendor_string' definition 'ocl_vendor'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.h:54:25: note: Function 'init_device' argument 10 names different: declaration 'vendor_string' definition 'ocl_vendor'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.cpp:51:32: note: Function 'init_device' argument 10 names different: declaration 'vendor_string' definition 'ocl_vendor'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.cpp:223:42: style: Function 'init' argument 1 names different: declaration 'a' definition 'ans'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.h:76:35: note: Function 'init' argument 1 names different: declaration 'a' definition 'ans'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.cpp:223:42: note: Function 'init' argument 1 names different: declaration 'a' definition 'ans'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.cpp:569:48: style: Function 'output_kspace_times' argument 9 names different: declaration 'cpu_idle_time' definition 'idle_time'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.h:130:41: note: Function 'output_kspace_times' argument 9 names different: declaration 'cpu_idle_time' definition 'idle_time'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.cpp:569:48: note: Function 'output_kspace_times' argument 9 names different: declaration 'cpu_idle_time' definition 'idle_time'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.h:315:7: performance: Technically the member function 'LAMMPS_AL::Device::set_ocl_params' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.cpp:159:14: note: Technically the member function 'LAMMPS_AL::Device::set_ocl_params' can be static.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.h:315:7: note: Technically the member function 'LAMMPS_AL::Device::set_ocl_params' can be static.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dipole_lj.cpp:54:51: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dipole_lj.h:45:42: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dipole_lj.cpp:54:51: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dipole_lj.h:80:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dipole_lj.h:80:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dipole_lj_sf.cpp:54:53: style: Function 'init' argument 14 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dipole_lj_sf.h:45:42: note: Function 'init' argument 14 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dipole_lj_sf.cpp:54:53: note: Function 'init' argument 14 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dipole_lj_sf.h:80:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dipole_lj_sf.h:80:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dpd.cpp:54:46: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dpd.h:44:66: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dpd.cpp:54:46: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dpd.h:81:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.h:198:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dpd.h:81:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_eam.cpp:351:75: style: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_eam.h:85:36: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_eam.cpp:351:75: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_eam.cpp:457:5: style: Variable 'vflag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_eam.h:136:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_eam.h:136:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_gauss.cpp:52:48: style: Function 'init' argument 13 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_gauss.h:45:42: note: Function 'init' argument 13 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_gauss.cpp:52:48: note: Function 'init' argument 13 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_gauss.h:76:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_gauss.h:76:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_gayberne.cpp:130:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_gayberne.cpp:139:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_gayberne.cpp:60:56: style: Function 'init' argument 24 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_gayberne.h:50:42: note: Function 'init' argument 24 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_gayberne.cpp:60:56: note: Function 'init' argument 24 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_gayberne.h:89:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.h:251:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_gayberne.h:89:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj.cpp:53:57: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj.h:45:42: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj.cpp:53:57: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj.h:79:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj.h:79:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj96.cpp:53:58: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj96.h:45:42: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj96.cpp:53:58: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj96.h:74:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj96.h:74:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_class2_long.cpp:54:55: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_class2_long.h:45:42: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_class2_long.cpp:54:55: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_class2_long.h:78:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_class2_long.h:78:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul.cpp:54:57: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul.h:45:42: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul.cpp:54:57: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul.h:80:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul.h:80:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_debye.cpp:54:54: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_debye.h:45:42: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_debye.cpp:54:54: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_debye.h:80:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_debye.h:80:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_long.cpp:54:58: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_long.h:45:42: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_long.cpp:54:58: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_long.h:83:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_long.h:83:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_msm.cpp:55:52: style: Function 'init' argument 17 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_msm.h:46:42: note: Function 'init' argument 17 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_msm.cpp:55:52: note: Function 'init' argument 17 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_msm.h:83:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_msm.h:83:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_cubic.cpp:54:50: style: Function 'init' argument 18 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_cubic.h:45:66: note: Function 'init' argument 18 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_cubic.cpp:54:50: note: Function 'init' argument 18 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_cubic.h:76:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_cubic.h:76:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_dsf.cpp:52:48: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_dsf.h:45:42: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_dsf.cpp:52:48: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_dsf.h:80:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_dsf.h:80:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_expand.cpp:53:57: style: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_expand.h:45:42: note: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_expand.cpp:53:57: note: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_expand.h:79:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_expand.h:79:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_gromacs.cpp:52:52: style: Function 'init' argument 14 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_gromacs.h:45:42: note: Function 'init' argument 14 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_gromacs.cpp:52:52: note: Function 'init' argument 14 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_gromacs.h:79:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_gromacs.h:79:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk.cpp:53:57: style: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk.h:45:42: note: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk.cpp:53:57: note: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk.h:74:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk.h:74:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk_long.cpp:48:34: style: Function 'init' argument 3 names different: declaration 'cg_type' definition 'host_cg_type'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk_long.h:40:58: note: Function 'init' argument 3 names different: declaration 'cg_type' definition 'host_cg_type'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk_long.cpp:48:34: note: Function 'init' argument 3 names different: declaration 'cg_type' definition 'host_cg_type'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk_long.cpp:54:58: style: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk_long.h:45:42: note: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk_long.cpp:54:58: note: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk_long.h:78:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk_long.h:78:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_mie.cpp:53:46: style: Function 'init' argument 17 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_mie.h:46:42: note: Function 'init' argument 17 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_mie.cpp:53:46: note: Function 'init' argument 17 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_mie.h:75:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_mie.h:75:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_morse.cpp:53:57: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_morse.h:45:42: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_morse.cpp:53:57: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_morse.h:74:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_morse.h:74:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.cpp:36:58: style: Function 'init' argument 6 names different: declaration 'dev' definition 'devi'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:53:68: note: Function 'init' argument 6 names different: declaration 'dev' definition 'devi'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.cpp:36:58: note: Function 'init' argument 6 names different: declaration 'dev' definition 'devi'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.cpp:42:42: performance: Function parameter 'compile_flags' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor_shared.cpp:52:56: performance: Function parameter 'flags' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.cpp:52:62: style: Function 'init' argument 3 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.h:48:57: note: Function 'init' argument 3 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.cpp:52:62: note: Function 'init' argument 3 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.cpp:57:40: style: Function 'init' argument 12 names different: declaration 'vd_brick' definition 'vd_brick_p'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.h:51:46: note: Function 'init' argument 12 names different: declaration 'vd_brick' definition 'vd_brick_p'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.cpp:57:40: note: Function 'init' argument 12 names different: declaration 'vd_brick' definition 'vd_brick_p'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.cpp:59:73: style: Function 'init' argument 18 names different: declaration 'success' definition 'flag'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.h:54:22: note: Function 'init' argument 18 names different: declaration 'success' definition 'flag'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.cpp:59:73: note: Function 'init' argument 18 names different: declaration 'success' definition 'flag'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.cpp:219:42: style: Function '_precompute' argument 7 names different: declaration 'charge' definition 'host_q'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.h:192:28: note: Function '_precompute' argument 7 names different: declaration 'charge' definition 'host_q'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.cpp:219:42: note: Function '_precompute' argument 7 names different: declaration 'charge' definition 'host_q'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.cpp:302:36: style: Function 'spread' argument 7 names different: declaration 'charge' definition 'host_q'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.h:116:53: note: Function 'spread' argument 7 names different: declaration 'charge' definition 'host_q'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.cpp:302:36: note: Function 'spread' argument 7 names different: declaration 'charge' definition 'host_q'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_re_squared.cpp:119:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_re_squared.cpp:128:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_re_squared.cpp:57:52: style: Function 'init' argument 20 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_re_squared.h:48:42: note: Function 'init' argument 20 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_re_squared.cpp:57:52: note: Function 'init' argument 20 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_re_squared.h:85:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.h:251:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_re_squared.h:85:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_soft.cpp:51:48: style: Function 'init' argument 12 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_soft.h:45:42: note: Function 'init' argument 12 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_soft.cpp:51:48: note: Function 'init' argument 12 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_soft.h:76:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_soft.h:76:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_sw.cpp:47:66: style: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_sw.h:41:66: note: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_sw.cpp:47:66: note: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_sw.h:82:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:214:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_sw.h:82:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_table.cpp:53:26: style: Function 'init' argument 2 names different: declaration 'cutsq' definition 'host_cutsq'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_table.h:40:39: note: Function 'init' argument 2 names different: declaration 'cutsq' definition 'host_cutsq'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_table.cpp:53:26: note: Function 'init' argument 2 names different: declaration 'cutsq' definition 'host_cutsq'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_table.cpp:58:47: style: Function 'init' argument 12 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_table.h:45:42: note: Function 'init' argument 12 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_table.cpp:58:47: note: Function 'init' argument 12 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_table.h:93:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_table.h:93:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff.cpp:47:74: style: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff.h:41:66: note: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff.cpp:47:74: note: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff.cpp:53:76: style: Function 'init' argument 30 names different: declaration 'cutsq' definition 'host_cutsq'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff.h:48:48: note: Function 'init' argument 30 names different: declaration 'cutsq' definition 'host_cutsq'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff.cpp:53:76: note: Function 'init' argument 30 names different: declaration 'cutsq' definition 'host_cutsq'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff.h:96:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:214:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff.h:96:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_mod.cpp:47:74: style: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_mod.h:41:66: note: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_mod.cpp:47:74: note: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_mod.cpp:53:79: style: Function 'init' argument 30 names different: declaration 'cutsq' definition 'host_cutsq'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_mod.h:48:71: note: Function 'init' argument 30 names different: declaration 'cutsq' definition 'host_cutsq'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_mod.cpp:53:79: note: Function 'init' argument 30 names different: declaration 'cutsq' definition 'host_cutsq'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_mod.h:96:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:214:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_mod.h:96:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_zbl.cpp:48:51: style: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_zbl.h:41:66: note: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_zbl.cpp:48:51: note: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_zbl.cpp:60:35: style: Function 'init' argument 37 names different: declaration 'cutsq' definition 'host_cutsq'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_zbl.h:50:82: note: Function 'init' argument 37 names different: declaration 'cutsq' definition 'host_cutsq'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_zbl.cpp:60:35: note: Function 'init' argument 37 names different: declaration 'cutsq' definition 'host_cutsq'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_zbl.h:102:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:214:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_zbl.h:102:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_ufm.cpp:55:57: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_ufm.h:47:42: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_ufm.cpp:55:57: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_ufm.h:81:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_ufm.h:81:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_vashishta.cpp:47:66: style: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_vashishta.h:41:66: note: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_vashishta.cpp:47:66: note: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_vashishta.h:91:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:214:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_vashishta.h:91:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_yukawa.cpp:52:49: style: Function 'init' argument 13 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_yukawa.h:44:42: note: Function 'init' argument 13 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_yukawa.cpp:52:49: note: Function 'init' argument 13 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_yukawa.h:75:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_yukawa.h:75:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_yukawa_colloid.cpp:52:50: style: Function 'init' argument 12 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_yukawa_colloid.h:44:42: note: Function 'init' argument 12 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_yukawa_colloid.cpp:52:50: note: Function 'init' argument 12 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_yukawa_colloid.h:117:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_yukawa_colloid.h:117:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_zbl.cpp:56:46: style: Function 'init' argument 22 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_zbl.h:46:42: note: Function 'init' argument 22 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_zbl.cpp:56:46: note: Function 'init' argument 22 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_zbl.h:79:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_zbl.h:79:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:313:5: style: Variable 'start[0]' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:305:5: note: Variable 'start[0]' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:313:5: note: Variable 'start[0]' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:314:5: style: Variable 'count[0]' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:306:5: note: Variable 'count[0]' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:314:5: note: Variable 'count[0]' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:335:5: style: Variable 'start[0]' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:327:5: note: Variable 'start[0]' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:335:5: note: Variable 'start[0]' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:336:5: style: Variable 'count[0]' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:328:5: note: Variable 'count[0]' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:336:5: note: Variable 'count[0]' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:375:27: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/benchmarks/gather/gather_unroll.hpp:167:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/benchmarks/policy_performance/policy_perf_test.hpp:180:22: style: The scope of the variable 'vector_result' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/benchmarks/policy_performance/policy_perf_test.hpp:51:3: style: Struct 'ParallelScanFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/perf_test/PerfTestGramSchmidt.cpp:267:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/perf_test/PerfTestHexGrad.cpp:309:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/perf_test/PerfTest_ViewCopy.cpp:128:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/perf_test/test_atomic.cpp:263:0: style: The scope of the variable 'newval' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/perf_test/test_atomic.cpp:221:0: style: The scope of the variable 'assumed' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/perf_test/test_atomic.cpp:222:0: style: The scope of the variable 'newval' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/perf_test/test_atomic.cpp:183:0: style: The scope of the variable 'newval' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/perf_test/test_mempool.cpp:86:7: performance: Variable 'pool' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 6) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 7) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 8) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 9) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 10) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 11) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 12) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 13) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 14) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 15) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 16) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 17) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/impl/Kokkos_CPUDiscovery.cpp:63:0: style: Variable 'nprocs' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/impl/Kokkos_CPUDiscovery.cpp:64:0: style: Variable 'nprocs_max' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/impl/Kokkos_HostSpace.cpp:438:6: style: Condition '!is_initialized' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/impl/Kokkos_SharedAlloc.cpp:55:45: style: The scope of the variable 'zero' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/impl/Kokkos_SharedAlloc.cpp:152:45: style: The scope of the variable 'zero' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/impl/Kokkos_SharedAlloc.cpp:196:45: style: The scope of the variable 'zero' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/TestHWLOC.cpp:59:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/cuda/TestCuda_InterOp.cpp:57:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/cuda/TestCuda_Spaces.cpp:61:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/cuda/TestCuda_SubView_a.cpp:54:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/cuda/TestCuda_SubView_b.cpp:56:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/cuda/TestCuda_Team.cpp:62:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/cuda/TestCuda_TeamReductionScan.cpp:61:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/cuda/TestCuda_TeamScratch.cpp:55:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/default/TestDefaultDeviceType_d.cpp:60:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/openmp/TestOpenMP_SubView_a.cpp:54:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/openmp/TestOpenMP_SubView_b.cpp:56:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/openmp/TestOpenMP_Team.cpp:62:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/openmp/TestOpenMP_TeamReductionScan.cpp:60:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/openmp/TestOpenMP_TeamScratch.cpp:55:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/openmptarget/TestOpenMPTarget_SubView_a.cpp:54:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/openmptarget/TestOpenMPTarget_SubView_b.cpp:56:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/openmptarget/TestOpenMPTarget_Team.cpp:62:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/openmptarget/TestOpenMPTarget_TeamReductionScan.cpp:60:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/openmptarget/TestOpenMPTarget_TeamScratch.cpp:55:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/qthreads/TestQthreads_Atomics.cpp:91:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/qthreads/TestQthreads_Other.cpp:53:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/qthreads/TestQthreads_Reductions.cpp:56:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/qthreads/TestQthreads_SubView_a.cpp:55:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/qthreads/TestQthreads_SubView_b.cpp:57:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/qthreads/TestQthreads_Team.cpp:68:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/qthreads/TestQthreads_ViewAPI_b.cpp:55:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/rocm/TestROCm_Spaces.cpp:61:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/rocm/TestROCm_SubView_a.cpp:54:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/rocm/TestROCm_SubView_b.cpp:56:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/rocm/TestROCm_Team.cpp:62:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/rocm/TestROCm_TeamReductionScan.cpp:61:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/rocm/TestROCm_TeamScratch.cpp:55:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/serial/TestSerial_SubView_a.cpp:54:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/serial/TestSerial_SubView_b.cpp:56:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/serial/TestSerial_Team.cpp:62:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/serial/TestSerial_TeamReductionScan.cpp:60:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/serial/TestSerial_TeamScratch.cpp:55:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/threads/TestThreads_SubView_a.cpp:54:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/threads/TestThreads_SubView_b.cpp:56:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/threads/TestThreads_Team.cpp:62:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/threads/TestThreads_TeamReductionScan.cpp:60:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/threads/TestThreads_TeamScratch.cpp:55:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl_impl.hpp:157:13: style: Function 'fenl' argument 5 names different: declaration 'global_elems' definition 'use_elems'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl.hpp:82:13: note: Function 'fenl' argument 5 names different: declaration 'global_elems' definition 'use_elems'.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl_impl.hpp:157:13: note: Function 'fenl' argument 5 names different: declaration 'global_elems' definition 'use_elems'.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl_functors.hpp:378:8: performance: Technically the member function 'Kokkos::Example::FENL::NodeNodeGraph::init' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl_functors.hpp:381:8: performance: Technically the member function 'Kokkos::Example::FENL::NodeNodeGraph::join' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl_functors.hpp:387:8: performance: Technically the member function 'Kokkos::Example::FENL::NodeNodeGraph::init' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl_functors.hpp:390:8: performance: Technically the member function 'Kokkos::Example::FENL::NodeNodeGraph::join' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl_functors.hpp:678:8: performance: Technically the member function 'Kokkos::Example::FENL::NodeElemGatherFill::init' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl_functors.hpp:681:8: performance: Technically the member function 'Kokkos::Example::FENL::NodeElemGatherFill::join' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl_functors.hpp:810:9: performance: Technically the member function 'Kokkos::Example::FENL::ElementComputation::transform_gradients' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl_functors.hpp:888:8: performance: Technically the member function 'Kokkos::Example::FENL::ElementComputation::contributeResidualJacobian' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/CGSolve.hpp:70:3: style: Struct 'CrsMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl_functors.hpp:407:1: warning: The class 'NodeElemGatherFill' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl_functors.hpp:699:1: warning: The class 'ElementComputation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:170:10: style: Condition '0==comm_rank' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:161:19: note: Assignment 'comm_rank=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:170:10: note: Condition '0==comm_rank' is always true
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:209:10: style: Condition '0==comm_rank' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:161:19: note: Assignment 'comm_rank=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:209:10: note: Condition '0==comm_rank' is always true
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:237:14: style: Condition '0==comm_rank' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:161:19: note: Assignment 'comm_rank=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:237:14: note: Condition '0==comm_rank' is always true
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:276:10: style: Condition '0==comm_rank' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:261:19: note: Assignment 'comm_rank=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:276:10: note: Condition '0==comm_rank' is always true
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:170:10: style: Same expression on both sides of '==' because the value of '0' and 'comm_rank' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:161:19: note: 'comm_rank' is assigned value '0' here.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:170:10: note: Same expression on both sides of '==' because the value of '0' and 'comm_rank' are the same.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:209:10: style: Same expression on both sides of '==' because the value of '0' and 'comm_rank' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:161:19: note: 'comm_rank' is assigned value '0' here.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:209:10: note: Same expression on both sides of '==' because the value of '0' and 'comm_rank' are the same.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:237:14: style: Same expression on both sides of '==' because the value of '0' and 'comm_rank' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:161:19: note: 'comm_rank' is assigned value '0' here.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:237:14: note: Same expression on both sides of '==' because the value of '0' and 'comm_rank' are the same.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:253:12: style: Same expression on both sides of '==' because the value of '0' and 'comm_rank' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:161:19: note: 'comm_rank' is assigned value '0' here.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:253:12: note: Same expression on both sides of '==' because the value of '0' and 'comm_rank' are the same.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:276:10: style: Same expression on both sides of '==' because the value of '0' and 'comm_rank' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:261:19: note: 'comm_rank' is assigned value '0' here.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:276:10: note: Same expression on both sides of '==' because the value of '0' and 'comm_rank' are the same.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:335:35: style: Same expression on both sides of '==' because the value of '0' and 'comm_rank' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:261:19: note: 'comm_rank' is assigned value '0' here.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:335:35: note: Same expression on both sides of '==' because the value of '0' and 'comm_rank' are the same.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fixture/TestFixture.hpp:70:0: performance: Technically the member function 'Kokkos :: Example :: FixtureVerifyElemNodeCoord < Kokkos :: HostSpace :: execution_space >::init' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fixture/TestFixture.hpp:73:0: performance: Technically the member function 'Kokkos :: Example :: FixtureVerifyElemNodeCoord < Kokkos :: HostSpace :: execution_space >::join' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fixture/TestFixture.hpp:110:0: style: Struct 'Kokkos :: Example :: FixtureVerifyElemNodeCoord < Kokkos :: HostSpace :: execution_space >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/global_2_local_ids/G2L.hpp:157:8: performance: Technically the member function 'G2L::find_test::init' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/global_2_local_ids/G2L.hpp:161:8: performance: Technically the member function 'G2L::find_test::join' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/global_2_local_ids/G2L.hpp:81:3: style: Struct 'generate_ids' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/grow_array/main.cpp:56:7: style: The scope of the variable 'num_threads' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/grow_array/main.cpp:57:7: style: The scope of the variable 'use_numa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/grow_array/main.cpp:58:7: style: The scope of the variable 'use_core' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/grow_array/main.cpp:66:19: style: Variable 'num_threads' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/grow_array/main.cpp:59:0: style: Variable 'length_array' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/grow_array/main.cpp:60:0: style: Variable 'span_values' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/force.cpp:75:5: performance: Variable 'x' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/force.cpp:76:5: performance: Variable 'f' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/force.cpp:77:5: performance: Variable 'numneigh' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/force.cpp:78:5: performance: Variable 'neighbors' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/force.cpp:74:3: style: Struct 'ForceFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/main.cpp:96:21: style: Variable 'num_threads' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/main.cpp:101:15: style: Variable 'teams' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/main.cpp:106:16: style: Variable 'device' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/neighbor.cpp:63:3: style: Struct 'BinningFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/neighbor.cpp:120:3: style: Struct 'BuildFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/neighbor.cpp:63:25: performance: Function parameter '_s' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/neighbor.cpp:120:23: performance: Function parameter '_s' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/setup.cpp:127:10: style: Condition 'iflag' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/setup.cpp:120:17: note: Assignment 'iflag=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/setup.cpp:127:10: note: Condition 'iflag' is always false
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/setup.cpp:217:10: style: Condition 'iflag' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/setup.cpp:209:17: note: Assignment 'iflag=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/setup.cpp:217:10: note: Condition 'iflag' is always false
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshPartition.cpp:279:36: style: Function 'box_map_id' argument 1 names different: declaration 'my_use_box' definition 'local_use'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshPartition.hpp:201:48: note: Function 'box_map_id' argument 1 names different: declaration 'my_use_box' definition 'local_use'.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshPartition.cpp:279:36: note: Function 'box_map_id' argument 1 names different: declaration 'my_use_box' definition 'local_use'.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshPartition.cpp:280:48: style: Function 'box_map_id' argument 2 names different: declaration 'my_use_id_map' definition 'local_use_id_map'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshPartition.hpp:202:48: note: Function 'box_map_id' argument 2 names different: declaration 'my_use_id_map' definition 'local_use_id_map'.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshPartition.cpp:280:48: note: Function 'box_map_id' argument 2 names different: declaration 'my_use_id_map' definition 'local_use_id_map'.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshPartition.hpp:142:8: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshPartition.hpp:128:8: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshPartition.hpp:142:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshPartition.hpp:157:8: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshPartition.hpp:128:8: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshPartition.hpp:157:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/Nonlinear.hpp:205:10: style: The scope of the variable 'residual_norm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/Explicit.hpp:188:7: style: The scope of the variable 'previous_state' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/ParallelDataMap.hpp:504:8: performance: Technically the member function 'Kokkos::AsyncExchange::setup' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/ParallelDataMap.hpp:506:8: performance: Technically the member function 'Kokkos::AsyncExchange::send_receive' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/ImplicitFunctors.hpp:276:8: performance: Technically the member function 'HybridFEM::Implicit::ElementComputation::jacobian' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/ImplicitFunctors.hpp:311:15: performance: Technically the member function 'HybridFEM::Implicit::ElementComputation::inverse_and_determinant3x3' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/ImplicitFunctors.hpp:350:8: performance: Technically the member function 'HybridFEM::Implicit::ElementComputation::matTransMat3x3_X_3xn' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/ImplicitFunctors.hpp:374:8: performance: Technically the member function 'HybridFEM::Implicit::ElementComputation::contributeDiffusionMatrix' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/ImplicitFunctors.hpp:409:8: performance: Technically the member function 'HybridFEM::Implicit::ElementComputation::contributeSourceVector' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/NonlinearFunctors.hpp:136:9: performance: Technically the member function 'HybridFEM::Nonlinear::ElementComputation::transform_gradients' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/NonlinearFunctors.hpp:214:8: performance: Technically the member function 'HybridFEM::Nonlinear::ElementComputation::contributeResidualJacobian' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/ExplicitFunctors.hpp:337:3: style: Struct 'initialize_element' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/ExplicitFunctors.hpp:408:3: style: Struct 'initialize_node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshFixture.hpp:231:34: performance: Function parameter 'vertex_box_local_used' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshFixture.hpp:232:34: performance: Function parameter 'vertex_box_local_owned' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshFixture.hpp:233:34: performance: Function parameter 'node_box_local_used' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshFixture.hpp:279:34: performance: Function parameter 'vertex_box_local_used' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshFixture.hpp:281:34: performance: Function parameter 'node_box_local_used' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/Explicit.hpp:188:0: style: The scope of the variable 'previous_state' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/Nonlinear.hpp:205:0: style: The scope of the variable 'residual_norm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/tutorial/03_simple_view/simple_view.cpp:81:3: style: Struct 'InitView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/tutorial/03_simple_view/simple_view.cpp:103:3: style: Struct 'ReduceFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/tutorial/04_simple_memoryspaces/simple_memoryspaces.cpp:67:3: style: Struct 'ReduceFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/tutorial/Advanced_Views/01_data_layouts/data_layouts.cpp:68:3: style: Struct 'init_view' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/tutorial/Advanced_Views/01_data_layouts/data_layouts.cpp:116:3: style: Struct 'dot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/tutorial/Advanced_Views/04_dualviews/dual_view.cpp:105:5: performance: Variable 'idx' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/tutorial/Advanced_Views/04_dualviews/dual_view.cpp:106:5: performance: Variable 'dest' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/tutorial/Advanced_Views/04_dualviews/dual_view.cpp:107:5: performance: Variable 'src' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/tutorial/launch_bounds/launch_bounds_reduce.cpp:65:7: performance: Technically the member function 'collision::hash' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/meam/fm_exp.c:44:14: style: union member 'udi_t::u' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/lib/poems/body.cpp:55:10: style: The scope of the variable 'point' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/body.cpp:23:7: warning: Member variable 'Body::KE' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: style: Technically the member function 'List < Joint >::GetNumElements' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:98:0: note: Technically the member function 'List < Joint >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: note: Technically the member function 'List < Joint >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: style: Technically the member function 'List < Joint >::PrintList' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:216:0: note: Technically the member function 'List < Joint >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: note: Technically the member function 'List < Joint >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: style: Technically the member function 'List < Point >::GetNumElements' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:98:0: note: Technically the member function 'List < Point >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: note: Technically the member function 'List < Point >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: style: Technically the member function 'List < Point >::PrintList' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:216:0: note: Technically the member function 'List < Point >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: note: Technically the member function 'List < Point >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:37:3: style: Class 'Matrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:32:9: style: Class 'ColMatMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:33:9: style: Class 'ColMatMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:36:3: style: Class 'ColMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:37:3: style: Class 'ColMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:38:3: style: Class 'ColMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:30:3: style: Class 'RowMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:31:3: style: Class 'RowMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:32:3: style: Class 'RowMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:35:3: style: Class 'Mat3x3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:35:3: style: Class 'Vect3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:33:3: style: Class 'Mat4x4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:33:3: style: Class 'Vect4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:34:3: style: Class 'Mat6x6' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:34:3: style: Class 'Vect6' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:33:0: style: Class 'ListElement < Point >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:33:0: style: Class 'ListElement < Joint >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:40:11: style: The function 'operator_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:68:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:40:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:41:10: style: The function 'Get_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:70:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:42:8: style: The function 'Set_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:72:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:43:10: style: The function 'BasicGet_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:74:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:43:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:44:8: style: The function 'BasicSet_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:45:8: style: The function 'BasicIncrement_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:78:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:47:8: style: The function 'Const' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:59:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:47:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:48:14: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:60:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:48:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:49:17: style: The function 'ReadData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:65:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:49:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:50:17: style: The function 'WriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:64:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:50:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:54:8: style: The function 'AssignVM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:61:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:54:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:29:10: style: The function 'operator_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:68:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:29:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:30:9: style: The function 'Get_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:70:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:30:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:31:7: style: The function 'Set_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:72:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:32:9: style: The function 'BasicGet_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:74:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:32:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:33:7: style: The function 'BasicSet_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:34:7: style: The function 'BasicIncrement_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:78:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:36:18: style: The function 'operator_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:69:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:36:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:37:17: style: The function 'Get_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:71:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:37:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:38:15: style: The function 'Set_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:73:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:38:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:39:17: style: The function 'BasicGet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:75:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:39:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:40:15: style: The function 'BasicSet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:77:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:40:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:41:15: style: The function 'BasicIncrement_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:79:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:41:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:35:17: style: The function 'operator_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:36:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:35:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:36:16: style: The function 'Get_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:37:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:37:14: style: The function 'Set_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:38:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:37:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:38:16: style: The function 'BasicGet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:39:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:39:14: style: The function 'BasicSet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:40:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:39:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:40:14: style: The function 'BasicIncrement_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:41:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:40:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:44:14: style: The function 'Const' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:59:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:44:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:45:20: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:60:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:45:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:46:23: style: The function 'WriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:64:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:46:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:48:14: style: The function 'AssignVM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:61:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:48:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:40:11: style: The function 'operator_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:36:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:40:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:41:10: style: The function 'Get_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:37:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:42:8: style: The function 'Set_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:38:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:43:10: style: The function 'BasicGet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:39:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:43:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:44:8: style: The function 'BasicSet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:40:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:45:8: style: The function 'BasicIncrement_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:41:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:49:8: style: The function 'Const' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:59:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:50:14: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:60:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:50:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:51:17: style: The function 'ReadData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:65:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:51:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:52:17: style: The function 'WriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:64:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:52:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:54:8: style: The function 'AssignVM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:61:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:54:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:28:11: style: The function 'operator_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:68:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:28:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:29:10: style: The function 'Get_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:70:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:29:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:30:8: style: The function 'Set_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:72:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:30:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:31:10: style: The function 'BasicGet_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:74:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:31:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:32:8: style: The function 'BasicSet_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:33:8: style: The function 'BasicIncrement_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:78:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:35:19: style: The function 'operator_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:69:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:35:19: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:36:18: style: The function 'Get_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:71:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:36:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:37:16: style: The function 'Set_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:73:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:38:18: style: The function 'BasicGet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:75:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:38:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:39:16: style: The function 'BasicSet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:77:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:40:16: style: The function 'BasicIncrement_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:79:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:40:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:34:8: style: The function 'Const' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:59:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:35:11: style: The function 'operator_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:35:19: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:35:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:36:10: style: The function 'Get_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:36:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:37:8: style: The function 'Set_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:37:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:38:10: style: The function 'BasicGet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:38:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:39:8: style: The function 'BasicSet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:40:8: style: The function 'BasicIncrement_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:42:14: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:60:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:42:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:43:17: style: The function 'ReadData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:65:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:43:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:44:17: style: The function 'WriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:64:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:44:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:46:8: style: The function 'AssignVM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:61:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:46:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:37:11: style: The function 'operator_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:68:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:37:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:38:10: style: The function 'Get_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:70:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:39:8: style: The function 'Set_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:72:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:40:10: style: The function 'BasicGet_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:74:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:41:8: style: The function 'BasicSet_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:42:8: style: The function 'BasicIncrement_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:78:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:44:8: style: The function 'Const' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:59:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:45:14: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:60:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:45:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:46:17: style: The function 'ReadData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:65:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:46:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:47:17: style: The function 'WriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:64:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:47:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:49:8: style: The function 'AssignVM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:61:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:37:11: style: The function 'operator_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:36:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:37:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:38:10: style: The function 'Get_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:37:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:39:8: style: The function 'Set_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:38:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:40:10: style: The function 'BasicGet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:39:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:41:8: style: The function 'BasicSet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:40:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:42:8: style: The function 'BasicIncrement_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:41:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:44:8: style: The function 'Const' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:59:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:45:14: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:60:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:45:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:46:17: style: The function 'WriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:64:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:46:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:47:17: style: The function 'ReadData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:65:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:47:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:49:8: style: The function 'AssignVM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:61:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:35:11: style: The function 'operator_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:68:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:35:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:36:10: style: The function 'Get_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:70:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:37:8: style: The function 'Set_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:72:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:38:10: style: The function 'BasicGet_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:74:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:39:8: style: The function 'BasicSet_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:40:8: style: The function 'BasicIncrement_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:78:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:42:8: style: The function 'Const' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:59:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:43:14: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:60:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:43:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:44:17: style: The function 'ReadData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:65:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:44:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:45:17: style: The function 'WriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:64:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:45:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:47:8: style: The function 'AssignVM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:61:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:47:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:35:11: style: The function 'operator_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:36:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:35:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:36:10: style: The function 'Get_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:37:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:37:8: style: The function 'Set_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:38:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:38:10: style: The function 'BasicGet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:39:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:39:8: style: The function 'BasicSet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:40:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:40:8: style: The function 'BasicIncrement_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:41:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:43:8: style: The function 'Const' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:59:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:44:14: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:60:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:44:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:45:17: style: The function 'WriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:64:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:45:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:46:17: style: The function 'ReadData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:65:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:46:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:48:8: style: The function 'AssignVM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:61:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:48:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:36:11: style: The function 'operator_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:68:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:36:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:37:10: style: The function 'Get_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:70:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:37:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:38:8: style: The function 'Set_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:72:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:39:10: style: The function 'BasicGet_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:74:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:40:8: style: The function 'BasicSet_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:41:8: style: The function 'BasicIncrement_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:78:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:43:8: style: The function 'Const' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:59:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:44:14: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:60:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:44:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:46:17: style: The function 'ReadData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:65:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:46:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:47:17: style: The function 'WriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:64:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:47:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:49:8: style: The function 'AssignVM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:61:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:36:11: style: The function 'operator_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:36:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:36:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:37:10: style: The function 'Get_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:37:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:37:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:38:8: style: The function 'Set_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:38:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:39:10: style: The function 'BasicGet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:39:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:40:8: style: The function 'BasicSet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:40:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:41:8: style: The function 'BasicIncrement_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:41:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:43:8: style: The function 'Const' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:59:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:44:14: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:60:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:44:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:45:17: style: The function 'WriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:64:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:45:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:46:17: style: The function 'ReadData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:65:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:46:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:48:8: style: The function 'AssignVM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:61:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:48:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/inertialframe.h:30:12: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/body.h:75:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/inertialframe.h:30:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/inertialframe.h:33:8: style: The function 'ReadInBodyData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/body.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/inertialframe.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/inertialframe.h:34:8: style: The function 'WriteOutBodyData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/body.h:73:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/inertialframe.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rigidbody.h:27:12: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/body.h:75:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rigidbody.h:27:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rigidbody.h:28:8: style: The function 'ReadInBodyData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/body.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rigidbody.h:28:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rigidbody.h:29:8: style: The function 'WriteOutBodyData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/body.h:73:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rigidbody.h:29:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/particle.h:29:12: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/body.h:75:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/particle.h:29:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/particle.h:30:8: style: The function 'ReadInBodyData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/body.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/particle.h:30:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/particle.h:31:8: style: The function 'WriteOutBodyData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/body.h:73:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/particle.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.cpp:153:3: style: Variable 'ke' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.cpp:152:0: note: Variable 'ke' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.cpp:153:3: note: Variable 'ke' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:32:13: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:67:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:32:13: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:33:8: style: The function 'ReadInJointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:106:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:34:8: style: The function 'WriteOutJointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:35:10: style: The function 'GetForward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:107:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:36:10: style: The function 'GetBackward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:108:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:37:8: style: The function 'UpdateForward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:109:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:38:8: style: The function 'UpdateBackward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:39:8: style: The function 'ComputeLocalTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:40:8: style: The function 'ForwardKinematics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:41:8: style: The function 'BackwardKinematics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.cpp:149:23: warning: Member variable 'ColMatMap::elements' is not assigned a value in 'ColMatMap::operator='. [operatorEqVarError]
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:61:14: style: Technically the member function 'ColMatrix::BasicMax' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.cpp:186:17: note: Technically the member function 'ColMatrix::BasicMax' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:61:14: note: Technically the member function 'ColMatrix::BasicMax' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:62:14: style: Technically the member function 'ColMatrix::BasicMin' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.cpp:196:17: note: Technically the member function 'ColMatrix::BasicMin' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:62:14: note: Technically the member function 'ColMatrix::BasicMin' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/fastmatrixops.cpp:116:10: style: The scope of the variable 'Lv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/fastmatrixops.cpp:139:10: style: The scope of the variable 'Lv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/fastmatrixops.cpp:115:34: style: Function 'FastLDLT' argument 2 names different: declaration 'LD' definition 'C'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/poems/fastmatrixops.h:26:34: note: Function 'FastLDLT' argument 2 names different: declaration 'LD' definition 'C'.
lammps-0~20180510.gitaa1d815fe/lib/poems/fastmatrixops.cpp:115:34: note: Function 'FastLDLT' argument 2 names different: declaration 'LD' definition 'C'.
lammps-0~20180510.gitaa1d815fe/lib/poems/fastmatrixops.cpp:137:34: style: Function 'FastLDLT' argument 2 names different: declaration 'LD' definition 'C'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/poems/fastmatrixops.h:27:34: note: Function 'FastLDLT' argument 2 names different: declaration 'LD' definition 'C'.
lammps-0~20180510.gitaa1d815fe/lib/poems/fastmatrixops.cpp:137:34: note: Function 'FastLDLT' argument 2 names different: declaration 'LD' definition 'C'.
lammps-0~20180510.gitaa1d815fe/lib/poems/fastmatrixops.cpp:545:27: warning: Function 'FastLUSubsLH' argument order different: declaration 'B, LU, C, indx' definition 'LU, B, C, indx' [funcArgOrderDifferent]
lammps-0~20180510.gitaa1d815fe/lib/poems/fastmatrixops.h:41:27: note: Function 'FastLUSubsLH' argument order different: declaration 'B, LU, C, indx' definition 'LU, B, C, indx'
lammps-0~20180510.gitaa1d815fe/lib/poems/fastmatrixops.cpp:545:27: note: Function 'FastLUSubsLH' argument order different: declaration 'B, LU, C, indx' definition 'LU, B, C, indx'
lammps-0~20180510.gitaa1d815fe/lib/poems/fixedpoint.h:30:3: style: Class 'FixedPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/fixedpoint.h:31:13: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/point.h:40:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/fixedpoint.h:31:13: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/fixedpoint.h:32:9: style: The function 'GetPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/point.h:41:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/fixedpoint.h:32:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/fixedpoint.h:33:8: style: The function 'ReadInPointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/point.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/fixedpoint.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/fixedpoint.h:34:8: style: The function 'WriteOutPointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/point.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/fixedpoint.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.cpp:137:3: style: Variable 'ke' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.cpp:136:0: note: Variable 'ke' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.cpp:137:3: note: Variable 'ke' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:29:13: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:67:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:29:13: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:30:8: style: The function 'ReadInJointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:106:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:30:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:31:8: style: The function 'WriteOutJointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:32:8: style: The function 'ComputeLocalTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:33:10: style: The function 'GetForward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:107:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:34:10: style: The function 'GetBackward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:108:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:35:8: style: The function 'UpdateForward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:109:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:36:8: style: The function 'UpdateBackward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:37:8: style: The function 'ForwardKinematics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:38:8: style: The function 'BackwardKinematics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/inertialframe.h:31:9: style: Technically the member function 'InertialFrame::GetGravity' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/inertialframe.cpp:43:22: note: Technically the member function 'InertialFrame::GetGravity' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/inertialframe.h:31:9: note: Technically the member function 'InertialFrame::GetGravity' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.cpp:83:40: style: Function 'SetInitialState' argument 1 names different: declaration 'q' definition 'a'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:98:35: note: Function 'SetInitialState' argument 1 names different: declaration 'q' definition 'a'.
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.cpp:83:40: note: Function 'SetInitialState' argument 1 names different: declaration 'q' definition 'a'.
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.cpp:83:54: style: Function 'SetInitialState' argument 2 names different: declaration 'u' definition 'adot'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:98:49: note: Function 'SetInitialState' argument 2 names different: declaration 'u' definition 'adot'.
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.cpp:83:54: note: Function 'SetInitialState' argument 2 names different: declaration 'u' definition 'adot'.
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:33:13: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:67:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:33:13: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:36:8: style: The function 'ReadInJointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:106:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:37:8: style: The function 'WriteOutJointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:38:10: style: The function 'GetForward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:107:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:39:10: style: The function 'GetBackward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:108:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:40:8: style: The function 'UpdateForward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:109:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:41:8: style: The function 'UpdateBackward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:42:8: style: The function 'ComputeLocalTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:43:8: style: The function 'ForwardKinematics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:44:8: style: The function 'BackwardKinematics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:33:13: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:67:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:33:13: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:34:8: style: The function 'ReadInJointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:106:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:35:8: style: The function 'WriteOutJointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:36:10: style: The function 'GetForward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:107:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:37:10: style: The function 'GetBackward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:108:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:37:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:38:8: style: The function 'UpdateForward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:109:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:39:8: style: The function 'UpdateBackward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:40:8: style: The function 'ComputeForwardTransforms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:41:8: style: The function 'ComputeBackwardTransforms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:112:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:42:8: style: The function 'ComputeLocalTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:43:8: style: The function 'ForwardKinematics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:44:8: style: The function 'BackwardKinematics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:32:13: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:67:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:32:13: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:33:8: style: The function 'ReadInJointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:106:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:34:8: style: The function 'WriteOutJointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:35:10: style: The function 'GetForward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:107:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:36:10: style: The function 'GetBackward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:108:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:37:8: style: The function 'UpdateForward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:109:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:38:8: style: The function 'UpdateBackward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:39:8: style: The function 'ComputeLocalTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:40:8: style: The function 'ForwardKinematics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:41:8: style: The function 'BackwardKinematics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:33:13: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:67:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:33:13: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:34:8: style: The function 'ReadInJointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:106:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:35:8: style: The function 'WriteOutJointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:36:8: style: The function 'ComputeLocalTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:38:10: style: The function 'GetForward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:107:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:39:10: style: The function 'GetBackward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:108:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:40:8: style: The function 'UpdateForward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:109:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:41:8: style: The function 'UpdateBackward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:42:8: style: The function 'ForwardKinematics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:43:8: style: The function 'BackwardKinematics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.cpp:24:9: warning: Member variable 'Mat3x3::elements' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.cpp:23:9: warning: Member variable 'Mat4x4::elements' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.cpp:23:9: warning: Member variable 'Mat6x6::elements' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.cpp:177:3: style: Variable 'ke' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.cpp:176:0: note: Variable 'ke' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.cpp:177:3: note: Variable 'ke' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.cpp:125:7: style: The scope of the variable 'pp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.cpp:29:13: warning: Member variable 'MixedJoint::numrots' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.cpp:29:13: warning: Member variable 'MixedJoint::numtrans' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.cpp:128:25: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.cpp:58:10: style: The scope of the variable 'joint' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.cpp:60:7: style: The scope of the variable 'tempID' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.cpp:95:10: style: The scope of the variable 'joint' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.cpp:181:11: style: The scope of the variable 'child' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.cpp:195:11: style: The scope of the variable 'child' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.cpp:209:11: style: The scope of the variable 'child' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.cpp:280:10: style: The scope of the variable 'child' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.h:88:15: style: Technically the member function 'OnBody::GetN_C_K' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.cpp:227:16: note: Technically the member function 'OnBody::GetN_C_K' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.h:88:15: note: Technically the member function 'OnBody::GetN_C_K' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.h:91:13: performance: Technically the member function 'OnBody::CalculateAcceleration' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.cpp:400:14: note: Technically the member function 'OnBody::CalculateAcceleration' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.h:91:13: note: Technically the member function 'OnBody::CalculateAcceleration' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: style: Technically the member function 'List < OnBody >::GetNumElements' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:98:0: note: Technically the member function 'List < OnBody >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: note: Technically the member function 'List < OnBody >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: style: Technically the member function 'List < OnBody >::PrintList' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:216:0: note: Technically the member function 'List < OnBody >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: note: Technically the member function 'List < OnBody >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:33:0: style: Class 'ListElement < OnBody >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/onsolver.cpp:70:45: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/poems/onsolver.cpp:91:11: style: The scope of the variable 'child' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/onsolver.cpp:85:39: style: Function 'CreateTopologyArray' argument 1 names different: declaration 'i' definition 'num'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/poems/onsolver.h:41:36: note: Function 'CreateTopologyArray' argument 1 names different: declaration 'i' definition 'num'.
lammps-0~20180510.gitaa1d815fe/lib/poems/onsolver.cpp:85:39: note: Function 'CreateTopologyArray' argument 1 names different: declaration 'i' definition 'num'.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: style: Technically the member function 'List < Body >::GetNumElements' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:98:0: note: Technically the member function 'List < Body >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: note: Technically the member function 'List < Body >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: style: Technically the member function 'List < Body >::PrintList' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:216:0: note: Technically the member function 'List < Body >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: note: Technically the member function 'List < Body >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:33:0: style: Class 'ListElement < Body >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/onsolver.h:40:13: style: The function 'DeleteModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/solver.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/onsolver.h:40:13: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/onsolver.h:47:13: style: The function 'CreateModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/solver.h:49:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/onsolver.h:47:13: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/onsolver.h:48:13: style: The function 'Solve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/solver.h:50:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/onsolver.h:48:13: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/poemsobject.h:31:7: style: Technically the member function 'POEMSObject::GetID' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemsobject.cpp:42:18: note: Technically the member function 'POEMSObject::GetID' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemsobject.h:31:7: note: Technically the member function 'POEMSObject::GetID' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstreenode.cpp:22:11: warning: Member variable 'TreeNode::aux_data' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstreenode.h:32:12: style: Member variable 'TreeNode::left' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstreenode.cpp:23:30: note: Member variable 'TreeNode::left' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstreenode.h:32:12: note: Member variable 'TreeNode::left' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstreenode.h:43:6: style: Technically the member function 'TreeNode::GetData' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstreenode.cpp:46:15: note: Technically the member function 'TreeNode::GetData' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstreenode.h:43:6: note: Technically the member function 'TreeNode::GetData' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstreenode.h:46:6: style: Technically the member function 'TreeNode::GetBalanceFactor' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstreenode.cpp:41:15: note: Technically the member function 'TreeNode::GetBalanceFactor' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstreenode.h:46:6: note: Technically the member function 'TreeNode::GetBalanceFactor' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/solver.cpp:22:9: warning: Member variable 'Solver::system' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/solver.cpp:22:9: warning: Member variable 'Solver::time' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/solver.cpp:22:9: warning: Member variable 'Solver::type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/solver.h:45:14: style: Technically the member function 'Solver::GetSolverType' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/solver.cpp:38:20: note: Technically the member function 'Solver::GetSolverType' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/solver.h:45:14: note: Technically the member function 'Solver::GetSolverType' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.cpp:158:3: style: Variable 'ke' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.cpp:157:0: note: Variable 'ke' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.cpp:158:3: note: Variable 'ke' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:275:7: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:429:3: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:70:9: style: The scope of the variable 'body' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:113:10: style: The scope of the variable 'joint' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:180:9: style: The scope of the variable 'body' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:201:10: style: The scope of the variable 'joint' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:242:12: style: The scope of the variable 'prev' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:245:13: style: The scope of the variable 'joint' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:246:13: style: The scope of the variable 'point_CM' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:247:13: style: The scope of the variable 'point_p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:248:13: style: The scope of the variable 'point_k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:399:9: style: The scope of the variable 'point_CM' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:401:9: style: The scope of the variable 'point_k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:388:122: style: Function 'Create_System_LAMMPS' argument 6 names different: declaration 'vh1' definition 'vcm'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.h:86:121: note: Function 'Create_System_LAMMPS' argument 6 names different: declaration 'vh1' definition 'vcm'.
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:388:122: note: Function 'Create_System_LAMMPS' argument 6 names different: declaration 'vh1' definition 'vcm'.
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:25:9: warning: Member variable 'System::time' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.h:74:15: style: Technically the member function 'System::GetTime' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:60:16: note: Technically the member function 'System::GetTime' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/system.h:74:15: note: Technically the member function 'System::GetTime' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/system.h:76:13: performance: Technically the member function 'System::ComputeForces' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:64:14: note: Technically the member function 'System::ComputeForces' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/system.h:76:13: note: Technically the member function 'System::ComputeForces' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.cpp:23:8: warning: Member variable 'Vect3::elements' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.cpp:23:8: warning: Member variable 'Vect4::elements' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.cpp:23:8: warning: Member variable 'Vect6::elements' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.cpp:151:18: style: The scope of the variable 'vm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:577:28: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/poems/SystemProcessor.h:92:27: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/poems/SystemProcessor.h:93:28: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/poems/SystemProcessor.h:190:27: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:479:13: warning: Redundant assignment of 'RNodePtr' to itself. [selfAssignment]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemsnodelib.h:125:6: style: The scope of the variable 'depthLeft' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemsnodelib.h:125:17: style: The scope of the variable 'depthRight' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/SystemProcessor.h:72:9: style: The scope of the variable 'false_var' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:130:8: style: The scope of the variable 'array' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:131:9: style: The scope of the variable 'arrayFromChain' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:132:6: style: The scope of the variable 'numElementsInSystem' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:236:6: style: The scope of the variable 'numbodies' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:238:8: style: The scope of the variable 'mappings' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:304:6: style: The scope of the variable 'numbodies' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:306:8: style: The scope of the variable 'mappings' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:380:8: style: The scope of the variable 'numbodies' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:382:10: style: The scope of the variable 'mappings' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:474:6: style: The scope of the variable 'numbodies' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:296:12: style: Variable 'SysKE' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:341:12: style: Variable 'SysKE' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:456:14: style: Variable 'SysKE' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:52:12: warning: Member variable 'Workspace::Thalf' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:52:12: warning: Member variable 'Workspace::Tfull' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:52:12: warning: Member variable 'Workspace::ConFac' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:52:12: warning: Member variable 'Workspace::KE_val' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:52:12: warning: Member variable 'Workspace::FirstTime' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.h:75:10: style: Technically the member function 'Workspace::getNumberOfSystems' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:221:16: note: Technically the member function 'Workspace::getNumberOfSystems' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.h:75:10: note: Technically the member function 'Workspace::getNumberOfSystems' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:46:7: performance: Technically the member function 'Tree::SingleRotateLeft' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:344:12: note: Technically the member function 'Tree::SingleRotateLeft' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:46:7: note: Technically the member function 'Tree::SingleRotateLeft' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:47:7: performance: Technically the member function 'Tree::SingleRotateRight' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:322:12: note: Technically the member function 'Tree::SingleRotateRight' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:47:7: note: Technically the member function 'Tree::SingleRotateRight' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:48:7: performance: Technically the member function 'Tree::DoubleRotateLeft' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:403:12: note: Technically the member function 'Tree::DoubleRotateLeft' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:48:7: note: Technically the member function 'Tree::DoubleRotateLeft' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:49:7: performance: Technically the member function 'Tree::DoubleRotateRight' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:367:12: note: Technically the member function 'Tree::DoubleRotateRight' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:49:7: note: Technically the member function 'Tree::DoubleRotateRight' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/SystemProcessor.h:48:7: performance: Technically the member function 'SystemProcessor::setLinkVisited' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/poems/SystemProcessor.h:213:23: note: Technically the member function 'SystemProcessor::setLinkVisited' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/SystemProcessor.h:48:7: note: Technically the member function 'SystemProcessor::setLinkVisited' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/SystemProcessor.h:64:6: performance: Technically the member function 'SystemProcessor::getNumberOfHeadChains' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/poems/SystemProcessor.h:277:22: note: Technically the member function 'SystemProcessor::getNumberOfHeadChains' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/SystemProcessor.h:64:6: note: Technically the member function 'SystemProcessor::getNumberOfHeadChains' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: style: Technically the member function 'List < POEMSChain >::GetNumElements' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:98:0: note: Technically the member function 'List < POEMSChain >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: note: Technically the member function 'List < POEMSChain >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: style: Technically the member function 'List < POEMSChain >::PrintList' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:216:0: note: Technically the member function 'List < POEMSChain >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: note: Technically the member function 'List < POEMSChain >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: style: Technically the member function 'List < ChildRingData >::GetNumElements' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:98:0: note: Technically the member function 'List < ChildRingData >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: note: Technically the member function 'List < ChildRingData >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: style: Technically the member function 'List < ChildRingData >::PrintList' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:216:0: note: Technically the member function 'List < ChildRingData >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: note: Technically the member function 'List < ChildRingData >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: style: Technically the member function 'List < POEMSNode >::GetNumElements' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:98:0: note: Technically the member function 'List < POEMSNode >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: note: Technically the member function 'List < POEMSNode >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: style: Technically the member function 'List < POEMSNode >::PrintList' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:216:0: note: Technically the member function 'List < POEMSNode >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: note: Technically the member function 'List < POEMSNode >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: style: Technically the member function 'List < bool >::GetNumElements' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:98:0: note: Technically the member function 'List < bool >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: note: Technically the member function 'List < bool >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: style: Technically the member function 'List < bool >::PrintList' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:216:0: note: Technically the member function 'List < bool >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: note: Technically the member function 'List < bool >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: style: Technically the member function 'List < List < int > >::GetNumElements' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:98:0: note: Technically the member function 'List < List < int > >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: note: Technically the member function 'List < List < int > >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: style: Technically the member function 'List < List < int > >::PrintList' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:216:0: note: Technically the member function 'List < List < int > >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: note: Technically the member function 'List < List < int > >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:33:0: style: Class 'ListElement < POEMSNode >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:33:0: style: Class 'ListElement < bool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:33:0: style: Class 'ListElement < POEMSChain >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:33:0: style: Class 'ListElement < ChildRingData >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:33:0: style: Class 'ListElement < List < int > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:32:1: warning: The class 'Tree' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/lib/qmmm/libqmmm.c:44:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/qmmm/libqmmm.c:45:20: style: The scope of the variable 'len' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/qmmm/libqmmm.c:206:0: error: Resource leak: fp [resourceLeak]
lammps-0~20180510.gitaa1d815fe/lib/qmmm/pwqmmm.c:210:15: style: The scope of the variable 'suffix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/qmmm/pwqmmm.c:282:15: style: The scope of the variable 'suffix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/qmmm/pwqmmm.c:247:28: style: Variable 'suffix' is allocated memory that is never used. [unusedAllocatedMemory]
lammps-0~20180510.gitaa1d815fe/lib/qmmm/pwqmmm.c:319:28: style: Variable 'suffix' is allocated memory that is never used. [unusedAllocatedMemory]
lammps-0~20180510.gitaa1d815fe/lib/qmmm/pwqmmm.c:206:13: error: Resource handle 'fp' freed twice. [doubleFree]
lammps-0~20180510.gitaa1d815fe/lib/qmmm/pwqmmm.c:276:13: error: Resource handle 'fp' freed twice. [doubleFree]
lammps-0~20180510.gitaa1d815fe/lib/qmmm/pwqmmm.c:345:13: error: Resource handle 'fp' freed twice. [doubleFree]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:89:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:89:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:89:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::cut_global' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::cut' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::gamma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::upsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::mu' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::shape1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::shape2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::lshape' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::well' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::lj1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::lj2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::lj3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::lj4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::offset' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::setwell' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::avec' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.h:29:3: style: Class 'PairGayBerne' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_line_lj.cpp:459:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_line_lj.cpp:72:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_line_lj.cpp:72:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_line_lj.cpp:74:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_line_lj.cpp:74:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_line_lj.cpp:74:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_line_lj.cpp:463:10: style: The scope of the variable 'delta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_line_lj.h:29:3: style: Class 'PairLineLJ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:81:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:81:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:81:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:869:10: style: The scope of the variable 'fwae' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:870:10: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::cut_global' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::cut' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::shape1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::shape2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::lshape' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::well' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::lj1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::lj2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::lj3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::lj4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::offset' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::setwell' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::avec' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.h:29:3: style: Class 'PairRESquared' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_tri_lj.cpp:538:18: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_tri_lj.cpp:70:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_tri_lj.cpp:70:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_tri_lj.cpp:72:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_tri_lj.cpp:72:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_tri_lj.cpp:72:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_tri_lj.h:29:3: style: Class 'PairTriLJ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/BODY/body_nparticle.cpp:212:10: style: The scope of the variable 'onerad' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/BODY/body_nparticle.cpp:265:11: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/BODY/compute_body_local.cpp:127:12: style: Variable 'ncount' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/BODY/compute_temp_body.cpp:347:19: style: Variable 'massone' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/BODY/pair_body.cpp:71:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/BODY/pair_body.cpp:71:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/BODY/pair_body.cpp:73:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/BODY/pair_body.cpp:73:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/BODY/pair_body.cpp:73:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/BODY/pair_body.h:29:3: style: Class 'PairBody' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:72:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:72:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:72:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:72:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:73:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:73:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:73:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:73:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:73:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:73:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:75:10: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:75:17: style: The scope of the variable 'dtheta2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:75:25: style: The scope of the variable 'dtheta3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:75:33: style: The scope of the variable 'dtheta4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:75:41: style: The scope of the variable 'de_angle' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:76:10: style: The scope of the variable 'dr1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:76:14: style: The scope of the variable 'dr2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:76:18: style: The scope of the variable 'tk1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:76:22: style: The scope of the variable 'tk2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:76:26: style: The scope of the variable 'aa1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:76:30: style: The scope of the variable 'aa2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:76:34: style: The scope of the variable 'aa11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:76:39: style: The scope of the variable 'aa12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:76:44: style: The scope of the variable 'aa21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:76:49: style: The scope of the variable 'aa22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:77:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:77:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:77:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:77:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:77:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:77:28: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:77:30: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:77:32: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:77:36: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:77:40: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:77:44: style: The scope of the variable 'b1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:77:47: style: The scope of the variable 'b2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:78:10: style: The scope of the variable 'vx11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:78:15: style: The scope of the variable 'vx12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:78:20: style: The scope of the variable 'vy11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:78:25: style: The scope of the variable 'vy12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:78:30: style: The scope of the variable 'vz11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:78:35: style: The scope of the variable 'vz12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:78:40: style: The scope of the variable 'vx21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:78:45: style: The scope of the variable 'vx22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:78:50: style: The scope of the variable 'vy21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:78:55: style: The scope of the variable 'vy22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:78:60: style: The scope of the variable 'vz21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:78:65: style: The scope of the variable 'vz22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.h:30:3: style: Class 'AngleClass2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:54:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:54:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:54:15: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:55:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:55:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:55:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:56:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:56:14: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:56:16: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:56:19: style: The scope of the variable 'dr2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:56:23: style: The scope of the variable 'dr3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:56:27: style: The scope of the variable 'dr4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:56:31: style: The scope of the variable 'de_bond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.h:30:3: style: Class 'BondClass2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:106:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:106:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:106:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:106:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:106:27: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:107:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:107:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:107:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:107:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:107:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:107:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:107:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:107:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:107:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:107:55: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:107:61: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:107:67: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:109:10: style: The scope of the variable 'r1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:109:17: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:109:20: style: The scope of the variable 'r2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:109:27: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:109:30: style: The scope of the variable 'r3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:109:37: style: The scope of the variable 'r3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:110:10: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:110:14: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:110:18: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:110:22: style: The scope of the variable 'rb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:110:26: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:110:30: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:110:34: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:110:37: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:111:10: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:111:16: style: The scope of the variable 'costh12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:111:24: style: The scope of the variable 'costh13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:111:32: style: The scope of the variable 'costh23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:111:40: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:111:44: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:111:48: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:111:51: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:111:54: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:112:10: style: The scope of the variable 'cosphi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:112:17: style: The scope of the variable 'phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:112:21: style: The scope of the variable 'sinphi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:112:28: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:112:32: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:112:36: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:112:40: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:112:44: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:112:48: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:112:52: style: The scope of the variable 'sx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:112:56: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:113:10: style: The scope of the variable 'sx12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:113:15: style: The scope of the variable 'sy1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:113:19: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:113:23: style: The scope of the variable 'sy12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:113:28: style: The scope of the variable 'sz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:113:32: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:113:36: style: The scope of the variable 'sz12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:113:41: style: The scope of the variable 'dphi1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:113:47: style: The scope of the variable 'dphi2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:113:53: style: The scope of the variable 'dphi3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:114:10: style: The scope of the variable 'de_dihedral' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:114:22: style: The scope of the variable 't1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:114:25: style: The scope of the variable 't2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:114:28: style: The scope of the variable 't3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:114:31: style: The scope of the variable 't4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:114:34: style: The scope of the variable 'cos2phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:114:42: style: The scope of the variable 'cos3phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:114:50: style: The scope of the variable 'bt1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:114:54: style: The scope of the variable 'bt2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:115:10: style: The scope of the variable 'bt3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:115:14: style: The scope of the variable 'sumbte' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:115:21: style: The scope of the variable 'db' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:115:24: style: The scope of the variable 'sumbtf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:115:31: style: The scope of the variable 'at1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:115:35: style: The scope of the variable 'at2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:115:39: style: The scope of the variable 'at3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:115:43: style: The scope of the variable 'da' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:115:46: style: The scope of the variable 'da1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:115:50: style: The scope of the variable 'da2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:116:31: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:116:35: style: The scope of the variable 'sin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.h:30:3: style: Class 'DihedralClass2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/improper_class2.cpp:71:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/improper_class2.cpp:71:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/improper_class2.cpp:71:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/improper_class2.cpp:71:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/improper_class2.cpp:71:27: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/improper_class2.cpp:638:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/improper_class2.cpp:638:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/improper_class2.cpp:638:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/improper_class2.cpp:638:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/improper_class2.cpp:638:27: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/improper_class2.h:30:3: style: Class 'ImproperClass2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2.cpp:61:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2.cpp:61:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2.cpp:61:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2.cpp:62:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2.cpp:62:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2.cpp:62:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2.h:29:3: style: Class 'PairLJClass2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_cut.cpp:65:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_cut.cpp:65:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_cut.cpp:65:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_cut.cpp:66:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_cut.cpp:66:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_cut.cpp:66:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_cut.cpp:66:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_cut.cpp:442:16: style: The scope of the variable 'rinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_cut.cpp:442:51: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_cut.cpp:442:59: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_cut.h:29:3: style: Class 'PairLJClass2CoulCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:76:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:76:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:76:34: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:77:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:77:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:77:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:77:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:488:16: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:488:18: style: The scope of the variable 'rinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:488:35: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:488:40: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:488:46: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:489:43: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:489:51: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.h:29:3: style: Class 'PairLJClass2CoulLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:529:27: error: Uninitialized variable: erfc [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:529:17: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:534:57: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:531:32: error: Uninitialized variable: fraction [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:531:22: error: Uninitialized variable: itable [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:343:7: style: Condition 'print_overlaps' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:342:24: note: Assignment 'print_overlaps=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:343:7: note: Condition 'print_overlaps' is always false
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:78:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:78:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:78:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:79:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:79:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:79:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:80:22: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:104:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:517:17: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.h:29:3: style: Class 'PairBrownian' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:129:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.cpp:64:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.cpp:64:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.cpp:64:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.cpp:65:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.cpp:65:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.cpp:65:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.cpp:66:34: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.cpp:89:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.cpp:380:17: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.cpp:186:26: style: Variable 'overlaps' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.h:29:3: style: Class 'PairBrownianPoly' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.h:31:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.h:32:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.h:34:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.h:32:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.h:33:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.cpp:114:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_colloid.cpp:73:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_colloid.cpp:73:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_colloid.cpp:73:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_colloid.cpp:74:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_colloid.cpp:74:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_colloid.cpp:74:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_colloid.h:29:3: style: Class 'PairColloid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.cpp:82:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.cpp:83:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.cpp:83:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.cpp:83:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.cpp:164:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.cpp:591:10: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.cpp:758:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.cpp:421:15: style: Variable 'itype' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.cpp:422:14: style: Variable 'radi' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.h:29:3: style: Class 'PairLubricate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.cpp:189:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:214:10: style: The scope of the variable 'alpha' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:214:16: style: The scope of the variable 'beta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:216:26: style: The scope of the variable 'rcg_dot_rcg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:398:10: style: The scope of the variable 'alpha' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:398:16: style: The scope of the variable 'beta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:400:26: style: The scope of the variable 'rcg_dot_rcg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:557:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:557:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:558:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:558:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:558:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:558:25: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:558:30: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:558:35: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:558:40: style: The scope of the variable 'fx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:558:43: style: The scope of the variable 'fy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:558:46: style: The scope of the variable 'fz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:574:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:587:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:790:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:790:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:791:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:791:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:791:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:792:22: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:819:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1062:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1062:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1063:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1063:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1063:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1064:22: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1090:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1336:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1336:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1336:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1337:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1337:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1337:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1338:22: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1502:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1502:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1502:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1503:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1503:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1503:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1504:22: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1815:17: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1978:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1996:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:2015:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:29:3: style: Class 'PairLubricateU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:612:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:844:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1115:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:159:10: style: The scope of the variable 'alpha' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:159:16: style: The scope of the variable 'beta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:161:26: style: The scope of the variable 'rcg_dot_rcg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:323:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:323:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:331:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:331:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:331:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:331:25: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:331:30: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:331:35: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:331:40: style: The scope of the variable 'fx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:331:43: style: The scope of the variable 'fy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:331:46: style: The scope of the variable 'fz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:332:22: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:358:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:598:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:598:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:605:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:605:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:605:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:606:16: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:633:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:909:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:909:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:909:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:914:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:914:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:914:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:915:22: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:1181:17: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:50:10: warning: The class 'PairLubricateUPoly' defines member variable with name 'vol_P' also defined in its parent class 'PairLubricateU'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:36:10: note: The class 'PairLubricateUPoly' defines member variable with name 'vol_P' also defined in its parent class 'PairLubricateU'.
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:50:10: note: The class 'PairLubricateUPoly' defines member variable with name 'vol_P' also defined in its parent class 'PairLubricateU'.
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:48:7: warning: The class 'PairLubricateUPoly' defines member variable with name 'flagdeform' also defined in its parent class 'PairLubricateU'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:37:7: note: The class 'PairLubricateUPoly' defines member variable with name 'flagdeform' also defined in its parent class 'PairLubricateU'.
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:48:7: note: The class 'PairLubricateUPoly' defines member variable with name 'flagdeform' also defined in its parent class 'PairLubricateU'.
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:48:19: warning: The class 'PairLubricateUPoly' defines member variable with name 'flagwall' also defined in its parent class 'PairLubricateU'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:37:19: note: The class 'PairLubricateUPoly' defines member variable with name 'flagwall' also defined in its parent class 'PairLubricateU'.
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:48:19: note: The class 'PairLubricateUPoly' defines member variable with name 'flagwall' also defined in its parent class 'PairLubricateU'.
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:49:7: warning: The class 'PairLubricateUPoly' defines member variable with name 'flagVF' also defined in its parent class 'PairLubricateU'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:37:29: note: The class 'PairLubricateUPoly' defines member variable with name 'flagVF' also defined in its parent class 'PairLubricateU'.
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:49:7: note: The class 'PairLubricateUPoly' defines member variable with name 'flagVF' also defined in its parent class 'PairLubricateU'.
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:49:15: warning: The class 'PairLubricateUPoly' defines member variable with name 'flagHI' also defined in its parent class 'PairLubricateU'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:37:37: note: The class 'PairLubricateUPoly' defines member variable with name 'flagHI' also defined in its parent class 'PairLubricateU'.
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:49:15: note: The class 'PairLubricateUPoly' defines member variable with name 'flagHI' also defined in its parent class 'PairLubricateU'.
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:51:18: warning: The class 'PairLubricateUPoly' defines member variable with name 'wallfix' also defined in its parent class 'PairLubricateU'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:38:18: note: The class 'PairLubricateUPoly' defines member variable with name 'wallfix' also defined in its parent class 'PairLubricateU'.
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:51:18: note: The class 'PairLubricateUPoly' defines member variable with name 'wallfix' also defined in its parent class 'PairLubricateU'.
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:29:3: style: Class 'PairLubricateUPoly' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:31:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:33:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:41:8: style: The function 'compute_RE' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:65:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:42:8: style: The function 'compute_RU' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:67:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:43:8: style: The function 'compute_Fh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:68:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:383:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:658:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.cpp:67:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.cpp:68:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.cpp:68:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.cpp:68:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.cpp:148:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.cpp:501:10: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.cpp:414:15: style: Variable 'itype' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.cpp:415:14: style: Variable 'radi' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.h:29:3: style: Class 'PairLubricatePoly' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.h:31:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.h:32:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.cpp:173:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_yukawa_colloid.cpp:43:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_yukawa_colloid.cpp:43:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_yukawa_colloid.cpp:43:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_yukawa_colloid.cpp:44:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_yukawa_colloid.cpp:44:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_yukawa_colloid.cpp:44:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_yukawa_colloid.cpp:44:52: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_yukawa_colloid.h:29:3: style: Class 'PairYukawaColloid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/COMPRESS/dump_atom_gz.cpp:97:19: style: Redundant condition: !multiproc. 'multiproc || (!multiproc && me==0)' is equivalent to 'multiproc || me==0' [redundantCondition]
lammps-0~20180510.gitaa1d815fe/src/COMPRESS/dump_custom_gz.cpp:97:19: style: Redundant condition: !multiproc. 'multiproc || (!multiproc && me==0)' is equivalent to 'multiproc || me==0' [redundantCondition]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/compute_temp_cs.cpp:469:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_dsf_cs.cpp:52:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_dsf_cs.cpp:52:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_dsf_cs.cpp:52:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_dsf_cs.cpp:53:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_dsf_cs.cpp:53:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_dsf_cs.cpp:53:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_dsf_cs.cpp:53:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_dsf_cs.h:29:3: style: Class 'PairBornCoulDSFCS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_long_cs.cpp:62:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_long_cs.cpp:62:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_long_cs.cpp:62:34: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_long_cs.cpp:63:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_long_cs.cpp:63:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_long_cs.cpp:63:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_long_cs.cpp:63:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_long_cs.h:29:3: style: Class 'PairBornCoulLongCS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_wolf_cs.cpp:47:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_wolf_cs.cpp:47:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_wolf_cs.cpp:47:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_wolf_cs.cpp:48:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_wolf_cs.cpp:48:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_wolf_cs.cpp:48:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_wolf_cs.cpp:48:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_wolf_cs.cpp:53:56: style: The scope of the variable 'qisq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_wolf_cs.h:29:3: style: Class 'PairBornCoulWolfCS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_buck_coul_long_cs.cpp:62:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_buck_coul_long_cs.cpp:62:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_buck_coul_long_cs.cpp:62:34: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_buck_coul_long_cs.cpp:63:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_buck_coul_long_cs.cpp:63:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_buck_coul_long_cs.cpp:63:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_buck_coul_long_cs.cpp:63:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_buck_coul_long_cs.h:29:3: style: Class 'PairBuckCoulLongCS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_long_cs.cpp:63:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_long_cs.cpp:63:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_long_cs.cpp:63:34: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_long_cs.cpp:64:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_long_cs.cpp:64:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_long_cs.cpp:64:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_long_cs.cpp:64:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_long_cs.h:29:3: style: Class 'PairCoulLongCS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_wolf_cs.cpp:47:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_wolf_cs.cpp:47:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_wolf_cs.cpp:48:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_wolf_cs.cpp:48:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_wolf_cs.cpp:48:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_wolf_cs.cpp:48:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_wolf_cs.cpp:53:56: style: The scope of the variable 'qisq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_wolf_cs.h:29:3: style: Class 'PairCoulWolfCS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:68:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:68:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:68:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:69:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:69:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:69:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:69:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:212:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:212:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:212:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:213:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:213:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:213:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:213:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:298:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:298:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:298:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:299:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:299:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:299:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:299:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:392:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:392:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:392:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:393:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:393:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:393:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:393:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.h:30:3: style: Class 'PairLJCutCoulLongCS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/DEPEND/fastdep.c:103:25: style: The scope of the variable 'root' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DEPEND/fastdep.c:199:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DEPEND/fastdep.c:434:17: style: The scope of the variable 'val' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DEPEND/fastdep.c:435:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DEPEND/fastdep.c:464:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DEPEND/fastdep.c:467:17: style: The scope of the variable 'file' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DEPEND/fastdep.c:537:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DEPEND/fastdep.c:537:11: style: The scope of the variable 'num' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DEPEND/fastdep.c:565:17: style: The scope of the variable 'source' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DEPEND/fastdep.c:566:11: style: The scope of the variable 'target' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DEPEND/fastdep.c:566:20: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DEPEND/fastdep.c:567:15: style: The scope of the variable 'ext' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:123:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:123:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:123:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:165:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:165:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:165:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:165:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:165:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:165:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:235:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:322:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:339:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:339:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:339:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:396:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:396:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:396:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:396:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:396:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:396:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:486:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:653:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.h:29:3: style: Class 'AtomVecDipole' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_cut.cpp:62:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_cut.cpp:62:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_cut.cpp:62:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_cut.cpp:63:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_cut.cpp:63:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_cut.cpp:63:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_cut.cpp:63:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_cut.h:29:3: style: Class 'PairLJCutDipoleCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_long.cpp:77:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_long.cpp:77:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_long.cpp:77:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_long.cpp:78:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_long.cpp:78:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_long.cpp:78:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_long.cpp:78:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_long.h:32:3: style: Class 'PairLJCutDipoleLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:226:15: style: The scope of the variable 'style3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:227:15: style: The scope of the variable 'style6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:412:42: style: The scope of the variable 'imu' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:412:48: style: The scope of the variable 'jmu' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:413:46: style: The scope of the variable 'tqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:415:24: style: The scope of the variable 'qi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:423:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:425:27: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:425:36: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:425:45: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:426:11: style: The scope of the variable 'cutsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:426:20: style: The scope of the variable 'cut_ljsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:426:32: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:426:39: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:426:46: style: The scope of the variable 'lj3i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:426:53: style: The scope of the variable 'lj4i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:426:60: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.h:31:3: style: Class 'PairLJLongDipoleLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_beck_gpu.cpp:176:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_beck_gpu.cpp:176:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_beck_gpu.cpp:176:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_beck_gpu.cpp:177:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_beck_gpu.cpp:177:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_beck_gpu.cpp:177:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_beck_gpu.h:29:3: style: Class 'PairBeckGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_long_gpu.cpp:213:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_long_gpu.cpp:213:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_long_gpu.cpp:213:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_long_gpu.cpp:214:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_long_gpu.cpp:214:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_long_gpu.cpp:214:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_long_gpu.cpp:214:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_long_gpu.h:29:3: style: Class 'PairBornCoulLongGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_wolf_gpu.cpp:197:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_wolf_gpu.cpp:197:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_wolf_gpu.cpp:197:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_wolf_gpu.cpp:198:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_wolf_gpu.cpp:198:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_wolf_gpu.cpp:198:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_wolf_gpu.cpp:198:25: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_wolf_gpu.cpp:200:33: style: The scope of the variable 'e_self' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_wolf_gpu.cpp:200:40: style: The scope of the variable 'qisq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_wolf_gpu.h:29:3: style: Class 'PairBornCoulWolfGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_gpu.cpp:190:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_gpu.cpp:190:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_gpu.cpp:190:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_gpu.cpp:191:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_gpu.cpp:191:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_gpu.cpp:191:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_gpu.h:29:3: style: Class 'PairBornGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_cut_gpu.cpp:185:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_cut_gpu.cpp:185:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_cut_gpu.cpp:185:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_cut_gpu.cpp:186:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_cut_gpu.cpp:186:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_cut_gpu.cpp:186:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_cut_gpu.cpp:186:25: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_cut_gpu.h:29:3: style: Class 'PairBuckCoulCutGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_long_gpu.cpp:207:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_long_gpu.cpp:207:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_long_gpu.cpp:207:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_long_gpu.cpp:208:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_long_gpu.cpp:208:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_long_gpu.cpp:208:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_long_gpu.cpp:208:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_long_gpu.h:29:3: style: Class 'PairBuckCoulLongGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_gpu.cpp:187:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_gpu.cpp:187:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_gpu.cpp:187:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_gpu.cpp:188:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_gpu.cpp:188:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_gpu.cpp:188:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_gpu.h:29:3: style: Class 'PairBuckGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_colloid_gpu.cpp:154:38: warning: Possible null pointer dereference: _form [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_colloid_gpu.cpp:149:17: note: Assignment '_form=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_colloid_gpu.cpp:154:38: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_colloid_gpu.cpp:190:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_colloid_gpu.cpp:190:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_colloid_gpu.cpp:190:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_colloid_gpu.cpp:191:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_colloid_gpu.cpp:191:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_colloid_gpu.cpp:191:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_colloid_gpu.h:29:3: style: Class 'PairColloidGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_cut_gpu.cpp:193:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_cut_gpu.cpp:193:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_cut_gpu.cpp:193:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_cut_gpu.cpp:194:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_cut_gpu.cpp:194:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_cut_gpu.cpp:194:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_cut_gpu.cpp:194:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_cut_gpu.h:29:3: style: Class 'PairCoulCutGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_debye_gpu.cpp:195:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_debye_gpu.cpp:195:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_debye_gpu.cpp:195:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_debye_gpu.cpp:196:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_debye_gpu.cpp:196:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_debye_gpu.cpp:196:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_debye_gpu.cpp:196:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_debye_gpu.h:29:3: style: Class 'PairCoulDebyeGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_dsf_gpu.cpp:203:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_dsf_gpu.cpp:203:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_dsf_gpu.cpp:204:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_dsf_gpu.cpp:204:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_dsf_gpu.cpp:204:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_dsf_gpu.cpp:204:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_dsf_gpu.h:29:3: style: Class 'PairCoulDSFGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_long_gpu.cpp:209:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_long_gpu.cpp:209:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_long_gpu.cpp:210:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_long_gpu.cpp:210:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_long_gpu.cpp:210:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_long_gpu.cpp:210:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_long_gpu.cpp:151:22: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_long_gpu.h:29:3: style: Class 'PairCoulLongGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_gpu.cpp:324:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_gpu.cpp:324:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_gpu.cpp:324:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_gpu.cpp:325:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_gpu.cpp:325:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_gpu.cpp:325:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_gpu.cpp:326:10: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_gpu.cpp:326:16: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_gpu.cpp:326:22: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_gpu.cpp:383:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_gpu.h:29:3: style: Class 'PairDPDGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_tstat_gpu.cpp:341:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_tstat_gpu.cpp:341:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_tstat_gpu.cpp:341:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_tstat_gpu.cpp:342:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_tstat_gpu.cpp:342:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_tstat_gpu.cpp:342:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_tstat_gpu.cpp:343:10: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_tstat_gpu.cpp:343:16: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_tstat_gpu.cpp:343:22: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_tstat_gpu.cpp:400:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_tstat_gpu.h:29:3: style: Class 'PairDPDTstatGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_eam_alloy_gpu.cpp:102:25: style: The scope of the variable 'inum_dev' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_eam_alloy_gpu.h:29:3: style: Class 'PairEAMAlloyGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_eam_fs_gpu.cpp:102:25: style: The scope of the variable 'inum_dev' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_eam_fs_gpu.h:29:3: style: Class 'PairEAMFSGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_eam_gpu.cpp:105:25: style: The scope of the variable 'inum_dev' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_eam_gpu.h:31:3: style: Class 'PairEAMGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_gauss_gpu.cpp:183:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_gauss_gpu.cpp:183:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_gauss_gpu.cpp:183:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_gauss_gpu.cpp:184:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_gauss_gpu.cpp:184:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_gauss_gpu.cpp:184:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_gauss_gpu.h:29:3: style: Class 'PairGaussGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_gayberne_gpu.cpp:227:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_gayberne_gpu.cpp:227:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_gayberne_gpu.cpp:227:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_gayberne_gpu.cpp:71:18: warning: Member variable 'PairGayBerneGPU::cpu_time' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_gayberne_gpu.h:29:3: style: Class 'PairGayBerneGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj96_cut_gpu.cpp:177:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj96_cut_gpu.cpp:177:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj96_cut_gpu.cpp:177:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj96_cut_gpu.cpp:178:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj96_cut_gpu.cpp:178:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj96_cut_gpu.cpp:178:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj96_cut_gpu.h:29:3: style: Class 'PairLJ96CutGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_charmm_coul_long_gpu.cpp:154:10: style: The scope of the variable 'cut' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_charmm_coul_long_gpu.cpp:225:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_charmm_coul_long_gpu.cpp:225:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_charmm_coul_long_gpu.cpp:225:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_charmm_coul_long_gpu.cpp:226:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_charmm_coul_long_gpu.cpp:226:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_charmm_coul_long_gpu.cpp:226:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_charmm_coul_long_gpu.cpp:226:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_charmm_coul_long_gpu.cpp:158:15: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_charmm_coul_long_gpu.h:29:3: style: Class 'PairLJCharmmCoulLongGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_coul_long_gpu.cpp:203:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_coul_long_gpu.cpp:203:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_coul_long_gpu.cpp:203:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_coul_long_gpu.cpp:204:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_coul_long_gpu.cpp:204:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_coul_long_gpu.cpp:204:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_coul_long_gpu.cpp:204:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_coul_long_gpu.h:29:3: style: Class 'PairLJClass2CoulLongGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_gpu.cpp:174:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_gpu.cpp:174:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_gpu.cpp:174:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_gpu.cpp:175:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_gpu.cpp:175:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_gpu.cpp:175:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_gpu.h:29:3: style: Class 'PairLJClass2GPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cubic_gpu.cpp:179:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cubic_gpu.cpp:179:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cubic_gpu.cpp:179:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cubic_gpu.cpp:180:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cubic_gpu.cpp:180:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cubic_gpu.cpp:180:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cubic_gpu.h:29:3: style: Class 'PairLJCubicGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_cut_gpu.cpp:187:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_cut_gpu.cpp:187:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_cut_gpu.cpp:187:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_cut_gpu.cpp:188:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_cut_gpu.cpp:188:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_cut_gpu.cpp:188:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_cut_gpu.cpp:188:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_cut_gpu.h:29:3: style: Class 'PairLJCutCoulCutGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_debye_gpu.cpp:190:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_debye_gpu.cpp:190:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_debye_gpu.cpp:190:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_debye_gpu.cpp:191:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_debye_gpu.cpp:191:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_debye_gpu.cpp:191:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_debye_gpu.cpp:191:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_debye_gpu.h:29:3: style: Class 'PairLJCutCoulDebyeGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_dsf_gpu.cpp:205:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_dsf_gpu.cpp:205:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_dsf_gpu.cpp:205:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_dsf_gpu.cpp:206:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_dsf_gpu.cpp:206:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_dsf_gpu.cpp:206:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_dsf_gpu.cpp:206:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_dsf_gpu.h:29:3: style: Class 'PairLJCutCoulDSFGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_long_gpu.cpp:221:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_long_gpu.cpp:221:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_long_gpu.cpp:221:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_long_gpu.cpp:222:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_long_gpu.cpp:222:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_long_gpu.cpp:222:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_long_gpu.cpp:222:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_long_gpu.h:29:3: style: Class 'PairLJCutCoulLongGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_msm_gpu.cpp:197:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_msm_gpu.cpp:197:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_msm_gpu.cpp:197:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_msm_gpu.cpp:198:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_msm_gpu.cpp:198:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_msm_gpu.cpp:198:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_msm_gpu.cpp:198:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_msm_gpu.h:29:3: style: Class 'PairLJCutCoulMSMGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_dipole_cut_gpu.cpp:192:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_dipole_cut_gpu.cpp:192:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_dipole_cut_gpu.cpp:192:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_dipole_cut_gpu.cpp:193:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_dipole_cut_gpu.cpp:193:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_dipole_cut_gpu.cpp:193:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_dipole_cut_gpu.cpp:193:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_dipole_cut_gpu.h:29:3: style: Class 'PairLJCutDipoleCutGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_gpu.cpp:189:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_gpu.cpp:189:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_gpu.cpp:189:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_gpu.cpp:190:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_gpu.cpp:190:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_gpu.cpp:190:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_gpu.h:29:3: style: Class 'PairLJCutGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_expand_gpu.cpp:187:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_expand_gpu.cpp:187:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_expand_gpu.cpp:187:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_expand_gpu.cpp:188:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_expand_gpu.cpp:188:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_expand_gpu.cpp:188:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_expand_gpu.h:29:3: style: Class 'PairLJExpandGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_gromacs_gpu.cpp:183:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_gromacs_gpu.cpp:183:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_gromacs_gpu.cpp:183:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_gromacs_gpu.cpp:184:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_gromacs_gpu.cpp:184:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_gromacs_gpu.cpp:184:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_gromacs_gpu.h:29:3: style: Class 'PairLJGromacsGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_coul_long_gpu.cpp:216:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_coul_long_gpu.cpp:217:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_coul_long_gpu.cpp:217:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_coul_long_gpu.cpp:217:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_coul_long_gpu.cpp:217:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_coul_long_gpu.cpp:227:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_coul_long_gpu.cpp:227:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_coul_long_gpu.cpp:227:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_coul_long_gpu.cpp:255:0: style: The scope of the variable 'evdwl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_coul_long_gpu.cpp:256:0: style: The scope of the variable 'ecoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_coul_long_gpu.cpp:257:0: style: The scope of the variable 'fpair' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_coul_long_gpu.h:29:3: style: Class 'PairLJSDKCoulLongGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_gpu.cpp:183:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_gpu.cpp:184:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_gpu.cpp:184:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_gpu.cpp:184:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_gpu.cpp:191:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_gpu.cpp:191:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_gpu.cpp:191:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_gpu.h:29:3: style: Class 'PairLJSDKGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sf_dipole_sf_gpu.cpp:191:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sf_dipole_sf_gpu.cpp:191:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sf_dipole_sf_gpu.cpp:191:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sf_dipole_sf_gpu.cpp:192:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sf_dipole_sf_gpu.cpp:192:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sf_dipole_sf_gpu.cpp:192:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sf_dipole_sf_gpu.cpp:192:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sf_dipole_sf_gpu.h:29:3: style: Class 'PairLJSFDipoleSFGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_mie_cut_gpu.cpp:177:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_mie_cut_gpu.cpp:177:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_mie_cut_gpu.cpp:177:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_mie_cut_gpu.cpp:178:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_mie_cut_gpu.cpp:178:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_mie_cut_gpu.cpp:178:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_mie_cut_gpu.h:29:3: style: Class 'PairMIECutGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_morse_gpu.cpp:174:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_morse_gpu.cpp:174:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_morse_gpu.cpp:174:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_morse_gpu.cpp:175:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_morse_gpu.cpp:175:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_morse_gpu.cpp:175:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_morse_gpu.h:29:3: style: Class 'PairMorseGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_resquared_gpu.cpp:225:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_resquared_gpu.cpp:225:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_resquared_gpu.cpp:225:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_resquared_gpu.cpp:70:19: warning: Member variable 'PairRESquaredGPU::cpu_time' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_resquared_gpu.h:29:3: style: Class 'PairRESquaredGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_soft_gpu.cpp:187:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_soft_gpu.cpp:187:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_soft_gpu.cpp:187:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_soft_gpu.cpp:188:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_soft_gpu.cpp:188:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_soft_gpu.cpp:188:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_soft_gpu.h:29:3: style: Class 'PairSoftGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:170:5: warning: Possible null pointer dereference: epsilon [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:153:0: note: Assignment 'epsilon=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:170:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:171:5: warning: Possible null pointer dereference: sigma [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:153:0: note: Assignment 'sigma=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:171:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:172:5: warning: Possible null pointer dereference: lambda [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:153:0: note: Assignment 'lambda=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:172:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:173:5: warning: Possible null pointer dereference: gamma [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:153:38: note: Assignment 'gamma=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:173:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:174:5: warning: Possible null pointer dereference: biga [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:154:0: note: Assignment 'biga=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:174:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:175:5: warning: Possible null pointer dereference: bigb [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:154:0: note: Assignment 'bigb=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:175:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:176:5: warning: Possible null pointer dereference: powerp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:154:0: note: Assignment 'powerp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:176:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:177:5: warning: Possible null pointer dereference: powerq [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:154:35: note: Assignment 'powerq=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:177:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:178:5: warning: Possible null pointer dereference: _cut [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:155:0: note: Assignment '_cut=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:178:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:179:5: warning: Possible null pointer dereference: _cutsq [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:155:0: note: Assignment '_cutsq=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:179:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:180:5: warning: Possible null pointer dereference: costheta [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:155:30: note: Assignment 'costheta=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:180:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.h:29:3: style: Class 'PairSWGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:165:7: warning: Possible null pointer dereference: table_coeffs [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:156:28: note: Assignment 'table_coeffs=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:165:7: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:166:7: warning: Possible null pointer dereference: table_coeffs [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:156:28: note: Assignment 'table_coeffs=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:166:7: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:167:7: warning: Possible null pointer dereference: table_coeffs [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:156:28: note: Assignment 'table_coeffs=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:167:7: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:168:7: warning: Possible null pointer dereference: table_coeffs [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:156:28: note: Assignment 'table_coeffs=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:168:7: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:169:7: warning: Possible null pointer dereference: table_coeffs [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:156:28: note: Assignment 'table_coeffs=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:169:7: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:170:7: warning: Possible null pointer dereference: table_coeffs [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:156:28: note: Assignment 'table_coeffs=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:170:7: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:209:9: warning: Possible null pointer dereference: table_data [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:157:25: note: Assignment 'table_data=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:209:9: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:210:9: warning: Possible null pointer dereference: table_data [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:157:25: note: Assignment 'table_data=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:210:9: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:211:9: warning: Possible null pointer dereference: table_data [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:157:25: note: Assignment 'table_data=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:211:9: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:212:9: warning: Possible null pointer dereference: table_data [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:157:25: note: Assignment 'table_data=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:212:9: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:213:9: warning: Possible null pointer dereference: table_data [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:157:25: note: Assignment 'table_data=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:213:9: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:214:9: warning: Possible null pointer dereference: table_data [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:157:25: note: Assignment 'table_data=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:214:9: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:251:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:251:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:251:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:252:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:252:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:252:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.h:29:3: style: Class 'PairTableGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:186:5: warning: Possible null pointer dereference: lam1 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:159:0: note: Assignment 'lam1=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:186:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:187:5: warning: Possible null pointer dereference: lam2 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:159:0: note: Assignment 'lam2=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:187:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:188:5: warning: Possible null pointer dereference: lam3 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:159:0: note: Assignment 'lam3=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:188:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:189:5: warning: Possible null pointer dereference: powermint [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:159:36: note: Assignment 'powermint=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:189:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:190:5: warning: Possible null pointer dereference: biga [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:160:0: note: Assignment 'biga=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:190:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:191:5: warning: Possible null pointer dereference: bigb [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:160:0: note: Assignment 'bigb=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:191:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:192:5: warning: Possible null pointer dereference: bigr [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:160:0: note: Assignment 'bigr=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:192:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:193:5: warning: Possible null pointer dereference: bigd [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:160:31: note: Assignment 'bigd=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:193:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:194:5: warning: Possible null pointer dereference: c1 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:161:0: note: Assignment 'c1=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:194:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:195:5: warning: Possible null pointer dereference: c2 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:161:0: note: Assignment 'c2=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:195:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:196:5: warning: Possible null pointer dereference: c3 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:161:0: note: Assignment 'c3=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:196:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:197:5: warning: Possible null pointer dereference: c4 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:161:23: note: Assignment 'c4=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:197:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:198:5: warning: Possible null pointer dereference: c [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:162:0: note: Assignment 'c=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:198:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:199:5: warning: Possible null pointer dereference: d [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:162:0: note: Assignment 'd=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:199:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:200:5: warning: Possible null pointer dereference: h [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:162:0: note: Assignment 'h=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:200:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:201:5: warning: Possible null pointer dereference: gamma [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:162:23: note: Assignment 'gamma=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:201:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:202:5: warning: Possible null pointer dereference: beta [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:163:0: note: Assignment 'beta=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:202:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:203:5: warning: Possible null pointer dereference: powern [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:163:0: note: Assignment 'powern=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:203:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:204:5: warning: Possible null pointer dereference: _cutsq [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:163:28: note: Assignment '_cutsq=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:204:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.h:29:3: style: Class 'PairTersoffGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:178:5: warning: Possible null pointer dereference: lam1 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:151:0: note: Assignment 'lam1=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:178:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:179:5: warning: Possible null pointer dereference: lam2 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:151:0: note: Assignment 'lam2=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:179:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:180:5: warning: Possible null pointer dereference: lam3 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:151:0: note: Assignment 'lam3=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:180:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:181:5: warning: Possible null pointer dereference: powermint [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:151:36: note: Assignment 'powermint=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:181:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:182:5: warning: Possible null pointer dereference: biga [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:152:0: note: Assignment 'biga=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:182:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:183:5: warning: Possible null pointer dereference: bigb [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:152:0: note: Assignment 'bigb=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:183:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:184:5: warning: Possible null pointer dereference: bigr [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:152:0: note: Assignment 'bigr=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:184:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:185:5: warning: Possible null pointer dereference: bigd [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:152:31: note: Assignment 'bigd=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:185:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:186:5: warning: Possible null pointer dereference: c1 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:154:0: note: Assignment 'c1=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:186:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:187:5: warning: Possible null pointer dereference: c2 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:154:0: note: Assignment 'c2=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:187:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:188:5: warning: Possible null pointer dereference: c3 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:154:0: note: Assignment 'c3=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:188:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:189:5: warning: Possible null pointer dereference: c4 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:154:0: note: Assignment 'c4=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:189:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:190:5: warning: Possible null pointer dereference: c5 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:154:0: note: Assignment 'c5=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:190:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:191:5: warning: Possible null pointer dereference: h [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:154:32: note: Assignment 'h=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:191:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:192:5: warning: Possible null pointer dereference: beta [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:155:0: note: Assignment 'beta=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:192:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:193:5: warning: Possible null pointer dereference: powern [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:155:0: note: Assignment 'powern=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:193:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:194:5: warning: Possible null pointer dereference: powern_del [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:153:0: note: Assignment 'powern_del=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:194:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:195:5: warning: Possible null pointer dereference: ca1 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:153:22: note: Assignment 'ca1=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:195:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:196:5: warning: Possible null pointer dereference: _cutsq [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:155:28: note: Assignment '_cutsq=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:196:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.h:29:3: style: Class 'PairTersoffMODGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:191:5: warning: Possible null pointer dereference: lam1 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:160:0: note: Assignment 'lam1=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:191:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:192:5: warning: Possible null pointer dereference: lam2 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:160:0: note: Assignment 'lam2=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:192:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:193:5: warning: Possible null pointer dereference: lam3 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:160:0: note: Assignment 'lam3=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:193:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:194:5: warning: Possible null pointer dereference: powermint [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:160:36: note: Assignment 'powermint=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:194:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:195:5: warning: Possible null pointer dereference: biga [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:161:0: note: Assignment 'biga=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:195:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:196:5: warning: Possible null pointer dereference: bigb [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:161:0: note: Assignment 'bigb=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:196:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:197:5: warning: Possible null pointer dereference: bigr [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:161:0: note: Assignment 'bigr=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:197:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:198:5: warning: Possible null pointer dereference: bigd [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:161:31: note: Assignment 'bigd=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:198:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:199:5: warning: Possible null pointer dereference: c1 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:162:0: note: Assignment 'c1=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:199:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:200:5: warning: Possible null pointer dereference: c2 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:162:0: note: Assignment 'c2=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:200:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:201:5: warning: Possible null pointer dereference: c3 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:162:0: note: Assignment 'c3=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:201:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:202:5: warning: Possible null pointer dereference: c4 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:162:23: note: Assignment 'c4=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:202:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:203:5: warning: Possible null pointer dereference: c [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:163:0: note: Assignment 'c=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:203:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:204:5: warning: Possible null pointer dereference: d [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:163:0: note: Assignment 'd=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:204:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:205:5: warning: Possible null pointer dereference: h [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:163:0: note: Assignment 'h=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:205:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:206:5: warning: Possible null pointer dereference: gamma [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:163:23: note: Assignment 'gamma=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:206:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:207:5: warning: Possible null pointer dereference: beta [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:164:0: note: Assignment 'beta=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:207:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:208:5: warning: Possible null pointer dereference: powern [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:164:0: note: Assignment 'powern=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:208:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:209:5: warning: Possible null pointer dereference: Z_i [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:164:0: note: Assignment 'Z_i=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:209:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:210:5: warning: Possible null pointer dereference: Z_j [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:164:0: note: Assignment 'Z_j=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:210:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:211:5: warning: Possible null pointer dereference: ZBLcut [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:164:0: note: Assignment 'ZBLcut=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:211:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:212:5: warning: Possible null pointer dereference: ZBLexpscale [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:164:0: note: Assignment 'ZBLexpscale=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:212:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:213:5: warning: Possible null pointer dereference: _cutsq [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:164:63: note: Assignment '_cutsq=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:213:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.h:29:3: style: Class 'PairTersoffZBLGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_ufm_gpu.cpp:191:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_ufm_gpu.cpp:191:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_ufm_gpu.cpp:191:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_ufm_gpu.cpp:192:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_ufm_gpu.cpp:192:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_ufm_gpu.cpp:192:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_ufm_gpu.h:35:3: style: Class 'PairUFMGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:186:5: warning: Possible null pointer dereference: cutsq [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:160:0: note: Assignment 'cutsq=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:186:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:187:5: warning: Possible null pointer dereference: r0 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:160:0: note: Assignment 'r0=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:187:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:188:5: warning: Possible null pointer dereference: gamma [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:160:0: note: Assignment 'gamma=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:188:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:189:5: warning: Possible null pointer dereference: eta [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:160:30: note: Assignment 'eta=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:189:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:190:5: warning: Possible null pointer dereference: lam1inv [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:161:0: note: Assignment 'lam1inv=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:190:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:191:5: warning: Possible null pointer dereference: lam4inv [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:161:0: note: Assignment 'lam4inv=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:191:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:192:5: warning: Possible null pointer dereference: zizj [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:161:0: note: Assignment 'zizj=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:192:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:193:5: warning: Possible null pointer dereference: mbigd [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:161:38: note: Assignment 'mbigd=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:193:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:194:5: warning: Possible null pointer dereference: dvrc [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:162:0: note: Assignment 'dvrc=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:194:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:195:5: warning: Possible null pointer dereference: big6w [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:162:0: note: Assignment 'big6w=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:195:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:196:5: warning: Possible null pointer dereference: heta [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:162:0: note: Assignment 'heta=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:196:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:197:5: warning: Possible null pointer dereference: bigh [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:162:32: note: Assignment 'bigh=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:197:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:198:5: warning: Possible null pointer dereference: bigw [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:163:0: note: Assignment 'bigw=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:198:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:199:5: warning: Possible null pointer dereference: c0 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:163:0: note: Assignment 'c0=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:199:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:200:5: warning: Possible null pointer dereference: costheta [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:163:0: note: Assignment 'costheta=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:200:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:201:5: warning: Possible null pointer dereference: bigb [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:163:33: note: Assignment 'bigb=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:201:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:202:5: warning: Possible null pointer dereference: big2b [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:164:0: note: Assignment 'big2b=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:202:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:203:5: warning: Possible null pointer dereference: bigc [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:164:18: note: Assignment 'bigc=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:203:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:154:24: style: Unused variable: r0eps [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.h:29:3: style: Class 'PairVashishtaGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_colloid_gpu.cpp:184:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_colloid_gpu.cpp:184:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_colloid_gpu.cpp:184:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_colloid_gpu.cpp:185:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_colloid_gpu.cpp:185:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_colloid_gpu.cpp:185:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_colloid_gpu.cpp:185:52: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_colloid_gpu.h:29:3: style: Class 'PairYukawaColloidGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_gpu.cpp:175:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_gpu.cpp:175:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_gpu.cpp:175:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_gpu.cpp:176:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_gpu.cpp:176:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_gpu.cpp:176:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_gpu.h:29:3: style: Class 'PairYukawaGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_zbl_gpu.cpp:182:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_zbl_gpu.cpp:182:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_zbl_gpu.cpp:182:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_zbl_gpu.cpp:183:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_zbl_gpu.cpp:183:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_zbl_gpu.cpp:183:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_zbl_gpu.h:29:3: style: Class 'PairZBLGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pppm_gpu.cpp:190:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pppm_gpu.cpp:382:10: style: The scope of the variable 'eng' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pppm_gpu.cpp:509:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pppm_gpu.cpp:567:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_pour.cpp:377:16: style: The scope of the variable 'nlocalprev' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_pour.cpp:473:7: style: The scope of the variable 'success' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_pour.cpp:474:43: style: The scope of the variable 'rn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_pour.cpp:474:46: style: The scope of the variable 'h' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.cpp:912:3: style: Variable 'fs1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.cpp:904:3: note: Variable 'fs1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.cpp:912:3: note: Variable 'fs1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.cpp:913:3: style: Variable 'fs2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.cpp:905:3: note: Variable 'fs2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.cpp:913:3: note: Variable 'fs2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.cpp:914:3: style: Variable 'fs3' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.cpp:906:3: note: Variable 'fs3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.cpp:914:3: note: Variable 'fs3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.cpp:307:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.cpp:950:8: style: Variable 'vrlmaginv' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.cpp:273:37: style: The scope of the variable 'iwall' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:31:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:34:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:36:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.h:37:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:37:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:38:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:39:8: style: The function 'set_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:40:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.h:41:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:40:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:41:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.h:42:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:41:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:42:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.h:43:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:42:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:43:8: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:44:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.h:45:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:44:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:45:7: style: The function 'maxsize_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.h:46:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:45:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.cpp:45:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.cpp:46:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.cpp:46:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.cpp:46:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.cpp:47:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.cpp:55:8: style: The scope of the variable 'touch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.h:29:3: style: Class 'PairGranHookeHistory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.h:29:3: style: Class 'PairGranHertzHistory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.h:30:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.h:31:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.h:32:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.h:41:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.h:32:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke.cpp:44:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke.cpp:45:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke.cpp:45:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke.cpp:45:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke.cpp:46:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke.h:29:3: style: Class 'PairGranHooke' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke.h:30:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke.h:31:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.h:41:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke.h:31:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.cpp:86:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.cpp:87:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.cpp:87:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.cpp:87:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.cpp:88:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.cpp:96:8: style: The scope of the variable 'touch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.cpp:751:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KIM/pair_kim.cpp:165:8: style: The scope of the variable 'ielement' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KIM/pair_kim.cpp:221:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KIM/pair_kim.cpp:410:8: style: The scope of the variable 'kimerror' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KIM/pair_kim.cpp:667:8: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KIM/pair_kim.cpp:667:11: style: The scope of the variable 'jj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KIM/pair_kim.cpp:1274:9: style: The scope of the variable 'indexStr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KIM/pair_kim.cpp:1276:7: style: The scope of the variable 'offset' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KIM/pair_kim.h:43:7: style: Class 'PairKIM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/angle_charmm_kokkos.cpp:311:11: style: The scope of the variable 'eanglethird' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:64:5: style: 'lmp_float3::operator=' should return 'lmp_float3 &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:70:5: style: 'lmp_float3::operator=' should return 'lmp_float3 &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:95:5: style: 'lmp_double3::operator=' should return 'lmp_double3 &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:101:5: style: 'lmp_double3::operator=' should return 'lmp_double3 &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:128:3: style: 't_scalar3::operator=' should return 't_scalar3 &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:115:5: performance: Variable 'x' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:115:12: performance: Variable 'y' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:115:19: performance: Variable 'z' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:120:5: performance: Variable 'x' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:120:16: performance: Variable 'y' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:120:27: performance: Variable 'z' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:125:5: performance: Variable 'x' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:125:13: performance: Variable 'y' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:125:21: performance: Variable 'z' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_kokkos.h:87:5: performance: Variable 'dest' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_kokkos.h:90:5: performance: Variable 'dest' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_kokkos.h:93:5: performance: Variable 'dest' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_kokkos.h:96:5: performance: Variable 'dest' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_few.h:45:0: performance: Technically the member function 'Few < double , 3 >::data' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_few.h:51:0: performance: Technically the member function 'Few < double , 3 >::data' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:989:3: style: Struct 'params_lj_coul' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_kokkos.h:63:3: style: Class 'AtomKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:3: style: Class 'NeighListKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/domain_kokkos.h:30:3: style: Class 'DomainKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neighbor_kokkos.h:35:3: style: Class 'NeighborKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/memory_kokkos.h:24:3: style: Class 'MemoryKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_bond_kokkos.h:42:0: style: Class 'LAMMPS_NS :: NeighBondKokkos < Kokkos :: HostSpace :: execution_space >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_bond_kokkos.h:42:0: style: Class 'LAMMPS_NS :: NeighBondKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_few.h:12:0: style: Class 'Few < double , 3 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_few.h:18:0: style: Class 'Few < double , 3 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/angle_charmm_kokkos.h:39:0: style: Class 'LAMMPS_NS :: AngleCharmmKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:47:1: warning: The struct 'lmp_float3' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:78:3: warning: The struct 'lmp_double3' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/angle_class2_kokkos.cpp:416:11: style: The scope of the variable 'eanglethird' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/angle_class2_kokkos.h:41:0: style: Class 'LAMMPS_NS :: AngleClass2Kokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/angle_harmonic_kokkos.cpp:283:11: style: The scope of the variable 'eanglethird' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/angle_harmonic_kokkos.h:40:0: style: Class 'LAMMPS_NS :: AngleHarmonicKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_kokkos.cpp:133:13: style: The scope of the variable 'ix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_kokkos.cpp:133:16: style: The scope of the variable 'iy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_kokkos.cpp:133:19: style: The scope of the variable 'iz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_kokkos.cpp:133:22: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.h:33:3: style: Class 'CommKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:514:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:514:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:514:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:550:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:550:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:550:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:550:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:550:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:550:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:780:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:780:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:780:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:829:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:829:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:829:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:829:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:829:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:829:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:907:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:493:70: style: Function 'unpack_comm_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:66:52: note: Function 'unpack_comm_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:493:70: note: Function 'unpack_comm_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:960:72: style: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:74:54: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:960:72: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:1216:85: style: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:77:67: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:1216:85: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:99:18: warning: The class 'AtomVecAngleKokkos' defines member variable with name 'h_x' also defined in its parent class 'AtomVecKokkos'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:119:18: note: The class 'AtomVecAngleKokkos' defines member variable with name 'h_x' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:99:18: note: The class 'AtomVecAngleKokkos' defines member variable with name 'h_x' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:100:18: warning: The class 'AtomVecAngleKokkos' defines member variable with name 'h_v' also defined in its parent class 'AtomVecKokkos'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:120:18: note: The class 'AtomVecAngleKokkos' defines member variable with name 'h_v' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:100:18: note: The class 'AtomVecAngleKokkos' defines member variable with name 'h_v' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:101:18: warning: The class 'AtomVecAngleKokkos' defines member variable with name 'h_f' also defined in its parent class 'AtomVecKokkos'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:121:18: note: The class 'AtomVecAngleKokkos' defines member variable with name 'h_f' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:101:18: note: The class 'AtomVecAngleKokkos' defines member variable with name 'h_f' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:31:3: style: Class 'AtomVecAngleKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:35:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:38:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:35:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:36:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:39:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:37:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:38:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:39:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:42:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:39:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:40:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:62:7: style: The function 'pack_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:55:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:62:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:66:8: style: The function 'unpack_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:60:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:66:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:68:7: style: The function 'pack_comm_self' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:50:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:68:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:71:7: style: The function 'pack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:76:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:71:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:74:8: style: The function 'unpack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:81:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:74:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:77:7: style: The function 'pack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:86:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:77:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:82:7: style: The function 'unpack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:92:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:82:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:86:8: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:86:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:87:8: style: The function 'modified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:87:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:88:8: style: The function 'sync_overlapping_device' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:88:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:1315:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:1316:0: performance: Function parameter 'nlocal' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:1091:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:1092:0: performance: Function parameter 'sendlist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:1093:0: performance: Function parameter 'copylist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:238:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:238:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:238:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:285:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:285:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:285:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:285:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:285:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:285:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:702:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:394:73: style: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:55:54: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:394:73: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:547:86: style: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:58:67: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:547:86: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:32:3: style: Class 'AtomVecAtomicKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:52:7: style: The function 'pack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:76:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:52:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:55:8: style: The function 'unpack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:81:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:55:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:58:7: style: The function 'pack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:86:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:58:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:63:7: style: The function 'unpack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:92:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:63:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:67:8: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:67:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:68:8: style: The function 'modified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:68:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:69:8: style: The function 'sync_overlapping_device' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:69:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:608:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:609:0: performance: Function parameter 'nlocal' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:488:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:489:0: performance: Function parameter 'sendlist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:490:0: performance: Function parameter 'copylist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:286:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:286:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:286:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:335:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:335:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:335:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:335:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:335:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:335:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:413:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:466:71: style: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:59:54: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:466:71: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:690:84: style: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:62:67: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:690:84: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:31:3: style: Class 'AtomVecBondKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:56:7: style: The function 'pack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:76:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:56:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:59:8: style: The function 'unpack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:81:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:59:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:62:7: style: The function 'pack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:86:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:62:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:67:7: style: The function 'unpack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:92:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:67:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:71:8: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:71:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:72:8: style: The function 'modified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:72:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:73:8: style: The function 'sync_overlapping_device' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:73:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:779:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:780:0: performance: Function parameter 'nlocal' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:591:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:592:0: performance: Function parameter 'sendlist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:593:0: performance: Function parameter 'copylist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:305:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:305:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:305:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:354:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:354:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:354:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:354:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:354:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:354:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:432:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:832:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:483:73: style: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:60:54: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:483:73: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:664:86: style: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:63:67: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:664:86: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:32:3: style: Class 'AtomVecChargeKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:57:7: style: The function 'pack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:76:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:57:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:60:8: style: The function 'unpack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:81:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:60:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:63:7: style: The function 'pack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:86:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:63:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:68:7: style: The function 'unpack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:92:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:68:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:72:8: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:72:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:73:8: style: The function 'modified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:73:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:74:8: style: The function 'sync_overlapping_device' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:74:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:732:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:733:0: performance: Function parameter 'nlocal' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:600:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:601:0: performance: Function parameter 'sendlist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:602:0: performance: Function parameter 'copylist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:549:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:549:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:549:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:595:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:595:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:595:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:595:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:595:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:595:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:873:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:873:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:873:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:934:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:934:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:934:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:934:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:934:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:934:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:1029:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:1049:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:1571:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:524:68: style: Function 'unpack_comm_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:69:52: note: Function 'unpack_comm_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:524:68: note: Function 'unpack_comm_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:1124:70: style: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:77:54: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:1124:70: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:1377:83: style: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:80:67: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:1377:83: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:32:3: style: Class 'AtomVecDPDKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:36:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:38:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:37:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:39:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:37:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:39:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:40:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:42:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:42:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:42:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:43:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:65:7: style: The function 'pack_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:55:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:65:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:69:8: style: The function 'unpack_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:60:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:69:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:71:7: style: The function 'pack_comm_self' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:50:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:71:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:74:7: style: The function 'pack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:76:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:74:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:77:8: style: The function 'unpack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:81:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:77:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:80:7: style: The function 'pack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:86:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:80:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:85:7: style: The function 'unpack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:92:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:85:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:89:8: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:89:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:90:8: style: The function 'modified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:90:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:91:8: style: The function 'sync_overlapping_device' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:91:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:1458:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:1459:0: performance: Function parameter 'nlocal' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:1294:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:1295:0: performance: Function parameter 'sendlist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:1296:0: performance: Function parameter 'copylist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:419:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:419:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:419:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:470:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:470:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:470:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:470:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:470:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:470:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:551:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:608:71: style: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:59:54: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:608:71: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:950:84: style: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:62:67: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:950:84: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:31:3: style: Class 'AtomVecFullKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:56:7: style: The function 'pack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:76:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:56:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:59:8: style: The function 'unpack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:81:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:59:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:62:7: style: The function 'pack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:86:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:62:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:67:7: style: The function 'unpack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:92:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:67:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:71:8: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:71:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:72:8: style: The function 'modified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:72:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:73:8: style: The function 'sync_overlapping_device' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:73:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:1075:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:1076:0: performance: Function parameter 'nlocal' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:760:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:761:0: performance: Function parameter 'sendlist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:762:0: performance: Function parameter 'copylist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:204:3: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:196:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:204:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:205:3: style: Variable 'd_v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:197:3: note: Variable 'd_v' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:205:3: note: Variable 'd_v' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:206:3: style: Variable 'h_v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:198:3: note: Variable 'h_v' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:206:3: note: Variable 'h_v' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:60:9: style: The scope of the variable 'jarg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:310:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:310:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:310:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:354:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:354:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:354:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:354:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:354:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:354:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:536:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:562:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:562:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:562:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:615:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:615:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:615:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:615:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:615:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:615:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:1040:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:1066:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:1091:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:1112:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:1206:67: style: Function 'sync' argument 2 names different: declaration 'mask' definition 'h_mask'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:95:48: note: Function 'sync' argument 2 names different: declaration 'mask' definition 'h_mask'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:1206:67: note: Function 'sync' argument 2 names different: declaration 'mask' definition 'h_mask'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:1213:86: style: Function 'sync_overlapping_device' argument 2 names different: declaration 'mask' definition 'h_mask'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:97:67: note: Function 'sync_overlapping_device' argument 2 names different: declaration 'mask' definition 'h_mask'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:1213:86: note: Function 'sync_overlapping_device' argument 2 names different: declaration 'mask' definition 'h_mask'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:1220:71: style: Function 'modified' argument 2 names different: declaration 'mask' definition 'h_mask'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:96:52: note: Function 'modified' argument 2 names different: declaration 'mask' definition 'h_mask'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:1220:71: note: Function 'modified' argument 2 names different: declaration 'mask' definition 'h_mask'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:1169:7: style: Unused variable: n [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:99:18: warning: The class 'AtomVecHybridKokkos' defines member variable with name 'h_x' also defined in its parent class 'AtomVecKokkos'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:117:18: note: The class 'AtomVecHybridKokkos' defines member variable with name 'h_x' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:99:18: note: The class 'AtomVecHybridKokkos' defines member variable with name 'h_x' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:100:18: warning: The class 'AtomVecHybridKokkos' defines member variable with name 'h_v' also defined in its parent class 'AtomVecKokkos'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:118:18: note: The class 'AtomVecHybridKokkos' defines member variable with name 'h_v' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:100:18: note: The class 'AtomVecHybridKokkos' defines member variable with name 'h_v' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:101:18: warning: The class 'AtomVecHybridKokkos' defines member variable with name 'h_f' also defined in its parent class 'AtomVecKokkos'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:119:18: note: The class 'AtomVecHybridKokkos' defines member variable with name 'h_f' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:101:18: note: The class 'AtomVecHybridKokkos' defines member variable with name 'h_f' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:35:3: style: Class 'AtomVecHybridKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:44:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:38:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:44:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:45:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:39:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:45:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:46:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:46:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:47:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:47:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:48:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:42:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:48:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:49:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:71:7: style: The function 'pack_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:55:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:71:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:75:8: style: The function 'unpack_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:60:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:75:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:77:7: style: The function 'pack_comm_self' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:50:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:77:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:80:7: style: The function 'pack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:76:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:80:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:83:8: style: The function 'unpack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:81:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:83:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:86:7: style: The function 'pack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:86:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:86:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:91:7: style: The function 'unpack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:92:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:91:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:95:8: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:95:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:96:8: style: The function 'modified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:96:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:97:8: style: The function 'sync_overlapping_device' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:97:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:314:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:314:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:314:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:350:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:350:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:350:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:350:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:350:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:350:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:293:65: style: Function 'unpack_comm_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:60:49: note: Function 'unpack_comm_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:293:65: note: Function 'unpack_comm_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:466:65: style: Function 'pack_reverse_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:68:50: note: Function 'pack_reverse_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:466:65: note: Function 'pack_reverse_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:586:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:586:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:586:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:622:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:622:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:622:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:622:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:622:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:622:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:852:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:852:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:852:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:901:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:901:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:901:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:901:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:901:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:901:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:979:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:565:74: style: Function 'unpack_comm_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:66:52: note: Function 'unpack_comm_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:565:74: note: Function 'unpack_comm_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:1032:76: style: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:74:54: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:1032:76: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:1363:89: style: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:77:67: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:1363:89: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:99:18: warning: The class 'AtomVecMolecularKokkos' defines member variable with name 'h_x' also defined in its parent class 'AtomVecKokkos'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:126:18: note: The class 'AtomVecMolecularKokkos' defines member variable with name 'h_x' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:99:18: note: The class 'AtomVecMolecularKokkos' defines member variable with name 'h_x' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:100:18: warning: The class 'AtomVecMolecularKokkos' defines member variable with name 'h_v' also defined in its parent class 'AtomVecKokkos'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:127:18: note: The class 'AtomVecMolecularKokkos' defines member variable with name 'h_v' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:100:18: note: The class 'AtomVecMolecularKokkos' defines member variable with name 'h_v' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:101:18: warning: The class 'AtomVecMolecularKokkos' defines member variable with name 'h_f' also defined in its parent class 'AtomVecKokkos'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:128:18: note: The class 'AtomVecMolecularKokkos' defines member variable with name 'h_f' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:101:18: note: The class 'AtomVecMolecularKokkos' defines member variable with name 'h_f' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:31:3: style: Class 'AtomVecMolecularKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:35:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:38:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:35:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:36:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:39:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:37:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:38:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:39:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:42:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:39:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:40:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:62:7: style: The function 'pack_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:55:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:62:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:66:8: style: The function 'unpack_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:60:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:66:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:68:7: style: The function 'pack_comm_self' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:50:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:68:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:71:7: style: The function 'pack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:76:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:71:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:74:8: style: The function 'unpack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:81:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:74:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:77:7: style: The function 'pack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:86:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:77:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:82:7: style: The function 'unpack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:92:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:82:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:86:8: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:86:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:87:8: style: The function 'modified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:87:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:88:8: style: The function 'sync_overlapping_device' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:88:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:1487:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:1488:0: performance: Function parameter 'nlocal' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:1178:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:1179:0: performance: Function parameter 'sendlist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:1180:0: performance: Function parameter 'copylist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/bond_class2_kokkos.cpp:253:11: style: The scope of the variable 'ebondhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/bond_class2_kokkos.h:41:0: style: Class 'LAMMPS_NS :: BondClass2Kokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/bond_fene_kokkos.cpp:296:11: style: The scope of the variable 'ebondhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/bond_fene_kokkos.h:40:0: style: Class 'LAMMPS_NS :: BondFENEKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/bond_harmonic_kokkos.cpp:237:11: style: The scope of the variable 'ebondhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/bond_harmonic_kokkos.h:40:0: style: Class 'LAMMPS_NS :: BondHarmonicKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:710:16: style: The scope of the variable 'print' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:790:0: style: The scope of the variable 'twoneed' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:791:0: style: The scope of the variable 'nlast' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:531:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:531:0: style: The scope of the variable 'nlocal' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:532:0: style: The scope of the variable 'lo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:532:0: style: The scope of the variable 'hi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:533:0: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:384:0: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:137:37: style: Variable 'check_reverse' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:744:0: style: Member variable 'BuildBorderListFunctor < Kokkos :: HostSpace :: execution_space >::nfirst' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:757:0: note: Member variable 'BuildBorderListFunctor < Kokkos :: HostSpace :: execution_space >::nfirst' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:744:0: note: Member variable 'BuildBorderListFunctor < Kokkos :: HostSpace :: execution_space >::nfirst' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:741:0: style: Member variable 'BuildBorderListFunctor < Kokkos :: HostSpace :: execution_space >::lo' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:758:0: note: Member variable 'BuildBorderListFunctor < Kokkos :: HostSpace :: execution_space >::lo' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:741:0: note: Member variable 'BuildBorderListFunctor < Kokkos :: HostSpace :: execution_space >::lo' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:744:0: style: Member variable 'BuildBorderListFunctor < Kokkos :: DefaultExecutionSpace >::nfirst' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:757:0: note: Member variable 'BuildBorderListFunctor < Kokkos :: DefaultExecutionSpace >::nfirst' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:744:0: note: Member variable 'BuildBorderListFunctor < Kokkos :: DefaultExecutionSpace >::nfirst' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:741:0: style: Member variable 'BuildBorderListFunctor < Kokkos :: DefaultExecutionSpace >::lo' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:758:0: note: Member variable 'BuildBorderListFunctor < Kokkos :: DefaultExecutionSpace >::lo' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:741:0: note: Member variable 'BuildBorderListFunctor < Kokkos :: DefaultExecutionSpace >::lo' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:494:0: style: Member variable 'BuildExchangeListFunctor < Kokkos :: HostSpace :: execution_space >::_nsend' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:507:0: note: Member variable 'BuildExchangeListFunctor < Kokkos :: HostSpace :: execution_space >::_nsend' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:494:0: note: Member variable 'BuildExchangeListFunctor < Kokkos :: HostSpace :: execution_space >::_nsend' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:493:0: style: Member variable 'BuildExchangeListFunctor < Kokkos :: HostSpace :: execution_space >::_nlocal' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:509:0: note: Member variable 'BuildExchangeListFunctor < Kokkos :: HostSpace :: execution_space >::_nlocal' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:493:0: note: Member variable 'BuildExchangeListFunctor < Kokkos :: HostSpace :: execution_space >::_nlocal' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:490:0: style: Member variable 'BuildExchangeListFunctor < Kokkos :: HostSpace :: execution_space >::_lo' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:510:0: note: Member variable 'BuildExchangeListFunctor < Kokkos :: HostSpace :: execution_space >::_lo' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:490:0: note: Member variable 'BuildExchangeListFunctor < Kokkos :: HostSpace :: execution_space >::_lo' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:494:0: style: Member variable 'BuildExchangeListFunctor < Kokkos :: DefaultExecutionSpace >::_nsend' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:507:0: note: Member variable 'BuildExchangeListFunctor < Kokkos :: DefaultExecutionSpace >::_nsend' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:494:0: note: Member variable 'BuildExchangeListFunctor < Kokkos :: DefaultExecutionSpace >::_nsend' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:493:0: style: Member variable 'BuildExchangeListFunctor < Kokkos :: DefaultExecutionSpace >::_nlocal' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:509:0: note: Member variable 'BuildExchangeListFunctor < Kokkos :: DefaultExecutionSpace >::_nlocal' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:493:0: note: Member variable 'BuildExchangeListFunctor < Kokkos :: DefaultExecutionSpace >::_nlocal' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:490:0: style: Member variable 'BuildExchangeListFunctor < Kokkos :: DefaultExecutionSpace >::_lo' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:510:0: note: Member variable 'BuildExchangeListFunctor < Kokkos :: DefaultExecutionSpace >::_lo' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:490:0: note: Member variable 'BuildExchangeListFunctor < Kokkos :: DefaultExecutionSpace >::_lo' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:783:0: performance: Technically the member function 'BuildBorderListFunctor < Kokkos :: HostSpace :: execution_space >::shmem_size' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:783:0: performance: Technically the member function 'BuildBorderListFunctor < Kokkos :: DefaultExecutionSpace >::shmem_size' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:748:0: performance: Function parameter '_x' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:749:0: performance: Function parameter '_sendlist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:750:0: performance: Function parameter '_nsend' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:500:0: performance: Function parameter 'x' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:501:0: performance: Function parameter 'sendlist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:502:0: performance: Function parameter 'nsend' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:503:0: performance: Function parameter 'sendflag' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_tiled_kokkos.h:24:3: style: Class 'CommTiledKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/dihedral_charmm_kokkos.cpp:528:11: style: The scope of the variable 'edihedralquarter' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/dihedral_charmm_kokkos.cpp:651:11: style: The scope of the variable 'evdwlhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/dihedral_charmm_kokkos.cpp:651:21: style: The scope of the variable 'ecoulhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/dihedral_charmm_kokkos.cpp:651:31: style: The scope of the variable 'epairhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/dihedral_charmm_kokkos.h:97:0: style: Class 'LAMMPS_NS :: DihedralCharmmKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/dihedral_class2_kokkos.cpp:840:11: style: The scope of the variable 'edihedralquarter' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/dihedral_class2_kokkos.h:40:0: style: Class 'LAMMPS_NS :: DihedralClass2Kokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/dihedral_opls_kokkos.cpp:396:11: style: The scope of the variable 'edihedralquarter' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/dihedral_opls_kokkos.h:40:0: style: Class 'LAMMPS_NS :: DihedralOPLSKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/domain_kokkos.cpp:58:0: performance: Technically the member function 'DomainResetBoxFunctor < Kokkos :: DefaultExecutionSpace >::init' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/domain_kokkos.cpp:64:0: performance: Technically the member function 'DomainResetBoxFunctor < Kokkos :: DefaultExecutionSpace >::join' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/domain_kokkos.cpp:54:0: style: Struct 'DomainResetBoxFunctor < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:47:3: warning: The struct 'lmp_float3' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:30: performance: Technically the member function 'LAMMPS_NS::PairComputeFunctor::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:350:30: performance: Technically the member function 'LAMMPS_NS::PairComputeFunctor::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.h:55:0: style: Class 'LAMMPS_NS :: PairDPDfdtEnergyKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.h:93:0: style: Struct 'params_dpd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:524:0: performance: Function parameter 'x_' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:525:0: performance: Function parameter 'f_' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_eos_table_rx_kokkos.cpp:197:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_eos_table_rx_kokkos.cpp:301:10: style: The scope of the variable 'tolerance' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_eos_table_rx_kokkos.cpp:419:10: style: The scope of the variable 'jj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_eos_table_rx_kokkos.cpp:476:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_langevin_kokkos.cpp:553:10: style: The scope of the variable 'gamma1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_langevin_kokkos.cpp:553:17: style: The scope of the variable 'gamma2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_langevin_kokkos.cpp:554:10: style: The scope of the variable 'fswap' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_langevin_kokkos.h:141:5: style: Struct 'FixLangevinKokkosPostForceFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_langevin_kokkos.h:179:5: style: Struct 'FixLangevinKokkosZeroForceFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_langevin_kokkos.h:193:5: style: Struct 'FixLangevinKokkosTallyEnergyFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_langevin_kokkos.cpp:747:10: error: Uninitialized variable: energy [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_nve_kokkos.h:74:3: style: Struct 'FixNVEKokkosInitialIntegrateFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_nve_kokkos.h:88:3: style: Struct 'FixNVEKokkosFinalIntegrateFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.cpp:519:33: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.cpp:649:33: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.cpp:369:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.cpp:369:9: style: The scope of the variable 'jj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.cpp:369:12: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.cpp:471:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.cpp:471:16: style: The scope of the variable 'sig_old' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.cpp:601:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.cpp:601:16: style: The scope of the variable 'sig_old' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.h:460:8: performance: Technically the member function 'LAMMPS_NS::PairReaxCKokkosFindBondFunctor::join' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:224:3: style: Struct 'FixQEqReaxKokkosNumNeighFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:237:3: style: Struct 'FixQEqReaxKokkosMatVecFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:250:3: style: Struct 'FixQEqReaxKokkosComputeHFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:263:3: style: Struct 'FixQEqReaxKokkosZeroFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:276:3: style: Struct 'FixQEqReaxKokkosSparse12Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:289:3: style: Struct 'FixQEqReaxKokkosSparse13Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:302:3: style: Struct 'FixQEqReaxKokkosSparse22Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:315:3: style: Struct 'FixQEqReaxKokkosSparse23Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:328:3: style: Struct 'FixQEqReaxKokkosSparse32Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:341:3: style: Struct 'FixQEqReaxKokkosSparse33Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:354:3: style: Struct 'FixQEqReaxKokkosVecSum2Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:368:3: style: Struct 'FixQEqReaxKokkosNorm1Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:382:3: style: Struct 'FixQEqReaxKokkosNorm2Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:396:3: style: Struct 'FixQEqReaxKokkosDot1Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:410:3: style: Struct 'FixQEqReaxKokkosDot2Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:423:3: style: Struct 'FixQEqReaxKokkosPrecon1Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:436:3: style: Struct 'FixQEqReaxKokkosPrecon2Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:450:3: style: Struct 'FixQEqReaxKokkosPreconFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:464:3: style: Struct 'FixQEqReaxKokkosVecAcc1Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:478:3: style: Struct 'FixQEqReaxKokkosVecAcc2Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:491:3: style: Struct 'FixQEqReaxKokkosCalculateQFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.h:125:3: style: Class 'PairReaxCKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.h:269:5: style: Struct 'params_sing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.h:282:5: style: Struct 'params_twbp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.h:296:5: style: Struct 'params_thbp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.h:304:5: style: Struct 'params_fbp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.h:312:5: style: Struct 'params_hbp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.h:457:3: style: Struct 'PairReaxCKokkosFindBondFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.h:476:3: style: Struct 'PairReaxCKokkosPackBondBufferFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:138:0: style: Struct 'params_qeq' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:524:60: performance: Function parameter 'x_' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:525:35: performance: Function parameter 'f_' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_rx_kokkos.h:126:0: style: Struct 'StridedArrayType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_shardlow_kokkos.cpp:730:10: style: The scope of the variable 'jj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_shardlow_kokkos.cpp:784:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:190:3: warning: Member variable 'NPairSSAKokkosExecute::special_flag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:169:13: style: Member variable 'NPairSSAKokkosExecute::nlocal' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:259:5: note: Member variable 'NPairSSAKokkosExecute::nlocal' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:169:13: note: Member variable 'NPairSSAKokkosExecute::nlocal' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:152:43: style: Member variable 'NPairSSAKokkosExecute::x' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:260:5: note: Member variable 'NPairSSAKokkosExecute::x' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:152:43: note: Member variable 'NPairSSAKokkosExecute::x' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:114:13: style: Member variable 'NPairSSAKokkosExecute::exclude' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:266:5: note: Member variable 'NPairSSAKokkosExecute::exclude' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:114:13: note: Member variable 'NPairSSAKokkosExecute::exclude' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:60:3: style: Class 'NPairSSAKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_shardlow_kokkos.h:67:0: style: Struct 'params_ssa' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_wall_lj93_kokkos.h:59:13: style: Member variable 'FixWallLJ93KokkosFunctor::value_count' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_wall_lj93_kokkos.h:64:5: note: Member variable 'FixWallLJ93KokkosFunctor::value_count' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_wall_lj93_kokkos.h:59:13: note: Member variable 'FixWallLJ93KokkosFunctor::value_count' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_wall_lj93_kokkos.h:62:3: style: Struct 'FixWallLJ93KokkosFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:201:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:201:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:201:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:202:41: style: The scope of the variable 'rmag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:203:11: style: The scope of the variable 'theta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:204:11: style: The scope of the variable 'cossqtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:204:25: style: The scope of the variable 'sinsqtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:206:23: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:208:24: style: The scope of the variable 'dinvs3r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:209:11: style: The scope of the variable 'drCBxrDB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:209:35: style: The scope of the variable 'drDBxrAB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:210:11: style: The scope of the variable 'drABxrCB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:211:11: style: The scope of the variable 'dot1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:211:16: style: The scope of the variable 'dot2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:212:11: style: The scope of the variable 'fdot' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:212:25: style: The scope of the variable 'ftmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:212:40: style: The scope of the variable 'inv3r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:214:11: style: The scope of the variable 'dchi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:217:11: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:217:13: style: The scope of the variable 'tt1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:217:17: style: The scope of the variable 'tt3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:217:21: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:218:11: style: The scope of the variable 'dotCBDBAB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:218:21: style: The scope of the variable 'dotDBABCB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:218:31: style: The scope of the variable 'dotABCBDB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:219:11: style: The scope of the variable 'schiABCD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:219:20: style: The scope of the variable 'chiABCD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:219:28: style: The scope of the variable 'schiCBDA' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:219:37: style: The scope of the variable 'chiCBDA' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:219:45: style: The scope of the variable 'schiDBAC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:219:54: style: The scope of the variable 'chiDBAC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:220:11: style: The scope of the variable 'chi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:220:15: style: The scope of the variable 'deltachi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:220:24: style: The scope of the variable 'd2chi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:220:30: style: The scope of the variable 'cossin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:221:11: style: The scope of the variable 'eimproper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:673:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:673:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:673:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:674:11: style: The scope of the variable 'eimproper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:675:11: style: The scope of the variable 'delxAB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:675:18: style: The scope of the variable 'delyAB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:675:25: style: The scope of the variable 'delzAB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:675:32: style: The scope of the variable 'rABmag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:675:40: style: The scope of the variable 'rAB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:676:11: style: The scope of the variable 'delxBC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:676:18: style: The scope of the variable 'delyBC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:676:25: style: The scope of the variable 'delzBC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:676:32: style: The scope of the variable 'rBCmag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:676:40: style: The scope of the variable 'rBC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:677:11: style: The scope of the variable 'delxBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:677:18: style: The scope of the variable 'delyBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:677:25: style: The scope of the variable 'delzBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:677:32: style: The scope of the variable 'rBDmag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:677:40: style: The scope of the variable 'rBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:678:11: style: The scope of the variable 'costhABC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:678:20: style: The scope of the variable 'thetaABC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:678:29: style: The scope of the variable 'costhABD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:679:11: style: The scope of the variable 'thetaABD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:679:20: style: The scope of the variable 'costhCBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:679:29: style: The scope of the variable 'thetaCBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:679:38: style: The scope of the variable 'dthABC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:679:45: style: The scope of the variable 'dthCBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:679:52: style: The scope of the variable 'dthABD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:680:11: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:680:15: style: The scope of the variable 't1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:680:18: style: The scope of the variable 't3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:680:21: style: The scope of the variable 'r12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:956:11: style: The scope of the variable 'eimproperquarter' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.h:43:0: style: Class 'LAMMPS_NS :: ImproperClass2Kokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_harmonic_kokkos.cpp:351:11: style: The scope of the variable 'eimproperquarter' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_harmonic_kokkos.h:40:0: style: Class 'LAMMPS_NS :: ImproperHarmonicKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos.cpp:300:23: error: Uninitialized variable: inum [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/math_special_kokkos.cpp:497:14: style: union member 'udi_t::u' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/modify_kokkos.cpp:595:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/modify_kokkos.cpp:682:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/modify_kokkos.cpp:703:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/modify_kokkos.cpp:747:7: style: The scope of the variable 'itmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/modify_kokkos.h:23:3: style: Class 'ModifyKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/nbin_kokkos.h:139:3: style: Struct 'NPairKokkosBinAtomsFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/nbin_kokkos.h:39:0: style: Class 'LAMMPS_NS :: NBinKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/nbin_ssa_kokkos.h:201:8: performance: Technically the member function 'LAMMPS_NS::NPairSSAKokkosBinIDAtomsFunctor::join' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/nbin_ssa_kokkos.h:207:8: performance: Technically the member function 'LAMMPS_NS::NPairSSAKokkosBinIDAtomsFunctor::init' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/nbin_ssa_kokkos.h:228:8: performance: Technically the member function 'LAMMPS_NS::NPairSSAKokkosBinIDGhostsFunctor::join' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/nbin_ssa_kokkos.h:234:8: performance: Technically the member function 'LAMMPS_NS::NPairSSAKokkosBinIDGhostsFunctor::init' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/nbin_ssa_kokkos.h:176:3: style: Struct 'NPairSSAKokkosBinAtomsFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/nbin_ssa_kokkos.h:192:3: style: Struct 'NPairSSAKokkosBinIDAtomsFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/nbin_ssa_kokkos.h:219:3: style: Struct 'NPairSSAKokkosBinIDGhostsFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/nbin_ssa_kokkos.h:39:0: style: Class 'LAMMPS_NS :: NBinSSAKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_bond_kokkos.cpp:1202:11: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neighbor_kokkos.cpp:248:0: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neighbor_kokkos.cpp:169:0: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neighbor_kokkos.cpp:169:0: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neighbor_kokkos.cpp:169:0: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neighbor_kokkos.cpp:170:0: style: The scope of the variable 'delta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neighbor_kokkos.cpp:170:0: style: The scope of the variable 'delta1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neighbor_kokkos.cpp:170:0: style: The scope of the variable 'delta2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_copy_kokkos.h:36:0: style: Class 'LAMMPS_NS :: NPairCopyKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_halffull_kokkos.h:140:0: style: Class 'LAMMPS_NS :: NPairHalffullKokkos < Kokkos :: DefaultExecutionSpace , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_halffull_kokkos.h:140:0: style: Class 'LAMMPS_NS :: NPairHalffullKokkos < Kokkos :: DefaultExecutionSpace , 1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_kokkos.cpp:41:32: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_kokkos.cpp:71:0: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_kokkos.cpp:116:0: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_kokkos.cpp:663:7: style: The scope of the variable 'which' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_kokkos.h:191:0: warning: Member variable 'LAMMPS_NS :: NeighborKokkosExecute < Kokkos :: DefaultExecutionSpace >::special_flag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_kokkos.h:164:0: style: Member variable 'LAMMPS_NS :: NeighborKokkosExecute < Kokkos :: DefaultExecutionSpace >::x' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_kokkos.h:234:0: note: Member variable 'LAMMPS_NS :: NeighborKokkosExecute < Kokkos :: DefaultExecutionSpace >::x' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_kokkos.h:164:0: note: Member variable 'LAMMPS_NS :: NeighborKokkosExecute < Kokkos :: DefaultExecutionSpace >::x' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_kokkos.h:131:0: style: Member variable 'LAMMPS_NS :: NeighborKokkosExecute < Kokkos :: DefaultExecutionSpace >::exclude' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_kokkos.h:240:0: note: Member variable 'LAMMPS_NS :: NeighborKokkosExecute < Kokkos :: DefaultExecutionSpace >::exclude' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_kokkos.h:131:0: note: Member variable 'LAMMPS_NS :: NeighborKokkosExecute < Kokkos :: DefaultExecutionSpace >::exclude' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_kokkos.h:79:3: style: Class 'NPairKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_skip_kokkos.h:64:0: style: Class 'LAMMPS_NS :: NPairSkipKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.cpp:56:32: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.cpp:245:0: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:190:0: warning: Member variable 'LAMMPS_NS :: NPairSSAKokkosExecute < Kokkos :: DefaultExecutionSpace >::special_flag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:169:0: style: Member variable 'LAMMPS_NS :: NPairSSAKokkosExecute < Kokkos :: DefaultExecutionSpace >::nlocal' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:259:0: note: Member variable 'LAMMPS_NS :: NPairSSAKokkosExecute < Kokkos :: DefaultExecutionSpace >::nlocal' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:169:0: note: Member variable 'LAMMPS_NS :: NPairSSAKokkosExecute < Kokkos :: DefaultExecutionSpace >::nlocal' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:152:0: style: Member variable 'LAMMPS_NS :: NPairSSAKokkosExecute < Kokkos :: DefaultExecutionSpace >::x' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:260:0: note: Member variable 'LAMMPS_NS :: NPairSSAKokkosExecute < Kokkos :: DefaultExecutionSpace >::x' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:152:0: note: Member variable 'LAMMPS_NS :: NPairSSAKokkosExecute < Kokkos :: DefaultExecutionSpace >::x' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:114:0: style: Member variable 'LAMMPS_NS :: NPairSSAKokkosExecute < Kokkos :: DefaultExecutionSpace >::exclude' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:266:0: note: Member variable 'LAMMPS_NS :: NPairSSAKokkosExecute < Kokkos :: DefaultExecutionSpace >::exclude' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:114:0: note: Member variable 'LAMMPS_NS :: NPairSSAKokkosExecute < Kokkos :: DefaultExecutionSpace >::exclude' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_buck_coul_cut_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairBuckCoulCutKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_buck_coul_cut_kokkos.h:51:0: style: Struct 'params_buck_coul' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairBuckCoulCutKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_buck_coul_long_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_buck_coul_long_kokkos.h:52:0: style: Struct 'params_buck_coul' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_buck_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairBuckKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_buck_kokkos.h:50:0: style: Struct 'params_buck' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairBuckKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_coul_cut_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairCoulCutKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_coul_cut_kokkos.h:51:0: style: Struct 'params_coul' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairCoulCutKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_coul_debye_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairCoulDebyeKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_coul_debye_kokkos.h:51:0: style: Struct 'params_coul' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairCoulDebyeKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_coul_dsf_kokkos.h:42:0: style: Class 'LAMMPS_NS :: PairCoulDSFKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_coul_long_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_coul_long_kokkos.h:52:0: style: Struct 'params_coul' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_coul_wolf_kokkos.h:42:0: style: Class 'LAMMPS_NS :: PairCoulWolfKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:297:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:323:7: note: Found duplicate branches for 'if' and 'else'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:297:5: note: Found duplicate branches for 'if' and 'else'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:401:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:401:25: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:402:25: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:402:30: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:402:35: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:403:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:403:27: style: The scope of the variable 'factor_dpd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:487:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:487:25: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:488:25: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:488:30: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:488:35: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:490:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:490:27: style: The scope of the variable 'factor_dpd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_alloy_kokkos.cpp:441:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_alloy_kokkos.cpp:478:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_alloy_kokkos.h:61:0: style: Class 'LAMMPS_NS :: PairEAMAlloyKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_alloy_kokkos.h:111:0: style: The function 'pack_forward_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_base.h:32:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_alloy_kokkos.h:111:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_alloy_kokkos.h:113:0: style: The function 'unpack_forward_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_base.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_alloy_kokkos.h:113:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_fs_kokkos.cpp:441:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_fs_kokkos.cpp:478:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_fs_kokkos.h:61:0: style: Class 'LAMMPS_NS :: PairEAMFSKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_fs_kokkos.h:111:0: style: The function 'pack_forward_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_base.h:32:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_fs_kokkos.h:111:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_fs_kokkos.h:113:0: style: The function 'unpack_forward_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_base.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_fs_kokkos.h:113:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_kokkos.cpp:441:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_kokkos.cpp:478:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_kokkos.h:59:0: style: Class 'LAMMPS_NS :: PairEAMKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_kokkos.h:108:0: style: The function 'pack_forward_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_base.h:32:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_kokkos.h:108:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_kokkos.h:110:0: style: The function 'unpack_forward_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_base.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_kokkos.h:110:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1742:32: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1723:8: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1742:32: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1745:16: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1723:8: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1745:16: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:637:9: style: Variable 'buck2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:630:9: note: Variable 'buck2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:637:9: note: Variable 'buck2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1011:9: style: Variable 'buck2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1004:9: note: Variable 'buck2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1011:9: note: Variable 'buck2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1423:11: style: Variable 'buck2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1416:11: note: Variable 'buck2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1423:11: note: Variable 'buck2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:450:23: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:451:25: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:451:30: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:451:35: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:452:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:452:36: style: The scope of the variable 'factor_lj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:824:23: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:825:25: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:825:30: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:825:35: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:826:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:826:36: style: The scope of the variable 'factor_lj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1363:16: style: The scope of the variable 'evdwlOldEXP6_12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1364:16: style: The scope of the variable 'evdwlOldEXP6_21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1736:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1830:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.h:97:0: style: Class 'LAMMPS_NS :: PairExp6rxKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_hybrid_kokkos.cpp:108:20: style: Redundant condition: respaflag. '!respaflag || (respaflag && respa->hybrid_compute[m])' is equivalent to '!respaflag || respa->hybrid_compute[m]' [redundantCondition]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_hybrid_kokkos.h:40:3: style: Class 'PairHybridKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_hybrid_overlay_kokkos.h:29:3: style: Class 'PairHybridOverlayKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_implicit_kokkos.cpp:209:20: style: The scope of the variable 'switch1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_implicit_kokkos.cpp:209:29: style: The scope of the variable 'switch2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_implicit_kokkos.cpp:209:38: style: The scope of the variable 'englj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_implicit_kokkos.cpp:239:18: style: The scope of the variable 'switch1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_implicit_kokkos.cpp:266:22: style: The scope of the variable 'switch1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_implicit_kokkos.cpp:266:31: style: The scope of the variable 'switch2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_implicit_kokkos.cpp:292:18: style: The scope of the variable 'switch1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_implicit_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_kokkos.cpp:209:20: style: The scope of the variable 'switch1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_kokkos.cpp:209:29: style: The scope of the variable 'switch2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_kokkos.cpp:209:38: style: The scope of the variable 'englj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_kokkos.cpp:239:18: style: The scope of the variable 'switch1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_kokkos.cpp:267:22: style: The scope of the variable 'switch1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_kokkos.cpp:293:18: style: The scope of the variable 'switch1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_long_kokkos.cpp:209:20: style: The scope of the variable 'switch1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_long_kokkos.cpp:209:29: style: The scope of the variable 'switch2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_long_kokkos.cpp:209:38: style: The scope of the variable 'englj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_long_kokkos.cpp:239:18: style: The scope of the variable 'switch1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_long_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_class2_coul_cut_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJClass2CoulCutKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJClass2CoulCutKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_class2_coul_long_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_class2_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJClass2Kokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_class2_kokkos.h:51:0: style: Struct 'params_lj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJClass2Kokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_cut_coul_cut_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJCutCoulCutKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJCutCoulCutKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_cut_coul_debye_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJCutCoulDebyeKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJCutCoulDebyeKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_cut_coul_dsf_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJCutCoulDSFKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJCutCoulDSFKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_cut_coul_long_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_cut_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJCutKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_cut_kokkos.h:51:0: style: Struct 'params_lj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJCutKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_expand_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJExpandKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_expand_kokkos.h:51:0: style: Struct 'params_lj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJExpandKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_gromacs_coul_gromacs_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_gromacs_coul_gromacs_kokkos.h:52:0: style: Struct 'params_lj_coul_gromacs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_gromacs_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_gromacs_kokkos.h:51:0: style: Struct 'params_lj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_sdk_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJSDKKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_sdk_kokkos.h:51:0: style: Struct 'params_lj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJSDKKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_morse_kokkos.h:37:0: style: Class 'LAMMPS_NS :: PairMorseKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_morse_kokkos.h:50:0: style: Struct 'params_morse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairMorseKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.cpp:281:23: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.cpp:282:25: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.cpp:282:30: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.cpp:282:35: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.cpp:283:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.cpp:596:10: style: The scope of the variable 'fractionOFAold' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.cpp:596:26: style: The scope of the variable 'fractionOFA' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.cpp:599:10: style: The scope of the variable 'nMoleculesOFAold' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.cpp:599:28: style: The scope of the variable 'nMoleculesOFA' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.cpp:710:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.cpp:756:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.h:53:0: style: Class 'LAMMPS_NS :: PairMultiLucyRXKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.h:63:0: style: The function 'pack_forward_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_base.h:32:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.h:63:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.h:65:0: style: The function 'unpack_forward_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_base.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.h:65:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.cpp:424:0: error: Uninitialized variable: evdwl [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3470:5: style: Variable 'coef_C1dbo' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3463:5: note: Variable 'coef_C1dbo' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3470:5: note: Variable 'coef_C1dbo' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3471:5: style: Variable 'coef_C2dbo' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3463:18: note: Variable 'coef_C2dbo' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3471:5: note: Variable 'coef_C2dbo' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3472:5: style: Variable 'coef_C3dbo' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3463:31: note: Variable 'coef_C3dbo' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3472:5: note: Variable 'coef_C3dbo' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3475:5: style: Variable 'coef_C1dbopi' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3464:5: note: Variable 'coef_C1dbopi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3475:5: note: Variable 'coef_C1dbopi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3476:5: style: Variable 'coef_C2dbopi' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3464:20: note: Variable 'coef_C2dbopi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3476:5: note: Variable 'coef_C2dbopi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3477:5: style: Variable 'coef_C3dbopi' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3464:35: note: Variable 'coef_C3dbopi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3477:5: note: Variable 'coef_C3dbopi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3478:5: style: Variable 'coef_C4dbopi' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3464:50: note: Variable 'coef_C4dbopi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3478:5: note: Variable 'coef_C4dbopi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3481:5: style: Variable 'coef_C1dbopi2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3465:5: note: Variable 'coef_C1dbopi2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3481:5: note: Variable 'coef_C1dbopi2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3482:5: style: Variable 'coef_C2dbopi2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3465:21: note: Variable 'coef_C2dbopi2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3482:5: note: Variable 'coef_C2dbopi2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3483:5: style: Variable 'coef_C3dbopi2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3465:37: note: Variable 'coef_C3dbopi2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3483:5: note: Variable 'coef_C3dbopi2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3484:5: style: Variable 'coef_C4dbopi2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3465:53: note: Variable 'coef_C4dbopi2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3484:5: note: Variable 'coef_C4dbopi2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3487:5: style: Variable 'coef_C1dDelta' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3466:5: note: Variable 'coef_C1dDelta' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3487:5: note: Variable 'coef_C1dDelta' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3488:5: style: Variable 'coef_C2dDelta' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3466:21: note: Variable 'coef_C2dDelta' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3488:5: note: Variable 'coef_C2dDelta' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3489:5: style: Variable 'coef_C3dDelta' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3466:37: note: Variable 'coef_C3dDelta' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3489:5: note: Variable 'coef_C3dDelta' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:578:10: style: The scope of the variable 'powr_vdW1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:578:21: style: The scope of the variable 'powgi_vdW1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:579:15: style: The scope of the variable 'fn13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:580:21: style: The scope of the variable 'dfn13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:583:23: style: The scope of the variable 'r_ij5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:583:30: style: The scope of the variable 'r_ij6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:583:37: style: The scope of the variable 're6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:1924:47: style: The scope of the variable 'BO' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:2420:11: style: The scope of the variable 'BOA_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:2420:27: style: The scope of the variable 'rij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3894:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:2053:19: style: Variable 'rij' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:2852:23: style: Variable 'inv_distjl3' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.h:460:0: performance: Technically the member function 'LAMMPS_NS :: PairReaxCKokkosFindBondFunctor < Kokkos :: DefaultExecutionSpace >::join' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.h:476:0: style: Struct 'LAMMPS_NS :: PairReaxCKokkosPackBondBufferFunctor < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.h:457:0: style: Struct 'LAMMPS_NS :: PairReaxCKokkosFindBondFunctor < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_snap_kokkos_impl.h:158:19: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos_impl.h:1221:27: style: Same expression on both sides of '-' because the value of 'j1' and 'j2' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos_impl.h:1219:16: note: 'j2' is assigned value 'j1' here.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos_impl.h:1221:27: note: Same expression on both sides of '-' because the value of 'j1' and 'j2' are the same.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_snap_kokkos_impl.h:188:23: style: Variable 'team_size_max' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos.h:46:0: warning: Member variable 'LAMMPS_NS :: SNAKokkos < Kokkos :: DefaultExecutionSpace >::ncoeff' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos.h:46:0: warning: Member variable 'LAMMPS_NS :: SNAKokkos < Kokkos :: DefaultExecutionSpace >::nmax' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos.h:46:0: warning: Member variable 'LAMMPS_NS :: SNAKokkos < Kokkos :: DefaultExecutionSpace >::twojmax' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos.h:46:0: warning: Member variable 'LAMMPS_NS :: SNAKokkos < Kokkos :: DefaultExecutionSpace >::diagonalstyle' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos.h:46:0: warning: Member variable 'LAMMPS_NS :: SNAKokkos < Kokkos :: DefaultExecutionSpace >::rmin0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos.h:46:0: warning: Member variable 'LAMMPS_NS :: SNAKokkos < Kokkos :: DefaultExecutionSpace >::rfac0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos.h:46:0: warning: Member variable 'LAMMPS_NS :: SNAKokkos < Kokkos :: DefaultExecutionSpace >::idxj_max' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos.h:46:0: warning: Member variable 'LAMMPS_NS :: SNAKokkos < Kokkos :: DefaultExecutionSpace >::idxj_full_max' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos.h:46:0: warning: Member variable 'LAMMPS_NS :: SNAKokkos < Kokkos :: DefaultExecutionSpace >::use_shared_arrays' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos.h:46:0: warning: Member variable 'LAMMPS_NS :: SNAKokkos < Kokkos :: DefaultExecutionSpace >::switch_flag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos.h:46:0: warning: Member variable 'LAMMPS_NS :: SNAKokkos < Kokkos :: DefaultExecutionSpace >::wself' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos.h:46:0: warning: Member variable 'LAMMPS_NS :: SNAKokkos < Kokkos :: DefaultExecutionSpace >::bzero_flag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_snap_kokkos_impl.h:117:3: style: Struct 'FindMaxNumNeighs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_snap_kokkos.h:45:0: style: Class 'LAMMPS_NS :: PairSNAPKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos_impl.h:1159:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_sw_kokkos.cpp:852:11: style: The scope of the variable 'epairthird' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_sw_kokkos.cpp:917:11: style: The scope of the variable 'epairthird' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_sw_kokkos.h:50:0: style: Class 'LAMMPS_NS :: PairSWKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , LOOKUP > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , LOOKUP > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , LOOKUP > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , LOOKUP > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , LOOKUP > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , LOOKUP > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , LINEAR > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , LINEAR > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , LINEAR > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , LINEAR > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , LINEAR > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , LINEAR > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , SPLINE > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , SPLINE > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , SPLINE > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , SPLINE > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , SPLINE > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , SPLINE > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , BITMAP > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , BITMAP > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , BITMAP > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , BITMAP > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , BITMAP > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , BITMAP > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_table_kokkos.h:49:0: style: Class 'LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_table_rx_kokkos.cpp:62:10: style: The scope of the variable 'fractionOFAold' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_table_rx_kokkos.cpp:62:26: style: The scope of the variable 'fractionOFA' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_table_rx_kokkos.cpp:65:10: style: The scope of the variable 'nMoleculesOFAold' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_table_rx_kokkos.cpp:65:28: style: The scope of the variable 'nMoleculesOFA' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_table_kokkos.h:49:3: style: Class 'PairTableKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_table_rx_kokkos.h:36:0: style: Class 'LAMMPS_NS :: PairTableRXKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_kokkos.cpp:496:17: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_kokkos.cpp:497:11: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_kokkos.cpp:497:17: style: The scope of the variable 'cutsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_kokkos.cpp:497:49: style: The scope of the variable 'bo_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_kokkos.cpp:499:11: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_kokkos.cpp:499:18: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_kokkos.cpp:499:25: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_kokkos.cpp:652:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_kokkos.h:53:0: style: Class 'LAMMPS_NS :: PairTersoffKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_kokkos.h:160:0: style: Struct 'params_ters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_mod_kokkos.cpp:496:17: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_mod_kokkos.cpp:497:11: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_mod_kokkos.cpp:497:17: style: The scope of the variable 'cutsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_mod_kokkos.cpp:497:49: style: The scope of the variable 'bo_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_mod_kokkos.cpp:499:11: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_mod_kokkos.cpp:499:18: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_mod_kokkos.cpp:499:25: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_mod_kokkos.cpp:652:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_mod_kokkos.h:53:0: style: Class 'LAMMPS_NS :: PairTersoffMODKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_mod_kokkos.h:160:0: style: Struct 'params_ters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_zbl_kokkos.cpp:540:17: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_zbl_kokkos.cpp:541:11: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_zbl_kokkos.cpp:541:17: style: The scope of the variable 'cutsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_zbl_kokkos.cpp:541:49: style: The scope of the variable 'bo_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_zbl_kokkos.cpp:543:11: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_zbl_kokkos.cpp:543:18: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_zbl_kokkos.cpp:543:25: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_zbl_kokkos.cpp:726:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_zbl_kokkos.h:53:0: style: Class 'LAMMPS_NS :: PairTersoffZBLKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_zbl_kokkos.h:159:0: style: Struct 'params_ters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_vashishta_kokkos.cpp:858:11: style: The scope of the variable 'epairthird' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_vashishta_kokkos.cpp:923:11: style: The scope of the variable 'epairthird' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_vashishta_kokkos.h:50:0: style: Class 'LAMMPS_NS :: PairVashishtaKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_yukawa_kokkos.h:39:0: style: Class 'LAMMPS_NS :: PairYukawaKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_yukawa_kokkos.h:50:0: style: Struct 'params_yukawa' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairYukawaKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_zbl_kokkos.h:39:0: style: Class 'LAMMPS_NS :: PairZBLKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairZBLKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:285:27: warning: Either the condition 'if(cgtmp)' is redundant or there is possible null pointer dereference: cgtmp. [nullPointerRedundantCheck]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:288:6: note: Assuming that condition 'if(cgtmp)' is not redundant
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:285:27: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:1091:3: style: Variable 'df_kspace' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:1087:0: note: Variable 'df_kspace' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:1091:3: note: Variable 'df_kspace' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:610:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:1119:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:1830:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2522:28: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2523:20: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2582:28: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2583:29: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2856:14: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2856:17: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2856:20: style: The scope of the variable 'r3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2322:5: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2347:5: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2372:5: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2397:5: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2422:5: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2447:5: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2472:5: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/region_block_kokkos.h:43:0: style: The function 'match_all_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_base.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/region_block_kokkos.h:43:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/verlet_kokkos.cpp:292:7: style: The scope of the variable 'nflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/verlet_kokkos.cpp:570:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald.cpp:410:7: style: The scope of the variable 'kx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald.cpp:410:10: style: The scope of the variable 'ky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald.cpp:410:13: style: The scope of the variable 'kz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald.cpp:469:12: style: The scope of the variable 'uk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald.cpp:684:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald.cpp:684:11: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald.cpp:685:10: style: The scope of the variable 'cstr1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald.cpp:685:16: style: The scope of the variable 'sstr1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald.cpp:1297:7: style: The scope of the variable 'kx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald.cpp:1297:10: style: The scope of the variable 'ky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald.cpp:1297:13: style: The scope of the variable 'kz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald.cpp:727:13: style: Variable 'sqk' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:537:3: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:538:3: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:450:14: style: The scope of the variable 'b2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:450:18: style: The scope of the variable 'expb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:450:29: style: The scope of the variable 'h2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:508:12: style: The scope of the variable 'eps_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:508:19: style: The scope of the variable 'sigma_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:508:28: style: The scope of the variable 'sigma_n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:557:13: style: The scope of the variable 'bi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:642:13: style: The scope of the variable 'bi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:728:16: style: The scope of the variable 'zx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:728:21: style: The scope of the variable 'zy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:728:26: style: The scope of the variable 'zz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:729:12: style: The scope of the variable 'cek' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:734:10: style: The scope of the variable 'kx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:734:14: style: The scope of the variable 'ky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:808:11: style: The scope of the variable 'ke' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:811:10: style: The scope of the variable 'kx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:811:14: style: The scope of the variable 'ky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:845:25: style: The scope of the variable 'im' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1007:10: style: The scope of the variable 'kx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1007:14: style: The scope of the variable 'ky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1036:25: style: The scope of the variable 'im' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1162:11: style: The scope of the variable 'ke' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1165:10: style: The scope of the variable 'kx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1165:14: style: The scope of the variable 'ky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1188:14: style: The scope of the variable 'im' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1252:11: style: The scope of the variable 'kv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1264:10: style: The scope of the variable 'kx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1264:14: style: The scope of the variable 'ky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1302:25: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1462:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:370:17: style: Variable 'nkvec_max' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1228:40: style: Variable 'type' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/kissfft.h:317:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:69:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:69:29: style: The scope of the variable 'num' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:70:14: style: The scope of the variable 'norm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:744:10: style: The scope of the variable 'n2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:771:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:771:9: style: The scope of the variable 'num' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:772:14: style: The scope of the variable 'norm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:317:33: error: Memory leak: plan [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:342:32: error: Memory leak: plan [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:383:32: error: Memory leak: plan [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:412:34: error: Memory leak: plan [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:473:29: error: Memory leak: plan [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:479:32: error: Memory leak: plan [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:479:32: error: Memory leak: plan.copy [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fix_tune_kspace.cpp:308:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fix_tune_kspace.cpp:483:16: style: The scope of the variable 'etemp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fix_tune_kspace.cpp:484:10: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fix_tune_kspace.cpp:484:12: style: The scope of the variable 'q' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fix_tune_kspace.cpp:484:14: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/gridcomm.cpp:219:10: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/gridcomm.cpp:233:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/gridcomm.cpp:275:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/gridcomm.cpp:317:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/gridcomm.cpp:359:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/gridcomm.cpp:401:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/gridcomm.cpp:443:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:94:3: style: Variable 'cg' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:91:3: note: Variable 'cg' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:94:3: note: Variable 'cg' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:95:3: style: Variable 'cg_peratom' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:91:8: note: Variable 'cg_peratom' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:95:3: note: Variable 'cg_peratom' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:96:3: style: Variable 'procneigh_levels' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:72:3: note: Variable 'procneigh_levels' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:96:3: note: Variable 'procneigh_levels' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:97:3: style: Variable 'world_levels' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:73:3: note: Variable 'world_levels' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:97:3: note: Variable 'world_levels' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:98:3: style: Variable 'active_flag' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:74:3: note: Variable 'active_flag' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:98:3: note: Variable 'active_flag' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:449:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1438:7: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1438:10: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1438:13: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1480:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1480:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1480:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1481:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1481:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1481:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1481:25: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2724:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2724:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2724:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2725:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2725:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2725:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2728:10: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2728:14: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2728:18: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2806:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2806:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2806:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2807:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2807:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2807:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2808:10: style: The scope of the variable 'u' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2808:12: style: The scope of the variable 'v0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2808:15: style: The scope of the variable 'v1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2808:18: style: The scope of the variable 'v2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2808:21: style: The scope of the variable 'v3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2808:24: style: The scope of the variable 'v4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2808:27: style: The scope of the variable 'v5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2881:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2881:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2881:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2901:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2901:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2901:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:3203:26: style: The scope of the variable 'two_nsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:3287:7: style: The scope of the variable 'zk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:3288:22: style: The scope of the variable 'zdiff' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:3360:7: style: The scope of the variable 'zk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:3361:22: style: The scope of the variable 'zdiff' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1083:5: style: Variable 'nx_max' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1083:14: style: Variable 'ny_max' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1083:23: style: Variable 'nz_max' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:80:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:80:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:315:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:364:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:364:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:364:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:364:25: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:365:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:365:17: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:365:20: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:365:23: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:413:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:413:17: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:413:20: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:413:23: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:414:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:414:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:414:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:417:10: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:417:14: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:417:18: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:488:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:488:17: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:488:20: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:488:23: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:489:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:489:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:489:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:490:10: style: The scope of the variable 'u' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:490:12: style: The scope of the variable 'v0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:490:15: style: The scope of the variable 'v1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:490:18: style: The scope of the variable 'v2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:490:21: style: The scope of the variable 'v3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:490:24: style: The scope of the variable 'v4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:490:27: style: The scope of the variable 'v5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.h:36:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:81:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:81:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:81:34: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:82:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:82:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:82:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:82:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:517:29: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:517:34: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:517:40: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:518:45: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:518:53: style: The scope of the variable 'phiborn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.h:29:3: style: Class 'PairBornCoulLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:559:27: error: Uninitialized variable: erfc [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:559:17: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:564:57: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:561:32: error: Uninitialized variable: fraction [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:561:22: error: Uninitialized variable: itable [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.cpp:57:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.cpp:57:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.cpp:58:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.cpp:58:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.cpp:58:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.cpp:58:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.cpp:220:36: style: The scope of the variable 'fgamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.cpp:221:30: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.cpp:221:38: style: The scope of the variable 'phiborn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.h:29:3: style: Class 'PairBornCoulMSM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.h:32:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.h:42:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.h:32:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.h:33:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.h:43:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.h:33:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:76:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:76:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:76:34: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:77:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:77:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:77:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:77:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:489:29: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:489:34: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:489:40: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:490:45: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:490:53: style: The scope of the variable 'phibuck' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.h:29:3: style: Class 'PairBuckCoulLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:530:27: error: Uninitialized variable: erfc [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:530:17: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:535:57: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:532:32: error: Uninitialized variable: fraction [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:532:22: error: Uninitialized variable: itable [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.cpp:54:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.cpp:54:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.cpp:55:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.cpp:55:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.cpp:55:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.cpp:55:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.cpp:216:36: style: The scope of the variable 'fgamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.cpp:217:30: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.cpp:217:38: style: The scope of the variable 'phibuck' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.h:29:3: style: Class 'PairBuckCoulMSM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.h:32:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.h:42:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.h:32:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.h:33:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.h:43:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.h:33:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:586:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:585:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:586:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:587:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:586:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:587:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:675:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:674:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:675:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:676:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:675:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:676:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:770:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:769:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:770:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:771:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:770:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:771:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:955:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:954:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:955:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:956:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:955:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:956:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:461:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:462:27: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:462:36: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:462:45: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:463:32: style: The scope of the variable 'cutsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:463:41: style: The scope of the variable 'cut_bucksqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:464:11: style: The scope of the variable 'buck1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:464:20: style: The scope of the variable 'buck2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:464:29: style: The scope of the variable 'buckai' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:464:38: style: The scope of the variable 'buckci' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:464:47: style: The scope of the variable 'rhoinvi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:464:57: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:624:27: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:624:36: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:624:45: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:625:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:626:16: style: The scope of the variable 'cut_bucksqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:626:30: style: The scope of the variable 'buck1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:626:39: style: The scope of the variable 'buck2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:626:48: style: The scope of the variable 'rhoinvi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:713:27: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:713:36: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:713:45: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:714:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:715:16: style: The scope of the variable 'cut_bucksqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:715:30: style: The scope of the variable 'buck1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:715:39: style: The scope of the variable 'buck2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:715:48: style: The scope of the variable 'rhoinvi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:801:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:802:27: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:802:36: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:802:45: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:803:32: style: The scope of the variable 'cutsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:803:41: style: The scope of the variable 'cut_bucksqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:804:11: style: The scope of the variable 'buck1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:804:20: style: The scope of the variable 'buck2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:804:29: style: The scope of the variable 'buckai' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:804:38: style: The scope of the variable 'buckci' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:804:47: style: The scope of the variable 'rhoinvi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:804:57: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:979:10: style: The scope of the variable 'f' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:979:23: style: The scope of the variable 'r6inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.h:31:3: style: Class 'PairBuckLongCoulLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.cpp:73:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.cpp:73:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.cpp:73:34: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.cpp:74:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.cpp:74:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.cpp:74:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.cpp:74:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.cpp:346:16: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.cpp:346:18: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.cpp:346:23: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.cpp:346:29: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.h:29:3: style: Class 'PairCoulLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.cpp:49:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.cpp:49:34: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.cpp:50:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.cpp:50:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.cpp:50:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.cpp:50:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.cpp:177:16: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.cpp:177:25: style: The scope of the variable 'fgamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.h:29:3: style: Class 'PairCoulMSM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.h:32:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.h:40:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.h:32:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.h:33:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.h:41:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.h:33:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:89:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:89:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:89:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:90:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:90:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:90:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:90:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:229:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:229:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:229:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:230:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:230:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:230:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:230:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:306:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:306:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:306:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:307:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:307:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:307:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:307:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:396:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:396:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:396:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:397:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:397:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:397:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:397:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:917:22: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:917:24: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:917:29: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:917:35: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:918:18: style: The scope of the variable 'switch2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:918:59: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.h:29:3: style: Class 'PairLJCharmmCoulLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:964:27: error: Uninitialized variable: erfc [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:964:17: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:969:57: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:966:32: error: Uninitialized variable: fraction [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:966:22: error: Uninitialized variable: itable [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:60:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:60:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:61:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:61:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:61:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:61:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:253:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:253:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:253:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:254:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:254:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:254:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:254:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:469:22: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:469:31: style: The scope of the variable 'fgamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:470:18: style: The scope of the variable 'switch2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:470:59: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.h:29:3: style: Class 'PairLJCharmmCoulMSM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.h:32:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.h:43:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.h:32:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.h:33:16: style: The function 'compute_outer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.h:34:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.h:48:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.h:34:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:514:27: error: Uninitialized variable: egamma [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:514:17: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:519:57: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:516:32: error: Uninitialized variable: fraction [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:516:22: error: Uninitialized variable: itable [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:115:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:115:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:115:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:116:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:116:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:116:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:116:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:261:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:261:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:261:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:262:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:262:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:262:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:262:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:345:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:345:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:345:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:346:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:346:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:346:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:346:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:444:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:444:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:444:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:445:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:445:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:445:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:445:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:987:35: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:987:40: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:987:46: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:988:10: style: The scope of the variable 'switch1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:988:51: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:988:59: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:988:65: style: The scope of the variable 'philj12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:988:73: style: The scope of the variable 'philj6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:778:21: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.h:29:3: style: Class 'PairLJCharmmfswCoulLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:1034:27: error: Uninitialized variable: erfc [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:1034:17: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:1039:57: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:1036:32: error: Uninitialized variable: fraction [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:1036:22: error: Uninitialized variable: itable [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:84:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:84:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:84:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:85:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:85:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:85:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:85:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:211:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:211:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:211:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:212:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:212:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:212:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:212:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:296:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:296:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:296:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:297:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:297:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:297:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:297:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:390:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:390:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:390:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:391:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:391:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:391:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:391:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:883:22: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:883:24: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:883:29: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:883:35: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:884:43: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:884:51: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.h:30:3: style: Class 'PairLJCutCoulLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:924:27: error: Uninitialized variable: erfc [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:924:17: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:929:57: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:926:32: error: Uninitialized variable: fraction [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:926:22: error: Uninitialized variable: itable [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:61:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:61:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:62:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:62:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:62:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:62:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:241:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:241:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:241:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:242:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:242:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:242:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:242:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:427:22: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:427:31: style: The scope of the variable 'fgamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:428:43: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:428:51: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.h:29:3: style: Class 'PairLJCutCoulMSM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.h:32:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.h:43:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.h:32:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.h:33:16: style: The function 'compute_outer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.h:34:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.h:48:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.h:34:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:466:27: error: Uninitialized variable: egamma [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:466:17: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:471:57: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:468:32: error: Uninitialized variable: fraction [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:468:22: error: Uninitialized variable: itable [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.cpp:83:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.cpp:83:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.cpp:86:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.cpp:86:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.cpp:86:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.cpp:86:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:29:3: style: Class 'PairLJCutTIP4PLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.h:33:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:33:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:34:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.h:36:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:35:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:36:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:37:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.h:48:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:37:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:581:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:580:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:581:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:582:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:581:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:582:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:670:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:669:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:670:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:671:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:670:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:671:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:763:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:762:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:763:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:764:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:763:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:764:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:945:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:944:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:945:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:946:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:945:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:946:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:457:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:458:27: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:458:36: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:458:45: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:460:11: style: The scope of the variable 'cutsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:460:20: style: The scope of the variable 'cut_ljsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:460:32: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:460:39: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:460:46: style: The scope of the variable 'lj3i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:460:53: style: The scope of the variable 'lj4i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:460:60: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:621:27: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:621:36: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:621:45: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:622:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:623:16: style: The scope of the variable 'cut_ljsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:623:28: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:623:35: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:708:27: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:708:36: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:708:45: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:709:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:710:16: style: The scope of the variable 'cut_ljsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:710:28: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:710:35: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:794:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:795:27: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:795:36: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:795:45: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:797:11: style: The scope of the variable 'cutsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:797:20: style: The scope of the variable 'cut_ljsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:797:32: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:797:39: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:797:46: style: The scope of the variable 'lj3i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:797:53: style: The scope of the variable 'lj4i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:797:60: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:969:17: style: The scope of the variable 'r6inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.h:31:3: style: Class 'PairLJLongCoulLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:80:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:80:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:84:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:84:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:84:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:84:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:129:11: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:129:18: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:129:25: style: The scope of the variable 'lj3i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:129:32: style: The scope of the variable 'lj4i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:129:39: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:470:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:470:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:472:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:472:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:472:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:472:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:517:11: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:517:18: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:733:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:733:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:733:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:735:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:735:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:735:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:735:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:770:12: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:770:19: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:994:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:994:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:998:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:998:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:998:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:998:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:1003:14: style: The scope of the variable 'qri' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:1042:11: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:1042:18: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:1042:25: style: The scope of the variable 'lj3i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:1042:32: style: The scope of the variable 'lj4i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:1042:39: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.h:29:3: style: Class 'PairLJLongTIP4PLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.h:33:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.h:32:16: style: The function 'compute_inner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.h:33:16: style: The function 'compute_middle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.h:34:16: style: The function 'compute_outer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.h:49:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.h:35:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.cpp:79:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.cpp:79:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.cpp:82:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.cpp:82:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.cpp:82:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.cpp:82:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:29:3: style: Class 'PairTIP4PLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:33:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:34:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.h:35:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:35:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:36:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:37:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.h:41:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:37:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:328:27: warning: Either the condition 'if(cgtmp)' is redundant or there is possible null pointer dereference: cgtmp. [nullPointerRedundantCheck]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:331:6: note: Assuming that condition 'if(cgtmp)' is not redundant
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:328:27: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:527:22: style: The scope of the variable 'per_k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:552:10: style: The scope of the variable 'sqk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:624:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1001:10: style: The scope of the variable 'h' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1289:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1561:18: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1567:34: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1635:18: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1641:34: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1736:18: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1737:20: style: The scope of the variable 'argz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1737:31: style: The scope of the variable 'wz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1737:40: style: The scope of the variable 'sz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1737:49: style: The scope of the variable 'qz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1739:25: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1825:26: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1909:7: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1909:10: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1909:13: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1953:13: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1953:16: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1953:19: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1954:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1954:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1954:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1954:29: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2035:10: style: The scope of the variable 'eng' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2236:10: style: The scope of the variable 'eng' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2455:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2455:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2455:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2456:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2456:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2456:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2457:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2457:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2457:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2513:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2513:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2513:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2514:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2514:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2514:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2515:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2515:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2515:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2516:10: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2516:13: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2516:16: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2517:10: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2600:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2600:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2600:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2601:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2601:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2601:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2602:14: style: The scope of the variable 'u' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2602:16: style: The scope of the variable 'v0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2602:19: style: The scope of the variable 'v1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2602:22: style: The scope of the variable 'v2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2602:25: style: The scope of the variable 'v3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2602:28: style: The scope of the variable 'v4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2602:31: style: The scope of the variable 'v5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2848:14: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2848:17: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2848:20: style: The scope of the variable 'r3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2873:14: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2873:17: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2873:20: style: The scope of the variable 'r3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:117:16: warning: Virtual function 'deallocate' is called from destructor '~PPPM()' at line 173. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:173:3: note: Calling deallocate
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:117:16: note: deallocate is a virtual method
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:118:16: warning: Virtual function 'deallocate_peratom' is called from destructor '~PPPM()' at line 174. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:174:30: note: Calling deallocate_peratom
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:118:16: note: deallocate_peratom is a virtual method
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:168:16: warning: Virtual function 'deallocate_groups' is called from destructor '~PPPM()' at line 175. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:175:28: note: Calling deallocate_groups
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:168:16: note: deallocate_groups is a virtual method
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:283:7: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:283:10: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:283:13: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:326:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:326:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:326:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:326:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:327:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:327:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:327:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:327:29: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:375:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:375:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:375:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:375:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:376:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:376:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:376:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:377:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:377:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:377:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:433:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:433:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:433:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:433:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:434:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:434:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:434:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:435:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:435:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:435:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:436:10: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:436:13: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:436:16: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:437:10: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:522:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:522:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:522:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:522:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:523:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:523:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:523:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:524:14: style: The scope of the variable 'u' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:524:16: style: The scope of the variable 'v0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:524:19: style: The scope of the variable 'v1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:524:22: style: The scope of the variable 'v2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:524:25: style: The scope of the variable 'v3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:524:28: style: The scope of the variable 'v4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:524:31: style: The scope of the variable 'v5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:667:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:32:18: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:48:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:32:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:39:16: style: The function 'particle_map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:128:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:40:16: style: The function 'make_rho' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:40:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:41:16: style: The function 'fieldforce_ik' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:137:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:41:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:42:16: style: The function 'fieldforce_ad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:138:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:42:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:43:16: style: The function 'fieldforce_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:141:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:43:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:45:16: style: The function 'make_rho_groups' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:169:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:45:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1242:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1253:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1281:7: style: The scope of the variable 'converged' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1418:12: style: The scope of the variable 'eps_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1418:19: style: The scope of the variable 'sigma_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1418:28: style: The scope of the variable 'sigma_n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1442:10: style: The scope of the variable 'an1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1442:15: style: The scope of the variable 'an' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1442:19: style: The scope of the variable 'bn1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1442:24: style: The scope of the variable 'd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1442:27: style: The scope of the variable 'mue' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1548:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1548:12: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1548:14: style: The scope of the variable 'b' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1548:16: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1548:18: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1549:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1549:11: style: The scope of the variable 'k0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1549:14: style: The scope of the variable 'kmax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:2613:10: style: The scope of the variable 'h' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:2613:13: style: The scope of the variable 'h_x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:2613:17: style: The scope of the variable 'h_y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:2613:21: style: The scope of the variable 'h_z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:2872:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3034:26: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3120:26: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3206:26: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3299:26: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3416:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3426:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3437:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3505:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3745:17: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3746:18: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3746:32: style: The scope of the variable 'snz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3748:20: style: The scope of the variable 'argz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3748:31: style: The scope of the variable 'wz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3748:40: style: The scope of the variable 'sz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3748:49: style: The scope of the variable 'qz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3829:26: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3950:17: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3952:18: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3952:32: style: The scope of the variable 'snz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3953:20: style: The scope of the variable 'argz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3953:31: style: The scope of the variable 'wz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3953:40: style: The scope of the variable 'sz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3954:16: style: The scope of the variable 'qz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4247:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4276:7: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4276:10: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4276:13: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4329:13: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4329:16: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4329:19: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4330:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4330:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4330:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4330:29: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4382:13: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4382:16: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4382:19: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4383:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4383:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4383:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4383:29: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4394:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4435:13: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4435:16: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4435:19: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4436:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4436:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4436:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4436:29: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4459:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4506:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4506:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4506:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4507:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4507:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4507:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4507:29: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4519:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4575:10: style: The scope of the variable 'eng' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4716:10: style: The scope of the variable 'eng' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4873:10: style: The scope of the variable 'eng' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5038:10: style: The scope of the variable 'eng' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5207:10: style: The scope of the variable 'eng' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5301:10: style: The scope of the variable 'eng' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5643:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5643:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5643:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5644:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5644:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5644:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5645:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5645:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5645:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5701:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5701:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5701:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5702:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5702:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5702:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5703:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5703:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5703:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5704:10: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5704:13: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5704:16: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5705:10: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5790:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5790:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5790:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5791:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5791:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5791:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5792:14: style: The scope of the variable 'u_pa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5792:19: style: The scope of the variable 'v0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5792:22: style: The scope of the variable 'v1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5792:25: style: The scope of the variable 'v2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5792:28: style: The scope of the variable 'v3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5792:31: style: The scope of the variable 'v4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5792:34: style: The scope of the variable 'v5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5861:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5861:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5861:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5862:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5862:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5862:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5863:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5863:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5863:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5873:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5874:10: style: The scope of the variable 'lj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5921:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5921:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5921:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5922:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5922:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5922:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5923:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5923:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5923:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5924:10: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5924:13: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5924:16: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5925:10: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5948:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5949:10: style: The scope of the variable 'lj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6017:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6017:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6017:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6018:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6018:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6018:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6019:14: style: The scope of the variable 'u_pa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6019:19: style: The scope of the variable 'v0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6019:22: style: The scope of the variable 'v1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6019:25: style: The scope of the variable 'v2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6019:28: style: The scope of the variable 'v3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6019:31: style: The scope of the variable 'v4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6019:34: style: The scope of the variable 'v5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6028:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6029:10: style: The scope of the variable 'lj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6089:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6089:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6089:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6090:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6090:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6090:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6091:14: style: The scope of the variable 'ekx0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6091:20: style: The scope of the variable 'eky0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6091:26: style: The scope of the variable 'ekz0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6091:32: style: The scope of the variable 'ekx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6091:38: style: The scope of the variable 'eky1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6091:44: style: The scope of the variable 'ekz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6091:50: style: The scope of the variable 'ekx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6091:56: style: The scope of the variable 'eky2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6091:62: style: The scope of the variable 'ekz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6092:14: style: The scope of the variable 'ekx3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6092:20: style: The scope of the variable 'eky3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6092:26: style: The scope of the variable 'ekz3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6092:32: style: The scope of the variable 'ekx4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6092:38: style: The scope of the variable 'eky4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6092:44: style: The scope of the variable 'ekz4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6092:50: style: The scope of the variable 'ekx5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6092:56: style: The scope of the variable 'eky5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6092:62: style: The scope of the variable 'ekz5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6093:14: style: The scope of the variable 'ekx6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6093:20: style: The scope of the variable 'eky6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6093:26: style: The scope of the variable 'ekz6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6103:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6104:10: style: The scope of the variable 'lj0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6104:15: style: The scope of the variable 'lj1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6104:20: style: The scope of the variable 'lj2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6104:25: style: The scope of the variable 'lj3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6104:30: style: The scope of the variable 'lj4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6104:35: style: The scope of the variable 'lj5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6104:40: style: The scope of the variable 'lj6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6179:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6179:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6179:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6180:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6180:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6180:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6181:14: style: The scope of the variable 'ekx0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6181:20: style: The scope of the variable 'eky0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6181:26: style: The scope of the variable 'ekz0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6181:32: style: The scope of the variable 'ekx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6181:38: style: The scope of the variable 'eky1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6181:44: style: The scope of the variable 'ekz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6181:50: style: The scope of the variable 'ekx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6181:56: style: The scope of the variable 'eky2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6181:62: style: The scope of the variable 'ekz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6182:14: style: The scope of the variable 'ekx3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6182:20: style: The scope of the variable 'eky3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6182:26: style: The scope of the variable 'ekz3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6182:32: style: The scope of the variable 'ekx4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6182:38: style: The scope of the variable 'eky4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6182:44: style: The scope of the variable 'ekz4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6182:50: style: The scope of the variable 'ekx5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6182:56: style: The scope of the variable 'eky5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6182:62: style: The scope of the variable 'ekz5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6183:14: style: The scope of the variable 'ekx6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6183:20: style: The scope of the variable 'eky6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6183:26: style: The scope of the variable 'ekz6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6185:10: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6185:13: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6185:16: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6186:10: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6209:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6210:10: style: The scope of the variable 'lj0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6210:15: style: The scope of the variable 'lj1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6210:20: style: The scope of the variable 'lj2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6210:25: style: The scope of the variable 'lj3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6210:30: style: The scope of the variable 'lj4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6210:35: style: The scope of the variable 'lj5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6210:40: style: The scope of the variable 'lj6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6340:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6340:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6340:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6341:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6341:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6341:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6342:14: style: The scope of the variable 'u_pa0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6342:20: style: The scope of the variable 'v00' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6342:24: style: The scope of the variable 'v10' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6342:28: style: The scope of the variable 'v20' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6342:32: style: The scope of the variable 'v30' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6342:36: style: The scope of the variable 'v40' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6342:40: style: The scope of the variable 'v50' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6343:14: style: The scope of the variable 'u_pa1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6343:20: style: The scope of the variable 'v01' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6343:24: style: The scope of the variable 'v11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6343:28: style: The scope of the variable 'v21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6343:32: style: The scope of the variable 'v31' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6343:36: style: The scope of the variable 'v41' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6343:40: style: The scope of the variable 'v51' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6344:14: style: The scope of the variable 'u_pa2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6344:20: style: The scope of the variable 'v02' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6344:24: style: The scope of the variable 'v12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6344:28: style: The scope of the variable 'v22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6344:32: style: The scope of the variable 'v32' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6344:36: style: The scope of the variable 'v42' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6344:40: style: The scope of the variable 'v52' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6345:14: style: The scope of the variable 'u_pa3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6345:20: style: The scope of the variable 'v03' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6345:24: style: The scope of the variable 'v13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6345:28: style: The scope of the variable 'v23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6345:32: style: The scope of the variable 'v33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6345:36: style: The scope of the variable 'v43' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6345:40: style: The scope of the variable 'v53' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6346:14: style: The scope of the variable 'u_pa4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6346:20: style: The scope of the variable 'v04' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6346:24: style: The scope of the variable 'v14' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6346:28: style: The scope of the variable 'v24' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6346:32: style: The scope of the variable 'v34' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6346:36: style: The scope of the variable 'v44' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6346:40: style: The scope of the variable 'v54' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6347:14: style: The scope of the variable 'u_pa5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6347:20: style: The scope of the variable 'v05' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6347:24: style: The scope of the variable 'v15' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6347:28: style: The scope of the variable 'v25' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6347:32: style: The scope of the variable 'v35' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6347:36: style: The scope of the variable 'v45' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6347:40: style: The scope of the variable 'v55' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6348:14: style: The scope of the variable 'u_pa6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6348:20: style: The scope of the variable 'v06' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6348:24: style: The scope of the variable 'v16' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6348:28: style: The scope of the variable 'v26' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6348:32: style: The scope of the variable 'v36' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6348:36: style: The scope of the variable 'v46' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6348:40: style: The scope of the variable 'v56' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6357:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6358:10: style: The scope of the variable 'lj0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6358:15: style: The scope of the variable 'lj1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6358:20: style: The scope of the variable 'lj2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6358:25: style: The scope of the variable 'lj3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6358:30: style: The scope of the variable 'lj4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6358:35: style: The scope of the variable 'lj5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6358:40: style: The scope of the variable 'lj6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6482:17: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6482:20: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6482:23: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6483:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6483:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6483:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6497:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6552:17: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6552:20: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6552:23: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6553:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6553:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6553:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6561:10: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6561:13: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6561:16: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6562:10: style: The scope of the variable 'sf1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6562:14: style: The scope of the variable 'sf2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6562:18: style: The scope of the variable 'sf3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6586:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6674:17: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6674:20: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6674:23: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6675:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6675:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6675:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6693:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:7944:14: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:7944:17: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:7944:20: style: The scope of the variable 'r3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:7970:14: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:7970:17: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:7970:20: style: The scope of the variable 'r3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.h:244:16: warning: Virtual function 'deallocate' is called from destructor '~PPPMDisp()' at line 242. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:242:3: note: Calling deallocate
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.h:244:16: note: deallocate is a virtual method
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.h:245:16: warning: Virtual function 'deallocate_peratom' is called from destructor '~PPPMDisp()' at line 243. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:243:3: note: Calling deallocate_peratom
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.h:245:16: note: deallocate_peratom is a virtual method
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1392:26: error: Memory pointed to by 'B' is freed twice. [doubleFree]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:74:7: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:74:10: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:74:13: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:123:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:123:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:123:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:124:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:124:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:124:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:124:29: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:180:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:180:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:180:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:181:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:181:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:181:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:182:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:182:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:182:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:268:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:268:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:268:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:269:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:269:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:269:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:270:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:270:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:270:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:274:10: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:274:13: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:274:16: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:276:10: style: The scope of the variable 'fx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:276:13: style: The scope of the variable 'fy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:276:16: style: The scope of the variable 'fz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:277:10: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:391:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:391:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:391:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:392:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:392:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:392:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:396:14: style: The scope of the variable 'u_pa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:396:19: style: The scope of the variable 'v0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:396:22: style: The scope of the variable 'v1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:396:25: style: The scope of the variable 'v2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:396:28: style: The scope of the variable 'v3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:396:31: style: The scope of the variable 'v4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:396:34: style: The scope of the variable 'v5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.h:34:16: style: The function 'particle_map_c' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.h:268:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.h:37:16: style: The function 'make_rho_c' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.h:272:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.h:38:16: style: The function 'fieldforce_c_ik' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.h:342:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.h:39:16: style: The function 'fieldforce_c_ad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.h:343:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.h:40:16: style: The function 'fieldforce_c_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.h:344:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.h:40:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:123:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:291:18: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:292:18: style: The scope of the variable 'cnz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:298:32: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:388:32: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:497:18: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:498:18: style: The scope of the variable 'cnz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:504:34: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:584:18: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:585:18: style: The scope of the variable 'cnz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:586:20: style: The scope of the variable 'argz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:586:31: style: The scope of the variable 'wz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:586:40: style: The scope of the variable 'sz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:586:49: style: The scope of the variable 'qz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:588:25: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:678:7: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:678:10: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:678:13: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:721:13: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:721:16: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:721:19: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:722:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:722:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:722:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:722:29: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:771:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:771:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:771:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:772:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:772:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:772:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:773:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:773:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:773:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:829:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:829:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:829:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:830:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:830:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:830:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:831:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:831:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:831:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:832:10: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:832:13: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:832:16: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:833:10: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:915:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:915:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:915:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:916:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:916:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:916:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:917:14: style: The scope of the variable 'u' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:917:16: style: The scope of the variable 'v0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:917:19: style: The scope of the variable 'v1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:917:22: style: The scope of the variable 'v2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:917:25: style: The scope of the variable 'v3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:917:28: style: The scope of the variable 'v4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:917:31: style: The scope of the variable 'v5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:31:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:32:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:33:15: style: The function 'timing_1d' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:46:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:33:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:34:15: style: The function 'timing_3d' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:47:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:34:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:41:18: style: The function 'compute_qopt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:122:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:41:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:43:16: style: The function 'compute_gf_denom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:123:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:43:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:44:16: style: The function 'compute_gf_ik' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:124:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:44:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:45:16: style: The function 'compute_gf_ad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:125:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:45:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:47:16: style: The function 'particle_map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:128:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:47:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:48:16: style: The function 'make_rho' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:48:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:49:16: style: The function 'fieldforce_ik' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:137:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:49:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:50:16: style: The function 'fieldforce_ad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:138:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:50:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:51:16: style: The function 'fieldforce_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:141:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:51:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:69:7: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:69:10: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:69:13: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:119:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:119:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:119:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:120:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:120:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:120:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:120:29: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:175:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:175:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:175:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:176:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:176:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:176:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:177:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:177:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:177:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:262:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:262:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:262:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:263:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:263:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:263:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:264:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:264:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:264:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:268:10: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:268:13: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:268:16: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:269:10: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:271:10: style: The scope of the variable 'fx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:271:13: style: The scope of the variable 'fy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:271:16: style: The scope of the variable 'fz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:383:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:383:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:383:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:384:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:384:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:384:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:388:14: style: The scope of the variable 'u_pa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:388:19: style: The scope of the variable 'v0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:388:22: style: The scope of the variable 'v1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:388:25: style: The scope of the variable 'v2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:388:28: style: The scope of the variable 'v3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:388:31: style: The scope of the variable 'v4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:388:34: style: The scope of the variable 'v5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.h:34:16: style: The function 'particle_map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:128:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.h:35:16: style: The function 'make_rho' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.h:35:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.h:36:16: style: The function 'fieldforce_ik' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:137:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.h:37:16: style: The function 'fieldforce_ad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:138:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.h:38:16: style: The function 'fieldforce_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:141:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:286:24: error: Memory leak: plan [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:289:25: error: Memory leak: plan [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:289:25: error: Memory leak: inarray [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:550:5: error: Common realloc mistake: 'commringlist' nulled but not freed upon failure [memleakOnRealloc]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:316:60: error: Memory leak: plan.send_offset [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:316:60: error: Memory leak: plan.send_size [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:316:60: error: Memory leak: plan.send_proc [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:316:60: error: Memory leak: plan.packplan [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:399:60: error: Memory leak: plan.recv_offset [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:399:60: error: Memory leak: plan.recv_size [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:399:60: error: Memory leak: plan.recv_proc [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:399:60: error: Memory leak: plan.recv_bufloc [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:399:60: error: Memory leak: plan.request [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:399:60: error: Memory leak: plan.unpackplan [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:601:34: error: Memory leak: plan.sendbuf [memleak]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/fix_qeq_comb.cpp:298:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.h:30:3: style: Class 'PairComb' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.h:30:3: style: Class 'PairComb3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/fix_qeq_comb.cpp:218:21: error: Uninitialized variable: inum [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_adp.cpp:923:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_adp.cpp:940:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_adp.cpp:1008:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_adp.h:29:3: style: Class 'PairADP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:994:9: style: Variable 'rik2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:988:9: note: Variable 'rik2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:994:9: note: Variable 'rik2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1024:11: style: Variable 'rjl2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1021:11: note: Variable 'rjl2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1024:11: note: Variable 'rjl2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1341:3: style: Variable 'PijS' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1338:3: note: Variable 'PijS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1341:3: note: Variable 'PijS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1486:3: style: Variable 'PjiS' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1483:3: note: Variable 'PjiS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1486:3: note: Variable 'PjiS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2208:3: style: Variable 'PijS' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2205:3: note: Variable 'PijS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2208:3: note: Variable 'PijS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2249:3: style: Variable 'PjiS' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2246:3: note: Variable 'PjiS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2249:3: note: Variable 'PjiS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2362:9: style: Variable 'lamdajik' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2357:9: note: Variable 'lamdajik' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2362:9: note: Variable 'lamdajik' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:353:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:353:17: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:353:26: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:353:31: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:354:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:354:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:354:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:430:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:430:23: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:432:37: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:432:42: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:432:47: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:529:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:529:32: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:529:37: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:530:7: style: The scope of the variable 'atomi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:533:22: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:533:27: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:533:32: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:898:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:918:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1260:43: style: The scope of the variable 'atom1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1260:49: style: The scope of the variable 'atom2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1260:55: style: The scope of the variable 'atom3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1260:61: style: The scope of the variable 'atom4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1271:17: style: The scope of the variable 'r32mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1271:24: style: The scope of the variable 'cos321' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1271:31: style: The scope of the variable 'r43' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1271:38: style: The scope of the variable 'r13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1273:10: style: The scope of the variable 'om1234' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1274:29: style: The scope of the variable 'r23mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1274:43: style: The scope of the variable 'r21mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1275:10: style: The scope of the variable 'w21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1275:26: style: The scope of the variable 'r34mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1275:33: style: The scope of the variable 'cos234' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1275:40: style: The scope of the variable 'w34' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1276:34: style: The scope of the variable 'prefactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1277:10: style: The scope of the variable 'fcijpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1277:17: style: The scope of the variable 'fcikpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1277:24: style: The scope of the variable 'fcjlpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1277:31: style: The scope of the variable 'fcjkpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1277:38: style: The scope of the variable 'fcilpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1278:40: style: The scope of the variable 'aa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1278:43: style: The scope of the variable 'aaa2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1278:48: style: The scope of the variable 'at2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1278:52: style: The scope of the variable 'cw' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1278:55: style: The scope of the variable 'cwnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1278:61: style: The scope of the variable 'cwnom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1279:10: style: The scope of the variable 'sin321' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1279:17: style: The scope of the variable 'sin234' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1279:24: style: The scope of the variable 'rr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1279:27: style: The scope of the variable 'rijrik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1279:34: style: The scope of the variable 'rijrjl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1279:41: style: The scope of the variable 'rjk2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1279:46: style: The scope of the variable 'rik2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1279:51: style: The scope of the variable 'ril2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1279:56: style: The scope of the variable 'rjl2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1280:10: style: The scope of the variable 'dctik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1280:16: style: The scope of the variable 'dctjk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1280:22: style: The scope of the variable 'dctjl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1280:28: style: The scope of the variable 'dctij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1280:34: style: The scope of the variable 'dctji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1280:40: style: The scope of the variable 'dctil' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1280:46: style: The scope of the variable 'rik2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1280:52: style: The scope of the variable 'rjl2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1280:58: style: The scope of the variable 'sink2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1280:65: style: The scope of the variable 'sinl2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1281:24: style: The scope of the variable 'dt1dik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1281:31: style: The scope of the variable 'dt1djk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1281:38: style: The scope of the variable 'dt1djl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1281:45: style: The scope of the variable 'dt1dil' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1281:52: style: The scope of the variable 'dt1dij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1282:17: style: The scope of the variable 'F12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1282:24: style: The scope of the variable 'F34' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1282:31: style: The scope of the variable 'F31' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1282:38: style: The scope of the variable 'F24' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1283:10: style: The scope of the variable 'f1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1283:16: style: The scope of the variable 'f2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1283:22: style: The scope of the variable 'f3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1283:28: style: The scope of the variable 'f4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1284:10: style: The scope of the variable 'dcut321' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1285:10: style: The scope of the variable 'rij2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1285:15: style: The scope of the variable 'tspjik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1285:22: style: The scope of the variable 'dtsjik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1285:29: style: The scope of the variable 'tspijl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1285:36: style: The scope of the variable 'dtsijl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1285:43: style: The scope of the variable 'costmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2123:21: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2123:37: style: The scope of the variable 'atomn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2124:31: style: The scope of the variable 'ntype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2125:31: style: The scope of the variable 'rji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2125:38: style: The scope of the variable 'rki' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2125:45: style: The scope of the variable 'rlj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2125:52: style: The scope of the variable 'rknmag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2134:31: style: The scope of the variable 'r43' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2134:38: style: The scope of the variable 'r13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2137:10: style: The scope of the variable 'rlnmag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2139:34: style: The scope of the variable 'prefactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2139:44: style: The scope of the variable 'SpN' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2140:10: style: The scope of the variable 'fcikpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2140:17: style: The scope of the variable 'fcjlpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2140:24: style: The scope of the variable 'fcjkpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2140:31: style: The scope of the variable 'fcilpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2140:38: style: The scope of the variable 'fcijpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2141:40: style: The scope of the variable 'aa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2141:43: style: The scope of the variable 'aaa2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2141:48: style: The scope of the variable 'at2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2142:24: style: The scope of the variable 'rr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2142:27: style: The scope of the variable 'rijrik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2142:34: style: The scope of the variable 'rijrjl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2142:41: style: The scope of the variable 'rjk2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2142:46: style: The scope of the variable 'rik2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2142:51: style: The scope of the variable 'ril2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2142:56: style: The scope of the variable 'rjl2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2143:10: style: The scope of the variable 'dctik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2143:16: style: The scope of the variable 'dctjk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2143:22: style: The scope of the variable 'dctjl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2143:28: style: The scope of the variable 'dctij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2143:34: style: The scope of the variable 'dctji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2143:40: style: The scope of the variable 'dctil' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2143:46: style: The scope of the variable 'rik2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2143:52: style: The scope of the variable 'rjl2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2143:58: style: The scope of the variable 'sink2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2143:65: style: The scope of the variable 'sinl2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2144:24: style: The scope of the variable 'dt1dik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2144:31: style: The scope of the variable 'dt1djk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2144:38: style: The scope of the variable 'dt1djl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2144:45: style: The scope of the variable 'dt1dil' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2144:52: style: The scope of the variable 'dt1dij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2145:17: style: The scope of the variable 'F12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2145:24: style: The scope of the variable 'F34' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2145:31: style: The scope of the variable 'F31' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2145:38: style: The scope of the variable 'F24' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2145:45: style: The scope of the variable 'fi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2145:51: style: The scope of the variable 'fj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2145:57: style: The scope of the variable 'fk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2145:63: style: The scope of the variable 'fl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2146:10: style: The scope of the variable 'f1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2146:16: style: The scope of the variable 'f2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2146:22: style: The scope of the variable 'f3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2146:28: style: The scope of the variable 'f4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2148:10: style: The scope of the variable 'rij2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2148:43: style: The scope of the variable 'costmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:3048:23: style: The scope of the variable 'g1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:3048:26: style: The scope of the variable 'g2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:3341:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:3341:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:3341:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:3341:13: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:3342:8: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:4010:15: style: The scope of the variable 'yn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:4044:12: style: The scope of the variable 'ir' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:4044:24: style: The scope of the variable 'yn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.h:32:3: style: Class 'PairAIREBO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:3286:10: error: Uninitialized variable: piRC [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo_morse.h:29:3: style: Class 'PairAIREBOMorse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo_morse.h:30:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo_morse.h:30:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1248:3: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3454:20: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3452:18: note: outer condition: sig_flag==0
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3454:20: note: identical inner condition: sig_flag==0
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3454:20: style: Condition 'sig_flag==0' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3452:18: note: Assuming that condition 'sig_flag==0' is not redundant
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3454:20: note: Condition 'sig_flag==0' is always true
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3508:20: style: Condition 'sig_flag==0' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3452:18: note: Assuming that condition 'sig_flag==0' is not redundant
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3508:20: note: Condition 'sig_flag==0' is always true
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:5823:11: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:5829:11: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:5851:13: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:5864:11: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:5893:13: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:5920:11: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:568:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:703:12: style: The scope of the variable 'kk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:705:15: style: The scope of the variable 'temp_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:705:23: style: The scope of the variable 'temp_ijk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:706:7: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:706:9: style: The scope of the variable 'ks' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:708:7: style: The scope of the variable 'nlisti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:715:10: style: The scope of the variable 'rj2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:715:14: style: The scope of the variable 'rk2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:715:22: style: The scope of the variable 'ps' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:716:10: style: The scope of the variable 'rj1k1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:716:16: style: The scope of the variable 'rj2k2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:990:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:992:7: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1137:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1137:13: style: The scope of the variable 'kp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1137:18: style: The scope of the variable 'pp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1137:21: style: The scope of the variable 'kpj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1137:25: style: The scope of the variable 'kpk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1137:29: style: The scope of the variable 'kkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1138:7: style: The scope of the variable 'ktmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1138:12: style: The scope of the variable 'ltmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1138:17: style: The scope of the variable 'mtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1140:7: style: The scope of the variable 'kp1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1140:11: style: The scope of the variable 'kp2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1140:15: style: The scope of the variable 'kp1type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1141:7: style: The scope of the variable 'iij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1141:11: style: The scope of the variable 'iik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1141:15: style: The scope of the variable 'ijk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1141:19: style: The scope of the variable 'ikkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1141:24: style: The scope of the variable 'ji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1141:27: style: The scope of the variable 'iikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1141:32: style: The scope of the variable 'ijkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1142:7: style: The scope of the variable 'nkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1142:11: style: The scope of the variable 'nk0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1143:7: style: The scope of the variable 'jNeik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1143:13: style: The scope of the variable 'kNeii' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1143:19: style: The scope of the variable 'kNeij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1143:25: style: The scope of the variable 'kNeikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1144:7: style: The scope of the variable 'kpNeij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1144:14: style: The scope of the variable 'kpNeik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1144:21: style: The scope of the variable 'lp1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1145:7: style: The scope of the variable 'new1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1145:12: style: The scope of the variable 'new2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1148:15: style: The scope of the variable 'temp_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1148:23: style: The scope of the variable 'temp_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1148:32: style: The scope of the variable 'temp_kk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1148:40: style: The scope of the variable 'temp_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1149:7: style: The scope of the variable 'temp_ji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1149:15: style: The scope of the variable 'temp_kpj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1149:24: style: The scope of the variable 'temp_kkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1150:7: style: The scope of the variable 'temp_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1150:16: style: The scope of the variable 'temp_kpk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1151:13: style: The scope of the variable 'nb_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1151:19: style: The scope of the variable 'nb_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1152:7: style: The scope of the variable 'nb_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1152:13: style: The scope of the variable 'nb_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1152:20: style: The scope of the variable 'nb_kkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1153:7: style: The scope of the variable 'kp_nsearch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1153:18: style: The scope of the variable 'nsearch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1154:7: style: The scope of the variable 'sig_flag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1154:16: style: The scope of the variable 'setting' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1154:24: style: The scope of the variable 'ncmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1154:29: style: The scope of the variable 'ks' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1155:19: style: The scope of the variable 'ktype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1155:25: style: The scope of the variable 'kptype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1156:7: style: The scope of the variable 'bt_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1156:12: style: The scope of the variable 'bt_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1157:7: style: The scope of the variable 'same_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1157:16: style: The scope of the variable 'same_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1157:25: style: The scope of the variable 'same_kpk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1158:7: style: The scope of the variable 'same_jkpj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1158:17: style: The scope of the variable 'same_kkpk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1159:7: style: The scope of the variable 'pass_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1159:15: style: The scope of the variable 'pass_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1159:23: style: The scope of the variable 'pass_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1160:7: style: The scope of the variable 'pass_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1160:16: style: The scope of the variable 'pass_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1160:25: style: The scope of the variable 'pass_kkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1161:7: style: The scope of the variable 'njik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1161:12: style: The scope of the variable 'ngj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1161:16: style: The scope of the variable 'ngk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1162:7: style: The scope of the variable 'nijk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1162:12: style: The scope of the variable 'ngji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1162:17: style: The scope of the variable 'ngjk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1163:7: style: The scope of the variable 'nikj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1163:12: style: The scope of the variable 'ngki' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1163:17: style: The scope of the variable 'ngkj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1164:7: style: The scope of the variable 'njikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1164:13: style: The scope of the variable 'nglj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1164:18: style: The scope of the variable 'ngl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1165:7: style: The scope of the variable 'nkikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1165:13: style: The scope of the variable 'nglk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1165:18: style: The scope of the variable 'nglkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1166:7: style: The scope of the variable 'nikkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1166:13: style: The scope of the variable 'ngli' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1166:18: style: The scope of the variable 'nijkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1167:7: style: The scope of the variable 'ngkkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1167:13: style: The scope of the variable 'njkpk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1167:19: style: The scope of the variable 'ngkpj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1168:7: style: The scope of the variable 'ngjkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1168:13: style: The scope of the variable 'ngkpk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1168:19: style: The scope of the variable 'ngi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1169:7: style: The scope of the variable 'nkjkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1169:13: style: The scope of the variable 'njkkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1170:7: style: The scope of the variable 'ang_ijk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1170:15: style: The scope of the variable 'ang_jik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1170:23: style: The scope of the variable 'ang_ikj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1171:7: style: The scope of the variable 'ang_jikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1171:16: style: The scope of the variable 'ang_kikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1171:25: style: The scope of the variable 'ang_ikkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1172:7: style: The scope of the variable 'ang_ijkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1172:16: style: The scope of the variable 'ang_jkpk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1172:25: style: The scope of the variable 'ang_kjkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1173:7: style: The scope of the variable 'ang_jkkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1174:13: style: The scope of the variable 'ni_ji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1174:19: style: The scope of the variable 'ni_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1175:7: style: The scope of the variable 'ni_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1175:13: style: The scope of the variable 'ni_ikN' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1175:20: style: The scope of the variable 'ni_kj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1176:7: style: The scope of the variable 'ni_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1176:14: style: The scope of the variable 'ni_kpj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1176:21: style: The scope of the variable 'ni_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1176:28: style: The scope of the variable 'ni_kkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1177:7: style: The scope of the variable 'ni_kpk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1177:14: style: The scope of the variable 'ni_kpnsearch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1178:7: style: The scope of the variable 'temp_ikN' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1178:16: style: The scope of the variable 'temp_kj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1179:7: style: The scope of the variable 'nlisti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1179:14: style: The scope of the variable 'nlistj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1179:21: style: The scope of the variable 'nlistk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1179:28: style: The scope of the variable 'nlistkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1180:10: style: The scope of the variable 'AA' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1180:13: style: The scope of the variable 'BB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1180:16: style: The scope of the variable 'CC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1180:19: style: The scope of the variable 'DD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1180:22: style: The scope of the variable 'EE' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1180:25: style: The scope of the variable 'EE1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1180:29: style: The scope of the variable 'FF' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1181:10: style: The scope of the variable 'AAC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1181:14: style: The scope of the variable 'BBC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1181:18: style: The scope of the variable 'CCC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1181:22: style: The scope of the variable 'DDC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1181:26: style: The scope of the variable 'EEC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1181:30: style: The scope of the variable 'FFC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1181:34: style: The scope of the variable 'GGC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1182:10: style: The scope of the variable 'AACFF' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1182:16: style: The scope of the variable 'UT' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1182:19: style: The scope of the variable 'bndtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1182:26: style: The scope of the variable 'UTcom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1183:10: style: The scope of the variable 'amean' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1183:16: style: The scope of the variable 'ps' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1184:10: style: The scope of the variable 'gfactor1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1184:19: style: The scope of the variable 'gprime1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1184:27: style: The scope of the variable 'gsqprime' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1185:10: style: The scope of the variable 'gfactorsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1185:20: style: The scope of the variable 'gfactor2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1185:29: style: The scope of the variable 'gprime2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1186:10: style: The scope of the variable 'gfactorsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1186:21: style: The scope of the variable 'gsqprime2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1187:10: style: The scope of the variable 'gfactor3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1187:19: style: The scope of the variable 'gprime3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1187:27: style: The scope of the variable 'gfactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1187:35: style: The scope of the variable 'rfactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1188:10: style: The scope of the variable 'drfactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1188:19: style: The scope of the variable 'gfactor4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1188:28: style: The scope of the variable 'gprime4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1188:36: style: The scope of the variable 'agpdpr3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1189:10: style: The scope of the variable 'rfactor0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1189:19: style: The scope of the variable 'rfactorrt' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1189:29: style: The scope of the variable 'rfactor1rt' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1189:40: style: The scope of the variable 'rfactor1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1190:10: style: The scope of the variable 'rcm1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1190:15: style: The scope of the variable 'rcm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1190:20: style: The scope of the variable 'gcm1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1190:25: style: The scope of the variable 'gcm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1190:30: style: The scope of the variable 'gcm3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1191:10: style: The scope of the variable 'agpdpr1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1191:18: style: The scope of the variable 'agpdpr2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1191:26: style: The scope of the variable 'app1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1191:31: style: The scope of the variable 'app2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1191:36: style: The scope of the variable 'app3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1191:41: style: The scope of the variable 'app4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1192:10: style: The scope of the variable 'dsigB1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1192:17: style: The scope of the variable 'dsigB2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1192:24: style: The scope of the variable 'xrun' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1193:10: style: The scope of the variable 'part0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1193:16: style: The scope of the variable 'part1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1193:22: style: The scope of the variable 'part2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1193:28: style: The scope of the variable 'part3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1193:34: style: The scope of the variable 'part4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1194:10: style: The scope of the variable 'psign' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1194:16: style: The scope of the variable 'bndtmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1194:24: style: The scope of the variable 'pp1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1195:10: style: The scope of the variable 'bndtmp1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1195:18: style: The scope of the variable 'bndtmp2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1195:26: style: The scope of the variable 'bndtmp3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1195:34: style: The scope of the variable 'bndtmp4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1195:42: style: The scope of the variable 'bndtmp5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1196:20: style: The scope of the variable 'rsq_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1196:27: style: The scope of the variable 'r_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1197:10: style: The scope of the variable 'betaS_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1197:19: style: The scope of the variable 'dBetaS_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1198:20: style: The scope of the variable 'rsq_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1198:27: style: The scope of the variable 'r_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1199:10: style: The scope of the variable 'betaS_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1199:19: style: The scope of the variable 'dBetaS_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1200:21: style: The scope of the variable 'rsq_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1200:29: style: The scope of the variable 'r_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1201:10: style: The scope of the variable 'betaS_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1201:20: style: The scope of the variable 'dBetaS_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1202:20: style: The scope of the variable 'rsq_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1202:27: style: The scope of the variable 'r_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1203:10: style: The scope of the variable 'betaS_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1203:19: style: The scope of the variable 'dBetaS_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1204:21: style: The scope of the variable 'rsq_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1204:29: style: The scope of the variable 'r_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1205:10: style: The scope of the variable 'betaS_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1205:20: style: The scope of the variable 'dBetaS_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1206:21: style: The scope of the variable 'rsq_kkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1206:29: style: The scope of the variable 'r_kkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1207:10: style: The scope of the variable 'betaS_kkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1207:20: style: The scope of the variable 'dBetaS_kkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1208:10: style: The scope of the variable 'cosAng_jik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1209:10: style: The scope of the variable 'cosAng_jikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1210:10: style: The scope of the variable 'cosAng_kikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1211:10: style: The scope of the variable 'cosAng_ijk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1212:10: style: The scope of the variable 'cosAng_ijkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1213:10: style: The scope of the variable 'cosAng_kjkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1214:10: style: The scope of the variable 'cosAng_ikj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1215:10: style: The scope of the variable 'cosAng_ikkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1216:10: style: The scope of the variable 'cosAng_jkkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1217:10: style: The scope of the variable 'cosAng_jkpk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1219:10: style: The scope of the variable 'ftmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1219:18: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3805:7: style: The scope of the variable 'new_n_tot' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3806:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3806:13: style: The scope of the variable 'kp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3807:7: style: The scope of the variable 'iij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3807:11: style: The scope of the variable 'iik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3807:15: style: The scope of the variable 'iikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3807:20: style: The scope of the variable 'ji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3807:23: style: The scope of the variable 'ki' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3807:26: style: The scope of the variable 'ijkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3807:31: style: The scope of the variable 'ijk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3808:7: style: The scope of the variable 'nsearch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3808:15: style: The scope of the variable 'ncmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3810:7: style: The scope of the variable 'ltmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3810:12: style: The scope of the variable 'ktmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3811:7: style: The scope of the variable 'pi_flag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3811:15: style: The scope of the variable 'ks' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3815:19: style: The scope of the variable 'ktype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3815:25: style: The scope of the variable 'kptype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3816:15: style: The scope of the variable 'temp_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3816:23: style: The scope of the variable 'temp_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3817:7: style: The scope of the variable 'temp_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3817:15: style: The scope of the variable 'temp_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3818:7: style: The scope of the variable 'nb_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3818:13: style: The scope of the variable 'nb_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3818:19: style: The scope of the variable 'nb_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3818:25: style: The scope of the variable 'nb_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3818:32: style: The scope of the variable 'nb_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3819:7: style: The scope of the variable 'bt_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3819:12: style: The scope of the variable 'bt_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3820:7: style: The scope of the variable 'pass_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3820:15: style: The scope of the variable 'pass_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3820:23: style: The scope of the variable 'pass_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3821:7: style: The scope of the variable 'pass_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3821:16: style: The scope of the variable 'pass_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3822:7: style: The scope of the variable 'njik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3822:12: style: The scope of the variable 'ngj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3822:16: style: The scope of the variable 'ngk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3823:7: style: The scope of the variable 'nkikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3823:13: style: The scope of the variable 'njikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3823:19: style: The scope of the variable 'nglj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3824:7: style: The scope of the variable 'ngl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3824:11: style: The scope of the variable 'ngi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3824:15: style: The scope of the variable 'nkjkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3825:7: style: The scope of the variable 'nijkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3825:13: style: The scope of the variable 'ngli' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3825:18: style: The scope of the variable 'nijk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3826:7: style: The scope of the variable 'ang_jik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3826:15: style: The scope of the variable 'ang_jikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3826:24: style: The scope of the variable 'ang_kikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3827:7: style: The scope of the variable 'ang_ijk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3827:15: style: The scope of the variable 'ang_ijkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3827:24: style: The scope of the variable 'ang_kjkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3828:13: style: The scope of the variable 'ni_ji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3828:19: style: The scope of the variable 'ni_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3828:25: style: The scope of the variable 'ni_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3829:7: style: The scope of the variable 'ni_ki' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3829:13: style: The scope of the variable 'ni_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3829:19: style: The scope of the variable 'ni_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3830:7: style: The scope of the variable 'temp_ji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3830:15: style: The scope of the variable 'temp_ki' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3831:7: style: The scope of the variable 'nlistj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3831:14: style: The scope of the variable 'nlisti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3832:10: style: The scope of the variable 'AA' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3832:13: style: The scope of the variable 'BB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3832:16: style: The scope of the variable 'CC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3833:10: style: The scope of the variable 'cosSq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3833:16: style: The scope of the variable 'sinFactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3833:26: style: The scope of the variable 'cosFactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3834:10: style: The scope of the variable 'cosSq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3834:17: style: The scope of the variable 'dotV' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3834:22: style: The scope of the variable 'BBrt' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3834:27: style: The scope of the variable 'AB1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3834:31: style: The scope of the variable 'AB2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3835:10: style: The scope of the variable 'BBrtR' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3835:16: style: The scope of the variable 'ABrtR1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3835:23: style: The scope of the variable 'ABrtR2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3836:10: style: The scope of the variable 'angFactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3836:20: style: The scope of the variable 'angFactor1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3836:31: style: The scope of the variable 'angFactor2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3837:10: style: The scope of the variable 'angFactor3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3837:21: style: The scope of the variable 'angFactor4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3837:32: style: The scope of the variable 'angRfactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3838:10: style: The scope of the variable 'dAngR1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3838:17: style: The scope of the variable 'dAngR2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3838:24: style: The scope of the variable 'agpdpr3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3839:10: style: The scope of the variable 'agpdpr1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3839:18: style: The scope of the variable 'agpdpr2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3839:26: style: The scope of the variable 'app1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3839:31: style: The scope of the variable 'app2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3839:36: style: The scope of the variable 'app3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3840:10: style: The scope of the variable 'betaCapSq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3840:21: style: The scope of the variable 'dbetaCapSq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3841:10: style: The scope of the variable 'betaCapSq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3841:21: style: The scope of the variable 'dbetaCapSq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3842:10: style: The scope of the variable 'betaCapSum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3842:21: style: The scope of the variable 'ps' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3843:18: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3844:10: style: The scope of the variable 'dPiB1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3844:16: style: The scope of the variable 'dPiB2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3844:22: style: The scope of the variable 'dPiB3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3844:28: style: The scope of the variable 'pp2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3846:20: style: The scope of the variable 'rsq_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3846:27: style: The scope of the variable 'r_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3847:10: style: The scope of the variable 'betaP_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3847:19: style: The scope of the variable 'dBetaP_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3848:20: style: The scope of the variable 'rsq_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3848:27: style: The scope of the variable 'r_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3849:10: style: The scope of the variable 'betaS_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3849:19: style: The scope of the variable 'dBetaS_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3850:10: style: The scope of the variable 'betaP_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3850:19: style: The scope of the variable 'dBetaP_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3851:21: style: The scope of the variable 'rsq_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3851:29: style: The scope of the variable 'r_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3852:10: style: The scope of the variable 'betaS_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3852:20: style: The scope of the variable 'dBetaS_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3853:10: style: The scope of the variable 'betaP_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3853:20: style: The scope of the variable 'dBetaP_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3854:20: style: The scope of the variable 'rsq_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3854:27: style: The scope of the variable 'r_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3855:10: style: The scope of the variable 'betaS_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3855:19: style: The scope of the variable 'dBetaS_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3856:10: style: The scope of the variable 'betaP_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3856:19: style: The scope of the variable 'dBetaP_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3857:21: style: The scope of the variable 'rsq_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3857:29: style: The scope of the variable 'r_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3858:10: style: The scope of the variable 'betaS_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3858:20: style: The scope of the variable 'dBetaS_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3859:10: style: The scope of the variable 'betaP_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3859:20: style: The scope of the variable 'dBetaP_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3861:10: style: The scope of the variable 'cosAng_jik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3862:10: style: The scope of the variable 'cosAng_jikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3863:10: style: The scope of the variable 'cosAng_kikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3864:10: style: The scope of the variable 'cosAng_ijk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3865:10: style: The scope of the variable 'cosAng_ijkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3866:10: style: The scope of the variable 'cosAng_kjkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:4968:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:4968:15: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:4969:12: style: The scope of the variable 'pass' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:4970:11: style: The scope of the variable 'ws' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:4972:19: style: The scope of the variable 'buf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:5485:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:5485:14: style: The scope of the variable 'tmp_beta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:5485:23: style: The scope of the variable 'tmp_alpha' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:472:16: style: Variable 'totE' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:479:11: style: Variable 'cnt1' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:947:11: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:892:14: style: Variable 'neigh_t' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1077:9: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.h:36:3: style: Class 'PairBOP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:5010:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1348:35: error: Uninitialized variable: dis_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1349:35: error: Uninitialized variable: dis_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1350:35: error: Uninitialized variable: dis_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1343:38: error: Uninitialized variable: r_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:2478:56: error: Uninitialized variable: r_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1339:10: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1343:19: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3472:17: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3474:27: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3476:19: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3605:23: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3607:62: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3608:50: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3611:25: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3612:25: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3614:25: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3616:38: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3617:22: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3767:21: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1343:28: error: Uninitialized variable: dBetaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3475:27: error: Uninitialized variable: dBetaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3610:27: error: Uninitialized variable: dBetaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:4210:58: error: Uninitialized variable: r_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:4911:19: error: Uninitialized variable: betaP_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:4927:27: error: Uninitialized variable: betaP_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:4927:37: error: Uninitialized variable: dBetaP_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:970:30: style: Condition 'param->hfocor<0.0' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1031:32: style: Condition 'param->hfocor<0.0' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1473:20: style: Condition 'j!=i' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:677:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1173:2: style: Variable 'self_tmp' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1168:2: note: Variable 'self_tmp' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1173:2: note: Variable 'self_tmp' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1191:3: style: Variable 'Di' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1190:3: note: Variable 'Di' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1191:3: note: Variable 'Di' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1192:3: style: Variable 'Dj' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1190:8: note: Variable 'Dj' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1192:3: note: Variable 'Dj' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1193:3: style: Variable 'Bsi' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1190:13: note: Variable 'Bsi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1193:3: note: Variable 'Bsi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1195:3: style: Variable 'Bsj' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1190:19: note: Variable 'Bsj' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1195:3: note: Variable 'Bsj' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1213:3: style: Variable 'Di' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1212:3: note: Variable 'Di' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1213:3: note: Variable 'Di' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1214:3: style: Variable 'Dj' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1212:8: note: Variable 'Dj' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1214:3: note: Variable 'Dj' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1215:3: style: Variable 'Bsi' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1212:13: note: Variable 'Bsi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1215:3: note: Variable 'Bsi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1217:3: style: Variable 'Bsj' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1212:19: note: Variable 'Bsj' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1217:3: note: Variable 'Bsj' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1595:2: style: Variable 'pot_tmp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1586:2: note: Variable 'pot_tmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1595:2: note: Variable 'pot_tmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1603:2: style: Variable 'pot_d' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1587:2: note: Variable 'pot_d' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1603:2: note: Variable 'pot_d' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1813:2: style: Variable 'self_d' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1808:2: note: Variable 'self_d' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1813:2: note: Variable 'self_d' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1874:2: style: Variable 'fqij' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1860:2: note: Variable 'fqij' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1874:2: note: Variable 'fqij' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1875:2: style: Variable 'fqjj' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1860:9: note: Variable 'fqjj' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1875:2: note: Variable 'fqjj' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1910:3: style: Variable 'vrcs' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1899:15: note: Variable 'vrcs' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1910:3: note: Variable 'vrcs' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:129:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:129:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:129:32: style: The scope of the variable 'iparam_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:130:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:132:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:132:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:132:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:140:10: style: The scope of the variable 'iq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:144:7: style: The scope of the variable 'sht_jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:144:29: style: The scope of the variable 'nj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:608:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:857:34: style: The scope of the variable 'fforce_tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:858:10: style: The scope of the variable 'rslp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:858:15: style: The scope of the variable 'rslp2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:858:21: style: The scope of the variable 'rslp4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:941:29: style: The scope of the variable 'lp1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:941:33: style: The scope of the variable 'lp3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:941:37: style: The scope of the variable 'lp6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:942:16: style: The scope of the variable 'rmu2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:993:29: style: The scope of the variable 'lp1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:993:33: style: The scope of the variable 'lp1_d' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:993:39: style: The scope of the variable 'lp3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:993:43: style: The scope of the variable 'lp3_d' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:993:49: style: The scope of the variable 'lp6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:993:53: style: The scope of the variable 'lp6_d' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:994:16: style: The scope of the variable 'rmu2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1653:24: style: The scope of the variable 'nj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1893:10: style: The scope of the variable 'rslp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1893:15: style: The scope of the variable 'rslp2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1893:21: style: The scope of the variable 'rslp4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:2007:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:2044:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:2057:7: style: The scope of the variable 'nj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:2058:12: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:2058:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:2061:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:2061:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:2061:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:614:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:617:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:636:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:639:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3622:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3637:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2499:20: style: Condition 'j!=i' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:691:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1307:9: style: Variable 'rsq2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1302:9: note: Variable 'rsq2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1307:9: note: Variable 'rsq2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1650:5: style: Variable 'comtti' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1645:3: note: Variable 'comtti' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1650:5: note: Variable 'comtti' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1655:5: style: Variable 'comttj' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1645:12: note: Variable 'comttj' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1655:5: note: Variable 'comttj' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1689:5: style: Variable 'comtt' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1672:5: note: Variable 'comtt' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1689:5: note: Variable 'comtt' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1742:7: style: Variable 'ffj1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1709:5: note: Variable 'ffj1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1742:7: note: Variable 'ffj1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1744:7: style: Variable 'ffk1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1710:5: note: Variable 'ffk1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1744:7: note: Variable 'ffk1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1946:2: style: Variable 'self_tmp' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1940:2: note: Variable 'self_tmp' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1946:2: note: Variable 'self_tmp' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1972:3: style: Variable 'Di' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1971:3: note: Variable 'Di' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1972:3: note: Variable 'Di' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1973:3: style: Variable 'Dj' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1971:8: note: Variable 'Dj' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1973:3: note: Variable 'Dj' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2059:3: style: Variable 'xcccn' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2057:3: note: Variable 'xcccn' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2059:3: note: Variable 'xcccn' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2060:3: style: Variable 'xchcn' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2057:11: note: Variable 'xchcn' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2060:3: note: Variable 'xchcn' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2061:3: style: Variable 'xcocn' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2057:19: note: Variable 'xcocn' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2061:3: note: Variable 'xcocn' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2064:3: style: Variable 'pcorn' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2063:3: note: Variable 'pcorn' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2064:3: note: Variable 'pcorn' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2064:16: style: Variable 'dpcorn' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2063:11: note: Variable 'dpcorn' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2064:16: note: Variable 'dpcorn' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3450:3: style: Variable 'self_d' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3445:3: note: Variable 'self_d' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3450:3: note: Variable 'self_d' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:314:15: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:314:22: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:315:7: style: The scope of the variable 'ii' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:315:10: style: The scope of the variable 'jj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:315:13: style: The scope of the variable 'kk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:315:16: style: The scope of the variable 'll' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:315:19: style: The scope of the variable 'mm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:315:22: style: The scope of the variable 'iii' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:316:8: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:864:7: style: The scope of the variable 'nj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:866:12: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:866:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:866:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:956:7: style: The scope of the variable 'iparam_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:958:7: style: The scope of the variable 'sht_jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:960:61: style: The scope of the variable 'nj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1961:10: style: The scope of the variable 'AlfDiAlfDj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2048:7: style: The scope of the variable 'ixmin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2048:13: style: The scope of the variable 'iymin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2048:19: style: The scope of the variable 'izmin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2114:10: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2741:10: style: The scope of the variable 'fcp1j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2741:16: style: The scope of the variable 'xcoij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2741:22: style: The scope of the variable 'xcoji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2931:10: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3066:7: style: The scope of the variable 'ixmin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3066:14: style: The scope of the variable 'iymin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3066:21: style: The scope of the variable 'izmin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3068:10: style: The scope of the variable 'xtor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3068:16: style: The scope of the variable 'ytor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3068:22: style: The scope of the variable 'zcon' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3121:10: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3275:24: style: The scope of the variable 'nj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3598:22: style: The scope of the variable 'AlfDiAlfDj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3657:11: style: Variable 'cbj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1798:0: error: Uninitialized variable: pradx [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1799:0: error: Uninitialized variable: prady [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:624:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:627:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:648:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:651:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.cpp:381:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.cpp:457:8: style: The scope of the variable 'line' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.cpp:519:7: style: The scope of the variable 'active' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.cpp:783:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.cpp:834:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.cpp:871:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.h:49:3: style: Class 'PairEAM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_alloy.h:31:3: style: Class 'PairEAMAlloy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_alloy.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.h:53:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_alloy.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_alloy.h:36:8: style: The function 'read_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_alloy.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_alloy.h:37:8: style: The function 'file2array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.h:112:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_alloy.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_fs.h:31:3: style: Class 'PairEAMFS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_fs.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.h:53:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_fs.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_fs.h:36:8: style: The function 'read_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_fs.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_fs.h:37:8: style: The function 'file2array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.h:112:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_fs.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eim.cpp:898:7: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eim.cpp:897:7: note: Variable 'data' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eim.cpp:898:7: note: Variable 'data' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eim.cpp:356:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eim.h:30:3: style: Class 'PairEIM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:461:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:81:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:81:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:82:7: style: The scope of the variable 'itag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:82:17: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:83:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:83:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:83:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:392:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.h:29:3: style: Class 'PairGW' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:398:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:401:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:420:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:423:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.cpp:157:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.cpp:88:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.h:29:3: style: Class 'PairGWZBL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.h:37:8: style: The function 'read_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.h:75:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.h:38:8: style: The function 'repulsive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.h:77:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.h:40:10: style: The function 'gw_fa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.h:86:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.h:41:10: style: The function 'gw_fa_d' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.h:87:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.cpp:94:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.cpp:97:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.cpp:116:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.cpp:119:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:258:17: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:358:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:360:31: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:360:36: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:360:41: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:454:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:456:31: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:456:36: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:456:41: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:970:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:970:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:970:11: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:971:8: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.h:32:3: style: Class 'PairLCBOP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:317:32: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:297:14: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:317:32: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:320:16: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:297:14: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:320:16: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:380:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:82:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:82:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:82:32: style: The scope of the variable 'jnumm1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:83:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:84:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:84:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:84:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:311:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:406:10: style: The scope of the variable 'rtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.h:29:3: style: Class 'PairNb3bHarmonic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:640:20: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:643:23: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:603:5: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:602:5: note: Variable 'ptr' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:603:5: note: Variable 'ptr' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:604:5: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:603:5: note: Variable 'ptr' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:604:5: note: Variable 'ptr' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:108:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:108:31: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:109:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:111:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:111:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:111:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:877:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:46:5: warning: Member variable 'tabularFunction::rdx' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:61:5: warning: Member variable 'tabularFunction::rdx' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:61:5: warning: Member variable 'tabularFunction::vmax' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:75:5: warning: Member variable 'tabularFunction::rdx' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:75:5: warning: Member variable 'tabularFunction::vmax' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:134:10: style: Technically the member function 'LAMMPS_NS::PairPolymorphic::tabularFunction::value' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:152:12: style: Technically the member function 'LAMMPS_NS::PairPolymorphic::tabularFunction::get_xmin' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:155:12: style: Technically the member function 'LAMMPS_NS::PairPolymorphic::tabularFunction::get_xmax' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:158:12: style: Technically the member function 'LAMMPS_NS::PairPolymorphic::tabularFunction::get_xmaxsq' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:161:12: style: Technically the member function 'LAMMPS_NS::PairPolymorphic::tabularFunction::get_rdx' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:164:12: style: Technically the member function 'LAMMPS_NS::PairPolymorphic::tabularFunction::get_vmax' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:81:7: style: Class 'tabularFunction' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:81:7: style: Class 'tabularFunction' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:32:3: style: Class 'PairPolymorphic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:61:5: style: Class 'tabularFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:708:3: error: Memory leak: p.P [memleak]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:719:3: error: Memory leak: p.G [memleak]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:730:3: error: Memory leak: p.F [memleak]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_rebo.h:29:3: style: Class 'PairREBO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_rebo.h:30:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_rebo.h:30:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:444:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:85:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:85:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:86:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:88:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:88:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:88:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:109:10: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:109:16: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:109:22: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:375:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.h:29:3: style: Class 'PairSW' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:381:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:384:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:403:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:406:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:484:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:86:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:86:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:87:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:89:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:89:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:89:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:112:10: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:112:16: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:112:22: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:415:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:29:3: style: Class 'PairTersoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:421:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:424:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:443:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:446:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.cpp:140:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.cpp:71:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:30:3: style: Class 'PairTersoffMOD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:34:16: style: The function 'read_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:67:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:35:16: style: The function 'setup_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:68:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:35:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:36:10: style: The function 'zeta' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:70:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:38:10: style: The function 'ters_fc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:76:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:39:10: style: The function 'ters_fc_d' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:77:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:40:10: style: The function 'ters_bij' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:80:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:41:10: style: The function 'ters_bij_d' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:81:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:42:8: style: The function 'ters_zetaterm_d' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:83:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.cpp:77:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.cpp:80:20: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.cpp:99:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.cpp:102:22: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod_c.cpp:135:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod_c.cpp:66:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod_c.h:29:3: style: Class 'PairTersoffMODC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod_c.h:33:8: style: The function 'read_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod_c.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod_c.h:34:8: style: The function 'repulsive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:69:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod_c.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod_c.cpp:72:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod_c.cpp:75:20: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod_c.cpp:94:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod_c.cpp:97:22: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.cpp:157:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.cpp:88:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.h:29:3: style: Class 'PairTersoffZBL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.h:37:8: style: The function 'read_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:67:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.h:38:8: style: The function 'repulsive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:69:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.h:40:10: style: The function 'ters_fa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:78:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.h:41:10: style: The function 'ters_fa_d' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:79:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.cpp:94:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.cpp:97:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.cpp:116:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.cpp:119:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:450:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:87:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:87:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:88:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:90:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:90:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:90:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:112:10: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:112:16: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:112:22: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:381:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:518:10: style: The scope of the variable 'tmp_par' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.h:29:3: style: Class 'PairVashishta' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:387:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:390:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:409:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:412:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.cpp:58:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.cpp:58:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.cpp:59:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.cpp:61:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.cpp:61:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.cpp:61:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.cpp:83:10: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.cpp:83:16: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.cpp:83:22: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.h:29:3: style: Class 'PairVashishtaTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.h:31:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.h:43:8: style: The function 'setup_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.h:62:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MC/fix_atom_swap.cpp:793:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_atom_swap.cpp:349:19: style: The scope of the variable 'jswaptype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:177:17: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:177:20: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:177:29: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:386:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:387:11: style: The scope of the variable 'slist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:421:25: style: The scope of the variable 'influenced' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:423:11: style: The scope of the variable 'slist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:555:9: style: The scope of the variable 'found' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:593:9: style: The scope of the variable 'found' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:635:9: style: The scope of the variable 'found' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:706:15: style: The scope of the variable 'ns' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:737:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:737:13: style: The scope of the variable 'ns' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:783:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_create.cpp:1391:3: style: Variable 'bytes' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_create.cpp:1390:0: note: Variable 'bytes' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_create.cpp:1391:3: note: Variable 'bytes' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_create.cpp:593:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_create.cpp:594:11: style: The scope of the variable 'slist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_create.cpp:628:25: style: The scope of the variable 'influenced' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_create.cpp:630:11: style: The scope of the variable 'slist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_create.cpp:783:13: style: The scope of the variable 'i2local' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_create.cpp:892:23: style: The scope of the variable 'i2local' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_create.cpp:1072:15: style: The scope of the variable 'i1local' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_create.cpp:1219:15: style: The scope of the variable 'ns' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_gcmc.cpp:2544:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_gcmc.cpp:1736:26: style: The scope of the variable 'coord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_gcmc.cpp:2260:7: style: The scope of the variable 'imolecule' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/pair_dsmc.cpp:410:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/pair_dsmc.cpp:410:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/pair_dsmc.cpp:410:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/pair_dsmc.h:29:3: style: Class 'PairDSMC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:339:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:503:11: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:662:7: style: The scope of the variable 'nparams' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:739:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:858:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:909:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:909:14: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:910:8: style: The scope of the variable 'jlist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:927:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:927:14: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:928:8: style: The scope of the variable 'jlist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:940:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:940:14: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:941:8: style: The scope of the variable 'jlist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.h:63:3: style: Class 'PairMEAM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:511:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:514:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:533:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:536:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MISC/compute_ti.cpp:158:21: style: The scope of the variable 'value1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/compute_ti.cpp:158:28: style: The scope of the variable 'value2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/xdr_compat.h:82:0: error: #error ERROR: No 32 bit wide integer type found! [preprocessorErrorDirective]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_deposit.cpp:822:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_efield.cpp:290:10: style: The scope of the variable 'v' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_evaporate.cpp:168:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_evaporate.cpp:168:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_gld.cpp:225:28: style: The scope of the variable 'fsumall' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_bcc.cpp:284:11: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_bcc.cpp:255:24: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_bcc.cpp:255:36: style: The scope of the variable 'nsort' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_bcc.cpp:493:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_bcc.cpp:493:13: style: The scope of the variable 'num' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_bcc.cpp:529:11: style: The scope of the variable 'num' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_bcc.cpp:553:10: style: The scope of the variable 'dot' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_bcc.cpp:553:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_fcc.cpp:282:11: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_fcc.cpp:253:24: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_fcc.cpp:253:36: style: The scope of the variable 'nsort' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_fcc.cpp:491:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_fcc.cpp:491:13: style: The scope of the variable 'num' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_fcc.cpp:527:11: style: The scope of the variable 'num' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_fcc.cpp:551:10: style: The scope of the variable 'dot' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_fcc.cpp:551:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_ttm.cpp:628:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut.cpp:66:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut.cpp:66:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut.cpp:66:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut.cpp:67:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut.cpp:67:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut.cpp:67:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut.h:29:3: style: Class 'PairNMCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_cut.cpp:70:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_cut.cpp:70:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_cut.cpp:70:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_cut.cpp:71:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_cut.cpp:71:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_cut.cpp:71:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_cut.cpp:71:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_cut.cpp:464:36: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_cut.cpp:464:44: style: The scope of the variable 'phinm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_cut.h:30:3: style: Class 'PairNMCutCoulCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:83:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:83:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:83:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:84:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:84:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:84:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:84:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:515:18: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:515:23: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:515:29: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:516:43: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:516:51: style: The scope of the variable 'phinm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.h:29:3: style: Class 'PairNMCutCoulLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:558:27: error: Uninitialized variable: erfc [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:558:17: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:563:57: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:560:32: error: Uninitialized variable: fraction [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:560:22: error: Uninitialized variable: itable [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:56:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:56:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:56:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:56:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:57:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:57:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:57:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:57:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:57:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:57:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:59:10: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:59:17: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:60:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:60:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:60:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:60:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:60:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:60:28: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:60:30: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:60:32: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:60:36: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:60:40: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:61:10: style: The scope of the variable 'delxUB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:61:17: style: The scope of the variable 'delyUB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:61:24: style: The scope of the variable 'delzUB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:61:31: style: The scope of the variable 'rsqUB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:61:37: style: The scope of the variable 'rUB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:61:41: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:61:44: style: The scope of the variable 'rk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.h:30:3: style: Class 'AngleCharmm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:49:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:49:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:49:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:49:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:50:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:50:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:50:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:50:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:50:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:50:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:52:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:52:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:52:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:52:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:52:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:52:28: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:52:30: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:52:34: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:52:38: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.h:30:3: style: Class 'AngleCosine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:41:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:41:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:41:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:41:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:42:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:42:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:42:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:42:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:42:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:42:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:42:46: style: The scope of the variable 'theta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:42:52: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:42:59: style: The scope of the variable 'dcostheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:42:69: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:28: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:30: style: The scope of the variable 'cot' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:34: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:38: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:42: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:46: style: The scope of the variable 'b11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:50: style: The scope of the variable 'b12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:54: style: The scope of the variable 'b22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:58: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:61: style: The scope of the variable 's0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:64: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.h:30:3: style: Class 'AngleCosineSquared' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.h:30:3: style: Class 'AngleCosineDelta' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.h:32:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.h:38:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.h:32:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:125:5: style: Variable 'tn_2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:118:5: note: Variable 'tn_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:125:5: note: Variable 'tn_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:57:9: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:57:12: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:57:15: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:57:20: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:57:22: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:57:27: style: The scope of the variable 'b_factor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:58:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:58:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:58:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:58:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:58:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:58:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:60:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:60:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:60:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:60:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:60:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:60:28: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:60:30: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:60:34: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:60:38: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:61:10: style: The scope of the variable 'tn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:61:13: style: The scope of the variable 'tn_1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:61:18: style: The scope of the variable 'tn_2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:61:23: style: The scope of the variable 'un' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:61:26: style: The scope of the variable 'un_1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:61:31: style: The scope of the variable 'un_2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.h:30:3: style: Class 'AngleCosinePeriodic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:58:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:58:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:58:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:58:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:59:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:59:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:59:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:59:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:59:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:59:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:61:10: style: The scope of the variable 'dcostheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:61:20: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:62:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:62:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:62:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:62:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:62:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:62:28: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:62:30: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:62:34: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:62:38: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:54:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:54:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:54:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:54:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:55:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:55:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:55:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:55:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:55:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:55:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:57:10: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:57:17: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:58:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:58:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:58:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:58:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:58:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:58:28: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:58:30: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:58:32: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:58:36: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:58:40: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.h:30:3: style: Class 'AngleHarmonic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:222:12: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:67:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:67:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:67:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:67:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:69:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:69:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:69:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:69:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:69:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:69:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:70:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:70:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:70:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:70:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:70:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:70:28: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:70:30: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:70:32: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:70:36: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:70:40: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:71:10: style: The scope of the variable 'theta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:464:10: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:558:10: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:558:15: style: The scope of the variable 'sig' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:588:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:628:17: style: Variable 'fraction' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:662:17: style: Variable 'fraction' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.h:30:3: style: Class 'AngleTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:163:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:163:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:163:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:199:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:199:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:199:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:199:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:199:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:199:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:309:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:326:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:326:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:326:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:375:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:375:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:375:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:375:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:375:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:375:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:453:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.h:29:3: style: Class 'AtomVecAngle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:142:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:142:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:142:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:178:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:178:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:178:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:178:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:178:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:178:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:288:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:305:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:305:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:305:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:354:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:354:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:354:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:354:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:354:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:354:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:432:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.h:29:3: style: Class 'AtomVecBond' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:222:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:222:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:222:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:258:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:258:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:258:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:258:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:258:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:258:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:368:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:385:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:385:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:385:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:436:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:436:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:436:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:436:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:436:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:436:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:517:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.h:29:3: style: Class 'AtomVecFull' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:220:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:220:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:220:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:256:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:256:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:256:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:256:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:256:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:256:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:366:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:383:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:383:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:383:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:432:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:432:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:432:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:432:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:432:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:432:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:510:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.h:29:3: style: Class 'AtomVecMolecular' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:165:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:165:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:165:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:201:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:201:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:201:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:201:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:201:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:201:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:311:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:328:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:328:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:328:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:381:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:381:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:381:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:381:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:381:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:381:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:465:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:620:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.h:29:3: style: Class 'AtomVecTemplate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene.cpp:52:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene.cpp:52:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene.cpp:52:15: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene.cpp:53:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene.cpp:53:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene.cpp:53:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene.cpp:53:31: style: The scope of the variable 'fbond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene.cpp:54:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene.cpp:54:14: style: The scope of the variable 'r0sq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene.cpp:54:19: style: The scope of the variable 'rlogarg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene.h:30:3: style: Class 'BondFENE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:53:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:53:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:53:15: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:54:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:54:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:54:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:54:31: style: The scope of the variable 'fbond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:55:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:55:14: style: The scope of the variable 'r0sq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:55:19: style: The scope of the variable 'rlogarg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:56:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:56:12: style: The scope of the variable 'rshift' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:56:19: style: The scope of the variable 'rshiftsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.h:30:3: style: Class 'BondFENEExpand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_gromos.cpp:54:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_gromos.cpp:54:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_gromos.cpp:54:15: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_gromos.cpp:55:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_gromos.cpp:55:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_gromos.cpp:55:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_gromos.cpp:55:31: style: The scope of the variable 'fbond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_gromos.h:30:3: style: Class 'BondGromos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_harmonic.cpp:50:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_harmonic.cpp:50:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_harmonic.cpp:50:15: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_harmonic.cpp:51:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_harmonic.cpp:51:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_harmonic.cpp:51:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_harmonic.cpp:52:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_harmonic.cpp:52:14: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_harmonic.cpp:52:16: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_harmonic.cpp:52:19: style: The scope of the variable 'rk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_harmonic.h:30:3: style: Class 'BondHarmonic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_morse.cpp:51:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_morse.cpp:51:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_morse.cpp:51:15: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_morse.cpp:52:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_morse.cpp:52:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_morse.cpp:52:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_morse.cpp:53:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_morse.cpp:53:14: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_morse.cpp:53:16: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_morse.cpp:53:19: style: The scope of the variable 'ralpha' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_morse.h:30:3: style: Class 'BondMorse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:47:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:47:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:47:15: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:48:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:48:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:48:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:48:31: style: The scope of the variable 'fbond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:49:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:49:14: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:49:16: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:49:19: style: The scope of the variable 'drsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:49:24: style: The scope of the variable 'lamdasq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:49:32: style: The scope of the variable 'denom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:49:38: style: The scope of the variable 'denomsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.h:30:3: style: Class 'BondNonlinear' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_quartic.cpp:311:24: style: The scope of the variable 'sr2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_quartic.cpp:311:28: style: The scope of the variable 'sr6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_quartic.h:30:3: style: Class 'BondQuartic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:175:12: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:64:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:64:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:64:15: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:65:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:65:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:65:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:65:31: style: The scope of the variable 'fbond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:66:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:66:14: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:357:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:357:12: style: The scope of the variable 'e' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:357:14: style: The scope of the variable 'f' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:357:16: style: The scope of the variable 'rprev' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:357:22: style: The scope of the variable 'rnext' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:357:28: style: The scope of the variable 'eprev' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:357:34: style: The scope of the variable 'enext' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:357:40: style: The scope of the variable 'fleft' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:357:46: style: The scope of the variable 'fright' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:445:10: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:538:10: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:538:15: style: The scope of the variable 'sig' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:568:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:616:17: style: Variable 'fraction' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:658:17: style: Variable 'fraction' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.h:30:3: style: Class 'BondTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:67:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:67:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:67:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:67:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:67:21: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:67:25: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:68:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:68:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:68:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:68:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:68:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:68:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:68:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:68:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:68:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:68:55: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:68:61: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:68:67: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:10: style: The scope of the variable 'ax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:13: style: The scope of the variable 'ay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:16: style: The scope of the variable 'az' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:19: style: The scope of the variable 'bx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:22: style: The scope of the variable 'by' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:25: style: The scope of the variable 'bz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:28: style: The scope of the variable 'rasq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:33: style: The scope of the variable 'rbsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:38: style: The scope of the variable 'rgsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:43: style: The scope of the variable 'rg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:46: style: The scope of the variable 'rginv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:52: style: The scope of the variable 'ra2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:59: style: The scope of the variable 'rb2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:66: style: The scope of the variable 'rabinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:71:10: style: The scope of the variable 'df' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:71:13: style: The scope of the variable 'df1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:71:17: style: The scope of the variable 'ddf1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:71:22: style: The scope of the variable 'fg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:71:25: style: The scope of the variable 'hg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:71:28: style: The scope of the variable 'fga' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:71:32: style: The scope of the variable 'hgb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:71:36: style: The scope of the variable 'gaa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:71:40: style: The scope of the variable 'gbb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:72:10: style: The scope of the variable 'dtfx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:72:15: style: The scope of the variable 'dtfy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:72:20: style: The scope of the variable 'dtfz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:72:25: style: The scope of the variable 'dtgx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:72:30: style: The scope of the variable 'dtgy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:72:35: style: The scope of the variable 'dtgz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:72:40: style: The scope of the variable 'dthx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:72:45: style: The scope of the variable 'dthy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:72:50: style: The scope of the variable 'dthz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:73:10: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:73:12: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:73:14: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:73:16: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:73:20: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:73:24: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.h:30:3: style: Class 'DihedralCharmm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:70:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:70:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:70:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:70:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:70:21: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:70:25: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:71:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:71:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:71:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:71:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:71:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:71:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:71:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:71:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:71:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:71:55: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:71:61: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:71:67: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:10: style: The scope of the variable 'ax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:13: style: The scope of the variable 'ay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:16: style: The scope of the variable 'az' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:19: style: The scope of the variable 'bx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:22: style: The scope of the variable 'by' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:25: style: The scope of the variable 'bz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:28: style: The scope of the variable 'rasq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:33: style: The scope of the variable 'rbsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:38: style: The scope of the variable 'rgsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:43: style: The scope of the variable 'rg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:46: style: The scope of the variable 'rginv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:52: style: The scope of the variable 'ra2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:59: style: The scope of the variable 'rb2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:66: style: The scope of the variable 'rabinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:74:10: style: The scope of the variable 'df' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:74:13: style: The scope of the variable 'df1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:74:17: style: The scope of the variable 'ddf1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:74:22: style: The scope of the variable 'fg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:74:25: style: The scope of the variable 'hg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:74:28: style: The scope of the variable 'fga' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:74:32: style: The scope of the variable 'hgb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:74:36: style: The scope of the variable 'gaa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:74:40: style: The scope of the variable 'gbb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:75:10: style: The scope of the variable 'dtfx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:75:15: style: The scope of the variable 'dtfy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:75:20: style: The scope of the variable 'dtfz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:75:25: style: The scope of the variable 'dtgx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:75:30: style: The scope of the variable 'dtgy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:75:35: style: The scope of the variable 'dtgz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:75:40: style: The scope of the variable 'dthx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:75:45: style: The scope of the variable 'dthy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:75:50: style: The scope of the variable 'dthz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:76:10: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:76:12: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:76:14: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:76:16: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:76:20: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:76:24: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.h:30:3: style: Class 'DihedralCharmmfsw' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:61:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:61:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:61:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:61:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:61:21: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:61:25: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:62:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:62:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:62:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:62:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:62:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:62:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:62:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:62:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:62:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:62:55: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:62:61: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:62:67: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:10: style: The scope of the variable 'ax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:13: style: The scope of the variable 'ay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:16: style: The scope of the variable 'az' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:19: style: The scope of the variable 'bx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:22: style: The scope of the variable 'by' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:25: style: The scope of the variable 'bz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:28: style: The scope of the variable 'rasq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:33: style: The scope of the variable 'rbsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:38: style: The scope of the variable 'rgsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:43: style: The scope of the variable 'rg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:46: style: The scope of the variable 'rginv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:52: style: The scope of the variable 'ra2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:59: style: The scope of the variable 'rb2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:66: style: The scope of the variable 'rabinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:65:10: style: The scope of the variable 'df' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:65:13: style: The scope of the variable 'df1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:65:17: style: The scope of the variable 'ddf1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:65:22: style: The scope of the variable 'fg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:65:25: style: The scope of the variable 'hg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:65:28: style: The scope of the variable 'fga' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:65:32: style: The scope of the variable 'hgb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:65:36: style: The scope of the variable 'gaa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:65:40: style: The scope of the variable 'gbb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:66:10: style: The scope of the variable 'dtfx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:66:15: style: The scope of the variable 'dtfy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:66:20: style: The scope of the variable 'dtfz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:66:25: style: The scope of the variable 'dtgx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:66:30: style: The scope of the variable 'dtgy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:66:35: style: The scope of the variable 'dtgz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:66:40: style: The scope of the variable 'dthx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:66:45: style: The scope of the variable 'dthy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:66:50: style: The scope of the variable 'dthz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:67:10: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:67:12: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:67:14: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:67:16: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:67:20: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:67:24: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.h:30:3: style: Class 'DihedralHarmonic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:60:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:60:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:60:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:60:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:60:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:61:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:61:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:61:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:61:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:61:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:61:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:61:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:61:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:61:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:61:55: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:61:61: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:61:67: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:63:10: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:63:14: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:63:18: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:63:22: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:63:26: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:63:30: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:63:33: style: The scope of the variable 'b1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:63:40: style: The scope of the variable 'b1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:63:46: style: The scope of the variable 'b2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:64:10: style: The scope of the variable 'b2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:64:16: style: The scope of the variable 'b3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:64:23: style: The scope of the variable 'b3mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:64:29: style: The scope of the variable 'ctmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:64:34: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:64:40: style: The scope of the variable 'c1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:64:46: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:65:10: style: The scope of the variable 'c2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:65:16: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:65:20: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:65:24: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:65:27: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:65:31: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:65:33: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:65:35: style: The scope of the variable 'pd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:65:38: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:65:40: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:65:44: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:66:10: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:66:14: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:66:18: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:66:22: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:66:26: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:66:30: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:66:34: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:67:10: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:67:13: style: The scope of the variable 'cx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:67:16: style: The scope of the variable 'cy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:67:19: style: The scope of the variable 'cz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:67:22: style: The scope of the variable 'cmag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:67:27: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:67:30: style: The scope of the variable 'phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:67:34: style: The scope of the variable 'si' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:67:37: style: The scope of the variable 'siinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:67:43: style: The scope of the variable 'sin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.h:30:3: style: Class 'DihedralHelix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:57:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:57:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:57:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:57:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:57:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:58:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:58:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:58:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:58:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:58:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:58:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:58:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:58:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:58:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:58:55: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:58:61: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:58:67: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:60:10: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:60:14: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:60:18: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:60:22: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:60:26: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:60:30: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:60:33: style: The scope of the variable 'b1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:60:40: style: The scope of the variable 'b1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:60:46: style: The scope of the variable 'b2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:61:10: style: The scope of the variable 'b2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:61:16: style: The scope of the variable 'b3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:61:23: style: The scope of the variable 'b3mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:61:29: style: The scope of the variable 'ctmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:61:34: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:61:40: style: The scope of the variable 'c1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:61:46: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:62:10: style: The scope of the variable 'c2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:62:16: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:62:20: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:62:24: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:62:27: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:62:31: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:62:33: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:62:35: style: The scope of the variable 'pd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:62:38: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:62:40: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:62:44: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:63:10: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:63:14: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:63:18: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:63:22: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:63:26: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:63:30: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:63:34: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:64:10: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:64:13: style: The scope of the variable 'sin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.h:30:3: style: Class 'DihedralMultiHarmonic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:60:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:60:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:60:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:60:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:60:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:61:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:61:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:61:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:61:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:61:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:61:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:61:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:61:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:61:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:61:55: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:61:61: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:61:67: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:63:10: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:63:14: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:63:18: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:63:22: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:63:26: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:63:30: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:63:33: style: The scope of the variable 'b1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:63:40: style: The scope of the variable 'b1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:63:46: style: The scope of the variable 'b2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:64:10: style: The scope of the variable 'b2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:64:16: style: The scope of the variable 'b3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:64:23: style: The scope of the variable 'b3mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:64:29: style: The scope of the variable 'ctmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:64:34: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:64:40: style: The scope of the variable 'c1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:64:46: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:65:10: style: The scope of the variable 'c2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:65:16: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:65:20: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:65:24: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:65:27: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:65:31: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:65:33: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:65:35: style: The scope of the variable 'pd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:65:38: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:65:40: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:65:44: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:66:10: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:66:14: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:66:18: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:66:22: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:66:26: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:66:30: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:66:34: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:67:10: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:67:13: style: The scope of the variable 'cx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:67:16: style: The scope of the variable 'cy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:67:19: style: The scope of the variable 'cz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:67:22: style: The scope of the variable 'cmag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:67:27: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:67:30: style: The scope of the variable 'phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:67:34: style: The scope of the variable 'si' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:67:37: style: The scope of the variable 'siinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:67:43: style: The scope of the variable 'sin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.h:30:3: style: Class 'DihedralOPLS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:916:7: style: Variable 'a1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:906:7: note: Variable 'a1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:916:7: note: Variable 'a1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:917:7: style: Variable 'b1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:907:7: note: Variable 'b1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:917:7: note: Variable 'b1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:894:9: style: Variable 'tyyk' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:892:9: note: Variable 'tyyk' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:894:9: note: Variable 'tyyk' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:896:9: style: Variable 'tdyk' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:893:9: note: Variable 'tdyk' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:896:9: note: Variable 'tdyk' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:309:9: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:309:12: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:309:15: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:309:18: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:309:21: style: The scope of the variable 'i5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:309:24: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:793:10: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:845:16: style: The scope of the variable 'ii' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:846:10: style: The scope of the variable 'phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:1068:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:55:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:55:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:55:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:55:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:55:19: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:55:23: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:56:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:56:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:56:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:56:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:56:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:56:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:56:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:56:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:56:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:56:55: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:56:61: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:56:67: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:58:10: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:58:14: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:58:18: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:58:22: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:58:26: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:58:30: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:58:33: style: The scope of the variable 'b1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:58:40: style: The scope of the variable 'b1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:58:46: style: The scope of the variable 'b2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:59:10: style: The scope of the variable 'b2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:59:16: style: The scope of the variable 'b3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:59:23: style: The scope of the variable 'b3mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:59:29: style: The scope of the variable 'ctmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:59:34: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:59:40: style: The scope of the variable 'c1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:59:46: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:60:10: style: The scope of the variable 'c2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:60:16: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:60:20: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:60:24: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:60:27: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:60:30: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:60:34: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:60:45: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:60:47: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:60:51: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:61:10: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:61:14: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:61:18: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:61:22: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:61:26: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:61:30: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:61:34: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.h:30:3: style: Class 'ImproperCvff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:56:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:56:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:56:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:56:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:56:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:57:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:57:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:57:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:57:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:57:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:57:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:57:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:57:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:57:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:59:10: style: The scope of the variable 'ss1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:59:14: style: The scope of the variable 'ss2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:59:18: style: The scope of the variable 'ss3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:59:22: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:59:25: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:59:28: style: The scope of the variable 'r3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:59:31: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:59:34: style: The scope of the variable 'c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:59:37: style: The scope of the variable 'c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:59:40: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:59:43: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:60:10: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:60:14: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:60:16: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:60:18: style: The scope of the variable 'domega' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:60:25: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:60:27: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:60:31: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:60:35: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:60:39: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:60:43: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:60:47: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:61:10: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:61:14: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:61:18: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.h:30:3: style: Class 'ImproperHarmonic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:61:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:61:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:61:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:61:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:61:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:63:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:63:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:63:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:63:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:63:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:63:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:63:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:63:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:63:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:64:17: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:64:21: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:64:23: style: The scope of the variable 'projhfg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:64:31: style: The scope of the variable 'dhax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:64:36: style: The scope of the variable 'dhay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:64:41: style: The scope of the variable 'dhaz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:64:46: style: The scope of the variable 'dahx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:64:51: style: The scope of the variable 'dahy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:64:56: style: The scope of the variable 'dahz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:64:61: style: The scope of the variable 'cotphi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:10: style: The scope of the variable 'ax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:13: style: The scope of the variable 'ay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:16: style: The scope of the variable 'az' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:19: style: The scope of the variable 'ra2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:23: style: The scope of the variable 'rh2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:27: style: The scope of the variable 'ra' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:30: style: The scope of the variable 'rh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:33: style: The scope of the variable 'rar' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:37: style: The scope of the variable 'rhr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:41: style: The scope of the variable 'arx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:45: style: The scope of the variable 'ary' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:49: style: The scope of the variable 'arz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:53: style: The scope of the variable 'hrx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:57: style: The scope of the variable 'hry' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:61: style: The scope of the variable 'hrz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.h:30:3: style: Class 'ImproperUmbrella' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_lj.cpp:352:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_lj.cpp:82:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_lj.cpp:82:39: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_lj.cpp:452:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_lj.h:29:3: style: Class 'PairHbondDreidingLJ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_morse.cpp:278:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_morse.cpp:53:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_morse.cpp:53:39: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_morse.h:29:3: style: Class 'PairHbondDreidingMorse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_morse.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_lj.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_morse.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_morse.h:32:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_lj.h:33:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_morse.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_morse.h:33:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_lj.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_morse.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_morse.h:34:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_lj.h:36:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_morse.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm.cpp:71:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm.cpp:71:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm.cpp:71:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm.cpp:72:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm.cpp:72:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm.cpp:72:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm.cpp:72:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm.cpp:462:40: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm.cpp:463:18: style: The scope of the variable 'switch2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm.h:29:3: style: Class 'PairLJCharmmCoulCharmm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.cpp:35:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.cpp:35:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.cpp:35:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.cpp:36:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.cpp:36:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.cpp:36:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.cpp:36:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.cpp:162:56: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.h:29:3: style: Class 'PairLJCharmmCoulCharmmImplicit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.h:30:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.h:31:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm.h:42:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.h:31:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.cpp:99:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.cpp:99:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.cpp:99:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.cpp:100:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.cpp:100:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.cpp:100:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.cpp:100:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.cpp:494:10: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.cpp:494:18: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.cpp:494:24: style: The scope of the variable 'philj12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.cpp:494:32: style: The scope of the variable 'philj6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.cpp:495:10: style: The scope of the variable 'switch1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.h:29:3: style: Class 'PairLJCharmmfswCoulCharmmfsh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_cut_tip4p_cut.cpp:81:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_cut_tip4p_cut.cpp:81:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_cut_tip4p_cut.cpp:82:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_cut_tip4p_cut.cpp:82:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_cut_tip4p_cut.cpp:82:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_cut_tip4p_cut.cpp:82:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_cut_tip4p_cut.h:29:3: style: Class 'PairLJCutTIP4PCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_tip4p_cut.cpp:69:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_tip4p_cut.cpp:69:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_tip4p_cut.cpp:70:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_tip4p_cut.cpp:70:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_tip4p_cut.cpp:70:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_tip4p_cut.cpp:70:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_tip4p_cut.h:29:3: style: Class 'PairTIP4PCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MPIIO/dump_custom_mpiio.cpp:287:7: style: The scope of the variable 'icompute' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MPIIO/dump_custom_mpiio.cpp:294:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MPIIO/dump_custom_mpiio.cpp:303:7: style: The scope of the variable 'ivariable' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MPIIO/restart_mpiio.h:29:3: style: Class 'RestartMPIIO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MSCG/fix_mscg.cpp:152:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MSCG/fix_mscg.cpp:291:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_eam_opt.h:31:3: style: Class 'PairEAMOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_eam_alloy_opt.h:30:3: style: Class 'PairEAMAlloyOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_eam_fs_opt.h:30:3: style: Class 'PairEAMFSOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_eam_opt.cpp:113:0: warning: Return value of function malloc() is not used. [ignoredReturnValue]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_eam_opt.cpp:136:0: warning: Return value of function malloc() is not used. [ignoredReturnValue]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_eam_opt.cpp:77:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_eam_opt.cpp:113:0: error: Return value of allocation function 'malloc' is not stored. [leakReturnValNotUsed]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_eam_opt.cpp:136:0: error: Return value of allocation function 'malloc' is not stored. [leakReturnValNotUsed]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_charmm_coul_long_opt.cpp:111:0: warning: Return value of function malloc() is not used. [ignoredReturnValue]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_charmm_coul_long_opt.cpp:76:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_charmm_coul_long_opt.cpp:76:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_charmm_coul_long_opt.h:29:3: style: Class 'PairLJCharmmCoulLongOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_charmm_coul_long_opt.cpp:111:0: error: Return value of allocation function 'malloc' is not stored. [leakReturnValNotUsed]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_coul_long_opt.cpp:78:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_coul_long_opt.cpp:78:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_coul_long_opt.cpp:78:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_coul_long_opt.cpp:79:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_coul_long_opt.cpp:79:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_coul_long_opt.cpp:79:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_coul_long_opt.cpp:79:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_coul_long_opt.cpp:96:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_coul_long_opt.cpp:96:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_coul_long_opt.cpp:96:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_coul_long_opt.h:29:3: style: Class 'PairLJCutCoulLongOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_opt.cpp:88:0: warning: Return value of function malloc() is not used. [ignoredReturnValue]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_opt.cpp:66:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_opt.cpp:66:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_opt.h:29:3: style: Class 'PairLJCutOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_opt.cpp:88:0: error: Return value of allocation function 'malloc' is not stored. [leakReturnValNotUsed]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_tip4p_long_opt.cpp:109:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_tip4p_long_opt.cpp:109:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_tip4p_long_opt.cpp:109:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_tip4p_long_opt.cpp:109:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_tip4p_long_opt.cpp:119:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_tip4p_long_opt.cpp:119:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_tip4p_long_opt.cpp:119:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_tip4p_long_opt.cpp:136:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_tip4p_long_opt.cpp:136:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_tip4p_long_opt.cpp:136:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_tip4p_long_opt.h:29:5: style: Class 'PairLJCutTIP4PLongOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:864:0: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:863:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:864:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:865:0: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:864:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:865:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:676:0: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:675:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:676:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:677:0: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:676:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:677:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:713:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:714:0: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:714:0: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:714:0: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:716:0: style: The scope of the variable 'cutsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:716:0: style: The scope of the variable 'cut_ljsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:716:0: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:716:0: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:716:0: style: The scope of the variable 'lj3i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:716:0: style: The scope of the variable 'lj4i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:716:0: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:553:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:554:0: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:554:0: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:554:0: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:556:0: style: The scope of the variable 'cutsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:556:0: style: The scope of the variable 'cut_ljsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:556:0: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:556:0: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:556:0: style: The scope of the variable 'lj3i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:556:0: style: The scope of the variable 'lj4i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:556:0: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.h:29:3: style: Class 'PairLJLongCoulLongOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_morse_opt.cpp:89:0: warning: Return value of function malloc() is not used. [ignoredReturnValue]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_morse_opt.cpp:67:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_morse_opt.cpp:67:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_morse_opt.h:29:3: style: Class 'PairMorseOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_morse_opt.cpp:89:0: error: Return value of allocation function 'malloc' is not stored. [leakReturnValNotUsed]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_ufm_opt.cpp:88:0: warning: Return value of function malloc() is not used. [ignoredReturnValue]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_ufm_opt.cpp:66:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_ufm_opt.cpp:66:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_ufm_opt.h:35:3: style: Class 'PairUFMOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_ufm_opt.cpp:88:0: error: Return value of allocation function 'malloc' is not stored. [leakReturnValNotUsed]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:147:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:147:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:147:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:186:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:186:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:186:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:186:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:186:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:186:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:250:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:328:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:345:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:345:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:345:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:402:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:402:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:402:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:402:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:402:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:402:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:492:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:662:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.h:29:3: style: Class 'AtomVecPeri' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_pmb.h:29:3: style: Class 'PairPeriPMB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_lps.h:32:3: style: Class 'PairPeriLPS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_ves.h:32:3: style: Class 'PairPeriVES' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_eps.h:32:3: style: Class 'PairPeriEPS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/PERI/fix_peri_neigh.cpp:566:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/PERI/fix_peri_neigh.cpp:519:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_eps.cpp:258:8: style: The scope of the variable 'first' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_eps.cpp:620:14: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_eps.cpp:620:19: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_eps.cpp:621:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_eps.cpp:621:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_eps.cpp:621:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_eps.cpp:622:10: style: The scope of the variable 'xtmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_eps.cpp:622:16: style: The scope of the variable 'ytmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_eps.cpp:622:22: style: The scope of the variable 'ztmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_eps.cpp:804:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_lps.cpp:235:8: style: The scope of the variable 'first' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_lps.cpp:543:14: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_lps.cpp:543:19: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_lps.cpp:544:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_lps.cpp:544:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_lps.cpp:544:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_lps.cpp:545:10: style: The scope of the variable 'xtmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_lps.cpp:545:16: style: The scope of the variable 'ytmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_lps.cpp:545:22: style: The scope of the variable 'ztmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_lps.cpp:636:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_pmb.cpp:81:10: style: The scope of the variable 'xtmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_pmb.cpp:81:16: style: The scope of the variable 'ytmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_pmb.cpp:81:22: style: The scope of the variable 'ztmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_pmb.cpp:197:8: style: The scope of the variable 'first' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_ves.cpp:248:8: style: The scope of the variable 'first' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_ves.cpp:604:14: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_ves.cpp:604:19: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_ves.cpp:605:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_ves.cpp:605:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_ves.cpp:605:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_ves.cpp:606:10: style: The scope of the variable 'xtmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_ves.cpp:606:16: style: The scope of the variable 'ytmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_ves.cpp:606:22: style: The scope of the variable 'ztmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_ves.cpp:702:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/POEMS/fix_poems.cpp:489:7: style: The scope of the variable 'ierror' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/POEMS/fix_poems.cpp:490:10: style: The scope of the variable 'ez0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/POEMS/fix_poems.cpp:490:14: style: The scope of the variable 'ez1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/POEMS/fix_poems.cpp:490:18: style: The scope of the variable 'ez2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/POEMS/fix_poems.cpp:636:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/POEMS/fix_poems.cpp:972:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/POEMS/fix_poems.cpp:1310:28: style: The scope of the variable 'sm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/POEMS/fix_poems.cpp:977:34: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/fix_python_invoke.cpp:91:23: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/fix_python_invoke.cpp:108:23: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/fix_python_move.cpp:146:23: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/fix_python_move.cpp:164:23: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/fix_python_move.cpp:182:23: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/fix_python_move.cpp:200:23: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/fix_python_move.cpp:219:23: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/fix_python_move.cpp:237:23: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/pair_python.cpp:79:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/pair_python.cpp:79:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/pair_python.cpp:79:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/pair_python.cpp:80:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/pair_python.cpp:80:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/pair_python.cpp:80:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/pair_python.cpp:140:22: style: The scope of the variable 'py_itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/pair_python.h:39:3: style: Class 'PairPython' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:223:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:349:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:349:15: style: The scope of the variable 'alfa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:349:21: style: The scope of the variable 'beta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:350:10: style: The scope of the variable 'sig_old' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:441:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:589:8: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:614:8: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:639:8: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:665:7: style: The scope of the variable 'kk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:681:7: style: The scope of the variable 'kk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:726:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:733:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:736:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.cpp:101:10: style: The scope of the variable 'enegtot' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.cpp:176:33: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.h:32:8: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.h:34:7: style: The function 'pack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:43:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.h:35:8: style: The function 'unpack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.h:36:7: style: The function 'pack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:45:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.h:37:8: style: The function 'unpack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.cpp:240:33: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.h:32:8: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.h:34:7: style: The function 'pack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:43:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.h:35:8: style: The function 'unpack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.h:36:7: style: The function 'pack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:45:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.h:37:8: style: The function 'unpack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_point.cpp:95:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_point.cpp:123:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_point.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_point.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_point.h:32:8: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_point.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_shielded.cpp:139:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_shielded.cpp:167:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_shielded.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_shielded.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_shielded.h:32:8: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_shielded.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.cpp:136:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.cpp:163:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.cpp:163:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.cpp:163:33: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.cpp:167:10: style: The scope of the variable 'zei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.cpp:167:24: style: The scope of the variable 'zjtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.cpp:240:10: style: The scope of the variable 'sm1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.cpp:241:10: style: The scope of the variable 'sm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.cpp:242:10: style: The scope of the variable 'sm3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.cpp:293:10: style: The scope of the variable 'sm1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.cpp:294:10: style: The scope of the variable 'sm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.cpp:295:10: style: The scope of the variable 'sm3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.h:32:8: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.h:36:8: style: The function 'sparse_matvec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/REAX/fix_reax_bonds.cpp:124:14: style: The scope of the variable 'nlocal_tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/fix_reax_bonds.cpp:125:9: style: The scope of the variable 'kk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/fix_reax_bonds.cpp:125:15: style: The scope of the variable 'jbufknum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:126:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:303:15: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:309:12: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:596:10: style: The scope of the variable 'chi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:596:15: style: The scope of the variable 'eta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:596:20: style: The scope of the variable 'gamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:686:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:747:10: style: The scope of the variable 'xitmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:747:17: style: The scope of the variable 'yitmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:747:24: style: The scope of the variable 'zitmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:749:21: style: The scope of the variable 'itag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:756:12: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:942:29: style: The scope of the variable 'alpha' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.h:29:3: style: Class 'PairREAX' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event_prd.cpp:91:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event_prd.h:39:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event_prd.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event_prd.h:40:8: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event.h:33:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event_prd.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event_tad.cpp:87:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event_tad.h:37:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event_tad.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event_tad.h:38:8: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event.h:33:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event_tad.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_neb.cpp:248:7: style: Condition 'MULTI_PROC' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_neb.cpp:554:10: style: The scope of the variable 'lentot' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_neb.cpp:555:39: style: The scope of the variable 'lenuntilClimber' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/neb.cpp:61:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/neb.cpp:61:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/neb.cpp:61:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/neb.cpp:382:13: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/neb.cpp:384:27: style: The scope of the variable 'buf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/neb.h:30:3: style: Class 'NEB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/prd.cpp:67:7: style: The scope of the variable 'ireplica' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/prd.cpp:623:26: style: Function 'check_event' argument 1 names different: declaration 'replica' definition 'replica_num'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/prd.h:67:23: note: Function 'check_event' argument 1 names different: declaration 'replica' definition 'replica_num'.
lammps-0~20180510.gitaa1d815fe/src/REPLICA/prd.cpp:623:26: note: Function 'check_event' argument 1 names different: declaration 'replica' definition 'replica_num'.
lammps-0~20180510.gitaa1d815fe/src/REPLICA/prd.h:29:3: style: Class 'PRD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/tad.cpp:715:8: style: Variable 'str' is not assigned a value. [unassignedVariable]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/tad.h:29:3: style: Class 'TAD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/temper.cpp:209:15: style: The scope of the variable 'partner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/temper.h:29:3: style: Class 'Temper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_ehex.cpp:336:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_ehex.cpp:337:7: style: The scope of the variable 'lid' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_ehex.cpp:338:8: style: The scope of the variable 'stat' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_ehex.cpp:339:7: style: The scope of the variable 'nsites' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_ehex.cpp:495:10: style: The scope of the variable 'x_r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.cpp:924:3: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.cpp:900:0: note: Variable 'stat' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.cpp:924:3: note: Variable 'stat' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.cpp:974:3: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.cpp:944:0: note: Variable 'stat' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.cpp:974:3: note: Variable 'stat' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.cpp:176:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.cpp:208:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.cpp:779:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.cpp:815:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:37:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.h:34:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:37:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:38:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:39:16: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:40:16: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:40:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:44:16: style: The function 'correct_coordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.h:54:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:44:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:45:16: style: The function 'correct_velocities' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.h:55:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:45:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:46:16: style: The function 'shake_end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.h:53:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:46:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:48:18: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.h:41:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:48:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:49:16: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:49:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:50:15: style: The function 'pack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.h:50:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:50:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:51:16: style: The function 'unpack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.h:51:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:51:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:52:16: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.h:58:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:52:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:912:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:969:12: style: The scope of the variable 'gamma1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:969:19: style: The scope of the variable 'gamma2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:1110:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:1337:10: style: The scope of the variable 'ione' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:1337:18: style: The scope of the variable 'exone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:1337:27: style: The scope of the variable 'eyone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:1337:36: style: The scope of the variable 'ezone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:1337:51: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:1512:10: style: The scope of the variable 'ione' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:1512:18: style: The scope of the variable 'exone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:1512:27: style: The scope of the variable 'eyone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:1512:36: style: The scope of the variable 'ezone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:1928:7: style: The scope of the variable 'ierror' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:2165:18: style: The scope of the variable 'radone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:2265:9: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:2265:19: style: The scope of the variable 'eofflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:2268:9: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:2268:14: style: The scope of the variable 'start' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:2268:27: style: The scope of the variable 'buf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:2401:7: style: The scope of the variable 'xbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:2401:12: style: The scope of the variable 'ybox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:2401:17: style: The scope of the variable 'zbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:1033:10: style: Unused variable: dtfm [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.cpp:1162:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.cpp:376:14: style: The scope of the variable 't_mass' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.cpp:376:22: style: The scope of the variable 'tb_mass' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.cpp:433:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.cpp:596:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.cpp:594:7: style: Unused variable: i [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.cpp:596:15: style: Unused variable: xy [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.cpp:596:18: style: Unused variable: xz [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.cpp:596:21: style: Unused variable: yz [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.cpp:1192:14: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.h:120:25: warning: The class 'FixRigidNH' defines member variable with name 't_target' also defined in its parent class 'FixRigid'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:67:20: note: The class 'FixRigidNH' defines member variable with name 't_target' also defined in its parent class 'FixRigid'.
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.h:120:25: note: The class 'FixRigidNH' defines member variable with name 't_target' also defined in its parent class 'FixRigid'.
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:25:15: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.h:31:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:25:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:26:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:26:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:27:16: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.h:33:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:27:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:28:16: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:28:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:29:16: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.h:36:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:30:18: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.h:40:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:30:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:31:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.h:57:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.cpp:1280:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.cpp:390:14: style: The scope of the variable 't_mass' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.cpp:390:22: style: The scope of the variable 'tb_mass' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.cpp:447:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.cpp:622:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.cpp:623:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.cpp:935:11: style: The scope of the variable 'vcm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.cpp:621:7: style: Unused variable: i [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.cpp:1310:14: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.h:25:15: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.h:36:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.h:25:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.h:26:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.h:37:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.h:26:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.h:27:16: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.h:27:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.h:28:16: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.h:28:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.h:29:16: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:3327:10: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1716:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1751:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1791:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:735:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:795:10: style: The scope of the variable 'gamma1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:795:17: style: The scope of the variable 'gamma2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:815:11: style: The scope of the variable 'vcm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:815:16: style: The scope of the variable 'omega' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:847:9: style: The scope of the variable 'b' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:966:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1170:11: style: The scope of the variable 'inertia' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1225:10: style: The scope of the variable 'ione' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1225:18: style: The scope of the variable 'exone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1225:27: style: The scope of the variable 'eyone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1225:36: style: The scope of the variable 'ezone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1225:51: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1391:10: style: The scope of the variable 'ione' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1391:18: style: The scope of the variable 'exone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1391:27: style: The scope of the variable 'eyone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1391:36: style: The scope of the variable 'ezone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1719:9: style: The scope of the variable 'imol' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1754:9: style: The scope of the variable 'imol' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1794:7: style: The scope of the variable 'iowner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:2109:7: style: The scope of the variable 'ierror' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:2112:11: style: The scope of the variable 'ex' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:2112:15: style: The scope of the variable 'ey' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:2112:19: style: The scope of the variable 'ez' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:2352:18: style: The scope of the variable 'radone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:2463:13: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:2463:20: style: The scope of the variable 'eofflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:2466:9: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:2466:14: style: The scope of the variable 'start' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:2466:27: style: The scope of the variable 'buf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:2814:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:3092:11: style: The scope of the variable 'xcm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:3092:21: style: The scope of the variable 'quat' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:3092:34: style: The scope of the variable 'ex_space' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:3092:44: style: The scope of the variable 'ey_space' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:3092:54: style: The scope of the variable 'ez_space' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:3252:11: style: The scope of the variable 'fcm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:3252:16: style: The scope of the variable 'torque' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:3493:11: style: The scope of the variable 'vcm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:3515:11: style: The scope of the variable 'inertia' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:3552:11: style: The scope of the variable 'vcm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:3552:16: style: The scope of the variable 'inertia' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:581:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:629:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:892:7: style: The scope of the variable 'np' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1220:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1255:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1279:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1400:7: style: The scope of the variable 'nlist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1400:13: style: The scope of the variable 'list' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1401:10: style: The scope of the variable 'v' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1501:7: style: The scope of the variable 'nlist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1501:13: style: The scope of the variable 'list' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1502:10: style: The scope of the variable 'v' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1601:10: style: The scope of the variable 'quad1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1601:16: style: The scope of the variable 'quad2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1601:22: style: The scope of the variable 'b1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1601:25: style: The scope of the variable 'b2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1601:28: style: The scope of the variable 'lamda01_new' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1601:40: style: The scope of the variable 'lamda02_new' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1674:6: style: The scope of the variable 'nlist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1674:12: style: The scope of the variable 'list' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1675:10: style: The scope of the variable 'v' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1824:10: style: The scope of the variable 'quad1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1824:16: style: The scope of the variable 'quad2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1824:22: style: The scope of the variable 'quad3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1824:28: style: The scope of the variable 'b1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1824:31: style: The scope of the variable 'b2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1824:34: style: The scope of the variable 'b3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1824:37: style: The scope of the variable 'lamda01_new' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1824:49: style: The scope of the variable 'lamda02_new' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1824:61: style: The scope of the variable 'lamda03_new' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1926:7: style: The scope of the variable 'nlist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1926:13: style: The scope of the variable 'list' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1927:10: style: The scope of the variable 'v' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2073:10: style: The scope of the variable 'quad1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2073:16: style: The scope of the variable 'quad2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2073:22: style: The scope of the variable 'quad3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2073:28: style: The scope of the variable 'b1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2073:31: style: The scope of the variable 'b2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2073:34: style: The scope of the variable 'b3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2073:37: style: The scope of the variable 'lamda01_new' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2073:49: style: The scope of the variable 'lamda02_new' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2073:61: style: The scope of the variable 'lamda12_new' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2533:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2533:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2657:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2657:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2657:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SHOCK/fix_msst.cpp:128:15: style: Expression is always false because 'else if' condition matches previous condition at line 127. [multiCondition]
lammps-0~20180510.gitaa1d815fe/src/SHOCK/fix_msst.cpp:876:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/SHOCK/fix_msst.cpp:954:3: style: Variable 'energy' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/SHOCK/fix_msst.cpp:950:0: note: Variable 'energy' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/SHOCK/fix_msst.cpp:954:3: note: Variable 'energy' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/SHOCK/fix_msst.cpp:511:37: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lammps-0~20180510.gitaa1d815fe/src/SHOCK/fix_msst.cpp:770:21: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lammps-0~20180510.gitaa1d815fe/src/SHOCK/fix_nphug.cpp:423:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/SNAP/compute_sna_atom.cpp:70:10: style: The scope of the variable 'cut' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::ncoeff' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::bvec' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::dbvec' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::rij' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::inside' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::wj' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::rcutij' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::nmax' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::twojmax' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::diagonalstyle' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::uarraytot_r' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::uarraytot_i' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::zarray_r' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::zarray_i' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::uarraytot_r_b' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::uarraytot_i_b' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::zarray_r_b' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::zarray_i_b' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::uarray_r' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::uarray_i' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::rmin0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::rfac0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::idxj' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::idxj_max' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::cgarray' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::rootpqarray' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::barray' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::duarray_r' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::duarray_i' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::dbarray' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::use_shared_arrays' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::switch_flag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::wself' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::bzero_flag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::bzero' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: style: Class 'SNA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/SNAP/compute_snad_atom.cpp:68:10: style: The scope of the variable 'cut' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/compute_snad_atom.cpp:388:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/compute_snav_atom.cpp:66:10: style: The scope of the variable 'cut' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/compute_snav_atom.cpp:397:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/pair_snap.cpp:173:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/pair_snap.cpp:173:11: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/pair_snap.cpp:173:16: style: The scope of the variable 'ninside' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/pair_snap.h:29:3: style: Class 'PairSNAP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/SNAP/pair_snap.cpp:1768:32: error: Uninitialized variable: fpparam [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/pair_snap.cpp:1771:16: error: Uninitialized variable: fpparam [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:1217:7: style: Same expression used in consecutive assignments of 'mbpar' and 'mapar'. [duplicateAssignExpression]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:1218:0: note: Same expression used in consecutive assignments of 'mbpar' and 'mapar'.
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:1217:7: note: Same expression used in consecutive assignments of 'mbpar' and 'mapar'.
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:1433:7: style: Same expression used in consecutive assignments of 'mbpar' and 'mapar'. [duplicateAssignExpression]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:1434:0: note: Same expression used in consecutive assignments of 'mbpar' and 'mapar'.
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:1433:7: note: Same expression used in consecutive assignments of 'mbpar' and 'mapar'.
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:1926:27: style: Same expression on both sides of '-' because the value of 'j1' and 'j2' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:1924:16: note: 'j2' is assigned value 'j1' here.
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:1926:27: note: Same expression on both sides of '-' because the value of 'j1' and 'j2' are the same.
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:312:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:312:15: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:312:18: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:312:21: style: The scope of the variable 'y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:312:24: style: The scope of the variable 'z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:312:27: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:312:31: style: The scope of the variable 'theta0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:352:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:352:15: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:352:18: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:352:21: style: The scope of the variable 'y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:352:24: style: The scope of the variable 'z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:352:27: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:352:31: style: The scope of the variable 'theta0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:687:11: style: The scope of the variable 'dbdr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:835:11: style: The scope of the variable 'dbdr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:1804:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:1393:25: style: Condition 'type==WALL' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:1582:21: style: Condition 'type==WALL' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:510:17: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:3527:27: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:3348:0: style: Same expression used in consecutive assignments of 'nbinxy' and 'nbinsq'. [duplicateAssignExpression]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:3349:0: note: Same expression used in consecutive assignments of 'nbinxy' and 'nbinsq'.
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:3348:0: note: Same expression used in consecutive assignments of 'nbinxy' and 'nbinsq'.
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:475:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:475:22: style: The scope of the variable 'jx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:475:25: style: The scope of the variable 'jy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:475:28: style: The scope of the variable 'jz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:475:36: style: The scope of the variable 'jbin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:475:41: style: The scope of the variable 'lo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:475:44: style: The scope of the variable 'hi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:476:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:476:14: style: The scope of the variable 'cutbinsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:710:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:710:11: style: The scope of the variable 'ix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:710:14: style: The scope of the variable 'iy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:710:17: style: The scope of the variable 'iz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:841:14: style: The scope of the variable 'tbin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:841:19: style: The scope of the variable 'scale' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:842:17: style: The scope of the variable 'xlamda' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:843:10: style: The scope of the variable 'vstream' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:1068:12: style: The scope of the variable 'bcomm1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:1068:20: style: The scope of the variable 'bcomm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:1134:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:1152:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:1170:12: style: The scope of the variable 'bcomm1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:1170:20: style: The scope of the variable 'bcomm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:1236:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:1251:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:2295:10: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:2295:13: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:2337:25: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:2337:28: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:2388:25: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:2388:28: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:2445:18: style: The scope of the variable 'xs_xb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:2905:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:2991:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_wall_srd.cpp:67:26: error: Uninitialized variable: newwall [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:161:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:161:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:161:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:200:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:200:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:200:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:200:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:200:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:200:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:275:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:393:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:416:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:439:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:439:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:439:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:494:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:494:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:494:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:494:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:494:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:494:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:597:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:776:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.h:34:3: style: Class 'AtomVecWavepacket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/pair_awpmd_cut.h:38:3: style: Class 'PairAWPMDCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/pair_awpmd_cut.cpp:527:18: style: Variable 'ignore' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/compute_pressure_bocs.cpp:308:10: style: The scope of the variable 'volume' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/compute_pressure_bocs.cpp:308:18: style: The scope of the variable 'correction' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/compute_pressure_bocs.cpp:410:16: style: The scope of the variable 'vcomponent' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:1734:7: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:1382:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:630:37: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:633:7: style: The scope of the variable 'test_sscanf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:1507:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:1884:17: style: The scope of the variable 'factor_etap' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:628:0: style: Variable 'separator' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:632:10: style: Unused variable: n1 [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:632:14: style: Unused variable: n2 [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:709:3: error: Memory leak: line [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:786:0: error: Memory leak: a [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:786:0: error: Memory leak: b [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:786:0: error: Memory leak: d [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:786:0: error: Memory leak: h [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:786:0: error: Memory leak: alpha [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:786:0: error: Memory leak: c [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:786:0: error: Memory leak: l [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:786:0: error: Memory leak: mu [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:786:0: error: Memory leak: z [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.h:29:3: style: Class 'BondOxdnaFene' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna2_fene.h:29:3: style: Class 'BondOxdna2Fene' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna2_fene.h:31:16: style: The function 'compute_interaction_sites' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna2_fene.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.cpp:75:7: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.cpp:75:9: style: The scope of the variable 'b' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.cpp:75:14: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.cpp:77:24: style: The scope of the variable 'fbond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.cpp:78:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.cpp:78:14: style: The scope of the variable 'Deltasq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.cpp:78:22: style: The scope of the variable 'rlogarg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.cpp:79:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.cpp:79:12: style: The scope of the variable 'rr0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.cpp:79:16: style: The scope of the variable 'rr0sq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.cpp:83:11: style: The scope of the variable 'qa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.cpp:84:11: style: The scope of the variable 'qb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:130:11: style: The scope of the variable 'qa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:146:7: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:146:22: style: The scope of the variable 'bnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:146:27: style: The scope of the variable 'atype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:106:18: style: Unused variable: delt [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:108:19: style: Unused variable: v2tmp [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:108:28: style: Unused variable: v3tmp [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:117:10: style: Unused variable: gamma [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:117:16: style: Unused variable: gammacub [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:117:25: style: Unused variable: rinv_ss_cub [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:117:37: style: Unused variable: fac [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:118:10: style: Unused variable: aybx [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:118:15: style: Unused variable: azbx [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:118:20: style: Unused variable: rax [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:118:24: style: Unused variable: ray [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:118:28: style: Unused variable: raz [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:118:32: style: Unused variable: rbx [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:119:10: style: Unused variable: dcdr [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:119:15: style: Unused variable: dcdrbx [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:120:10: style: Unused variable: dcdaxbx [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:120:18: style: Unused variable: dcdaybx [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:120:26: style: Unused variable: dcdazbx [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:121:10: style: Unused variable: dcdrax [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:121:17: style: Unused variable: dcdray [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:121:24: style: Unused variable: dcdraz [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:695:14: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.h:29:3: style: Class 'PairOxdna2Coaxstk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_dh.cpp:98:11: style: The scope of the variable 'qa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_dh.cpp:114:7: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_dh.cpp:114:22: style: The scope of the variable 'bnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_dh.cpp:114:27: style: The scope of the variable 'atype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_dh.cpp:376:14: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_dh.h:29:3: style: Class 'PairOxdna2Dh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_excv.h:29:3: style: Class 'PairOxdnaExcv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_excv.h:29:3: style: Class 'PairOxdna2Excv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_excv.h:31:16: style: The function 'compute_interaction_sites' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_excv.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_excv.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.h:29:3: style: Class 'PairOxdnaStk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_stk.h:29:3: style: Class 'PairOxdna2Stk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_stk.h:33:18: style: The function 'stacking_strength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.h:47:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_stk.h:33:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_coaxstk.cpp:136:11: style: The scope of the variable 'qa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_coaxstk.cpp:152:7: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_coaxstk.cpp:152:22: style: The scope of the variable 'bnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_coaxstk.cpp:152:27: style: The scope of the variable 'atype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_coaxstk.cpp:835:14: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_coaxstk.h:29:3: style: Class 'PairOxdnaCoaxstk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_excv.cpp:128:11: style: The scope of the variable 'qa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_excv.cpp:144:7: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_excv.cpp:144:22: style: The scope of the variable 'bnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_excv.cpp:144:27: style: The scope of the variable 'atype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_excv.cpp:580:14: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_hbond.cpp:141:11: style: The scope of the variable 'qa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_hbond.cpp:157:7: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_hbond.cpp:157:22: style: The scope of the variable 'bnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_hbond.cpp:157:27: style: The scope of the variable 'atype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_hbond.cpp:803:14: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_hbond.h:30:3: style: Class 'PairOxdnaHbond' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:119:37: style: The scope of the variable 'rsq_ss' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:119:44: style: The scope of the variable 'r_ss' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:119:49: style: The scope of the variable 'rinv_ss' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:120:37: style: The scope of the variable 'rsq_st' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:120:44: style: The scope of the variable 'r_st' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:120:49: style: The scope of the variable 'rinv_st' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:133:11: style: The scope of the variable 'qa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:134:11: style: The scope of the variable 'qb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:150:7: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:150:9: style: The scope of the variable 'b' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:150:14: style: The scope of the variable 'atype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:150:20: style: The scope of the variable 'btype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:152:10: style: The scope of the variable 'f1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:154:10: style: The scope of the variable 'tptofp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:838:14: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_xstk.cpp:133:11: style: The scope of the variable 'qa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_xstk.cpp:149:7: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_xstk.cpp:149:22: style: The scope of the variable 'bnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_xstk.cpp:149:27: style: The scope of the variable 'atype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_xstk.cpp:789:14: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_xstk.h:30:3: style: Class 'PairOxdnaXstk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:64:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:64:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:64:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:64:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:65:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:65:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:65:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:65:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:65:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:65:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:65:46: style: The scope of the variable 'delx3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:65:52: style: The scope of the variable 'dely3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:65:58: style: The scope of the variable 'delz3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:66:29: style: The scope of the variable 'e13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:66:33: style: The scope of the variable 'f13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:67:10: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:67:17: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:68:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:68:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:68:25: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:68:28: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:68:31: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:68:33: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:68:35: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:68:37: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:68:41: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:68:45: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.h:30:3: style: Class 'AngleSDK' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:105:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:106:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:106:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:106:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:116:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:116:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:116:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:44:12: warning: Member variable 'PairLJSDK::lj_type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:44:12: warning: Member variable 'PairLJSDK::cut' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:44:12: warning: Member variable 'PairLJSDK::epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:44:12: warning: Member variable 'PairLJSDK::sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:44:12: warning: Member variable 'PairLJSDK::lj1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:44:12: warning: Member variable 'PairLJSDK::lj2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:44:12: warning: Member variable 'PairLJSDK::lj3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:44:12: warning: Member variable 'PairLJSDK::lj4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:44:12: warning: Member variable 'PairLJSDK::offset' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:44:12: warning: Member variable 'PairLJSDK::rminsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:44:12: warning: Member variable 'PairLJSDK::emin' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:44:12: warning: Member variable 'PairLJSDK::cut_global' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.h:34:3: style: Class 'PairLJSDK' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:560:16: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:560:18: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:560:23: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:560:29: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:560:31: style: The scope of the variable 'erfc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:560:36: style: The scope of the variable 'prefactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:561:10: style: The scope of the variable 'fraction' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:561:19: style: The scope of the variable 'table' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:562:7: style: The scope of the variable 'itable' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:117:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:118:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:118:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:118:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:118:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:131:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:131:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:131:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.h:33:3: style: Class 'PairLJSDKCoulLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:232:16: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:232:18: style: The scope of the variable 'fgamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:232:25: style: The scope of the variable 'egamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:232:32: style: The scope of the variable 'prefactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:233:10: style: The scope of the variable 'fraction' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:233:19: style: The scope of the variable 'table' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:234:7: style: The scope of the variable 'itable' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:85:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:86:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:86:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:86:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:86:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:99:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:99:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:99:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.h:33:3: style: Class 'PairLJSDKCoulMSM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.h:35:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.h:35:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.h:36:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.h:46:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.h:36:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.h:37:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.h:47:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.h:37:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::_lmp' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::_random' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::t_target' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::my_timestep' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::my_boltzmann' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::my_angstrom' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::bias_energy' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::restart_every' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::previous_step' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::first_timestep' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::total_force_requested' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::do_exit' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::inter_me' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::inter_num' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::_lmp' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::_random' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::t_target' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::my_timestep' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::my_boltzmann' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::my_angstrom' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::bias_energy' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::restart_every' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::previous_step' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::first_timestep' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::total_force_requested' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::do_exit' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::atoms_types' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::inter_comm' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::inter_me' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::inter_num' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:141:16: warning: Virtual function 'replica_enabled' is called from constructor 'colvarproxy_lammps(LAMMPS_NS::LAMMPS*lmp,const char*,const char*,const int,const double,MPI_Comm)' at line 124. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.cpp:124:7: note: Calling replica_enabled
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:141:16: note: replica_enabled is a virtual method
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:43:1: warning: The class 'colvarproxy_lammps' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/fix_colvars.cpp:410:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/fix_colvars.cpp:410:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/fix_colvars.cpp:177:26: style: Function 'inthash_lookup' argument 1 names different: declaration 'tptr' definition 'ptr'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/fix_colvars.cpp:84:33: note: Function 'inthash_lookup' argument 1 names different: declaration 'tptr' definition 'ptr'.
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/fix_colvars.cpp:177:26: note: Function 'inthash_lookup' argument 1 names different: declaration 'tptr' definition 'ptr'.
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/fix_colvars.cpp:518:33: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/group_ndx.cpp:56:7: style: The scope of the variable 'lnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/group_ndx.cpp:93:15: style: The scope of the variable 'allrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/group_ndx.h:31:3: style: Class 'Group2Ndx' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/ndx_group.cpp:64:12: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/ndx_group.h:31:3: style: Class 'Ndx2Group' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/ndx_group.cpp:81:9: error: Common realloc mistake: 'tagbuf' nulled but not freed upon failure [memleakOnRealloc]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:212:17: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:212:21: style: The scope of the variable 'EmdR2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:212:28: style: The scope of the variable 'EpdR2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:291:17: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:291:21: style: The scope of the variable 'EmdR2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:291:28: style: The scope of the variable 'EpdR2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:418:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:419:10: style: The scope of the variable 'frac' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:427:12: style: The scope of the variable 'Fatom1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:428:12: style: The scope of the variable 'Fatom2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:430:12: style: The scope of the variable 'dinv2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:431:12: style: The scope of the variable 'dinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:432:12: style: The scope of the variable 'SinTheta_lambda' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_xrd.cpp:260:10: style: The scope of the variable 'dinv2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_xrd.cpp:353:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_xrd.cpp:354:10: style: The scope of the variable 'frac' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_xrd.cpp:370:12: style: The scope of the variable 'SinTheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_xrd.cpp:371:12: style: The scope of the variable 'ang' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_xrd.cpp:372:12: style: The scope of the variable 'Cos2Theta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_xrd.cpp:373:12: style: The scope of the variable 'CosTheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_xrd.cpp:376:12: style: The scope of the variable 'sqrt_lp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/fix_saed_vtk.cpp:456:14: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/fix_saed_vtk.cpp:506:15: style: Variable 'NROW2' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:139:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:139:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:139:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:183:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:183:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:183:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:183:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:183:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:183:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:313:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:330:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:330:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:330:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:389:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:389:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:389:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:389:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:389:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:389:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:482:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:499:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:687:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.h:29:3: style: Class 'AtomVecDPD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.h:29:3: style: Class 'PairDPDfdtEnergy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table.cpp:112:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table.cpp:282:10: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table.cpp:350:10: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table.cpp:350:15: style: The scope of the variable 'sig' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table.cpp:380:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table.cpp:405:7: style: The scope of the variable 'itable' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table.cpp:406:10: style: The scope of the variable 'fraction' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table.cpp:427:7: style: The scope of the variable 'itable' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table.cpp:428:10: style: The scope of the variable 'fraction' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:324:32: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:307:8: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:324:32: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:327:16: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:307:8: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:327:16: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:483:5: style: Variable 'word' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:482:5: note: Variable 'word' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:483:5: note: Variable 'word' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:189:10: style: The scope of the variable 'duChem' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:221:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:318:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:466:10: style: The scope of the variable 'rtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:467:7: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:468:10: style: The scope of the variable 'word' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:543:10: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:641:10: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:641:15: style: The scope of the variable 'sig' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:671:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:697:10: style: The scope of the variable 'tolerance' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:808:10: style: The scope of the variable 'jj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:862:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:289:32: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:270:8: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:289:32: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:292:16: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:270:8: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:292:16: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:875:32: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:857:8: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:875:32: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:878:16: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:857:8: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:878:16: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:971:17: warning: Either the condition 'word==NULL' is redundant or there is possible null pointer dereference: word. [nullPointerRedundantCheck]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:973:16: note: Assuming that condition 'word==NULL' is not redundant
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:971:17: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:972:17: warning: Either the condition 'word==NULL' is redundant or there is possible null pointer dereference: word. [nullPointerRedundantCheck]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:973:16: note: Assuming that condition 'word==NULL' is not redundant
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:972:17: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:1673:27: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:1707:28: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:342:3: style: Variable 'id_fix_species' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:338:3: note: Variable 'id_fix_species' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:342:3: note: Variable 'id_fix_species' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:344:3: style: Variable 'id_fix_species_old' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:339:3: note: Variable 'id_fix_species_old' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:344:3: note: Variable 'id_fix_species_old' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:129:37: style: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:87:25: note: 'Verbosity' is assigned value '1' here.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:129:37: note: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:175:37: style: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:87:25: note: 'Verbosity' is assigned value '1' here.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:175:37: note: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:200:37: style: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:87:25: note: 'Verbosity' is assigned value '1' here.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:200:37: note: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:414:35: style: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:412:25: note: 'Verbosity' is assigned value '1' here.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:414:35: note: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:491:37: style: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:412:25: note: 'Verbosity' is assigned value '1' here.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:491:37: note: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:500:35: style: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:412:25: note: 'Verbosity' is assigned value '1' here.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:500:35: note: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:582:35: style: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:412:25: note: 'Verbosity' is assigned value '1' here.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:582:35: note: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:621:39: style: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:412:25: note: 'Verbosity' is assigned value '1' here.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:621:39: note: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:282:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:677:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:751:7: style: The scope of the variable 'nIters' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:994:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:1799:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:1799:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:1800:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:1800:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:1800:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:1890:10: style: The scope of the variable 'jj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:1944:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:795:15: style: Variable 'nIters' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_shardlow.cpp:651:10: style: The scope of the variable 'jj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_shardlow.cpp:709:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt.h:29:3: style: Class 'PairDPDfdt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/npair_half_bin_newton_ssa.h:43:3: style: Class 'NPairHalfBinNewtonSSA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/nbin_ssa.h:44:3: style: Class 'NBinSSA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/nstencil_ssa.h:23:3: warning: Member variable 'NStencilSSA::nstencil_ssa' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/nstencil_half_bin_2d_newton_ssa.h:31:3: style: Class 'NStencilHalfBin2dNewtonSSA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/nstencil_half_bin_2d_newton_ssa.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/nstencil_ssa.h:25:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/nstencil_half_bin_2d_newton_ssa.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/nstencil_half_bin_3d_newton_ssa.h:31:3: style: Class 'NStencilHalfBin3dNewtonSSA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/nstencil_half_bin_3d_newton_ssa.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/nstencil_ssa.h:25:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/nstencil_half_bin_3d_newton_ssa.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt.cpp:73:10: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt.cpp:73:16: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt.cpp:73:22: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt.cpp:73:28: style: The scope of the variable 'delvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt.cpp:73:34: style: The scope of the variable 'delvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt.cpp:73:40: style: The scope of the variable 'delvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt.cpp:74:21: style: The scope of the variable 'dot' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt.cpp:74:31: style: The scope of the variable 'randnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt.cpp:76:10: style: The scope of the variable 'gamma_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt.cpp:320:18: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:79:11: style: The scope of the variable 'ii' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:81:10: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:81:16: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:81:22: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:81:28: style: The scope of the variable 'delvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:81:34: style: The scope of the variable 'delvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:81:40: style: The scope of the variable 'delvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:82:38: style: The scope of the variable 'uTmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:83:10: style: The scope of the variable 'dot' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:83:14: style: The scope of the variable 'randnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:103:10: style: The scope of the variable 'kappa_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:103:20: style: The scope of the variable 'alpha_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:103:30: style: The scope of the variable 'theta_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:103:40: style: The scope of the variable 'gamma_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:104:10: style: The scope of the variable 'mass_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:104:18: style: The scope of the variable 'mass_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:105:10: style: The scope of the variable 'massinv_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:105:21: style: The scope of the variable 'massinv_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:106:10: style: The scope of the variable 'randPair' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:106:20: style: The scope of the variable 'mu_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:570:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:409:18: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:747:32: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:728:8: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:747:32: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:750:16: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:728:8: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:750:16: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:856:32: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:839:8: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:856:32: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:859:16: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:839:8: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:859:16: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:800:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:363:11: style: Variable 'buck2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:356:11: note: Variable 'buck2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:363:11: note: Variable 'buck2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:114:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:114:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:115:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:115:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:115:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:741:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:850:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:922:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.h:29:3: style: Class 'PairExp6rx' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:276:12: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:90:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:90:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:90:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:91:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:91:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:91:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:538:12: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:538:14: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:562:12: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:562:14: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:625:10: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:625:15: style: The scope of the variable 'sig' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:655:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:720:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:720:24: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:720:29: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:721:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:721:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:721:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:786:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:826:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.h:29:3: style: Class 'PairMultiLucy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:149:28: warning: Possible null pointer dereference: mixWtSite1old [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:136:27: note: Assignment 'mixWtSite1old=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:149:28: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:149:46: warning: Possible null pointer dereference: mixWtSite2old [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:137:27: note: Assignment 'mixWtSite2old=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:149:46: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:149:64: warning: Possible null pointer dereference: mixWtSite1 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:138:24: note: Assignment 'mixWtSite1=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:149:64: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:149:79: warning: Possible null pointer dereference: mixWtSite2 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:139:24: note: Assignment 'mixWtSite2=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:149:79: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:381:12: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:104:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:104:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:104:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:105:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:105:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:105:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:124:10: style: The scope of the variable 'mixWtSite1old_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:125:10: style: The scope of the variable 'mixWtSite2old_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:126:10: style: The scope of the variable 'mixWtSite1_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:683:12: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:683:14: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:707:12: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:707:14: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:770:10: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:770:15: style: The scope of the variable 'sig' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:800:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:952:10: style: The scope of the variable 'fractionOFAold' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:952:26: style: The scope of the variable 'fractionOFA' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:955:10: style: The scope of the variable 'nMoleculesOFAold' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:955:28: style: The scope of the variable 'nMoleculesOFA' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:1024:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:1064:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.h:29:3: style: Class 'PairMultiLucyRX' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:111:27: warning: Possible null pointer dereference: mixWtSite1old [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:98:27: note: Assignment 'mixWtSite1old=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:111:27: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:111:45: warning: Possible null pointer dereference: mixWtSite2old [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:99:27: note: Assignment 'mixWtSite2old=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:111:45: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:111:63: warning: Possible null pointer dereference: mixWtSite1 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:100:24: note: Assignment 'mixWtSite1=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:111:63: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:111:78: warning: Possible null pointer dereference: mixWtSite2 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:101:24: note: Assignment 'mixWtSite2=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:111:78: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:66:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:66:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:66:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:67:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:67:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:67:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:91:10: style: The scope of the variable 'mixWtSite1old_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:92:10: style: The scope of the variable 'mixWtSite2old_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:93:10: style: The scope of the variable 'mixWtSite1_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:94:10: style: The scope of the variable 'mixWtSite2_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:514:10: style: The scope of the variable 'fractionOFAold' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:514:26: style: The scope of the variable 'fractionOFA' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:517:10: style: The scope of the variable 'nMoleculesOFAold' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:517:28: style: The scope of the variable 'nMoleculesOFA' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.h:29:3: style: Class 'PairTableRX' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/fix_drude.cpp:191:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/fix_langevin_drude.cpp:405:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:89:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:89:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:89:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:90:10: style: The scope of the variable 'qi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:90:16: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:90:21: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:90:26: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:589:22: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:589:24: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:589:29: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:589:35: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:589:52: style: The scope of the variable 'u' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:590:43: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:590:51: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:592:10: style: The scope of the variable 'factor_f' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:593:10: style: The scope of the variable 'dqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:593:14: style: The scope of the variable 'dqj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:593:24: style: The scope of the variable 'asr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:593:28: style: The scope of the variable 'exp_asr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:594:7: style: The scope of the variable 'di' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:594:11: style: The scope of the variable 'dj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.h:31:3: style: Class 'PairLJCutTholeLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:659:27: error: Uninitialized variable: erfc [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:659:17: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:664:57: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:661:32: error: Uninitialized variable: fraction [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:661:22: error: Uninitialized variable: itable [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:667:18: error: Uninitialized variable: factor_e [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:667:29: error: Uninitialized variable: dcoul [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:666:9: error: Uninitialized variable: di_closest [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_thole.cpp:58:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_thole.cpp:369:16: style: The scope of the variable 'rinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_thole.cpp:369:21: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_thole.cpp:370:16: style: The scope of the variable 'factor_f' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_thole.cpp:370:25: style: The scope of the variable 'factor_e' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_thole.cpp:370:34: style: The scope of the variable 'dcoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_thole.cpp:370:40: style: The scope of the variable 'asr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_thole.cpp:370:44: style: The scope of the variable 'exp_asr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_thole.cpp:371:7: style: The scope of the variable 'di' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_thole.cpp:371:11: style: The scope of the variable 'dj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_thole.h:30:3: style: Class 'PairThole' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:156:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:156:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:156:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:194:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:194:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:194:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:194:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:194:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:194:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:258:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:350:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:366:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:382:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:382:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:382:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:435:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:435:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:435:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:435:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:435:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:435:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:519:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:674:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.h:29:3: style: Class 'AtomVecElectron' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/compute_temp_region_eff.cpp:157:28: style: Variable 'one' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/fix_langevin_eff.cpp:132:26: style: The scope of the variable 'fsumall' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/fix_nve_eff.cpp:73:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/fix_nve_eff.cpp:116:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/fix_nvt_sllod_eff.h:36:8: style: The function 'nh_v_temp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/fix_nh_eff.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/fix_nvt_sllod_eff.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_inline.h:233:10: style: The scope of the variable 'x2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_inline.h:234:10: style: The scope of the variable 'exp_term' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_inline.h:234:20: style: The scope of the variable 'recip_x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_cut.cpp:70:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_cut.cpp:70:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_cut.cpp:71:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_cut.cpp:71:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_cut.cpp:71:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_cut.cpp:589:14: style: The scope of the variable 'half_box_length' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_cut.cpp:589:33: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_cut.cpp:681:10: style: The scope of the variable 'energyhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_cut.cpp:707:15: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_cut.cpp:712:15: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_cut.h:29:3: style: Class 'PairEffCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/fix_adapt_fep.cpp:484:16: style: The scope of the variable 'density' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_cut_soft.cpp:56:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_cut_soft.cpp:56:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_cut_soft.cpp:56:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_cut_soft.cpp:57:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_cut_soft.cpp:57:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_cut_soft.cpp:57:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_cut_soft.cpp:57:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_cut_soft.h:29:3: style: Class 'PairCoulCutSoft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.cpp:73:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.cpp:73:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.cpp:73:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.cpp:74:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.cpp:74:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.cpp:74:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.cpp:74:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.cpp:354:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.cpp:354:12: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.cpp:354:17: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.cpp:354:23: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.h:29:3: style: Class 'PairCoulLongSoft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:86:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:86:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:86:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:87:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:87:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:87:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:87:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:212:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:212:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:212:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:213:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:213:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:213:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:213:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:300:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:300:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:300:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:301:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:301:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:301:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:301:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:408:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:408:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:408:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:409:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:409:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:409:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:409:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:939:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:939:12: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:939:17: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:939:23: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:940:18: style: The scope of the variable 'switch2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:940:44: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:941:23: style: The scope of the variable 'r4sig6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:728:21: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.h:29:3: style: Class 'PairLJCharmmCoulLongSoft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_cut_soft.cpp:69:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_cut_soft.cpp:69:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_cut_soft.cpp:69:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_cut_soft.cpp:70:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_cut_soft.cpp:70:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_cut_soft.cpp:70:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_cut_soft.cpp:70:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_cut_soft.cpp:475:28: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_cut_soft.cpp:475:36: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_cut_soft.cpp:476:23: style: The scope of the variable 'r4sig6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_cut_soft.h:29:3: style: Class 'PairLJCutCoulCutSoft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:84:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:84:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:84:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:85:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:85:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:85:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:85:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:195:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:195:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:195:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:196:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:196:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:196:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:196:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:285:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:285:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:285:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:286:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:286:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:286:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:286:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:384:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:384:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:384:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:385:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:385:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:385:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:385:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:892:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:892:12: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:892:17: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:892:23: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:893:28: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:893:36: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:894:23: style: The scope of the variable 'r4sig6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:671:21: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.h:29:3: style: Class 'PairLJCutCoulLongSoft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:73:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:73:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:73:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:74:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:74:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:74:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:154:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:154:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:154:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:155:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:155:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:155:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:232:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:232:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:232:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:233:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:233:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:233:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:319:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:319:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:319:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:320:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:320:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:320:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:743:10: style: The scope of the variable 'r4sig6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:548:21: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.h:29:3: style: Class 'PairLJCutSoft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.cpp:81:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.cpp:81:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.cpp:84:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.cpp:84:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.cpp:84:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.cpp:84:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:29:3: style: Class 'PairLJCutTIP4PLongSoft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:33:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:34:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.h:35:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:35:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:36:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:37:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.h:43:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:37:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.cpp:47:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.cpp:47:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.cpp:47:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.cpp:48:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.cpp:48:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.cpp:48:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.cpp:242:15: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.cpp:242:26: style: The scope of the variable 'llf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.cpp:369:18: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.cpp:369:25: style: The scope of the variable 'llf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.h:32:3: warning: Member variable 'PairMorseSoft::lambda' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.h:32:3: warning: Member variable 'PairMorseSoft::nlambda' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.h:32:3: warning: Member variable 'PairMorseSoft::shift_range' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.h:32:3: style: Class 'PairMorseSoft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.cpp:80:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.cpp:80:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.cpp:83:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.cpp:83:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.cpp:83:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.cpp:83:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:29:3: style: Class 'PairTIP4PLongSoft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:33:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:35:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:36:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:37:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.h:41:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:37:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-H5MD/dump_h5md.cpp:423:0: style: Same expression used in consecutive assignments of 'k' and 'k_image'. [duplicateAssignExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-H5MD/dump_h5md.cpp:424:0: note: Same expression used in consecutive assignments of 'k' and 'k_image'.
lammps-0~20180510.gitaa1d815fe/src/USER-H5MD/dump_h5md.cpp:423:0: note: Same expression used in consecutive assignments of 'k' and 'k_image'.
lammps-0~20180510.gitaa1d815fe/src/USER-H5MD/dump_h5md.cpp:424:0: style: Same expression used in consecutive assignments of 'k_image' and 'k_velocity'. [duplicateAssignExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-H5MD/dump_h5md.cpp:425:0: note: Same expression used in consecutive assignments of 'k_image' and 'k_velocity'.
lammps-0~20180510.gitaa1d815fe/src/USER-H5MD/dump_h5md.cpp:424:0: note: Same expression used in consecutive assignments of 'k_image' and 'k_velocity'.
lammps-0~20180510.gitaa1d815fe/src/USER-H5MD/dump_h5md.cpp:425:0: style: Same expression used in consecutive assignments of 'k_velocity' and 'k_force'. [duplicateAssignExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-H5MD/dump_h5md.cpp:426:0: note: Same expression used in consecutive assignments of 'k_velocity' and 'k_force'.
lammps-0~20180510.gitaa1d815fe/src/USER-H5MD/dump_h5md.cpp:425:0: note: Same expression used in consecutive assignments of 'k_velocity' and 'k_force'.
lammps-0~20180510.gitaa1d815fe/src/USER-H5MD/dump_h5md.cpp:259:9: style: The scope of the variable 'group_name' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-H5MD/dump_h5md.cpp:260:7: style: The scope of the variable 'group_name_length' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-H5MD/dump_h5md.cpp:261:7: style: The scope of the variable 'dims' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_charmm_intel.cpp:127:13: style: Variable 'nthreads' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_charmm_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_charmm_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_charmm_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_charmm_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_charmm_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_charmm_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:49:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , float >::get_stride' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:57:0: performance: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , float >::get_scalar_stride' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:98:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , float >::ccache_stride' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:113:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , float >::ncache_stride' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:121:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , float >::get_max_nbors' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:164:0: performance: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , float >::zero_ev' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:168:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , float >::get_off_threads' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:282:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , float >::need_tag' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:49:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , double >::get_stride' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:57:0: performance: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , double >::get_scalar_stride' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:98:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , double >::ccache_stride' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:113:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , double >::ncache_stride' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:121:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , double >::get_max_nbors' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:164:0: performance: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , double >::zero_ev' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:168:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , double >::get_off_threads' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:282:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , double >::need_tag' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:49:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < double , double >::get_stride' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:57:0: performance: Technically the member function 'LAMMPS_NS :: IntelBuffers < double , double >::get_scalar_stride' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:98:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < double , double >::ccache_stride' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:113:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < double , double >::ncache_stride' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:121:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < double , double >::get_max_nbors' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:164:0: performance: Technically the member function 'LAMMPS_NS :: IntelBuffers < double , double >::zero_ev' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:168:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < double , double >::get_off_threads' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:282:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < double , double >::need_tag' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_charmm_intel.h:35:3: style: Class 'AngleCharmmIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:46:0: style: Class 'LAMMPS_NS :: IntelBuffers < float , float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:46:0: style: Class 'LAMMPS_NS :: IntelBuffers < float , double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:46:0: style: Class 'LAMMPS_NS :: IntelBuffers < double , double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_harmonic_intel.cpp:127:13: style: Variable 'nthreads' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_harmonic_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_harmonic_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_harmonic_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_harmonic_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_harmonic_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_harmonic_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_harmonic_intel.h:35:3: style: Class 'AngleHarmonicIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_fene_intel.cpp:120:13: style: Variable 'nthreads' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_fene_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_fene_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_fene_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_fene_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_fene_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_fene_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_fene_intel.h:35:3: style: Class 'BondFENEIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_harmonic_intel.cpp:120:13: style: Variable 'nthreads' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_harmonic_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_harmonic_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_harmonic_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_harmonic_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_harmonic_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_harmonic_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_harmonic_intel.h:35:3: style: Class 'BondHarmonicIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.cpp:52:22: warning: Member variable 'DihedralCharmmIntel::fix' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:68:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::ljp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:68:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::bp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:68:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::weight' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:68:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:68:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::ljp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:68:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::bp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:68:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::weight' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:68:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:68:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::ljp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:68:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::bp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:68:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::weight' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:68:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:35:3: style: Class 'DihedralCharmmIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_fourier_intel.cpp:121:13: style: Variable 'nthreads' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_fourier_intel.cpp:41:23: warning: Member variable 'DihedralFourierIntel::fix' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_fourier_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::bp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_fourier_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_maxnterms' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_fourier_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_fourier_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::bp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_fourier_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_maxnterms' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_fourier_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_fourier_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::bp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_fourier_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_maxnterms' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_fourier_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_fourier_intel.h:35:3: style: Class 'DihedralFourierIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_harmonic_intel.cpp:121:13: style: Variable 'nthreads' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_harmonic_intel.cpp:41:24: warning: Member variable 'DihedralHarmonicIntel::fix' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_harmonic_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::bp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_harmonic_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_harmonic_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::bp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_harmonic_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_harmonic_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::bp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_harmonic_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_harmonic_intel.h:35:3: style: Class 'DihedralHarmonicIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_opls_intel.cpp:125:13: style: Variable 'nthreads' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_opls_intel.cpp:45:20: warning: Member variable 'DihedralOPLSIntel::fix' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_opls_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::bp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_opls_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_opls_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::bp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_opls_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_opls_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::bp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_opls_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_opls_intel.h:35:3: style: Class 'DihedralOPLSIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_intel.cpp:591:19: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_intel.cpp:589:17: note: outer condition: _nthreads<=2
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_intel.cpp:591:19: note: opposite inner condition: _nthreads==4
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_intel.cpp:726:31: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_intel.cpp:752:37: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_intel.cpp:100:17: style: The scope of the variable 'no_affinity' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_intel.cpp:616:7: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_intel.cpp:746:15: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_nve_asphere_intel.cpp:84:10: style: Unused variable: dtfm [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_nve_asphere_intel.cpp:85:10: style: Unused variable: inertia [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_nve_asphere_intel.cpp:85:21: style: Unused variable: omega [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_nve_asphere_intel.cpp:86:11: style: Unused variable: shape [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_nve_asphere_intel.cpp:86:18: style: Unused variable: quat [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_nve_asphere_intel.cpp:97:19: style: Variable 'rmass' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_nve_asphere_intel.cpp:146:10: style: Unused variable: dtfm [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_nvt_sllod_intel.h:40:8: style: The function 'nh_v_temp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_nh_intel.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_nvt_sllod_intel.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_cvff_intel.cpp:131:13: style: Variable 'nthreads' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_cvff_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_cvff_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_cvff_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_cvff_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_cvff_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_cvff_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_cvff_intel.h:35:3: style: Class 'ImproperCvffIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_harmonic_intel.cpp:132:13: style: Variable 'nthreads' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_harmonic_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_harmonic_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_harmonic_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_harmonic_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_harmonic_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_harmonic_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_harmonic_intel.h:35:3: style: Class 'ImproperHarmonicIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.cpp:564:3: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:49:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < flt_t , acc_t >::get_stride' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:57:0: performance: Technically the member function 'LAMMPS_NS :: IntelBuffers < flt_t , acc_t >::get_scalar_stride' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:98:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < flt_t , acc_t >::ccache_stride' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:113:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < flt_t , acc_t >::ncache_stride' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:121:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < flt_t , acc_t >::get_max_nbors' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:164:0: performance: Technically the member function 'LAMMPS_NS :: IntelBuffers < flt_t , acc_t >::zero_ev' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:168:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < flt_t , acc_t >::get_off_threads' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:282:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < flt_t , acc_t >::need_tag' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/nbin_intel.h:33:3: style: Class 'NBinIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:46:0: style: Class 'LAMMPS_NS :: IntelBuffers < flt_t , acc_t >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_full_bin_ghost_intel.cpp:127:7: style: The scope of the variable 'tag_size' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_full_bin_ghost_intel.cpp:290:11: style: The scope of the variable 'which' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_full_bin_ghost_intel.cpp:111:44: style: Function 'fbi' argument 4 names different: declaration 'astart' definition 'pstart'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_full_bin_ghost_intel.h:45:22: note: Function 'fbi' argument 4 names different: declaration 'astart' definition 'pstart'.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_full_bin_ghost_intel.cpp:111:44: note: Function 'fbi' argument 4 names different: declaration 'astart' definition 'pstart'.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_full_bin_ghost_intel.cpp:111:62: style: Function 'fbi' argument 5 names different: declaration 'aend' definition 'pend'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_full_bin_ghost_intel.h:45:40: note: Function 'fbi' argument 5 names different: declaration 'aend' definition 'pend'.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_full_bin_ghost_intel.cpp:111:62: note: Function 'fbi' argument 5 names different: declaration 'aend' definition 'pend'.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_intel.h:76:3: style: Class 'NPairIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_full_bin_ghost_intel.h:36:3: style: Class 'NPairFullBinGhostIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_full_bin_intel.h:32:3: style: Class 'NPairFullBinIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_half_bin_newton_intel.h:32:3: style: Class 'NPairHalfBinNewtonIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_half_bin_newton_tri_intel.h:32:3: style: Class 'NPairHalfBinNewtonTriIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_intel.cpp:87:0: style: The scope of the variable 'tag_size' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_intel.cpp:235:0: style: The scope of the variable 'which' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_airebo_intel.cpp:1468:28: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_airebo_intel.cpp:1960:7: style: Unused variable: jj [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_airebo_intel.cpp:2169:28: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_airebo_intel.cpp:3289:28: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_airebo_intel.cpp:3290:15: style: Variable 'map' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_intrinsics_airebo.h:1898:3: warning: Member variable 'bvec::val_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_intrinsics_airebo.h:1964:3: warning: Member variable 'ivec::val_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_intrinsics_airebo.h:1896:3: style: Class 'bvec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_intrinsics_airebo.h:1961:3: style: Class 'ivec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_intrinsics_airebo.h:2083:3: style: Class 'fvec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_intrinsics_airebo.h:2251:3: style: Class 'avec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_intrinsics_airebo.h:2253:3: style: Class 'avec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_airebo_intel.h:39:3: style: Class 'PairAIREBOIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_airebo_morse_intel.h:33:3: style: Class 'PairAIREBOMorseIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.cpp:269:13: style: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.cpp:253:11: note: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.cpp:269:13: note: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::c_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::c_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::c_cut' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::c_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::c_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::c_cut' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::c_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::c_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::c_cut' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:36:3: style: Class 'PairBuckCoulCutIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.cpp:336:13: style: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.cpp:311:11: note: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.cpp:336:13: note: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::c_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::c_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::rho_inv' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::table' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::etable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::detable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::ctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::dctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::g_ewald' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::tabinnersq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::c_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::c_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::rho_inv' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::table' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::etable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::detable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::ctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::dctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::g_ewald' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::tabinnersq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::c_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::c_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::rho_inv' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::table' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::etable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::detable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::ctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::dctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:35:3: style: Class 'PairBuckCoulLongIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.cpp:254:13: style: Variable 'forcebuck' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.cpp:236:11: note: Variable 'forcebuck' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.cpp:254:13: note: Variable 'forcebuck' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::c_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::c_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::c_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::c_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::c_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::c_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:35:3: style: Class 'PairBuckIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.cpp:241:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.cpp:241:20: style: The scope of the variable 'ptr_off' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::param' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::rand_buffer_thread' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::rngi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::param' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::rand_buffer_thread' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::rngi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::param' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::rand_buffer_thread' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::rngi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:42:3: style: Class 'PairDPDIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::scale_f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::rhor_spline_f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::rhor_spline_e' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::frho_spline_f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::frho_spline_e' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::z2r_spline_t' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_nrho' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::scale_f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::rhor_spline_f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::rhor_spline_e' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::frho_spline_f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::frho_spline_e' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::z2r_spline_t' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_nrho' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::scale_f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::rhor_spline_f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::rhor_spline_e' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::frho_spline_f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::frho_spline_e' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::z2r_spline_t' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_nrho' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:34:3: style: Class 'PairEAMIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_alloy_intel.h:31:3: style: Class 'PairEAMAlloyIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_fs_intel.h:31:3: style: Class 'PairEAMFSIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.cpp:808:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.cpp:792:11: style: The scope of the variable 'o_range' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::ijc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::lj34' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::ic' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::rsq_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::delx_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::dely_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::delz_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::jtype_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::jlist_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::ijc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::lj34' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::ic' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::rsq_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::delx_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::dely_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::delz_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::jtype_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::jlist_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::ijc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::lj34' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::ic' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::rsq_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::delx_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::dely_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::delz_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::jtype_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::jlist_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:35:3: style: Class 'PairGayBerneIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.cpp:301:11: style: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.cpp:294:11: note: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.cpp:301:11: note: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::cutsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::lj' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::cutsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::cut_coulsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::cut_ljsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::cut_coul_innersq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::cut_lj_innersq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::lj' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::cutsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::cut_coulsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::cut_ljsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::cut_coul_innersq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::cut_lj_innersq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::lj' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:35:3: style: Class 'PairLJCharmmCoulCharmmIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.cpp:339:13: style: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.cpp:314:11: note: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.cpp:339:13: note: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::cutsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::table' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::etable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::detable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::ctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::dctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::lj' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::cutsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::g_ewald' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::tabinnersq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::cut_coulsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::cut_ljsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::cut_lj_innersq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::table' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::etable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::detable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::ctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::dctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::lj' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::cutsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::g_ewald' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::tabinnersq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::cut_coulsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::cut_ljsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::cut_lj_innersq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::table' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::etable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::detable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::ctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::dctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::lj' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:35:3: style: Class 'PairLJCharmmCoulLongIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.cpp:331:13: style: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.cpp:306:11: note: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.cpp:331:13: note: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::c_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::c_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::table' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::etable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::detable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::ctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::dctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::g_ewald' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::tabinnersq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::c_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::c_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::table' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::etable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::detable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::ctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::dctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::g_ewald' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::tabinnersq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::c_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::c_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::table' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::etable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::detable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::ctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::dctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:35:3: style: Class 'PairLJCutCoulLongIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.cpp:211:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.cpp:211:20: style: The scope of the variable 'ptr_off' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:69:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::ljc12o' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:69:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::lj34' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:69:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:69:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:69:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::ljc12o' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:69:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::lj34' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:69:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:69:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:69:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::ljc12o' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:69:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::lj34' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:69:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:69:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:35:3: style: Class 'PairLJCutIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_long_coul_long_intel.h:33:5: style: Class 'PairLJLongCoulLongIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_rebo_intel.h:33:3: style: Class 'PairREBOIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.cpp:302:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.cpp:330:22: style: The scope of the variable 'ijtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.cpp:449:17: style: The scope of the variable 'iktype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.cpp:449:25: style: The scope of the variable 'ijktype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::p2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::p2f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::p2f2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::p2e' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::p3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::p2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::p2f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::p2f2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::p2e' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::p3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::p2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::p2f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::p2f2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::p2e' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::p3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:34:3: style: Class 'PairSWIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_tersoff_intel.h:31:3: style: Class 'PairTersoffIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:679:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:690:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:963:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:1246:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:1747:12: style: The scope of the variable 'lj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:1748:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:2617:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:922:5: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:1072:5: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:1319:14: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:1356:5: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:1537:14: style: Variable 'nthr' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:1584:5: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:1882:14: style: Variable 'nthr' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:1927:5: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:2295:14: style: Variable 'nthr' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:2358:5: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:2607:14: style: Variable 'nthr' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:2630:5: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:2767:14: style: Variable 'nthr' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:2808:5: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:729:0: style: Variable 'nthr' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:753:0: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_intel.cpp:260:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_intel.cpp:547:7: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_intel.cpp:763:5: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_intel.cpp:979:8: style: Variable 'packthreads' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_intel.cpp:985:5: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_intel.cpp:378:0: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/verlet_lrt_intel.cpp:211:7: style: The scope of the variable 'nflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/verlet_lrt_intel.cpp:228:7: style: The scope of the variable 'run_cancelled' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:563:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:806:10: style: The scope of the variable 'massone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:975:10: style: The scope of the variable 'massone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:980:12: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:1132:10: style: The scope of the variable 'massone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:1139:10: style: The scope of the variable 'mnode' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:1817:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:1817:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:1817:13: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:1944:19: style: The scope of the variable 'iup' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:1944:24: style: The scope of the variable 'idwn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2123:19: style: The scope of the variable 'iup' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2123:24: style: The scope of the variable 'idwn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2526:7: style: The scope of the variable 'w' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2526:9: style: The scope of the variable 'iproc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2650:11: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2652:11: style: The scope of the variable 'rb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2653:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2653:12: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2653:14: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2654:8: style: The scope of the variable 'imod' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2654:13: style: The scope of the variable 'jmod' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2654:18: style: The scope of the variable 'kmod' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2655:8: style: The scope of the variable 'imodm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2655:14: style: The scope of the variable 'jmodm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2655:20: style: The scope of the variable 'kmodm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3010:10: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3010:15: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3010:20: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3012:10: style: The scope of the variable 'rb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3013:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3013:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3013:13: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3014:7: style: The scope of the variable 'imod' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3014:12: style: The scope of the variable 'jmod' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3014:17: style: The scope of the variable 'kmod' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3015:7: style: The scope of the variable 'imodm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3015:13: style: The scope of the variable 'jmodm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3015:19: style: The scope of the variable 'kmodm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_momentum.cpp:107:10: style: The scope of the variable 'rho' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_rigid_pc_sphere.cpp:1272:5: style: Variable 'dz' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_rigid_pc_sphere.cpp:1266:5: note: Variable 'dz' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_rigid_pc_sphere.cpp:1272:5: note: Variable 'dz' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_rigid_pc_sphere.cpp:1277:5: style: Variable 'dy' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_rigid_pc_sphere.cpp:1271:5: note: Variable 'dy' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_rigid_pc_sphere.cpp:1277:5: note: Variable 'dy' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_rigid_pc_sphere.cpp:652:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_rigid_pc_sphere.cpp:763:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_rigid_pc_sphere.cpp:1521:10: style: The scope of the variable 'inertia' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_rigid_pc_sphere.cpp:719:20: style: Variable 'massone' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_rigid_pc_sphere.cpp:830:20: style: Variable 'massone' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nve_manifold_rattle.cpp:488:10: style: The scope of the variable 'no_nn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nve_manifold_rattle.cpp:488:17: style: The scope of the variable 'nn_R' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nve_manifold_rattle.cpp:601:15: style: The scope of the variable 'nn_R' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:64:18: warning: Virtual function 'reset_dt' is called from constructor 'FixNVTManifoldRattle(LAMMPS*,int,char**,int=1)' at line 133. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.cpp:133:3: note: Calling reset_dt
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:64:18: note: reset_dt is a virtual method
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:61:18: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nve_manifold_rattle.h:73:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:61:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:62:18: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nve_manifold_rattle.h:74:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:62:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:63:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nve_manifold_rattle.h:75:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:63:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:64:18: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nve_manifold_rattle.h:76:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:64:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:65:17: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nve_manifold_rattle.h:72:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:65:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:66:18: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nve_manifold_rattle.h:79:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:66:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:67:20: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nve_manifold_rattle.h:80:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:67:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder.h:18:20: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder.h:18:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder.h:19:20: style: The function 'n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder.h:19:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder.h:21:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:62:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder.h:21:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder.h:23:17: style: The function 'nparams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:65:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder.h:23:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder_dent.h:16:20: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder_dent.h:16:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder_dent.h:17:20: style: The function 'n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder_dent.h:17:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder_dent.h:19:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:62:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder_dent.h:19:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder_dent.h:21:17: style: The function 'nparams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:65:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder_dent.h:21:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_dumbbell.h:18:20: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_dumbbell.h:18:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_dumbbell.h:19:20: style: The function 'n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_dumbbell.h:19:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_dumbbell.h:22:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:62:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_dumbbell.h:22:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_dumbbell.h:25:17: style: The function 'nparams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:65:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_dumbbell.h:25:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_ellipsoid.h:16:20: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_ellipsoid.h:16:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_ellipsoid.h:17:20: style: The function 'n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_ellipsoid.h:17:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_ellipsoid.h:20:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:62:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_ellipsoid.h:20:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_ellipsoid.h:22:17: style: The function 'nparams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:65:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_ellipsoid.h:22:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.h:24:5: warning: Member variable 'thyla_part::params' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.h:24:5: warning: Member variable 'thyla_part::tol' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.h:24:5: warning: Member variable 'thyla_part::maxit' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.h:24:5: warning: Member variable 'thyla_part::err_flag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.h:24:5: warning: Member variable 'thyla_part::xlo' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.h:24:5: warning: Member variable 'thyla_part::xhi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.h:24:5: warning: Member variable 'thyla_part::ylo' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.h:24:5: warning: Member variable 'thyla_part::yhi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.h:24:5: warning: Member variable 'thyla_part::zlo' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.h:24:5: warning: Member variable 'thyla_part::zhi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.h:56:20: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.h:56:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.h:57:20: style: The function 'n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.h:57:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.h:60:20: style: The function 'g_and_n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:56:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.h:60:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.h:63:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:62:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.h:63:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.h:65:17: style: The function 'nparams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:65:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.h:65:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.h:66:18: style: The function 'post_param_init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:69:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.h:66:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane.h:18:20: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane.h:18:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane.h:19:20: style: The function 'n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane.h:19:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane.h:21:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:62:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane.h:21:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane.h:23:17: style: The function 'nparams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:65:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane.h:23:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane_wiggle.h:17:20: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane_wiggle.h:17:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane_wiggle.h:18:20: style: The function 'n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane_wiggle.h:18:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane_wiggle.h:20:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:62:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane_wiggle.h:20:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane_wiggle.h:22:17: style: The function 'nparams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:65:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane_wiggle.h:22:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_sphere.h:18:20: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_sphere.h:18:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_sphere.h:25:20: style: The function 'g_and_n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:56:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_sphere.h:25:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_sphere.h:36:20: style: The function 'n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_sphere.h:36:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_sphere.h:50:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:62:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_sphere.h:50:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_sphere.h:52:17: style: The function 'nparams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:65:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_sphere.h:52:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_supersphere.h:24:20: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_supersphere.h:24:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_supersphere.h:37:20: style: The function 'n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_supersphere.h:37:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_supersphere.h:50:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:62:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_supersphere.h:50:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_supersphere.h:52:17: style: The function 'nparams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:65:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_supersphere.h:52:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:17:20: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:17:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:18:20: style: The function 'n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:18:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:19:20: style: The function 'g_and_n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:56:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:19:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:22:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:62:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:22:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:25:17: style: The function 'nparams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:65:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:25:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:35:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:22:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:35:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid.h:21:20: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid.h:21:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid.h:22:20: style: The function 'n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid.h:22:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid.h:25:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:62:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid.h:25:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid.h:27:17: style: The function 'nparams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:65:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid.h:27:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid.h:30:18: style: The function 'post_param_init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:69:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid.h:30:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid.h:31:18: style: The function 'checkup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:70:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid.h:31:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_torus.h:17:20: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_torus.h:17:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_torus.h:18:20: style: The function 'n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_torus.h:18:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_torus.h:21:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:62:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_torus.h:21:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_torus.h:23:17: style: The function 'nparams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:65:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_torus.h:23:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.cpp:18:10: style: Member variable 'cubic_hermite::a' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.cpp:29:5: note: Member variable 'cubic_hermite::a' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.cpp:18:10: note: Member variable 'cubic_hermite::a' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.cpp:95:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.cpp:104:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.cpp:119:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_dens_final.cpp:10:10: style: The scope of the variable 'elti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam.h:17:3: style: Class 'MEAM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_force.cpp:13:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_force.cpp:14:23: style: The scope of the variable 'eltj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_force.cpp:421:20: style: The scope of the variable 'xik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_force.cpp:421:25: style: The scope of the variable 'xjk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_force.cpp:421:30: style: The scope of the variable 'cikj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_force.cpp:421:36: style: The scope of the variable 'sikj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_force.cpp:421:47: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_force.cpp:423:20: style: The scope of the variable 'delc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_force.cpp:423:26: style: The scope of the variable 'rik2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_force.cpp:423:32: style: The scope of the variable 'rjk2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_funcs.cpp:161:20: style: Condition 'astar<0' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_funcs.cpp:153:10: style: The scope of the variable 'astar' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_funcs.cpp:153:17: style: The scope of the variable 'a3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::cutforce' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::cutforcesq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::Ec_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::re_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::Omega_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::Z_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::A_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::alpha_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::rho0_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::delta_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::beta0_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::beta1_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::beta2_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::beta3_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::t0_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::t1_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::t2_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::t3_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::rho_ref_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::ibar_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::ielt_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::lattce_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::nn2_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::zbl_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::eltind' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::neltypes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::attrac_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::repuls_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::Cmin_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::Cmax_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::rc_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::delr_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::ebound_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::augt1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::ialloy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::mix_ref_t' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::erose_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::emb_lin_neg' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::bkgd_dyn' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::gsmooth_factor' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::vind2D' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::vind3D' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::v2D' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::v3D' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::nr' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::nrar' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::dr' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::rdrar' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:321:10: style: The scope of the variable 'G1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:321:14: style: The scope of the variable 'G2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:321:18: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:321:25: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:321:32: style: The scope of the variable 'rho0_1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:321:40: style: The scope of the variable 'rho0_2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:322:10: style: The scope of the variable 'Gam1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:322:16: style: The scope of the variable 'Gam2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:322:22: style: The scope of the variable 'Z1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:322:26: style: The scope of the variable 'Z2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:326:10: style: The scope of the variable 'scalfac' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:326:26: style: The scope of the variable 'phibb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:329:12: style: The scope of the variable 'errorflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:332:10: style: The scope of the variable 'rho_bkgd1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:332:21: style: The scope of the variable 'rho_bkgd2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:516:10: style: The scope of the variable 'Z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:518:10: style: The scope of the variable 'rho0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:612:7: style: The scope of the variable 'Zij2nn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:613:10: style: The scope of the variable 'rhoa01nn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:613:20: style: The scope of the variable 'rhoa02nn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:616:10: style: The scope of the variable 'arat' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:617:10: style: The scope of the variable 'C' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:617:31: style: The scope of the variable 'S11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:617:36: style: The scope of the variable 'S22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam.h:208:8: style: Technically the member function 'LAMMPS_NS::MEAM::get_sijk' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:596:7: note: Technically the member function 'LAMMPS_NS::MEAM::get_sijk' can be const.
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam.h:208:8: note: Technically the member function 'LAMMPS_NS::MEAM::get_sijk' can be const.
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam.h:196:8: performance: Technically the member function 'LAMMPS_NS::MEAM::meam_checkindex' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_param.cpp:8:7: note: Technically the member function 'LAMMPS_NS::MEAM::meam_checkindex' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam.h:196:8: note: Technically the member function 'LAMMPS_NS::MEAM::meam_checkindex' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.cpp:209:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.cpp:367:11: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.cpp:526:7: style: The scope of the variable 'nparams' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.cpp:603:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.cpp:722:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.cpp:773:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.cpp:773:14: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.cpp:774:8: style: The scope of the variable 'jlist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.h:30:3: style: Class 'PairMEAMC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.cpp:375:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.cpp:378:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.cpp:397:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.cpp:400:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:140:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:140:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:140:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:186:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:186:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:186:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:186:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:186:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:186:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:322:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:340:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:340:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:340:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:399:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:399:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:399:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:399:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:399:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:399:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:629:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.h:29:3: style: Class 'AtomVecEDPD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:139:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:173:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:221:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:237:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:237:14: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:237:18: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:281:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:281:14: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:281:18: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:387:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:405:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:405:14: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:405:18: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:460:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:460:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:460:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:460:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:460:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:460:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:678:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.h:29:3: style: Class 'AtomVecMDPD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:165:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:165:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:165:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:215:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:215:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:215:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:215:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:215:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:215:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:360:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:379:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:379:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:379:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:438:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:438:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:438:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:438:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:438:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:438:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:664:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.h:29:3: style: Class 'AtomVecTDPD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_edpd.cpp:199:11: style: Variable 'randnumT' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_edpd.cpp:198:0: note: Variable 'randnumT' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_edpd.cpp:199:11: note: Variable 'randnumT' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_edpd.h:29:3: style: Class 'PairEDPD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd.cpp:83:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd.cpp:83:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd.cpp:83:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd.cpp:84:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd.cpp:84:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd.cpp:84:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd.cpp:85:10: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd.cpp:85:16: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd.cpp:85:22: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd.cpp:88:10: style: The scope of the variable 'rhoi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd.h:29:3: style: Class 'PairMDPD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd_rhosum.cpp:79:21: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd_rhosum.cpp:80:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd_rhosum.cpp:80:16: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd_rhosum.cpp:80:22: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd_rhosum.cpp:250:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd_rhosum.h:29:3: style: Class 'PairMDPDRhoSum' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_tdpd.h:29:3: style: Class 'PairTDPD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_linalg.cpp:142:14: warning: Member variable 'mgpt_linalg::msg' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.cpp:158:19: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.cpp:162:7: style: The scope of the variable 'nrx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.cpp:350:32: style: Variable 'dr' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.cpp:376:42: style: Variable 'alm' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.cpp:402:6: style: Variable 'dp' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.h:375:8: style: Technically the member function 'potdata2::eval2Dspline' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.cpp:87:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.cpp:94:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.cpp:252:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.cpp:282:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.cpp:113:7: error: Common realloc mistake: 'volarr' nulled but not freed upon failure [memleakOnRealloc]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.cpp:538:0: error: Memory leak: tag [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.h:373:3: error: Memory leak: tdeppot.vpair [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.h:373:3: error: Memory leak: tdeppot.dvpair [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_splinetab.cpp:95:15: style: The scope of the variable 't1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_splinetab.cpp:95:18: style: The scope of the variable 't2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_splinetab.cpp:95:21: style: The scope of the variable 't3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:231:16: style: Condition 'recompute==0' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:222:25: note: Assignment 'recompute=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:231:16: note: Condition 'recompute==0' is always true
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:965:9: style: Condition 'c_ij' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:931:0: note: Assignment 'c_ij=1', assigned value is 1
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:965:9: note: Condition 'c_ij' is always true
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:967:9: style: Condition 'c_ki' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:931:18: note: Assignment 'c_ki=1', assigned value is 1
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:967:9: note: Condition 'c_ki' is always true
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1037:11: style: Condition 'triplet_debug' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:635:29: note: Assignment 'triplet_debug=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1037:11: note: Condition 'triplet_debug' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1092:11: style: Condition 'triplet_debug' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:635:29: note: Assignment 'triplet_debug=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1092:11: note: Condition 'triplet_debug' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1148:11: style: Condition 'triplet_debug' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:635:29: note: Assignment 'triplet_debug=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1148:11: note: Condition 'triplet_debug' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1205:11: style: Condition 'triplet_debug' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:635:29: note: Assignment 'triplet_debug=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1205:11: note: Condition 'triplet_debug' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1305:7: style: Condition 'c_ij' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:931:0: note: Assignment 'c_ij=1', assigned value is 1
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1305:7: note: Condition 'c_ij' is always true
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1307:7: style: Condition 'c_ki' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:931:18: note: Assignment 'c_ki=1', assigned value is 1
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1307:7: note: Condition 'c_ki' is always true
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1360:7: style: Condition 'quad_debug' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:635:44: note: Assignment 'quad_debug=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1360:7: note: Condition 'quad_debug' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1389:7: style: Condition 'quad_debug' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:635:44: note: Assignment 'quad_debug=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1389:7: note: Condition 'quad_debug' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1420:7: style: Condition 'quad_debug' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:635:44: note: Assignment 'quad_debug=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1420:7: note: Condition 'quad_debug' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:110:0: portability: Casting between double* and float* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:231:16: style: Same expression on both sides of '==' because the value of 'recompute' and '0' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:222:25: note: 'recompute' is assigned value '0' here.
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:231:16: note: Same expression on both sides of '==' because the value of 'recompute' and '0' are the same.
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:237:18: style: Same expression on both sides of '==' because the value of 'recompute' and '0' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:222:25: note: 'recompute' is assigned value '0' here.
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:237:18: note: Same expression on both sides of '==' because the value of 'recompute' and '0' are the same.
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:248:18: style: Same expression on both sides of '==' because the value of 'recompute' and '0' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:222:25: note: 'recompute' is assigned value '0' here.
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:248:18: note: Same expression on both sides of '==' because the value of 'recompute' and '0' are the same.
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:261:15: style: Same expression on both sides of '&&'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:120:10: style: The scope of the variable 't0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:120:13: style: The scope of the variable 't1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1839:9: style: The scope of the variable 'volpres_tag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1839:25: style: The scope of the variable 'precision_tag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1855:2: style: Variable 'volpres_tag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1891:2: style: Variable 'precision_tag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:689:20: warning: Assert statement calls a function which may have desired side effects: 'align_check'. [assertWithSideEffect]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:690:20: warning: Assert statement calls a function which may have desired side effects: 'align_check'. [assertWithSideEffect]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:691:20: warning: Assert statement calls a function which may have desired side effects: 'align_check'. [assertWithSideEffect]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:692:20: warning: Assert statement calls a function which may have desired side effects: 'align_check'. [assertWithSideEffect]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:693:20: warning: Assert statement calls a function which may have desired side effects: 'align_check'. [assertWithSideEffect]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:694:20: warning: Assert statement calls a function which may have desired side effects: 'align_check'. [assertWithSideEffect]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:59:5: style: 'Doublet::operator=' should return 'Doublet &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:291:5: style: 'Matrix::operator=' should return 'Matrix &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:94:9: performance: Technically the member function 'LAMMPS_NS::PairMGPT::Hash::isprime' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:174:9: style: Technically the member function 'LAMMPS_NS::PairMGPT::Hash::Size' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:175:9: style: Technically the member function 'LAMMPS_NS::PairMGPT::Hash::Used' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:176:9: style: Technically the member function 'LAMMPS_NS::PairMGPT::Hash::NSearch' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:177:9: style: Technically the member function 'LAMMPS_NS::PairMGPT::Hash::MaxLength' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:178:9: style: Technically the member function 'LAMMPS_NS::PairMGPT::Hash::NStep' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:135:11: style: Technically the member function 'LAMMPS_NS::PairMGPT::Hash::Iterator::operator==' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:138:11: style: Technically the member function 'LAMMPS_NS::PairMGPT::Hash::Iterator::operator!=' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:282:9: style: Technically the member function 'LAMMPS_NS::PairMGPT::Matrix::align_check' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:149:7: style: Class 'Hash' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:149:7: style: Class 'Hash' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:263:3: style: Class 'PairMGPT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:143:5: style: Class 'Hash' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:118:7: style: Class 'Iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:277:3: warning: The struct 'Matrix' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:59:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:59:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:59:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:59:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:60:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:60:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:60:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:60:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:60:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:60:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:62:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:62:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:62:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:62:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:62:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:62:28: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:62:30: style: The scope of the variable 'cps' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:62:34: style: The scope of the variable 'kcos' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:62:39: style: The scope of the variable 'ksin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:62:44: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:62:48: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:62:52: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.h:30:3: style: Class 'AngleCosineShift' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:68:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:68:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:68:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:68:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:69:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:69:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:69:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:69:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:69:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:69:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:71:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:71:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:71:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:71:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:71:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:71:28: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:71:30: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:71:34: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:71:38: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:72:15: style: The scope of the variable 'aa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:72:18: style: The scope of the variable 'uumin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:72:24: style: The scope of the variable 'cccpsss' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:72:32: style: The scope of the variable 'cssmscc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:221:41: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:276:55: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.h:28:3: style: Class 'AngleCosineShiftExp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:56:7: style: The scope of the variable 'iRef' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:56:12: style: The scope of the variable 'iDip' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:56:17: style: The scope of the variable 'iDummy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:56:26: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:57:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:57:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:57:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:58:17: style: The scope of the variable 'tangle' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:59:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:59:12: style: The scope of the variable 'cosGamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:59:21: style: The scope of the variable 'deltaGamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:59:32: style: The scope of the variable 'kdg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:59:36: style: The scope of the variable 'rmu' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:74:10: style: The scope of the variable 'delTx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:74:17: style: The scope of the variable 'delTy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:74:24: style: The scope of the variable 'delTz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:75:10: style: The scope of the variable 'fx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:75:14: style: The scope of the variable 'fy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:75:18: style: The scope of the variable 'fz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:75:22: style: The scope of the variable 'fmod' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:75:28: style: The scope of the variable 'fmod_sqrtff' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.h:30:3: style: Class 'AngleDipole' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:63:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:63:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:63:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:63:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:64:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:64:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:64:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:64:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:64:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:64:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:66:10: style: The scope of the variable 'term' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:67:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:67:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:67:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:67:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:67:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:67:28: style: The scope of the variable 'c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:67:31: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:67:33: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:67:37: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:67:41: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.h:30:3: style: Class 'AngleFourier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:61:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:61:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:61:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:61:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:62:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:62:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:62:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:62:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:62:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:62:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:64:10: style: The scope of the variable 'term' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:65:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:65:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:65:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:65:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:65:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:65:28: style: The scope of the variable 'cn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:65:31: style: The scope of the variable 'th' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:65:34: style: The scope of the variable 'nth' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:65:40: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:65:44: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:65:48: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.h:30:3: style: Class 'AngleFourierSimple' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:57:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:57:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:57:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:57:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:58:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:58:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:58:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:58:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:58:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:58:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:60:10: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:60:17: style: The scope of the variable 'dtheta2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:60:25: style: The scope of the variable 'dtheta3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:60:41: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:61:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:61:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:61:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:61:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:61:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:61:28: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:61:30: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:61:32: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:61:36: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:61:40: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.h:30:3: style: Class 'AngleQuartic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift.cpp:51:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift.cpp:51:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift.cpp:51:15: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift.cpp:52:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift.cpp:52:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift.cpp:52:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift.cpp:53:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift.cpp:53:14: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift.cpp:53:16: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift.cpp:53:19: style: The scope of the variable 'rk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift.h:30:3: style: Class 'BondHarmonicShift' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift_cut.cpp:51:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift_cut.cpp:51:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift_cut.cpp:51:15: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift_cut.cpp:52:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift_cut.cpp:52:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift_cut.cpp:52:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift_cut.cpp:53:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift_cut.cpp:53:14: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift_cut.h:30:3: style: Class 'BondHarmonicShiftCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/compute_ackland_atom.cpp:117:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/compute_ackland_atom.cpp:221:14: style: The scope of the variable 'norm_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/compute_ackland_atom.cpp:223:14: style: The scope of the variable 'x_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/compute_ackland_atom.cpp:223:20: style: The scope of the variable 'y_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/compute_ackland_atom.cpp:223:26: style: The scope of the variable 'z_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/compute_basal_atom.cpp:97:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/compute_basal_atom.cpp:205:14: style: The scope of the variable 'norm_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/compute_basal_atom.cpp:207:14: style: The scope of the variable 'x_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/compute_basal_atom.cpp:207:20: style: The scope of the variable 'y_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/compute_basal_atom.cpp:207:26: style: The scope of the variable 'z_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:61:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:61:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:61:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:61:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:61:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:62:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:62:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:62:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:62:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:62:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:62:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:62:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:62:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:62:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:62:55: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:62:61: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:62:67: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:10: style: The scope of the variable 'ax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:13: style: The scope of the variable 'ay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:16: style: The scope of the variable 'az' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:19: style: The scope of the variable 'bx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:22: style: The scope of the variable 'by' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:25: style: The scope of the variable 'bz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:28: style: The scope of the variable 'rasq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:33: style: The scope of the variable 'rbsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:38: style: The scope of the variable 'rgsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:43: style: The scope of the variable 'rg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:46: style: The scope of the variable 'rginv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:52: style: The scope of the variable 'ra2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:59: style: The scope of the variable 'rb2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:66: style: The scope of the variable 'rabinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:65:13: style: The scope of the variable 'fg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:65:16: style: The scope of the variable 'hg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:65:19: style: The scope of the variable 'fga' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:65:23: style: The scope of the variable 'hgb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:65:27: style: The scope of the variable 'gaa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:65:31: style: The scope of the variable 'gbb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:66:10: style: The scope of the variable 'dtfx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:66:15: style: The scope of the variable 'dtfy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:66:20: style: The scope of the variable 'dtfz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:66:25: style: The scope of the variable 'dtgx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:66:30: style: The scope of the variable 'dtgy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:66:35: style: The scope of the variable 'dtgz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:66:40: style: The scope of the variable 'dthx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:66:45: style: The scope of the variable 'dthy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:66:50: style: The scope of the variable 'dthz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:67:10: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:67:12: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:67:14: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:67:18: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:67:22: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:68:10: style: The scope of the variable 'cccpsss' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:68:18: style: The scope of the variable 'cssmscc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:293:41: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:339:43: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.h:30:3: style: Class 'DihedralCosineShiftExp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:74:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:74:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:74:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:74:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:74:27: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:75:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:75:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:75:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:75:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:75:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:75:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:75:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:75:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:75:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:75:55: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:75:61: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:75:67: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:76:10: style: The scope of the variable 'edihedral' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:10: style: The scope of the variable 'ax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:13: style: The scope of the variable 'ay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:16: style: The scope of the variable 'az' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:19: style: The scope of the variable 'bx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:22: style: The scope of the variable 'by' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:25: style: The scope of the variable 'bz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:28: style: The scope of the variable 'rasq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:33: style: The scope of the variable 'rbsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:38: style: The scope of the variable 'rgsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:43: style: The scope of the variable 'rg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:46: style: The scope of the variable 'rginv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:52: style: The scope of the variable 'ra2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:59: style: The scope of the variable 'rb2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:66: style: The scope of the variable 'rabinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:78:10: style: The scope of the variable 'df' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:78:24: style: The scope of the variable 'fg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:78:27: style: The scope of the variable 'hg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:78:30: style: The scope of the variable 'fga' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:78:34: style: The scope of the variable 'hgb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:78:38: style: The scope of the variable 'gaa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:78:42: style: The scope of the variable 'gbb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:79:10: style: The scope of the variable 'dtfx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:79:15: style: The scope of the variable 'dtfy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:79:20: style: The scope of the variable 'dtfz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:79:25: style: The scope of the variable 'dtgx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:79:30: style: The scope of the variable 'dtgy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:79:35: style: The scope of the variable 'dtgz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:79:40: style: The scope of the variable 'dthx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:79:45: style: The scope of the variable 'dthy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:79:50: style: The scope of the variable 'dthz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:80:10: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:80:12: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:80:17: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:80:21: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:80:25: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.h:30:3: style: Class 'DihedralFourier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:59:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:59:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:59:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:59:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:59:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:60:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:60:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:60:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:60:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:60:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:60:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:60:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:60:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:60:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:60:55: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:60:61: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:60:67: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:62:10: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:62:14: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:62:18: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:62:22: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:62:26: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:62:30: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:62:33: style: The scope of the variable 'b1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:62:40: style: The scope of the variable 'b1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:62:46: style: The scope of the variable 'b2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:63:10: style: The scope of the variable 'b2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:63:16: style: The scope of the variable 'b3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:63:23: style: The scope of the variable 'b3mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:63:29: style: The scope of the variable 'ctmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:63:34: style: The scope of the variable 'c_' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:63:37: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:63:43: style: The scope of the variable 'c1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:63:49: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:64:10: style: The scope of the variable 'c2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:64:16: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:64:20: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:64:24: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:64:27: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:64:31: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:64:33: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:64:35: style: The scope of the variable 'pd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:64:38: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:64:42: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:65:10: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:65:14: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:65:18: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:65:22: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:65:26: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:65:30: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:65:34: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:66:10: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:66:13: style: The scope of the variable 'sin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.h:30:3: style: Class 'DihedralNHarmonic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:58:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:58:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:58:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:58:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:58:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:59:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:59:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:59:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:59:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:59:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:59:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:59:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:59:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:59:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:59:55: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:59:61: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:59:67: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:61:10: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:61:14: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:61:18: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:61:22: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:61:26: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:61:30: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:61:33: style: The scope of the variable 'b1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:61:40: style: The scope of the variable 'b1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:61:46: style: The scope of the variable 'b2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:62:10: style: The scope of the variable 'b2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:62:16: style: The scope of the variable 'b3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:62:23: style: The scope of the variable 'b3mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:62:29: style: The scope of the variable 'ctmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:62:34: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:62:40: style: The scope of the variable 'c1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:62:46: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:63:10: style: The scope of the variable 'c2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:63:16: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:63:20: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:63:24: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:63:27: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:63:31: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:63:33: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:63:35: style: The scope of the variable 'pd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:63:38: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:63:40: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:63:44: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:64:10: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:64:14: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:64:18: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:64:22: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:64:26: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:64:30: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:64:34: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:65:10: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:65:13: style: The scope of the variable 'cx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:65:16: style: The scope of the variable 'cy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:65:19: style: The scope of the variable 'cz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:65:22: style: The scope of the variable 'cmag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:65:27: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:65:30: style: The scope of the variable 'phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:65:34: style: The scope of the variable 'si' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:65:37: style: The scope of the variable 'siinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:65:43: style: The scope of the variable 'sin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.h:30:3: style: Class 'DihedralQuadratic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_spherical.cpp:471:5: style: Variable 'u' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_spherical.cpp:466:0: note: Variable 'u' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_spherical.cpp:471:5: note: Variable 'u' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_spherical.cpp:564:20: style: Same expression on both sides of '&&'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_spherical.cpp:149:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_spherical.cpp:149:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_spherical.cpp:149:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_spherical.cpp:149:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_spherical.cpp:149:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_spherical.h:30:3: style: Class 'DihedralSpherical' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_table.cpp:820:12: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_table.cpp:106:17: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_table.cpp:280:7: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_table.cpp:317:7: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_table.cpp:362:7: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_table.cpp:484:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_table.cpp:484:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_table.cpp:484:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_table.cpp:484:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_table.cpp:484:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_table.h:32:3: style: Class 'DihedralTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ave_correlate_long.cpp:774:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ave_correlate_long.cpp:424:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ave_correlate_long.cpp:425:10: style: The scope of the variable 'scalar' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:1373:18: warning: Either the condition 'num_choices>5' is redundant or the array 'tag_choices[5]' is accessed at index 5, which is out of bounds. [arrayIndexOutOfBoundsCond]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:1369:23: note: Assuming that condition 'num_choices>5' is not redundant
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:1373:18: note: Array index out of bounds
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:515:7: style: Condition 'must_redefine_groups' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:513:30: note: Assignment 'must_redefine_groups=1', assigned value is 1
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:515:7: note: Condition 'must_redefine_groups' is always true
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:529:9: style: Condition 'must_redefine_groups' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:513:30: note: Assignment 'must_redefine_groups=1', assigned value is 1
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:529:9: note: Condition 'must_redefine_groups' is always true
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:2650:3: style: Variable 'bytes' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:2649:0: note: Variable 'bytes' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:2650:3: note: Variable 'bytes' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:807:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:874:7: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:874:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:1593:11: style: The scope of the variable 'myrand' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:2331:14: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:2525:15: style: The scope of the variable 'ns' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:2621:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:2621:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:2621:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:414:3: warning: Possible leak in public function. The pointer 'id_fix2' is not deallocated before it is allocated. [publicAllocationError]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:1158:0: error: Memory leak: mol_ntypes [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_filter_corotate.cpp:432:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_filter_corotate.cpp:432:9: style: The scope of the variable 'N' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_filter_corotate.cpp:747:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_filter_corotate.cpp:764:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_filter_corotate.cpp:1000:7: style: The scope of the variable 'np' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_filter_corotate.cpp:1318:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_filter_corotate.cpp:1353:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_filter_corotate.cpp:1377:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_filter_corotate.cpp:1704:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_flow_gauss.cpp:72:7: style: The scope of the variable 'tmpFlag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_gle.cpp:248:32: warning: Possible null pointer dereference: fgle [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_gle.cpp:229:16: note: Assignment 'fgle=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_gle.cpp:248:32: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_gle.cpp:251:16: warning: Possible null pointer dereference: fgle [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_gle.cpp:229:16: note: Assignment 'fgle=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_gle.cpp:251:16: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_imd.cpp:1027:24: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_imd.cpp:1442:20: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_imd.cpp:1452:24: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_imd.cpp:690:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_imd.cpp:1004:10: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_imd.cpp:1387:9: style: The scope of the variable 'nread' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_imd.cpp:1406:9: style: The scope of the variable 'nwritten' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_imd.cpp:320:18: style: Array index 'left' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ipi.cpp:305:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ipi.cpp:306:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ipi.cpp:317:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ipi.cpp:474:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ipi.cpp:476:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ipi.cpp:477:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ipi.cpp:422:3: style: Variable 'pot' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ipi.cpp:410:0: note: Variable 'pot' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ipi.cpp:422:3: note: Variable 'pot' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ipi.cpp:81:7: style: The scope of the variable 'ai_err' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ipi.cpp:280:8: style: The scope of the variable 'header' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ipi.cpp:409:8: style: The scope of the variable 'header' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_pimd.cpp:344:10: style: The scope of the variable 'kecurrent' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_pimd.cpp:344:21: style: The scope of the variable 't_current' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_pimd.cpp:691:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_pimd.cpp:768:70: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_pimd.cpp:783:70: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_pimd.cpp:799:70: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_pimd.cpp:821:70: style: Variable 'm' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_rhok.cpp:48:10: warning: Member variable 'FixRhok::mNLevelsRESPA' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_rhok.cpp:48:10: warning: Member variable 'FixRhok::mNThis' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_rhok.cpp:48:10: warning: Member variable 'FixRhok::mSqrtNThis' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_rhok.cpp:48:10: warning: Member variable 'FixRhok::mRhoKLocal' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_rhok.cpp:48:10: warning: Member variable 'FixRhok::mRhoKGlobal' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_smd.cpp:454:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_smd.cpp:214:30: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_smd.cpp:319:21: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_smd.cpp:434:30: style: The scope of the variable 'fsign' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_smd.cpp:111:13: style: Variable 'argoffs' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_srp.cpp:623:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_srp.cpp:440:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ttm_mod.cpp:866:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ttm_mod.cpp:615:7: style: The scope of the variable 'num_inner_timesteps' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ttm_mod.cpp:410:46: style: Variable 'left_xnode' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ttm_mod.cpp:411:46: style: Variable 'left_ynode' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ttm_mod.cpp:412:46: style: Variable 'left_znode' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_wall_region_ees.cpp:191:14: style: The scope of the variable 'sn2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:58:8: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:58:11: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:58:14: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:58:17: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:58:22: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:59:11: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:59:16: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:59:21: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:59:26: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:59:31: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:59:36: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:59:41: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:59:46: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:59:51: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:61:11: style: The scope of the variable 'rjisq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:61:18: style: The scope of the variable 'rji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:61:23: style: The scope of the variable 'rlksq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:61:30: style: The scope of the variable 'rlk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:61:35: style: The scope of the variable 'cosphi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:61:43: style: The scope of the variable 'angfac' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:62:11: style: The scope of the variable 'cjiji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:62:18: style: The scope of the variable 'clkji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:62:25: style: The scope of the variable 'clklk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:62:32: style: The scope of the variable 'cfact1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:62:40: style: The scope of the variable 'cfact2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:62:48: style: The scope of the variable 'cfact3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.h:30:3: style: Class 'ImproperCossq' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:55:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:55:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:55:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:55:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:55:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:56:10: style: The scope of the variable 'xab' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:56:15: style: The scope of the variable 'yab' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:56:20: style: The scope of the variable 'zab' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:57:10: style: The scope of the variable 'xac' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:57:15: style: The scope of the variable 'yac' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:57:20: style: The scope of the variable 'zac' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:58:10: style: The scope of the variable 'xad' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:58:15: style: The scope of the variable 'yad' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:58:20: style: The scope of the variable 'zad' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:59:10: style: The scope of the variable 'xbc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:59:15: style: The scope of the variable 'ybc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:59:20: style: The scope of the variable 'zbc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:60:10: style: The scope of the variable 'xbd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:60:15: style: The scope of the variable 'ybd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:60:20: style: The scope of the variable 'zbd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:61:10: style: The scope of the variable 'xna' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:61:15: style: The scope of the variable 'yna' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:61:20: style: The scope of the variable 'zna' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:61:25: style: The scope of the variable 'rna' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:62:10: style: The scope of the variable 'da' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:67:10: style: The scope of the variable 'domega' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:67:17: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.h:30:3: style: Class 'ImproperDistance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:59:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:59:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:59:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:59:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:59:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:60:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:60:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:60:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:60:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:60:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:60:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:60:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:60:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:60:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.h:30:3: style: Class 'ImproperFourier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:81:8: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:81:11: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:81:14: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:81:17: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:81:22: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:86:11: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:86:16: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:86:21: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:86:26: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:86:31: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:86:36: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:86:41: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:86:46: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:86:51: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:94:13: style: The scope of the variable 'angle_summer' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:94:27: style: The scope of the variable 'angfac' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.h:30:3: style: Class 'ImproperRing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:418:7: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:134:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:134:24: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:134:29: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:135:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:135:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:135:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:151:10: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:151:16: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:151:22: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:152:11: style: The scope of the variable 'Vx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:152:16: style: The scope of the variable 'Vy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:152:21: style: The scope of the variable 'Vz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:371:13: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:484:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:485:10: style: The scope of the variable 'rtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.h:29:3: style: Class 'PairAGNI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:379:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:382:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_buck_mdf.cpp:63:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_buck_mdf.cpp:63:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_buck_mdf.cpp:63:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_buck_mdf.cpp:64:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_buck_mdf.cpp:64:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_buck_mdf.cpp:64:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_buck_mdf.cpp:399:10: style: The scope of the variable 'dp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_buck_mdf.cpp:399:14: style: The scope of the variable 'd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_buck_mdf.cpp:399:17: style: The scope of the variable 'tt' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_buck_mdf.cpp:399:21: style: The scope of the variable 'dt' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_buck_mdf.cpp:399:25: style: The scope of the variable 'dd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_buck_mdf.h:29:3: style: Class 'PairBuckMDF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_cdeam.cpp:289:29: style: The scope of the variable 'h_prime_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_cdeam.h:218:6: style: Class 'PairCDEAM_OneSite' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_cdeam.h:226:6: style: Class 'PairCDEAM_TwoSite' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_diel.cpp:55:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_diel.cpp:55:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_diel.cpp:55:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_diel.cpp:56:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_diel.cpp:56:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_diel.cpp:56:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_diel.cpp:56:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_diel.h:29:3: style: Class 'PairCoulDiel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.h:63:5: style: Variable 'Tap' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.h:61:5: note: Variable 'Tap' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.h:63:5: note: Variable 'Tap' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.h:82:5: style: Variable 'dTap' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.h:80:5: note: Variable 'dTap' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.h:82:5: note: Variable 'dTap' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.cpp:61:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.cpp:61:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.cpp:61:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.cpp:62:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.cpp:62:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.cpp:62:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.cpp:62:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.cpp:252:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.cpp:252:12: style: The scope of the variable 'r3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.cpp:252:15: style: The scope of the variable 'rarg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.cpp:252:20: style: The scope of the variable 'th' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.cpp:252:23: style: The scope of the variable 'epsr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.h:29:3: style: Class 'PairCoulShield' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:958:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:93:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:93:21: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:94:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:95:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:95:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:95:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:135:10: style: The scope of the variable 'zeta_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:645:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:646:10: style: The scope of the variable 'temp3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:647:10: style: The scope of the variable 'temp4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:889:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:1002:10: style: The scope of the variable 'rtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.h:29:3: style: Class 'PairEDIP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:895:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:898:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:917:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:920:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:725:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:105:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:105:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:106:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:107:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:107:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:107:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:111:10: style: The scope of the variable 'zeta_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:656:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:769:10: style: The scope of the variable 'rtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.h:29:3: style: Class 'PairEDIPMulti' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:662:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:665:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:684:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:687:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:671:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:102:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:102:17: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:102:26: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:102:31: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:103:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:103:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:103:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:105:8: style: The scope of the variable 'neighptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:183:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:183:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:184:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:186:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:186:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:186:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:1160:10: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:1160:13: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.h:33:3: style: Class 'PairExTeP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:608:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:611:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:630:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:633:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:732:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:736:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_gauss_cut.cpp:66:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_gauss_cut.cpp:66:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_gauss_cut.cpp:66:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_gauss_cut.cpp:67:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_gauss_cut.cpp:67:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_gauss_cut.cpp:67:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_gauss_cut.h:29:3: style: Class 'PairGaussCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:957:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:111:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:111:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:111:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:114:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:114:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:114:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:308:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:308:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:309:7: style: The scope of the variable 'cont' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:310:13: style: The scope of the variable 'xtp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:310:17: style: The scope of the variable 'ytp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:310:21: style: The scope of the variable 'ztp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:677:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:677:17: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:677:26: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:677:31: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:678:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:678:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:678:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:891:15: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:1052:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.h:31:3: style: Class 'PairILPGrapheneHBN' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:897:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:900:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:919:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:922:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:962:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:110:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:110:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:110:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:113:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:113:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:113:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:308:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:308:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:309:7: style: The scope of the variable 'cont' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:310:13: style: The scope of the variable 'xtp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:310:17: style: The scope of the variable 'ytp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:310:21: style: The scope of the variable 'ztp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:681:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:681:17: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:681:26: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:681:31: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:682:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:682:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:682:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:896:15: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:1055:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.h:31:3: style: Class 'PairKolmogorovCrespiFull' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:902:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:905:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:924:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:927:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.cpp:392:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.cpp:83:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.cpp:83:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.cpp:83:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.cpp:84:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.cpp:84:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.cpp:84:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.cpp:326:15: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.h:29:3: style: Class 'PairKolmogorovCrespiZ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.cpp:332:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.cpp:335:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.cpp:354:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.cpp:357:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.cpp:62:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.cpp:62:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.cpp:62:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.cpp:63:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.cpp:63:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.cpp:63:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.cpp:361:10: style: The scope of the variable 'rr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.cpp:361:14: style: The scope of the variable 'dp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.cpp:361:18: style: The scope of the variable 'd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.cpp:361:21: style: The scope of the variable 'tt' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.cpp:361:25: style: The scope of the variable 'dt' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.cpp:361:29: style: The scope of the variable 'dd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.h:29:3: style: Class 'PairLJ_AB_MDF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_list.cpp:93:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_list.cpp:93:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_list.cpp:231:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_list.h:29:3: style: Class 'PairList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.cpp:62:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.cpp:62:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.cpp:62:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.cpp:63:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.cpp:63:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.cpp:63:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.cpp:361:10: style: The scope of the variable 'rr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.cpp:361:14: style: The scope of the variable 'dp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.cpp:361:18: style: The scope of the variable 'd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.cpp:361:21: style: The scope of the variable 'tt' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.cpp:361:25: style: The scope of the variable 'dt' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.cpp:361:29: style: The scope of the variable 'dd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.h:29:3: style: Class 'PairLJMDF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:68:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:68:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:68:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:69:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:69:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:69:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:69:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:542:30: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:542:35: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:542:40: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:543:41: style: The scope of the variable 'rcutcoul2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:544:48: style: The scope of the variable 'ecoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:544:55: style: The scope of the variable 'evdwl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.h:29:3: style: Class 'PairLJSFDipoleSF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_spline.cpp:374:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_spline.h:77:5: warning: Member variable 'SplineFunction::deriv0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_spline.h:77:5: warning: Member variable 'SplineFunction::derivN' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_spline.h:77:5: warning: Member variable 'SplineFunction::xmin' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_spline.h:77:5: warning: Member variable 'SplineFunction::xmax' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_spline.h:77:5: warning: Member variable 'SplineFunction::isGridSpline' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_spline.h:77:5: warning: Member variable 'SplineFunction::h' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_spline.h:77:5: warning: Member variable 'SplineFunction::hsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_spline.h:77:5: warning: Member variable 'SplineFunction::xmax_shifted' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_spline.h:43:3: style: Class 'PairMEAMSpline' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_sw_spline.h:65:17: warning: Member variable 'SplineFunction::deriv0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_sw_spline.h:65:17: warning: Member variable 'SplineFunction::derivN' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_sw_spline.h:65:17: warning: Member variable 'SplineFunction::xmin' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_sw_spline.h:65:17: warning: Member variable 'SplineFunction::xmax' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_sw_spline.h:65:17: warning: Member variable 'SplineFunction::isGridSpline' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_sw_spline.h:65:17: warning: Member variable 'SplineFunction::h' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_sw_spline.h:65:17: warning: Member variable 'SplineFunction::hsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_sw_spline.h:65:17: warning: Member variable 'SplineFunction::xmax_shifted' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_sw_spline.h:41:9: style: Class 'PairMEAMSWSpline' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_momb.cpp:78:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_momb.cpp:78:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_momb.cpp:78:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_momb.cpp:79:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_momb.cpp:79:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_momb.cpp:79:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_momb.h:31:3: style: Class 'PairMomb' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_morse_smooth_linear.cpp:58:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_morse_smooth_linear.cpp:58:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_morse_smooth_linear.cpp:58:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_morse_smooth_linear.cpp:59:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_morse_smooth_linear.cpp:59:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_morse_smooth_linear.cpp:59:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_morse_smooth_linear.h:31:3: style: Class 'PairMorseSmoothLinear' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:164:21: style: The scope of the variable 'ti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:164:24: style: The scope of the variable 'tj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:165:16: style: The scope of the variable 'lever0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:165:24: style: The scope of the variable 'lever1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:166:12: style: The scope of the variable 'fxlever0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:166:22: style: The scope of the variable 'fylever0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:166:32: style: The scope of the variable 'fzlever0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:166:42: style: The scope of the variable 'fxlever1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:166:52: style: The scope of the variable 'fylever1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:166:62: style: The scope of the variable 'fzlever1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:616:9: style: The scope of the variable 'i0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:616:17: style: The scope of the variable 'j0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:617:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:617:19: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.h:29:3: style: Class 'PairSRP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:926:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:99:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:99:21: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:100:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:101:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:101:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:101:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:102:10: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:102:16: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:102:22: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:555:66: style: The scope of the variable 'deltaArgumentBetaZetaPower' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:556:11: style: The scope of the variable 'deltaArgumentGtetaFunction' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:857:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.h:78:16: warning: Virtual function 'deallocatePreLoops' is called from destructor '~PairTersoffTable()' at line 91. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:91:5: note: Calling deallocatePreLoops
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.h:78:16: note: deallocatePreLoops is a virtual method
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.h:38:3: style: Class 'PairTersoffTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:863:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:866:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:885:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:888:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/temper_grem.cpp:210:15: style: The scope of the variable 'partner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/temper_grem.cpp:211:10: style: The scope of the variable 'pe' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/temper_grem.h:29:3: style: Class 'TemperGrem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/temper_npt.cpp:187:15: style: The scope of the variable 'partner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/temper_npt.h:30:3: style: Class 'TemperNPT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:432:5: warning: fprintf format string requires 5 parameters but 7 are given. [wrongPrintfScanfArgNum]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:73:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:73:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:73:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:73:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:74:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:74:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:74:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:74:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:74:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:74:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:76:10: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:76:17: style: The scope of the variable 'dtheta2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:76:25: style: The scope of the variable 'dtheta3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:76:33: style: The scope of the variable 'dtheta4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:76:41: style: The scope of the variable 'dtheta5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:76:49: style: The scope of the variable 'dtheta6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:76:57: style: The scope of the variable 'de_angle' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:77:10: style: The scope of the variable 'dr1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:77:14: style: The scope of the variable 'dr2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:77:18: style: The scope of the variable 'tk1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:77:22: style: The scope of the variable 'tk2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:77:26: style: The scope of the variable 'aa1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:77:30: style: The scope of the variable 'aa2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:77:34: style: The scope of the variable 'aa11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:77:39: style: The scope of the variable 'aa12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:77:44: style: The scope of the variable 'aa21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:77:49: style: The scope of the variable 'aa22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:78:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:78:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:78:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:78:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:78:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:78:28: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:78:30: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:78:32: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:78:36: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:78:40: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:78:44: style: The scope of the variable 'b1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:78:47: style: The scope of the variable 'b2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:79:10: style: The scope of the variable 'vx11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:79:15: style: The scope of the variable 'vx12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:79:20: style: The scope of the variable 'vy11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:79:25: style: The scope of the variable 'vy12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:79:30: style: The scope of the variable 'vz11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:79:35: style: The scope of the variable 'vz12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:79:40: style: The scope of the variable 'vx21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:79:45: style: The scope of the variable 'vx22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:79:50: style: The scope of the variable 'vy21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:79:55: style: The scope of the variable 'vy22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:79:60: style: The scope of the variable 'vz21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:79:65: style: The scope of the variable 'vz22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.h:30:3: style: Class 'AngleClass2P6' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:356:5: warning: %d in format string (no. 4) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:59:9: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:59:12: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:59:15: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:59:20: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:59:25: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:59:31: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:60:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:60:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:60:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:60:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:60:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:60:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:62:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:62:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:62:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:62:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:62:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:62:28: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:62:30: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:62:32: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:62:36: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:62:40: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:63:10: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:66:10: style: The scope of the variable 'delx3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:66:16: style: The scope of the variable 'dely3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:66:22: style: The scope of the variable 'delz3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:66:28: style: The scope of the variable 'rsq3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:67:49: style: The scope of the variable 'fpair' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:59:7: style: Unused variable: i [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.h:30:3: style: Class 'AngleCosineBuck6d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:65:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:65:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:65:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:65:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:65:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:66:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:66:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:66:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:66:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:66:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:66:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:66:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:66:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:66:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:67:10: style: The scope of the variable 'rrvb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:67:16: style: The scope of the variable 'rrvb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:67:22: style: The scope of the variable 'rrvb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:67:28: style: The scope of the variable 'rr2vb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:67:35: style: The scope of the variable 'rr2vb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:67:42: style: The scope of the variable 'rr2vb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:245:10: style: Unused variable: rb1x [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:245:16: style: Unused variable: rb1y [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:245:22: style: Unused variable: rb1z [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:245:28: style: Unused variable: rb2x [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:245:34: style: Unused variable: rb2y [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:245:40: style: Unused variable: rb2z [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.h:30:3: style: Class 'ImproperInversionHarmonic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:81:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:81:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:81:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:82:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:82:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:82:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:82:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:507:18: style: The scope of the variable 'r6inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:507:24: style: The scope of the variable 'r14inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:507:31: style: The scope of the variable 'rexp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:507:36: style: The scope of the variable 'term1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:507:42: style: The scope of the variable 'term2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:507:48: style: The scope of the variable 'term3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:507:54: style: The scope of the variable 'term4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:507:60: style: The scope of the variable 'term5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:508:10: style: The scope of the variable 'rcu' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:508:14: style: The scope of the variable 'rqu' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:508:18: style: The scope of the variable 'sme' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:508:22: style: The scope of the variable 'smf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:509:16: style: The scope of the variable 'erfcd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:509:32: style: The scope of the variable 'arg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:510:40: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:510:48: style: The scope of the variable 'phibuck6d' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:86:32: style: Unused variable: t [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.h:29:3: style: Class 'PairBuck6dCoulGaussDSF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:82:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:82:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:82:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:83:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:83:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:83:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:83:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:543:18: style: The scope of the variable 'r6inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:543:24: style: The scope of the variable 'r14inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:543:31: style: The scope of the variable 'rexp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:543:36: style: The scope of the variable 'term1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:543:42: style: The scope of the variable 'term2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:543:48: style: The scope of the variable 'term3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:543:54: style: The scope of the variable 'term4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:543:60: style: The scope of the variable 'term5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:545:15: style: The scope of the variable 'expa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:545:30: style: The scope of the variable 'arg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:545:34: style: The scope of the variable 'falpha' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:546:10: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:546:15: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:546:21: style: The scope of the variable 'erf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:547:40: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:547:48: style: The scope of the variable 'phibuck6d' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:88:30: style: Unused variable: t [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.h:29:3: style: Class 'PairBuck6dCoulGaussLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/dump_molfile.cpp:48:14: warning: Member variable 'DumpMolfile::cell' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:74:3: warning: Member variable 'MolfileInterface::_plugin' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:74:3: warning: Member variable 'MolfileInterface::_dso' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:74:3: warning: Member variable 'MolfileInterface::_ptr' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:74:3: warning: Member variable 'MolfileInterface::_info' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:74:3: warning: Member variable 'MolfileInterface::_type' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:74:3: warning: Member variable 'MolfileInterface::_name' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:74:3: warning: Member variable 'MolfileInterface::_natoms' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:74:3: warning: Member variable 'MolfileInterface::_mode' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:74:3: warning: Member variable 'MolfileInterface::_caps' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:74:3: warning: Member variable 'MolfileInterface::_props' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:75:3: warning: Member variable 'MolfileInterface::_plugin' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:75:3: warning: Member variable 'MolfileInterface::_dso' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:75:3: warning: Member variable 'MolfileInterface::_ptr' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:75:3: warning: Member variable 'MolfileInterface::_info' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:75:3: warning: Member variable 'MolfileInterface::_type' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:75:3: warning: Member variable 'MolfileInterface::_name' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:75:3: warning: Member variable 'MolfileInterface::_natoms' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:75:3: warning: Member variable 'MolfileInterface::_mode' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:75:3: warning: Member variable 'MolfileInterface::_caps' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:75:3: warning: Member variable 'MolfileInterface::_props' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:76:21: warning: Member variable 'MolfileInterface::_plugin' is not assigned a value in 'MolfileInterface::operator='. [operatorEqVarError]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:76:21: warning: Member variable 'MolfileInterface::_dso' is not assigned a value in 'MolfileInterface::operator='. [operatorEqVarError]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:76:21: warning: Member variable 'MolfileInterface::_ptr' is not assigned a value in 'MolfileInterface::operator='. [operatorEqVarError]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:76:21: warning: Member variable 'MolfileInterface::_info' is not assigned a value in 'MolfileInterface::operator='. [operatorEqVarError]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:76:21: warning: Member variable 'MolfileInterface::_type' is not assigned a value in 'MolfileInterface::operator='. [operatorEqVarError]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:76:21: warning: Member variable 'MolfileInterface::_name' is not assigned a value in 'MolfileInterface::operator='. [operatorEqVarError]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:76:21: warning: Member variable 'MolfileInterface::_natoms' is not assigned a value in 'MolfileInterface::operator='. [operatorEqVarError]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:76:21: warning: Member variable 'MolfileInterface::_mode' is not assigned a value in 'MolfileInterface::operator='. [operatorEqVarError]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:76:21: warning: Member variable 'MolfileInterface::_caps' is not assigned a value in 'MolfileInterface::operator='. [operatorEqVarError]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:76:21: warning: Member variable 'MolfileInterface::_props' is not assigned a value in 'MolfileInterface::operator='. [operatorEqVarError]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.cpp:37:0: error: #error "unsupported VMD molfile plugin ABI version" [preprocessorErrorDirective]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/reader_molfile.h:31:3: style: Class 'ReaderMolfile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:90:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:90:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:90:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:90:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:90:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:90:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:92:0: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:92:0: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:93:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:93:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:93:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:93:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:93:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:93:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:93:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:93:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:93:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:93:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:94:0: style: The scope of the variable 'delxUB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:94:0: style: The scope of the variable 'delyUB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:94:0: style: The scope of the variable 'delzUB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:94:0: style: The scope of the variable 'rsqUB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:94:0: style: The scope of the variable 'rUB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:94:0: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:94:0: style: The scope of the variable 'rk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eng_vdwl' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eng_coul' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eng_bond' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eng_angle' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eng_dihed' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eng_imprp' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eng_kspce' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::virial_pair' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::virial_bond' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::virial_angle' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::virial_dihed' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::virial_imprp' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::virial_kspce' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eatom_pair' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eatom_bond' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eatom_angle' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eatom_dihed' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eatom_imprp' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eatom_kspce' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::vatom_pair' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::vatom_bond' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::vatom_angle' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::vatom_dihed' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::vatom_imprp' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::vatom_kspce' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_f' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_torque' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_erforce' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_de' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_drho' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_mu' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_lambda' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_rhoB' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_D_values' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_rho' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_fp' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_rho1d' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_drho1d' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_rho1d_6' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_drho1d_6' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_timer_active' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:52:15: performance: Technically the member function 'LAMMPS_NS::ThrOMP::sync_threads' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.h:35:3: style: Class 'AngleCharmmOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:90:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:90:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:90:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:90:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:90:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:90:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:92:0: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:92:0: style: The scope of the variable 'dtheta2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:92:0: style: The scope of the variable 'dtheta3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:92:0: style: The scope of the variable 'dtheta4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:92:0: style: The scope of the variable 'de_angle' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:93:0: style: The scope of the variable 'dr1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:93:0: style: The scope of the variable 'dr2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:93:0: style: The scope of the variable 'tk1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:93:0: style: The scope of the variable 'tk2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:93:0: style: The scope of the variable 'aa1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:93:0: style: The scope of the variable 'aa2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:93:0: style: The scope of the variable 'aa11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:93:0: style: The scope of the variable 'aa12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:93:0: style: The scope of the variable 'aa21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:93:0: style: The scope of the variable 'aa22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:94:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:94:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:94:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:94:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:94:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:94:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:94:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:94:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:94:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:94:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:94:0: style: The scope of the variable 'b1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:94:0: style: The scope of the variable 'b2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:95:0: style: The scope of the variable 'vx11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:95:0: style: The scope of the variable 'vx12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:95:0: style: The scope of the variable 'vy11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:95:0: style: The scope of the variable 'vy12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:95:0: style: The scope of the variable 'vz11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:95:0: style: The scope of the variable 'vz12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:95:0: style: The scope of the variable 'vx21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:95:0: style: The scope of the variable 'vx22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:95:0: style: The scope of the variable 'vy21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:95:0: style: The scope of the variable 'vy22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:95:0: style: The scope of the variable 'vz21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:95:0: style: The scope of the variable 'vz22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.h:35:3: style: Class 'AngleClass2OMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:90:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:90:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:90:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:90:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:90:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:90:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:90:0: style: The scope of the variable 'theta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:90:0: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:90:0: style: The scope of the variable 'dcostheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:90:0: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'cot' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'b11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'b12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'b22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 's0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.h:35:3: style: Class 'AngleCosineDeltaOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:90:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:90:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:90:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:90:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:90:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:90:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:92:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:92:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:92:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:92:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:92:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:92:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:92:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:92:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:92:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.h:35:3: style: Class 'AngleCosineOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:154:0: style: Variable 'tn_2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:147:0: note: Variable 'tn_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:154:0: note: Variable 'tn_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:91:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:91:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:91:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:91:0: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:91:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:91:0: style: The scope of the variable 'b_factor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:92:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:92:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:92:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:92:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:92:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:92:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:94:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:94:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:94:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:94:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:94:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:94:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:94:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:94:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:94:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:95:0: style: The scope of the variable 'tn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:95:0: style: The scope of the variable 'tn_1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:95:0: style: The scope of the variable 'tn_2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:95:0: style: The scope of the variable 'un' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:95:0: style: The scope of the variable 'un_1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:95:0: style: The scope of the variable 'un_2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.h:35:3: style: Class 'AngleCosinePeriodicOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:93:0: style: The scope of the variable 'aa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:93:0: style: The scope of the variable 'uumin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:93:0: style: The scope of the variable 'cccpsss' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:93:0: style: The scope of the variable 'cssmscc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.h:35:3: style: Class 'AngleCosineShiftExpOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:90:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:90:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:90:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:90:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:90:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:90:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:92:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:92:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:92:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:92:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:92:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:92:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:92:0: style: The scope of the variable 'cps' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:92:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:92:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:92:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.h:35:3: style: Class 'AngleCosineShiftOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:90:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:90:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:90:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:90:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:90:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:90:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:92:0: style: The scope of the variable 'dcostheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:92:0: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:93:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:93:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:93:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:93:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:93:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:93:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:93:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:93:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:93:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.h:35:3: style: Class 'AngleCosineSquaredOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:86:0: style: The scope of the variable 'iRef' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:86:0: style: The scope of the variable 'iDip' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:86:0: style: The scope of the variable 'iDummy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:86:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:87:0: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:87:0: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:87:0: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:88:0: style: The scope of the variable 'tangle' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:89:0: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:89:0: style: The scope of the variable 'cosGamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:89:0: style: The scope of the variable 'deltaGamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:89:0: style: The scope of the variable 'kdg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:89:0: style: The scope of the variable 'rmu' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:90:0: style: The scope of the variable 'delTx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:90:0: style: The scope of the variable 'delTy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:90:0: style: The scope of the variable 'delTz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:91:0: style: The scope of the variable 'fx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:91:0: style: The scope of the variable 'fy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:91:0: style: The scope of the variable 'fz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:91:0: style: The scope of the variable 'fmod' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:91:0: style: The scope of the variable 'fmod_sqrtff' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.h:35:3: style: Class 'AngleDipoleOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:90:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:90:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:90:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:90:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:90:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:90:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:92:0: style: The scope of the variable 'term' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:93:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:93:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:93:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:93:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:93:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:93:0: style: The scope of the variable 'c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:93:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:93:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:93:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:93:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.h:35:3: style: Class 'AngleFourierOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:90:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:90:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:90:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:90:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:90:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:90:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:92:0: style: The scope of the variable 'term' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:93:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:93:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:93:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:93:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:93:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:93:0: style: The scope of the variable 'cn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:93:0: style: The scope of the variable 'th' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:93:0: style: The scope of the variable 'nth' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:93:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:93:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:93:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.h:35:3: style: Class 'AngleFourierSimpleOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:90:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:90:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:90:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:90:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:90:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:90:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:92:0: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:92:0: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:93:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:93:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:93:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:93:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:93:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:93:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:93:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:93:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:93:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:93:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.h:35:3: style: Class 'AngleHarmonicOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:90:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:90:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:90:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:90:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:90:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:90:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:92:0: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:92:0: style: The scope of the variable 'dtheta2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:92:0: style: The scope of the variable 'dtheta3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:92:0: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:93:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:93:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:93:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:93:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:93:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:93:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:93:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:93:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:93:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:93:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.h:35:3: style: Class 'AngleQuarticOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:91:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:91:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:91:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:91:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:92:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:92:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:92:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:92:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:92:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:92:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:92:0: style: The scope of the variable 'delx3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:92:0: style: The scope of the variable 'dely3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:92:0: style: The scope of the variable 'delz3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:93:0: style: The scope of the variable 'e13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:93:0: style: The scope of the variable 'f13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:94:0: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:94:0: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:95:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:95:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:95:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:95:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:95:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:95:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:95:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:95:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:95:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:95:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.h:35:3: style: Class 'AngleSDKOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:91:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:91:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:91:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:91:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:91:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:91:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:92:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:92:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:92:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:92:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:92:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:92:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:92:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:92:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:92:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:92:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:93:0: style: The scope of the variable 'theta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.h:35:3: style: Class 'AngleTableOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:85:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:85:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:85:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:86:0: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:86:0: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:86:0: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:87:0: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:87:0: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:87:0: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:87:0: style: The scope of the variable 'dr2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:87:0: style: The scope of the variable 'dr3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:87:0: style: The scope of the variable 'dr4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:87:0: style: The scope of the variable 'de_bond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.h:35:3: style: Class 'BondClass2OMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:86:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:86:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:86:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:87:0: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:87:0: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:87:0: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:87:0: style: The scope of the variable 'fbond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:88:0: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:88:0: style: The scope of the variable 'r0sq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:88:0: style: The scope of the variable 'rlogarg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:89:0: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:89:0: style: The scope of the variable 'rshift' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:89:0: style: The scope of the variable 'rshiftsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.h:35:3: style: Class 'BondFENEExpandOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_omp.cpp:86:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_omp.cpp:86:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_omp.cpp:86:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_omp.cpp:87:0: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_omp.cpp:87:0: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_omp.cpp:87:0: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_omp.cpp:87:0: style: The scope of the variable 'fbond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_omp.cpp:88:0: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_omp.cpp:88:0: style: The scope of the variable 'r0sq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_omp.cpp:88:0: style: The scope of the variable 'rlogarg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_omp.h:35:3: style: Class 'BondFENEOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_gromos_omp.cpp:84:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_gromos_omp.cpp:84:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_gromos_omp.cpp:84:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_gromos_omp.cpp:85:0: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_gromos_omp.cpp:85:0: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_gromos_omp.cpp:85:0: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_gromos_omp.cpp:85:0: style: The scope of the variable 'fbond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_gromos_omp.h:35:3: style: Class 'BondGromosOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_omp.cpp:84:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_omp.cpp:84:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_omp.cpp:84:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_omp.cpp:85:0: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_omp.cpp:85:0: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_omp.cpp:85:0: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_omp.cpp:86:0: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_omp.cpp:86:0: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_omp.cpp:86:0: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_omp.cpp:86:0: style: The scope of the variable 'rk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_omp.h:35:3: style: Class 'BondHarmonicOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_cut_omp.cpp:84:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_cut_omp.cpp:84:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_cut_omp.cpp:84:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_cut_omp.cpp:85:0: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_cut_omp.cpp:85:0: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_cut_omp.cpp:85:0: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_cut_omp.cpp:86:0: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_cut_omp.cpp:86:0: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_cut_omp.h:35:3: style: Class 'BondHarmonicShiftCutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_omp.cpp:84:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_omp.cpp:84:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_omp.cpp:84:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_omp.cpp:85:0: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_omp.cpp:85:0: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_omp.cpp:85:0: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_omp.cpp:86:0: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_omp.cpp:86:0: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_omp.cpp:86:0: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_omp.cpp:86:0: style: The scope of the variable 'rk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_omp.h:35:3: style: Class 'BondHarmonicShiftOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_morse_omp.cpp:84:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_morse_omp.cpp:84:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_morse_omp.cpp:84:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_morse_omp.cpp:85:0: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_morse_omp.cpp:85:0: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_morse_omp.cpp:85:0: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_morse_omp.cpp:86:0: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_morse_omp.cpp:86:0: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_morse_omp.cpp:86:0: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_morse_omp.cpp:86:0: style: The scope of the variable 'ralpha' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_morse_omp.h:35:3: style: Class 'BondMorseOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:84:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:84:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:84:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:85:0: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:85:0: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:85:0: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:85:0: style: The scope of the variable 'fbond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:86:0: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:86:0: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:86:0: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:86:0: style: The scope of the variable 'drsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:86:0: style: The scope of the variable 'lamdasq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:86:0: style: The scope of the variable 'denom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:86:0: style: The scope of the variable 'denomsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.h:35:3: style: Class 'BondNonlinearOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_quartic_omp.h:35:3: style: Class 'BondQuarticOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_table_omp.cpp:84:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_table_omp.cpp:84:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_table_omp.cpp:84:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_table_omp.cpp:85:0: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_table_omp.cpp:85:0: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_table_omp.cpp:85:0: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_table_omp.cpp:85:0: style: The scope of the variable 'fbond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_table_omp.cpp:86:0: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_table_omp.cpp:86:0: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_table_omp.h:35:3: style: Class 'BondTableOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:96:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:96:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:96:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:96:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:96:0: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:96:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:97:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:97:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:97:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:97:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:97:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:97:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:97:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:97:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:97:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:97:0: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:97:0: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:97:0: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'ax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'ay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'az' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'bx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'by' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'bz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'rasq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'rbsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'rgsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'rg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'rginv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'ra2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'rb2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'rabinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:100:0: style: The scope of the variable 'df' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:100:0: style: The scope of the variable 'df1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:100:0: style: The scope of the variable 'ddf1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:100:0: style: The scope of the variable 'fg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:100:0: style: The scope of the variable 'hg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:100:0: style: The scope of the variable 'fga' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:100:0: style: The scope of the variable 'hgb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:100:0: style: The scope of the variable 'gaa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:100:0: style: The scope of the variable 'gbb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:101:0: style: The scope of the variable 'dtfx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:101:0: style: The scope of the variable 'dtfy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:101:0: style: The scope of the variable 'dtfz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:101:0: style: The scope of the variable 'dtgx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:101:0: style: The scope of the variable 'dtgy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:101:0: style: The scope of the variable 'dtgz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:101:0: style: The scope of the variable 'dthx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:101:0: style: The scope of the variable 'dthy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:101:0: style: The scope of the variable 'dthz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:102:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:102:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:102:0: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:102:0: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:102:0: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:102:0: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.h:35:3: style: Class 'DihedralCharmmOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:89:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:90:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:90:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:90:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:90:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:90:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:90:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:90:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:90:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:90:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:90:0: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:90:0: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:90:0: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:92:0: style: The scope of the variable 'r1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:92:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:92:0: style: The scope of the variable 'r2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:92:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:92:0: style: The scope of the variable 'r3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:92:0: style: The scope of the variable 'r3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:93:0: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:93:0: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:93:0: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:93:0: style: The scope of the variable 'rb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:93:0: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:93:0: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:93:0: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:93:0: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:94:0: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:94:0: style: The scope of the variable 'costh12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:94:0: style: The scope of the variable 'costh13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:94:0: style: The scope of the variable 'costh23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:94:0: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:94:0: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:94:0: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:94:0: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:94:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:95:0: style: The scope of the variable 'cosphi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:95:0: style: The scope of the variable 'phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:95:0: style: The scope of the variable 'sinphi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:95:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:95:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:95:0: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:95:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:95:0: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:95:0: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:95:0: style: The scope of the variable 'sx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:95:0: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:96:0: style: The scope of the variable 'sx12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:96:0: style: The scope of the variable 'sy1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:96:0: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:96:0: style: The scope of the variable 'sy12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:96:0: style: The scope of the variable 'sz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:96:0: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:96:0: style: The scope of the variable 'sz12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:96:0: style: The scope of the variable 'dphi1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:96:0: style: The scope of the variable 'dphi2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:96:0: style: The scope of the variable 'dphi3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:97:0: style: The scope of the variable 'de_dihedral' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:97:0: style: The scope of the variable 't1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:97:0: style: The scope of the variable 't2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:97:0: style: The scope of the variable 't3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:97:0: style: The scope of the variable 't4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:97:0: style: The scope of the variable 'cos2phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:97:0: style: The scope of the variable 'cos3phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:97:0: style: The scope of the variable 'bt1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:97:0: style: The scope of the variable 'bt2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:98:0: style: The scope of the variable 'bt3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:98:0: style: The scope of the variable 'sumbte' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:98:0: style: The scope of the variable 'db' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:98:0: style: The scope of the variable 'sumbtf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:98:0: style: The scope of the variable 'at1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:98:0: style: The scope of the variable 'at2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:98:0: style: The scope of the variable 'at3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:98:0: style: The scope of the variable 'da' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:98:0: style: The scope of the variable 'da1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:98:0: style: The scope of the variable 'da2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:99:0: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:99:0: style: The scope of the variable 'sin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.h:35:3: style: Class 'DihedralClass2OMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:89:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'ax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'ay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'az' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'bx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'by' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'bz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'rasq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'rbsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'rgsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'rg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'rginv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'ra2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'rb2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'rabinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:93:0: style: The scope of the variable 'fg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:93:0: style: The scope of the variable 'hg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:93:0: style: The scope of the variable 'fga' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:93:0: style: The scope of the variable 'hgb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:93:0: style: The scope of the variable 'gaa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:93:0: style: The scope of the variable 'gbb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:94:0: style: The scope of the variable 'dtfx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:94:0: style: The scope of the variable 'dtfy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:94:0: style: The scope of the variable 'dtfz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:94:0: style: The scope of the variable 'dtgx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:94:0: style: The scope of the variable 'dtgy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:94:0: style: The scope of the variable 'dtgz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:94:0: style: The scope of the variable 'dthx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:94:0: style: The scope of the variable 'dthy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:94:0: style: The scope of the variable 'dthz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:95:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:95:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:95:0: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:95:0: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:95:0: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:96:0: style: The scope of the variable 'cccpsss' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:96:0: style: The scope of the variable 'cssmscc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.h:35:3: style: Class 'DihedralCosineShiftExpOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:89:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:90:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:90:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:90:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:90:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:90:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:90:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:90:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:90:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:90:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:90:0: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:90:0: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:90:0: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'ax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'ay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'az' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'bx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'by' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'bz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'rasq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'rbsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'rgsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'rg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'rginv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'ra2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'rb2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'rabinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:93:0: style: The scope of the variable 'df' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:93:0: style: The scope of the variable 'fg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:93:0: style: The scope of the variable 'hg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:93:0: style: The scope of the variable 'fga' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:93:0: style: The scope of the variable 'hgb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:93:0: style: The scope of the variable 'gaa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:93:0: style: The scope of the variable 'gbb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:94:0: style: The scope of the variable 'dtfx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:94:0: style: The scope of the variable 'dtfy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:94:0: style: The scope of the variable 'dtfz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:94:0: style: The scope of the variable 'dtgx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:94:0: style: The scope of the variable 'dtgy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:94:0: style: The scope of the variable 'dtgz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:94:0: style: The scope of the variable 'dthx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:94:0: style: The scope of the variable 'dthy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:94:0: style: The scope of the variable 'dthz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:95:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:95:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:95:0: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:95:0: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:95:0: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.h:35:3: style: Class 'DihedralFourierOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:89:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:89:0: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'ax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'ay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'az' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'bx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'by' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'bz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'rasq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'rbsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'rgsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'rg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'rginv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'ra2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'rb2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'rabinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:93:0: style: The scope of the variable 'df' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:93:0: style: The scope of the variable 'df1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:93:0: style: The scope of the variable 'ddf1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:93:0: style: The scope of the variable 'fg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:93:0: style: The scope of the variable 'hg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:93:0: style: The scope of the variable 'fga' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:93:0: style: The scope of the variable 'hgb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:93:0: style: The scope of the variable 'gaa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:93:0: style: The scope of the variable 'gbb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:94:0: style: The scope of the variable 'dtfx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:94:0: style: The scope of the variable 'dtfy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:94:0: style: The scope of the variable 'dtfz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:94:0: style: The scope of the variable 'dtgx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:94:0: style: The scope of the variable 'dtgy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:94:0: style: The scope of the variable 'dtgz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:94:0: style: The scope of the variable 'dthx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:94:0: style: The scope of the variable 'dthy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:94:0: style: The scope of the variable 'dthz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:95:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:95:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:95:0: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:95:0: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:95:0: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:95:0: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.h:35:3: style: Class 'DihedralHarmonicOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:92:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:92:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:92:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:92:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:92:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:93:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:93:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:93:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:93:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:93:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:93:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:93:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:93:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:93:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:93:0: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:93:0: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:93:0: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:95:0: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:95:0: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:95:0: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:95:0: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:95:0: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:95:0: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:95:0: style: The scope of the variable 'b1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:95:0: style: The scope of the variable 'b1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:95:0: style: The scope of the variable 'b2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:96:0: style: The scope of the variable 'b2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:96:0: style: The scope of the variable 'b3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:96:0: style: The scope of the variable 'b3mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:96:0: style: The scope of the variable 'ctmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:96:0: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:96:0: style: The scope of the variable 'c1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:96:0: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:97:0: style: The scope of the variable 'c2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:97:0: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:97:0: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:97:0: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:97:0: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:97:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:97:0: style: The scope of the variable 'pd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:97:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:97:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:97:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:98:0: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:98:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:98:0: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:98:0: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:98:0: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:98:0: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:98:0: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:99:0: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:99:0: style: The scope of the variable 'cx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:99:0: style: The scope of the variable 'cy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:99:0: style: The scope of the variable 'cz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:99:0: style: The scope of the variable 'cmag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:99:0: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:99:0: style: The scope of the variable 'phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:99:0: style: The scope of the variable 'si' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:99:0: style: The scope of the variable 'siinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:99:0: style: The scope of the variable 'sin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.h:35:3: style: Class 'DihedralHelixOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:89:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:92:0: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:92:0: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:92:0: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:92:0: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:92:0: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:92:0: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:92:0: style: The scope of the variable 'b1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:92:0: style: The scope of the variable 'b1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:92:0: style: The scope of the variable 'b2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:93:0: style: The scope of the variable 'b2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:93:0: style: The scope of the variable 'b3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:93:0: style: The scope of the variable 'b3mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:93:0: style: The scope of the variable 'ctmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:93:0: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:93:0: style: The scope of the variable 'c1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:93:0: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:94:0: style: The scope of the variable 'c2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:94:0: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:94:0: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:94:0: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:94:0: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:94:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:94:0: style: The scope of the variable 'pd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:94:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:94:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:94:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:95:0: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:95:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:95:0: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:95:0: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:95:0: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:95:0: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:95:0: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:96:0: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:96:0: style: The scope of the variable 'sin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.h:35:3: style: Class 'DihedralMultiHarmonicOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:88:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:88:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:88:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:88:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:88:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:89:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:89:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:89:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:89:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:89:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:89:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:89:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:89:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:89:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:89:0: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:89:0: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:89:0: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:91:0: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:91:0: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:91:0: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:91:0: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:91:0: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:91:0: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:91:0: style: The scope of the variable 'b1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:91:0: style: The scope of the variable 'b1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:91:0: style: The scope of the variable 'b2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:92:0: style: The scope of the variable 'b2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:92:0: style: The scope of the variable 'b3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:92:0: style: The scope of the variable 'b3mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:92:0: style: The scope of the variable 'ctmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:92:0: style: The scope of the variable 'c_' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:92:0: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:92:0: style: The scope of the variable 'c1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:92:0: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:93:0: style: The scope of the variable 'c2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:93:0: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:93:0: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:93:0: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:93:0: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:93:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:93:0: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:93:0: style: The scope of the variable 'pd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:93:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:93:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:94:0: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:94:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:94:0: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:94:0: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:94:0: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:94:0: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:94:0: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:95:0: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:95:0: style: The scope of the variable 'sin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.h:35:3: style: Class 'DihedralNHarmonicOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:90:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:90:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:90:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:90:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:90:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:91:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:91:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:91:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:91:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:91:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:91:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:91:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:91:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:91:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:91:0: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:91:0: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:91:0: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:93:0: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:93:0: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:93:0: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:93:0: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:93:0: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:93:0: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:93:0: style: The scope of the variable 'b1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:93:0: style: The scope of the variable 'b1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:93:0: style: The scope of the variable 'b2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:94:0: style: The scope of the variable 'b2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:94:0: style: The scope of the variable 'b3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:94:0: style: The scope of the variable 'b3mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:94:0: style: The scope of the variable 'ctmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:94:0: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:94:0: style: The scope of the variable 'c1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:94:0: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:95:0: style: The scope of the variable 'c2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:95:0: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:95:0: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:95:0: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:95:0: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:95:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:95:0: style: The scope of the variable 'pd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:95:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:95:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:95:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:96:0: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:96:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:96:0: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:96:0: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:96:0: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:96:0: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:96:0: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:97:0: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:97:0: style: The scope of the variable 'cx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:97:0: style: The scope of the variable 'cy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:97:0: style: The scope of the variable 'cz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:97:0: style: The scope of the variable 'cmag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:97:0: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:97:0: style: The scope of the variable 'phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:97:0: style: The scope of the variable 'si' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:97:0: style: The scope of the variable 'siinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:97:0: style: The scope of the variable 'sin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.h:35:3: style: Class 'DihedralOPLSOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:89:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:90:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:90:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:90:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:90:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:90:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:90:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:90:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:90:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:90:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:90:0: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:90:0: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:90:0: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:92:0: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:92:0: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:92:0: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:92:0: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:92:0: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:92:0: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:92:0: style: The scope of the variable 'b1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:92:0: style: The scope of the variable 'b1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:92:0: style: The scope of the variable 'b2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:93:0: style: The scope of the variable 'b2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:93:0: style: The scope of the variable 'b3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:93:0: style: The scope of the variable 'b3mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:93:0: style: The scope of the variable 'ctmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:93:0: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:93:0: style: The scope of the variable 'c1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:93:0: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:94:0: style: The scope of the variable 'c2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:94:0: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:94:0: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:94:0: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:94:0: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:94:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:94:0: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:94:0: style: The scope of the variable 'pd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:94:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:94:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:94:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:95:0: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:95:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:95:0: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:95:0: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:95:0: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:95:0: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:95:0: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:96:0: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:96:0: style: The scope of the variable 'cx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:96:0: style: The scope of the variable 'cy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:96:0: style: The scope of the variable 'cz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:96:0: style: The scope of the variable 'cmag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:96:0: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:96:0: style: The scope of the variable 'phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:96:0: style: The scope of the variable 'si' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:96:0: style: The scope of the variable 'siinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:96:0: style: The scope of the variable 'sin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.h:35:3: style: Class 'DihedralQuadraticOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_table_omp.cpp:156:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_table_omp.cpp:156:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_table_omp.cpp:156:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_table_omp.cpp:156:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_table_omp.cpp:156:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_table_omp.h:35:3: style: Class 'DihedralTableOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/ewald_omp.cpp:116:9: style: The scope of the variable 'kx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/ewald_omp.cpp:116:12: style: The scope of the variable 'ky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/ewald_omp.cpp:116:15: style: The scope of the variable 'kz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_neigh_history_omp.cpp:537:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_neigh_history_omp.cpp:537:21: style: The scope of the variable 'nn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_neigh_history_omp.cpp:537:24: style: The scope of the variable 'np' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_neigh_history_omp.cpp:537:32: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_asphere_omp.cpp:186:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_asphere_omp.h:31:16: style: The function 'nve_v' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_omp.h:30:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_asphere_omp.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_asphere_omp.h:32:16: style: The function 'nve_x' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_omp.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_asphere_omp.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_asphere_omp.h:33:16: style: The function 'nh_v_temp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_omp.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_asphere_omp.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_omp.cpp:264:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_omp.cpp:377:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_sphere_omp.cpp:140:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_sphere_omp.h:28:16: style: The function 'nve_v' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_omp.h:30:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_sphere_omp.h:28:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_sphere_omp.h:29:16: style: The function 'nh_v_temp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_omp.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_sphere_omp.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nphug_omp.cpp:422:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nve_sphere_omp.cpp:89:16: style: The scope of the variable 'g0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nve_sphere_omp.cpp:89:19: style: The scope of the variable 'g1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nve_sphere_omp.cpp:89:22: style: The scope of the variable 'g2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nve_sphere_omp.cpp:89:25: style: The scope of the variable 'msq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nve_sphere_omp.cpp:89:29: style: The scope of the variable 'scale' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nvt_sllod_omp.cpp:124:12: style: The scope of the variable 'vdelu0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nvt_sllod_omp.cpp:124:19: style: The scope of the variable 'vdelu1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nvt_sllod_omp.cpp:124:26: style: The scope of the variable 'vdelu2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nvt_sllod_omp.cpp:124:33: style: The scope of the variable 'buf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nvt_sllod_omp.h:36:16: style: The function 'nh_v_temp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_omp.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nvt_sllod_omp.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_omp.cpp:80:16: style: Condition 'nthreads<1' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_omp.cpp:69:18: note: Assignment 'nthreads=1', assigned value is 1
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_omp.cpp:80:16: note: Condition 'nthreads<1' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_omp.cpp:80:16: style: Same expression on both sides of '<' because the value of 'nthreads' and '1' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_omp.cpp:69:18: note: 'nthreads' is assigned value '1' here.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_omp.cpp:80:16: note: Same expression on both sides of '<' because the value of 'nthreads' and '1' are the same.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_omp.cpp:83:0: style: Variable 'reset_thr' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_omp.cpp:276:5: style: Variable 'check_hybrid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.h:30:3: style: Class 'PairCombOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_qeq_reax_omp.cpp:156:10: style: The scope of the variable 'SMALL' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_qeq_reax_omp.cpp:174:7: style: The scope of the variable 'ai' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_qeq_reax_omp.cpp:195:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_qeq_reax_omp.cpp:286:19: style: The scope of the variable 't_end' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_qeq_reax_omp.cpp:458:17: style: The scope of the variable 'beta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_qeq_reax_omp.cpp:459:10: style: The scope of the variable 'sig_old' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_qeq_reax_omp.cpp:724:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_qeq_reax_omp.cpp:743:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_qeq_reax_omp.cpp:773:28: style: The scope of the variable 'beta_s' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_qeq_reax_omp.cpp:773:36: style: The scope of the variable 'beta_t' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_qeq_reax_omp.cpp:774:10: style: The scope of the variable 'sig_old_s' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_qeq_reax_omp.cpp:774:21: style: The scope of the variable 'sig_old_t' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_reaxc_omp.h:31:3: style: Class 'PairReaxCOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_rigid_small_omp.cpp:122:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_rigid_small_omp.cpp:130:35: style: Variable 'body' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_rigid_small_omp.cpp:194:37: style: Variable 'body' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_rigid_small_omp.cpp:198:37: style: Variable 'body' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:517:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:517:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:517:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:517:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:517:27: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:519:10: style: The scope of the variable 'delxAB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:519:17: style: The scope of the variable 'delyAB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:519:24: style: The scope of the variable 'delzAB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:519:31: style: The scope of the variable 'rABmag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:519:39: style: The scope of the variable 'rAB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:520:10: style: The scope of the variable 'delxBC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:520:17: style: The scope of the variable 'delyBC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:520:24: style: The scope of the variable 'delzBC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:520:31: style: The scope of the variable 'rBCmag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:520:39: style: The scope of the variable 'rBC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:521:10: style: The scope of the variable 'delxBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:521:17: style: The scope of the variable 'delyBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:521:24: style: The scope of the variable 'delzBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:521:31: style: The scope of the variable 'rBDmag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:521:39: style: The scope of the variable 'rBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:522:10: style: The scope of the variable 'costhABC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:522:19: style: The scope of the variable 'thetaABC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:522:28: style: The scope of the variable 'costhABD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:523:10: style: The scope of the variable 'thetaABD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:523:19: style: The scope of the variable 'costhCBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:523:28: style: The scope of the variable 'thetaCBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:523:37: style: The scope of the variable 'dthABC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:523:44: style: The scope of the variable 'dthCBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:523:51: style: The scope of the variable 'dthABD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:524:10: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:524:14: style: The scope of the variable 't1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:524:17: style: The scope of the variable 't3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:524:20: style: The scope of the variable 'r12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:88:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:88:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:88:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:88:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:88:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.h:35:3: style: Class 'ImproperClass2OMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:88:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:88:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:88:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:88:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:88:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:89:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:89:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:89:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:89:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:89:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:89:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:89:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:89:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:89:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:91:0: style: The scope of the variable 'rjisq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:91:0: style: The scope of the variable 'rji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:91:0: style: The scope of the variable 'rlksq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:91:0: style: The scope of the variable 'rlk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:91:0: style: The scope of the variable 'cosphi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.h:35:3: style: Class 'ImproperCossqOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:88:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:88:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:88:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:88:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:88:0: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:88:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:89:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:89:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:89:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:89:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:89:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:89:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:89:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:89:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:89:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:89:0: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:89:0: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:89:0: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:91:0: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:91:0: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:91:0: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:91:0: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:91:0: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:91:0: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:91:0: style: The scope of the variable 'b1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:91:0: style: The scope of the variable 'b1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:91:0: style: The scope of the variable 'b2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:92:0: style: The scope of the variable 'b2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:92:0: style: The scope of the variable 'b3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:92:0: style: The scope of the variable 'b3mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:92:0: style: The scope of the variable 'ctmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:92:0: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:92:0: style: The scope of the variable 'c1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:92:0: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:93:0: style: The scope of the variable 'c2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:93:0: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:93:0: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:93:0: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:93:0: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:93:0: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:93:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:93:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:93:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:93:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:94:0: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:94:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:94:0: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:94:0: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:94:0: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:94:0: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:94:0: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.h:35:3: style: Class 'ImproperCvffOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:88:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:88:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:88:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:88:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:88:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:89:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:89:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:89:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:89:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:89:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:89:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:89:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:89:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:89:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.h:35:3: style: Class 'ImproperFourierOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:88:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:88:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:88:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:88:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:88:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:89:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:89:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:89:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:89:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:89:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:89:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:89:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:89:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:89:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:91:0: style: The scope of the variable 'ss1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:91:0: style: The scope of the variable 'ss2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:91:0: style: The scope of the variable 'ss3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:91:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:91:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:91:0: style: The scope of the variable 'r3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:91:0: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:91:0: style: The scope of the variable 'c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:91:0: style: The scope of the variable 'c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:91:0: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:91:0: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:92:0: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:92:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:92:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:92:0: style: The scope of the variable 'domega' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:92:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:92:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:92:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:92:0: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:92:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:92:0: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:92:0: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:93:0: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:93:0: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:93:0: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.h:35:3: style: Class 'ImproperHarmonicOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:91:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:91:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:91:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:91:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:91:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:96:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:96:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:96:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:96:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:96:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:96:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:96:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:96:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:96:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:104:0: style: The scope of the variable 'angle_summer' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:104:0: style: The scope of the variable 'angfac' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.h:35:3: style: Class 'ImproperRingOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:88:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:88:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:88:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:88:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:88:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:90:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:90:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:90:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:90:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:90:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:90:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:90:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:90:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:90:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:91:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:91:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:91:0: style: The scope of the variable 'projhfg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:91:0: style: The scope of the variable 'dhax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:91:0: style: The scope of the variable 'dhay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:91:0: style: The scope of the variable 'dhaz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:91:0: style: The scope of the variable 'dahx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:91:0: style: The scope of the variable 'dahy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:91:0: style: The scope of the variable 'dahz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:91:0: style: The scope of the variable 'cotphi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'ax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'ay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'az' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'ra2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'rh2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'ra' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'rh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'rar' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'rhr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'arx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'ary' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'arz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'hrx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'hry' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'hrz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.h:35:3: style: Class 'ImproperUmbrellaOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:82:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:82:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:332:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:382:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:382:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:382:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:382:25: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:383:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:383:17: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:383:20: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:383:23: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:431:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:431:17: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:431:20: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:431:23: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:432:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:432:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:432:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:435:10: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:435:14: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:435:18: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:506:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:506:17: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:506:20: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:506:23: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:507:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:507:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:507:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:508:10: style: The scope of the variable 'u' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:508:12: style: The scope of the variable 'v0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:508:15: style: The scope of the variable 'v1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:508:18: style: The scope of the variable 'v2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:508:21: style: The scope of the variable 'v3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:508:24: style: The scope of the variable 'v4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:508:27: style: The scope of the variable 'v5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:362:0: style: The scope of the variable 'icx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:362:0: style: The scope of the variable 'icy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:362:0: style: The scope of the variable 'icz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:169:0: style: The scope of the variable 'esum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:170:0: style: The scope of the variable 'icx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:170:0: style: The scope of the variable 'icy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:170:0: style: The scope of the variable 'icz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:131:0: style: Variable 'g_direct' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:132:0: style: Variable 'v0_direct' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:133:0: style: Variable 'v1_direct' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:134:0: style: Variable 'v2_direct' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:135:0: style: Variable 'v3_direct' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:136:0: style: Variable 'v4_direct' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:137:0: style: Variable 'v5_direct' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_atomonly_omp.cpp:46:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_atomonly_omp.cpp:46:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_atomonly_omp.cpp:46:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_atomonly_omp.cpp:47:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_atomonly_omp.cpp:47:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_atomonly_omp.cpp:47:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_atomonly_omp.h:32:3: style: Class 'NPairFullBinAtomonlyOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_ghost_omp.cpp:51:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_ghost_omp.cpp:51:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_ghost_omp.cpp:53:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_ghost_omp.cpp:53:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_ghost_omp.cpp:53:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_ghost_omp.h:32:3: style: Class 'NPairFullBinGhostOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_omp.cpp:49:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_omp.cpp:49:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_omp.cpp:49:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_omp.cpp:51:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_omp.cpp:51:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_omp.cpp:51:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_omp.h:32:3: style: Class 'NPairFullBinOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_multi_omp.cpp:50:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_multi_omp.cpp:50:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_multi_omp.cpp:50:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_multi_omp.cpp:50:38: style: The scope of the variable 'ns' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_multi_omp.cpp:52:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_multi_omp.cpp:52:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_multi_omp.cpp:52:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_multi_omp.cpp:53:18: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_multi_omp.cpp:54:11: style: The scope of the variable 'cutsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_multi_omp.cpp:54:18: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_multi_omp.h:32:3: style: Class 'NPairFullMultiOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_nsq_ghost_omp.cpp:51:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_nsq_ghost_omp.cpp:51:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_nsq_ghost_omp.cpp:53:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_nsq_ghost_omp.cpp:53:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_nsq_ghost_omp.cpp:53:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_nsq_ghost_omp.h:32:3: style: Class 'NPairFullNsqGhostOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_nsq_omp.cpp:51:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_nsq_omp.cpp:51:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_nsq_omp.cpp:53:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_nsq_omp.cpp:53:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_nsq_omp.cpp:53:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_nsq_omp.h:32:3: style: Class 'NPairFullNsqOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_atomonly_newton_omp.cpp:47:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_atomonly_newton_omp.cpp:47:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_atomonly_newton_omp.cpp:48:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_atomonly_newton_omp.cpp:48:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_atomonly_newton_omp.cpp:48:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_atomonly_newton_omp.h:31:3: style: Class 'NPairHalfBinAtomonlyNewtonOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_ghost_omp.cpp:54:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_ghost_omp.cpp:54:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_ghost_omp.cpp:57:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_ghost_omp.cpp:57:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_ghost_omp.cpp:57:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_ghost_omp.h:32:3: style: Class 'NPairHalfBinNewtoffGhostOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_omp.cpp:50:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_omp.cpp:50:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_omp.cpp:50:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_omp.cpp:52:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_omp.cpp:52:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_omp.cpp:52:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_omp.h:31:3: style: Class 'NPairHalfBinNewtoffOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_omp.cpp:50:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_omp.cpp:50:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_omp.cpp:52:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_omp.cpp:52:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_omp.cpp:52:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_omp.h:31:3: style: Class 'NPairHalfBinNewtonOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_tri_omp.cpp:49:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_tri_omp.cpp:49:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_tri_omp.cpp:49:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_tri_omp.cpp:51:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_tri_omp.cpp:51:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_tri_omp.cpp:51:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_tri_omp.cpp:105:18: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_tri_omp.h:31:3: style: Class 'NPairHalfBinNewtonTriOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newtoff_omp.cpp:51:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newtoff_omp.cpp:51:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newtoff_omp.cpp:51:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newtoff_omp.cpp:51:38: style: The scope of the variable 'ns' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newtoff_omp.cpp:53:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newtoff_omp.cpp:53:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newtoff_omp.cpp:53:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newtoff_omp.cpp:54:18: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newtoff_omp.cpp:55:11: style: The scope of the variable 'cutsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newtoff_omp.cpp:55:18: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newtoff_omp.h:31:3: style: Class 'NPairHalfMultiNewtoffOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_omp.cpp:50:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_omp.cpp:50:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_omp.cpp:52:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_omp.cpp:52:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_omp.cpp:52:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_omp.h:31:3: style: Class 'NPairHalfMultiNewtonOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_tri_omp.cpp:51:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_tri_omp.cpp:51:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_tri_omp.cpp:51:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_tri_omp.cpp:51:38: style: The scope of the variable 'ns' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_tri_omp.cpp:53:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_tri_omp.cpp:53:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_tri_omp.cpp:53:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_tri_omp.cpp:54:18: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_tri_omp.cpp:55:11: style: The scope of the variable 'cutsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_tri_omp.cpp:55:18: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_tri_omp.cpp:116:18: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_tri_omp.h:31:3: style: Class 'NPairHalfMultiNewtonTriOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newtoff_ghost_omp.cpp:55:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newtoff_ghost_omp.cpp:55:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newtoff_ghost_omp.cpp:57:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newtoff_ghost_omp.cpp:57:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newtoff_ghost_omp.cpp:57:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newtoff_ghost_omp.h:32:3: style: Class 'NPairHalfNsqNewtoffGhostOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newtoff_omp.cpp:52:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newtoff_omp.cpp:52:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newtoff_omp.cpp:54:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newtoff_omp.cpp:54:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newtoff_omp.cpp:54:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newtoff_omp.h:31:3: style: Class 'NPairHalfNsqNewtoffOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newton_omp.cpp:51:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newton_omp.cpp:51:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newton_omp.cpp:51:25: style: The scope of the variable 'itag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newton_omp.cpp:53:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newton_omp.cpp:53:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newton_omp.cpp:53:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newton_omp.h:31:3: style: Class 'NPairHalfNsqNewtonOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newtoff_omp.cpp:55:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newtoff_omp.cpp:55:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newtoff_omp.cpp:55:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newtoff_omp.cpp:55:32: style: The scope of the variable 'n_inner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newtoff_omp.cpp:57:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newtoff_omp.cpp:57:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newtoff_omp.cpp:57:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newtoff_omp.h:32:3: style: Class 'NPairHalfRespaBinNewtoffOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_omp.cpp:54:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_omp.cpp:54:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_omp.cpp:54:32: style: The scope of the variable 'n_inner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_omp.cpp:56:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_omp.cpp:56:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_omp.cpp:56:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_omp.h:31:3: style: Class 'NPairHalfRespaBinNewtonOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_tri_omp.cpp:54:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_tri_omp.cpp:54:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_tri_omp.cpp:54:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_tri_omp.cpp:54:32: style: The scope of the variable 'n_inner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_tri_omp.cpp:56:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_tri_omp.cpp:56:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_tri_omp.cpp:56:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_tri_omp.cpp:137:18: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_tri_omp.h:31:3: style: Class 'NPairHalfRespaBinNewtonTriOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newtoff_omp.cpp:56:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newtoff_omp.cpp:56:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newtoff_omp.cpp:56:25: style: The scope of the variable 'n_inner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newtoff_omp.cpp:58:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newtoff_omp.cpp:58:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newtoff_omp.cpp:58:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newtoff_omp.h:32:3: style: Class 'NPairHalfRespaNsqNewtoffOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newton_omp.cpp:57:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newton_omp.cpp:57:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newton_omp.cpp:57:25: style: The scope of the variable 'itag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newton_omp.cpp:57:35: style: The scope of the variable 'n_inner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newton_omp.cpp:59:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newton_omp.cpp:59:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newton_omp.cpp:59:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newton_omp.h:32:3: style: Class 'NPairHalfRespaNsqNewtonOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newtoff_omp.cpp:52:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newtoff_omp.cpp:52:15: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newtoff_omp.cpp:53:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newtoff_omp.cpp:53:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newtoff_omp.cpp:53:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newtoff_omp.cpp:54:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newtoff_omp.h:32:3: style: Class 'NPairHalfSizeBinNewtoffOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_omp.cpp:51:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_omp.cpp:52:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_omp.cpp:52:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_omp.cpp:52:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_omp.cpp:53:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_omp.h:31:3: style: Class 'NPairHalfSizeBinNewtonOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_tri_omp.cpp:49:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_tri_omp.cpp:49:15: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_tri_omp.cpp:50:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_tri_omp.cpp:50:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_tri_omp.cpp:50:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_tri_omp.cpp:51:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_tri_omp.cpp:94:18: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_tri_omp.h:31:3: style: Class 'NPairHalfSizeBinNewtonTriOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newtoff_omp.cpp:54:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newtoff_omp.cpp:55:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newtoff_omp.cpp:55:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newtoff_omp.cpp:55:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newtoff_omp.cpp:56:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newtoff_omp.h:32:3: style: Class 'NPairHalfSizeNsqNewtoffOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newton_omp.cpp:55:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newton_omp.cpp:55:13: style: The scope of the variable 'itag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newton_omp.cpp:56:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newton_omp.cpp:56:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newton_omp.cpp:56:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newton_omp.cpp:57:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newton_omp.h:32:3: style: Class 'NPairHalfSizeNsqNewtonOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_halffull_newtoff_omp.cpp:49:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_halffull_newtoff_omp.cpp:49:17: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_halffull_newtoff_omp.cpp:49:19: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_halffull_newtoff_omp.h:36:3: style: Class 'NPairHalffullNewtoffOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_halffull_newton_omp.cpp:48:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_halffull_newton_omp.cpp:48:17: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_halffull_newton_omp.cpp:48:19: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_halffull_newton_omp.cpp:50:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_halffull_newton_omp.cpp:50:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_halffull_newton_omp.cpp:50:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_halffull_newton_omp.h:37:3: style: Class 'NPairHalffullNewtonOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_adp_omp.cpp:126:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_adp_omp.cpp:126:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_adp_omp.cpp:126:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_adp_omp.h:35:3: style: Class 'PairADPOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.cpp:75:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.cpp:75:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.cpp:75:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.cpp:76:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.cpp:76:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.cpp:76:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.cpp:88:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.cpp:88:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.cpp:88:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.cpp:89:0: style: The scope of the variable 'Vx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.cpp:89:0: style: The scope of the variable 'Vy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.cpp:89:0: style: The scope of the variable 'Vz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.h:35:3: style: Class 'PairAGNIOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.h:30:3: style: Class 'PairAIREBOOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_morse_omp.h:29:3: style: Class 'PairAIREBOMorseOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:751:9: style: Variable 'rik2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:745:9: note: Variable 'rik2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:751:9: note: Variable 'rik2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:781:11: style: Variable 'rjl2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:778:11: note: Variable 'rjl2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:781:11: note: Variable 'rjl2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1098:3: style: Variable 'PijS' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1095:3: note: Variable 'PijS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1098:3: note: Variable 'PijS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1244:3: style: Variable 'PjiS' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1241:3: note: Variable 'PjiS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1244:3: note: Variable 'PjiS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1962:3: style: Variable 'PijS' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1959:3: note: Variable 'PijS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1962:3: note: Variable 'PijS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:2003:3: style: Variable 'PjiS' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:2000:3: note: Variable 'PjiS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:2003:3: note: Variable 'PjiS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:2116:9: style: Variable 'lamdajik' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:2111:9: note: Variable 'lamdajik' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:2116:9: note: Variable 'lamdajik' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:112:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:112:19: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:112:21: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:112:26: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:113:12: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:113:17: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:113:22: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:190:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:190:18: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:192:37: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:192:42: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:192:47: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:288:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:288:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:288:32: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:290:7: style: The scope of the variable 'atomi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:292:22: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:292:27: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:292:32: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:656:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:676:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1016:43: style: The scope of the variable 'atom1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1016:49: style: The scope of the variable 'atom2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1016:55: style: The scope of the variable 'atom3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1016:61: style: The scope of the variable 'atom4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1027:17: style: The scope of the variable 'r32mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1027:24: style: The scope of the variable 'cos321' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1027:31: style: The scope of the variable 'r43' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1027:38: style: The scope of the variable 'r13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1029:10: style: The scope of the variable 'om1234' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1030:29: style: The scope of the variable 'r23mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1030:43: style: The scope of the variable 'r21mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1031:10: style: The scope of the variable 'w21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1031:26: style: The scope of the variable 'r34mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1031:33: style: The scope of the variable 'cos234' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1031:40: style: The scope of the variable 'w34' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1032:34: style: The scope of the variable 'prefactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1033:10: style: The scope of the variable 'fcijpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1033:17: style: The scope of the variable 'fcikpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1033:24: style: The scope of the variable 'fcjlpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1033:31: style: The scope of the variable 'fcjkpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1033:38: style: The scope of the variable 'fcilpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1034:40: style: The scope of the variable 'aa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1034:43: style: The scope of the variable 'aaa2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1034:48: style: The scope of the variable 'at2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1034:52: style: The scope of the variable 'cw' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1034:55: style: The scope of the variable 'cwnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1034:61: style: The scope of the variable 'cwnom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1035:10: style: The scope of the variable 'sin321' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1035:17: style: The scope of the variable 'sin234' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1035:24: style: The scope of the variable 'rr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1035:27: style: The scope of the variable 'rijrik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1035:34: style: The scope of the variable 'rijrjl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1035:41: style: The scope of the variable 'rjk2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1035:46: style: The scope of the variable 'rik2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1035:51: style: The scope of the variable 'ril2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1035:56: style: The scope of the variable 'rjl2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1036:10: style: The scope of the variable 'dctik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1036:16: style: The scope of the variable 'dctjk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1036:22: style: The scope of the variable 'dctjl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1036:28: style: The scope of the variable 'dctij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1036:34: style: The scope of the variable 'dctji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1036:40: style: The scope of the variable 'dctil' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1036:46: style: The scope of the variable 'rik2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1036:52: style: The scope of the variable 'rjl2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1036:58: style: The scope of the variable 'sink2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1036:65: style: The scope of the variable 'sinl2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1037:24: style: The scope of the variable 'dt1dik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1037:31: style: The scope of the variable 'dt1djk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1037:38: style: The scope of the variable 'dt1djl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1037:45: style: The scope of the variable 'dt1dil' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1037:52: style: The scope of the variable 'dt1dij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1038:17: style: The scope of the variable 'F12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1038:24: style: The scope of the variable 'F34' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1038:31: style: The scope of the variable 'F31' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1038:38: style: The scope of the variable 'F24' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1039:10: style: The scope of the variable 'f1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1039:16: style: The scope of the variable 'f2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1039:22: style: The scope of the variable 'f3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1039:28: style: The scope of the variable 'f4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1040:10: style: The scope of the variable 'dcut321' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1041:10: style: The scope of the variable 'rij2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1041:15: style: The scope of the variable 'tspjik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1041:22: style: The scope of the variable 'dtsjik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1041:29: style: The scope of the variable 'tspijl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1041:36: style: The scope of the variable 'dtsijl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1041:43: style: The scope of the variable 'costmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1876:21: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1876:37: style: The scope of the variable 'atomn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1877:31: style: The scope of the variable 'ntype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1878:31: style: The scope of the variable 'rji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1878:38: style: The scope of the variable 'rki' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1878:45: style: The scope of the variable 'rlj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1878:52: style: The scope of the variable 'rknmag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1887:31: style: The scope of the variable 'r43' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1887:38: style: The scope of the variable 'r13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1890:10: style: The scope of the variable 'rlnmag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1892:34: style: The scope of the variable 'prefactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1892:44: style: The scope of the variable 'SpN' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1893:10: style: The scope of the variable 'fcikpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1893:17: style: The scope of the variable 'fcjlpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1893:24: style: The scope of the variable 'fcjkpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1893:31: style: The scope of the variable 'fcilpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1893:38: style: The scope of the variable 'fcijpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1894:40: style: The scope of the variable 'aa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1894:43: style: The scope of the variable 'aaa2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1894:48: style: The scope of the variable 'at2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1895:24: style: The scope of the variable 'rr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1895:27: style: The scope of the variable 'rijrik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1895:34: style: The scope of the variable 'rijrjl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1895:41: style: The scope of the variable 'rjk2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1895:46: style: The scope of the variable 'rik2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1895:51: style: The scope of the variable 'ril2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1895:56: style: The scope of the variable 'rjl2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1896:10: style: The scope of the variable 'dctik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1896:16: style: The scope of the variable 'dctjk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1896:22: style: The scope of the variable 'dctjl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1896:28: style: The scope of the variable 'dctij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1896:34: style: The scope of the variable 'dctji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1896:40: style: The scope of the variable 'dctil' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1896:46: style: The scope of the variable 'rik2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1896:52: style: The scope of the variable 'rjl2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1896:58: style: The scope of the variable 'sink2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1896:65: style: The scope of the variable 'sinl2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1897:24: style: The scope of the variable 'dt1dik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1897:31: style: The scope of the variable 'dt1djk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1897:38: style: The scope of the variable 'dt1djl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1897:45: style: The scope of the variable 'dt1dil' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1897:52: style: The scope of the variable 'dt1dij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1898:17: style: The scope of the variable 'F12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1898:24: style: The scope of the variable 'F34' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1898:31: style: The scope of the variable 'F31' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1898:38: style: The scope of the variable 'F24' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1898:45: style: The scope of the variable 'fi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1898:51: style: The scope of the variable 'fj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1898:57: style: The scope of the variable 'fk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1898:63: style: The scope of the variable 'fl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1899:10: style: The scope of the variable 'f1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1899:16: style: The scope of the variable 'f2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1899:22: style: The scope of the variable 'f3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1899:28: style: The scope of the variable 'f4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1901:10: style: The scope of the variable 'rij2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1901:43: style: The scope of the variable 'costmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1872:43: warning: Function 'bondorderLJ_thr' argument order different: declaration 'i, j, rij, rijmag, VA, rij0, rijmag0, vflag_atom, thr' definition 'i, j, rij_mod, rijmag_mod, VA, rij, rijmag, vflag_atom, thr' [funcArgOrderDifferent]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.h:38:30: note: Function 'bondorderLJ_thr' argument order different: declaration 'i, j, rij, rijmag, VA, rij0, rijmag0, vflag_atom, thr' definition 'i, j, rij_mod, rijmag_mod, VA, rij, rijmag, vflag_atom, thr'
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1872:43: note: Function 'bondorderLJ_thr' argument order different: declaration 'i, j, rij, rijmag, VA, rij0, rijmag0, vflag_atom, thr' definition 'i, j, rij_mod, rijmag_mod, VA, rij, rijmag, vflag_atom, thr'
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_beck_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_beck_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_beck_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_beck_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_beck_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_beck_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_beck_omp.cpp:96:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_beck_omp.cpp:96:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_beck_omp.cpp:96:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_beck_omp.h:35:3: style: Class 'PairBeckOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_long_omp.cpp:89:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_long_omp.cpp:89:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_long_omp.cpp:89:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_long_omp.cpp:90:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_long_omp.cpp:90:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_long_omp.cpp:90:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_long_omp.cpp:90:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_long_omp.cpp:105:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_long_omp.cpp:105:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_long_omp.cpp:105:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_long_omp.h:35:3: style: Class 'PairBornCoulLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_msm_omp.cpp:86:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_msm_omp.cpp:86:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_msm_omp.cpp:86:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_msm_omp.cpp:87:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_msm_omp.cpp:87:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_msm_omp.cpp:87:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_msm_omp.cpp:87:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_msm_omp.cpp:102:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_msm_omp.cpp:102:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_msm_omp.cpp:102:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_msm_omp.h:35:3: style: Class 'PairBornCoulMSMOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_wolf_omp.cpp:83:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_wolf_omp.cpp:83:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_wolf_omp.cpp:83:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_wolf_omp.cpp:84:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_wolf_omp.cpp:84:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_wolf_omp.cpp:84:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_wolf_omp.cpp:84:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_wolf_omp.cpp:89:0: style: The scope of the variable 'qisq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_wolf_omp.cpp:101:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_wolf_omp.cpp:101:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_wolf_omp.cpp:101:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_wolf_omp.h:35:3: style: Class 'PairBornCoulWolfOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_omp.cpp:91:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_omp.cpp:91:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_omp.cpp:91:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_omp.h:35:3: style: Class 'PairBornOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_omp.cpp:81:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_omp.cpp:181:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_omp.cpp:181:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_omp.cpp:181:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_omp.cpp:182:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_omp.cpp:182:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_omp.cpp:182:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_omp.cpp:183:0: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_omp.cpp:257:0: style: Variable 'overlaps' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_omp.h:35:3: style: Class 'PairBrownianOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_omp.cpp:106:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_poly_omp.cpp:81:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_poly_omp.cpp:175:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_poly_omp.cpp:175:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_poly_omp.cpp:175:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_poly_omp.cpp:176:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_poly_omp.cpp:176:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_poly_omp.cpp:176:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_poly_omp.cpp:177:0: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_poly_omp.cpp:253:0: style: Variable 'overlaps' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_poly_omp.h:35:3: style: Class 'PairBrownianPolyOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_poly_omp.cpp:106:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_cut_omp.cpp:80:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_cut_omp.cpp:80:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_cut_omp.cpp:80:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_cut_omp.cpp:81:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_cut_omp.cpp:81:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_cut_omp.cpp:81:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_cut_omp.cpp:81:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_cut_omp.cpp:95:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_cut_omp.cpp:95:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_cut_omp.cpp:95:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_cut_omp.h:35:3: style: Class 'PairBuckCoulCutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_long_omp.cpp:90:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_long_omp.cpp:90:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_long_omp.cpp:90:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_long_omp.cpp:91:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_long_omp.cpp:91:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_long_omp.cpp:91:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_long_omp.cpp:91:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_long_omp.cpp:106:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_long_omp.cpp:106:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_long_omp.cpp:106:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_long_omp.h:35:3: style: Class 'PairBuckCoulLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_msm_omp.cpp:87:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_msm_omp.cpp:87:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_msm_omp.cpp:87:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_msm_omp.cpp:88:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_msm_omp.cpp:88:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_msm_omp.cpp:88:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_msm_omp.cpp:88:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_msm_omp.cpp:103:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_msm_omp.cpp:103:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_msm_omp.cpp:103:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_msm_omp.h:35:3: style: Class 'PairBuckCoulMSMOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:877:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:876:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:877:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:878:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:877:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:878:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:979:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:978:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:979:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:980:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:979:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:980:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1166:0: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1165:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1166:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1167:0: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1166:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1167:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:781:0: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:780:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:781:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:782:0: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:781:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:782:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:812:23: style: The scope of the variable 'fi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:826:8: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:826:17: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:826:26: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:828:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:829:16: style: The scope of the variable 'cut_bucksqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:829:30: style: The scope of the variable 'buck1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:829:39: style: The scope of the variable 'buck2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:829:48: style: The scope of the variable 'rhoinvi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:905:23: style: The scope of the variable 'fi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:923:8: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:923:17: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:923:26: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:925:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:926:16: style: The scope of the variable 'cut_bucksqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:926:30: style: The scope of the variable 'buck1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:926:39: style: The scope of the variable 'buck2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:926:48: style: The scope of the variable 'rhoinvi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1014:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1015:0: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1015:0: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1015:0: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1017:0: style: The scope of the variable 'cutsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1017:0: style: The scope of the variable 'cut_bucksqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1017:0: style: The scope of the variable 'buck1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1017:0: style: The scope of the variable 'buck2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1017:0: style: The scope of the variable 'buckai' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1017:0: style: The scope of the variable 'buckci' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1017:0: style: The scope of the variable 'rhoinvi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1017:0: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:658:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:659:0: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:659:0: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:659:0: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:660:0: style: The scope of the variable 'cutsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:660:0: style: The scope of the variable 'cut_bucksqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:661:0: style: The scope of the variable 'buck1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:661:0: style: The scope of the variable 'buck2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:661:0: style: The scope of the variable 'buckai' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:661:0: style: The scope of the variable 'buckci' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:661:0: style: The scope of the variable 'rhoinvi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:661:0: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.h:31:3: style: Class 'PairBuckLongCoulLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:126:0: style: Variable 'r6inv' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:123:0: note: Variable 'r6inv' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:126:0: note: Variable 'r6inv' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:127:0: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:124:0: note: Variable 'r' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:127:0: note: Variable 'r' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:91:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:91:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:91:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.h:35:3: style: Class 'PairBuckOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_cdeam_omp.cpp:167:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_cdeam_omp.cpp:167:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_cdeam_omp.cpp:167:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_cdeam_omp.cpp:406:0: style: The scope of the variable 'h_prime_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_cdeam_omp.h:51:5: style: Class 'PairCDEAM_OneSiteOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_cdeam_omp.h:59:5: style: Class 'PairCDEAM_TwoSiteOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_colloid_omp.cpp:82:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_colloid_omp.cpp:82:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_colloid_omp.cpp:82:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_colloid_omp.cpp:83:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_colloid_omp.cpp:83:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_colloid_omp.cpp:83:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_colloid_omp.cpp:96:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_colloid_omp.cpp:96:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_colloid_omp.cpp:96:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_colloid_omp.h:35:3: style: Class 'PairColloidOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:438:7: style: Variable 'fqi' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:428:7: note: Variable 'fqi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:438:7: note: Variable 'fqi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:419:12: style: The scope of the variable 'fqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:419:16: style: The scope of the variable 'fqj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:419:20: style: The scope of the variable 'fqij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:419:25: style: The scope of the variable 'fqji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:419:30: style: The scope of the variable 'fqjj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:419:35: style: The scope of the variable 'delr1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:420:12: style: The scope of the variable 'sr1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:420:16: style: The scope of the variable 'sr2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:420:20: style: The scope of the variable 'sr3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:421:9: style: The scope of the variable 'mr1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:421:13: style: The scope of the variable 'mr2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:421:17: style: The scope of the variable 'mr3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:425:9: style: The scope of the variable 'nj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:572:9: style: The scope of the variable 'nj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:574:9: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:574:14: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:575:12: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:575:17: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:575:22: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:85:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:85:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:85:0: style: The scope of the variable 'iparam_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:87:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:88:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:88:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:88:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:96:0: style: The scope of the variable 'iq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:100:0: style: The scope of the variable 'sht_jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:100:0: style: The scope of the variable 'nj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:117:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:117:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:117:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:102:0: style: Variable 'ecoul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_omp.cpp:82:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_omp.cpp:95:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_omp.cpp:95:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_omp.cpp:95:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_omp.h:35:3: style: Class 'PairCoulCutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_soft_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_soft_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_soft_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_soft_omp.cpp:82:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_soft_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_soft_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_soft_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_soft_omp.cpp:95:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_soft_omp.cpp:95:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_soft_omp.cpp:95:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_soft_omp.h:35:3: style: Class 'PairCoulCutSoftOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_debye_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_debye_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_debye_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_debye_omp.cpp:82:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_debye_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_debye_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_debye_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_debye_omp.cpp:95:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_debye_omp.cpp:95:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_debye_omp.cpp:95:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_debye_omp.h:35:3: style: Class 'PairCoulDebyeOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_diel_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_diel_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_diel_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_diel_omp.cpp:82:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_diel_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_diel_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_diel_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_diel_omp.cpp:95:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_diel_omp.cpp:95:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_diel_omp.cpp:95:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_diel_omp.h:35:3: style: Class 'PairCoulDielOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_dsf_omp.cpp:91:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_dsf_omp.cpp:91:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_dsf_omp.cpp:92:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_dsf_omp.cpp:92:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_dsf_omp.cpp:92:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_dsf_omp.cpp:92:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_dsf_omp.cpp:105:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_dsf_omp.cpp:105:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_dsf_omp.cpp:105:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_dsf_omp.h:35:3: style: Class 'PairCoulDSFOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_omp.cpp:90:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_omp.cpp:90:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_omp.cpp:90:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_omp.cpp:91:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_omp.cpp:91:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_omp.cpp:91:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_omp.cpp:91:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_omp.cpp:106:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_omp.cpp:106:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_omp.cpp:106:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_omp.h:35:3: style: Class 'PairCoulLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_soft_omp.cpp:89:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_soft_omp.cpp:89:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_soft_omp.cpp:89:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_soft_omp.cpp:90:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_soft_omp.cpp:90:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_soft_omp.cpp:90:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_soft_omp.cpp:90:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_soft_omp.cpp:105:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_soft_omp.cpp:105:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_soft_omp.cpp:105:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_soft_omp.h:35:3: style: Class 'PairCoulLongSoftOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_msm_omp.cpp:87:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_msm_omp.cpp:87:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_msm_omp.cpp:87:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_msm_omp.cpp:88:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_msm_omp.cpp:88:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_msm_omp.cpp:88:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_msm_omp.cpp:88:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_msm_omp.cpp:103:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_msm_omp.cpp:103:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_msm_omp.cpp:103:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_msm_omp.h:35:3: style: Class 'PairCoulMSMOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_wolf_omp.cpp:83:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_wolf_omp.cpp:83:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_wolf_omp.cpp:84:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_wolf_omp.cpp:84:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_wolf_omp.cpp:84:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_wolf_omp.cpp:84:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_wolf_omp.cpp:89:0: style: The scope of the variable 'qisq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_wolf_omp.cpp:99:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_wolf_omp.cpp:99:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_wolf_omp.cpp:99:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_wolf_omp.h:35:3: style: Class 'PairCoulWolfOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.cpp:122:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.cpp:122:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.cpp:122:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.cpp:123:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.cpp:123:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.cpp:123:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.cpp:124:0: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.cpp:124:0: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.cpp:124:0: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.cpp:137:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.cpp:137:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.cpp:137:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.h:35:3: style: Class 'PairDPDOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_tstat_omp.cpp:121:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_tstat_omp.cpp:121:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_tstat_omp.cpp:122:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_tstat_omp.cpp:122:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_tstat_omp.cpp:122:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_tstat_omp.cpp:123:0: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_tstat_omp.cpp:123:0: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_tstat_omp.cpp:123:0: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_tstat_omp.cpp:134:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_tstat_omp.cpp:134:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_tstat_omp.cpp:134:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_tstat_omp.h:35:3: style: Class 'PairDPDTstatOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_eam_omp.h:35:3: style: Class 'PairEAMOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_eam_alloy_omp.h:31:3: style: Class 'PairEAMAlloyOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_eam_fs_omp.h:31:3: style: Class 'PairEAMFSOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_eam_omp.cpp:116:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_eam_omp.cpp:116:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_eam_omp.cpp:116:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_eam_omp.cpp:233:0: style: Variable 'scale' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_edip_omp.cpp:83:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_edip_omp.cpp:83:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_edip_omp.cpp:84:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_edip_omp.cpp:85:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_edip_omp.cpp:85:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_edip_omp.cpp:85:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_edip_omp.cpp:125:0: style: The scope of the variable 'zeta_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_edip_omp.h:30:3: style: Class 'PairEDIPOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_eim_omp.cpp:118:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_eim_omp.cpp:118:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_eim_omp.cpp:118:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_eim_omp.h:35:3: style: Class 'PairEIMOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_cut_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_cut_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_cut_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_cut_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_cut_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_cut_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_cut_omp.cpp:91:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_cut_omp.cpp:91:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_cut_omp.cpp:91:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_cut_omp.h:35:3: style: Class 'PairGaussCutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_omp.cpp:83:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_omp.cpp:83:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_omp.cpp:83:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_omp.cpp:84:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_omp.cpp:84:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_omp.cpp:84:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_omp.cpp:96:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_omp.cpp:96:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_omp.cpp:96:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_omp.h:35:3: style: Class 'PairGaussOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gayberne_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gayberne_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gayberne_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gayberne_omp.cpp:98:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gayberne_omp.cpp:98:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gayberne_omp.cpp:98:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gayberne_omp.cpp:98:0: style: The scope of the variable 't1tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gayberne_omp.cpp:98:0: style: The scope of the variable 't2tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gayberne_omp.cpp:98:0: style: The scope of the variable 't3tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gayberne_omp.h:35:3: style: Class 'PairGayBerneOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:110:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:110:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:111:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:111:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:111:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:112:0: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:120:0: style: The scope of the variable 'touch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:132:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:132:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:132:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:133:0: style: The scope of the variable 't1tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:133:0: style: The scope of the variable 't2tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:133:0: style: The scope of the variable 't3tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.h:35:3: style: Class 'PairGranHertzHistoryOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:111:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:111:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:112:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:112:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:112:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:114:0: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:122:0: style: The scope of the variable 'touch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:123:0: style: The scope of the variable 'allshear' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:134:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:134:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:134:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:135:0: style: The scope of the variable 't1tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:135:0: style: The scope of the variable 't2tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:135:0: style: The scope of the variable 't3tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.h:35:3: style: Class 'PairGranHookeHistoryOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.cpp:95:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.cpp:95:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.cpp:96:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.cpp:96:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.cpp:96:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.cpp:97:0: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.cpp:116:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.cpp:116:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.cpp:116:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.cpp:117:0: style: The scope of the variable 't1tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.cpp:117:0: style: The scope of the variable 't2tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.cpp:117:0: style: The scope of the variable 't3tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.h:35:3: style: Class 'PairGranHookeOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_hbond_dreiding_lj_omp.cpp:120:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_hbond_dreiding_lj_omp.cpp:120:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_hbond_dreiding_lj_omp.h:35:3: style: Class 'PairHbondDreidingLJOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_hbond_dreiding_morse_omp.cpp:120:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_hbond_dreiding_morse_omp.cpp:120:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_hbond_dreiding_morse_omp.h:35:3: style: Class 'PairHbondDreidingMorseOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj96_cut_omp.cpp:80:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj96_cut_omp.cpp:80:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj96_cut_omp.cpp:80:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj96_cut_omp.cpp:81:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj96_cut_omp.cpp:81:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj96_cut_omp.cpp:81:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj96_cut_omp.cpp:92:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj96_cut_omp.cpp:92:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj96_cut_omp.cpp:92:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj96_cut_omp.h:35:3: style: Class 'PairLJ96CutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.cpp:82:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.cpp:97:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.cpp:97:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.cpp:97:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.h:35:3: style: Class 'PairLJCharmmCoulCharmmImplicitOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.cpp:82:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.cpp:97:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.cpp:97:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.cpp:97:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.h:35:3: style: Class 'PairLJCharmmCoulCharmmOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_long_omp.cpp:112:0: style: Variable 'lj1' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_long_omp.cpp:113:0: style: Variable 'lj2' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_long_omp.cpp:114:0: style: Variable 'lj3' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_long_omp.cpp:115:0: style: Variable 'lj4' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_long_omp.h:35:3: style: Class 'PairLJCharmmCoulLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_long_soft_omp.cpp:112:0: style: Variable 'lj1' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_long_soft_omp.cpp:113:0: style: Variable 'lj2' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_long_soft_omp.cpp:114:0: style: Variable 'lj3' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_long_soft_omp.cpp:115:0: style: Variable 'lj4' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_long_soft_omp.cpp:116:0: style: Variable 'epsilon' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_long_soft_omp.h:35:3: style: Class 'PairLJCharmmCoulLongSoftOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_msm_omp.h:35:3: style: Class 'PairLJCharmmCoulMSMOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_cut_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_cut_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_cut_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_cut_omp.cpp:82:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_cut_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_cut_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_cut_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_cut_omp.cpp:97:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_cut_omp.cpp:97:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_cut_omp.cpp:97:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_cut_omp.h:35:3: style: Class 'PairLJClass2CoulCutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_long_omp.cpp:89:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_long_omp.cpp:89:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_long_omp.cpp:89:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_long_omp.cpp:90:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_long_omp.cpp:90:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_long_omp.cpp:90:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_long_omp.cpp:90:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_long_omp.cpp:105:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_long_omp.cpp:105:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_long_omp.cpp:105:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_long_omp.h:35:3: style: Class 'PairLJClass2CoulLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_omp.cpp:91:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_omp.cpp:91:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_omp.cpp:91:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_omp.h:35:3: style: Class 'PairLJClass2OMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cubic_omp.cpp:80:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cubic_omp.cpp:80:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cubic_omp.cpp:80:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cubic_omp.cpp:81:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cubic_omp.cpp:81:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cubic_omp.cpp:81:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cubic_omp.cpp:93:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cubic_omp.cpp:93:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cubic_omp.cpp:93:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cubic_omp.h:35:3: style: Class 'PairLJCubicOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_omp.cpp:82:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_omp.cpp:96:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_omp.cpp:96:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_omp.cpp:96:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_omp.h:35:3: style: Class 'PairLJCutCoulCutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.cpp:82:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.cpp:97:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.cpp:97:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.cpp:97:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.h:35:3: style: Class 'PairLJCutCoulCutSoftOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_debye_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_debye_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_debye_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_debye_omp.cpp:82:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_debye_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_debye_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_debye_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_debye_omp.cpp:97:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_debye_omp.cpp:97:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_debye_omp.cpp:97:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_debye_omp.h:35:3: style: Class 'PairLJCutCoulDebyeOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_dsf_omp.cpp:91:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_dsf_omp.cpp:91:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_dsf_omp.cpp:91:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_dsf_omp.cpp:92:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_dsf_omp.cpp:92:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_dsf_omp.cpp:92:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_dsf_omp.cpp:92:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_dsf_omp.cpp:107:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_dsf_omp.cpp:107:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_dsf_omp.cpp:107:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_dsf_omp.h:35:3: style: Class 'PairLJCutCoulDSFOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_omp.cpp:90:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_omp.cpp:90:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_omp.cpp:90:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_omp.cpp:91:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_omp.cpp:91:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_omp.cpp:91:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_omp.cpp:91:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_omp.cpp:107:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_omp.cpp:107:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_omp.cpp:107:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_omp.h:35:3: style: Class 'PairLJCutCoulLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.cpp:90:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.cpp:90:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.cpp:90:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.cpp:91:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.cpp:91:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.cpp:91:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.cpp:91:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.cpp:107:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.cpp:107:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.cpp:107:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.h:35:3: style: Class 'PairLJCutCoulLongSoftOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_msm_omp.cpp:87:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_msm_omp.cpp:87:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_msm_omp.cpp:87:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_msm_omp.cpp:88:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_msm_omp.cpp:88:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_msm_omp.cpp:88:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_msm_omp.cpp:88:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_msm_omp.cpp:104:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_msm_omp.cpp:104:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_msm_omp.cpp:104:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_msm_omp.h:35:3: style: Class 'PairLJCutCoulMSMOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_wolf_omp.cpp:83:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_wolf_omp.cpp:83:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_wolf_omp.cpp:83:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_wolf_omp.cpp:84:0: style: The scope of the variable 'qitmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_wolf_omp.cpp:84:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_wolf_omp.cpp:84:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_wolf_omp.cpp:84:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_wolf_omp.cpp:99:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_wolf_omp.cpp:99:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_wolf_omp.cpp:99:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_wolf_omp.h:35:3: style: Class 'PairLJCutCoulWolfOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:80:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:100:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:100:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:100:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:100:0: style: The scope of the variable 't1tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:100:0: style: The scope of the variable 't2tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:100:0: style: The scope of the variable 't3tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.h:35:3: style: Class 'PairLJCutDipoleCutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:87:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:87:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:87:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:87:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:87:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:87:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:91:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:100:0: style: Variable 'firstneigh' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:101:0: style: Variable 'cutsq' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:102:0: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:103:0: style: Variable 'lj1' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:104:0: style: Variable 'lj2' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:105:0: style: Variable 'lj3' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:106:0: style: Variable 'lj4' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.h:35:3: style: Class 'PairLJCutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:87:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:87:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:87:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:87:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:87:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:87:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:91:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:100:0: style: Variable 'firstneigh' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:101:0: style: Variable 'cutsq' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:102:0: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:103:0: style: Variable 'epsilon' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:104:0: style: Variable 'lj1' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:105:0: style: Variable 'lj2' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:106:0: style: Variable 'lj3' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.h:35:3: style: Class 'PairLJCutSoftOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:111:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:111:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:111:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:111:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:111:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:111:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:115:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:133:0: style: Variable 'firstneigh' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:134:0: style: Variable 'cutsq' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:135:0: style: Variable 'cut_ljsq' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:136:0: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:137:0: style: Variable 'lj1' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:138:0: style: Variable 'lj2' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:139:0: style: Variable 'lj3' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:140:0: style: Variable 'lj4' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.h:32:3: style: Class 'PairLJCutTholeLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.cpp:127:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.cpp:127:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.cpp:127:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.cpp:127:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.cpp:135:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.cpp:135:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.cpp:135:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.cpp:151:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.cpp:151:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.cpp:151:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.h:35:3: style: Class 'PairLJCutTIP4PCutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_omp.cpp:139:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_omp.cpp:139:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_omp.cpp:139:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_omp.cpp:139:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_omp.cpp:149:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_omp.cpp:149:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_omp.cpp:149:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_omp.cpp:166:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_omp.cpp:166:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_omp.cpp:166:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_omp.h:35:3: style: Class 'PairLJCutTIP4PLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.cpp:127:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.cpp:127:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.cpp:127:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.cpp:127:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.cpp:137:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.cpp:137:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.cpp:137:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.cpp:153:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.cpp:153:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.cpp:153:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.h:35:3: style: Class 'PairLJCutTIP4PLongSoftOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_expand_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_expand_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_expand_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_expand_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_expand_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_expand_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_expand_omp.cpp:92:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_expand_omp.cpp:92:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_expand_omp.cpp:92:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_expand_omp.h:35:3: style: Class 'PairLJExpandOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.cpp:82:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.cpp:97:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.cpp:97:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.cpp:97:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.h:35:3: style: Class 'PairLJGromacsCoulGromacsOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_omp.cpp:92:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_omp.cpp:92:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_omp.cpp:92:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_omp.h:35:3: style: Class 'PairLJGromacsOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:869:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:868:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:869:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:870:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:869:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:870:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:970:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:969:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:970:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:971:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:970:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:971:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1156:0: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1155:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1156:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1157:0: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1156:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1157:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:775:0: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:774:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:775:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:776:0: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:775:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:776:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:806:23: style: The scope of the variable 'fi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:820:8: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:820:17: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:820:26: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:822:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:823:16: style: The scope of the variable 'cut_ljsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:823:28: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:823:35: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:897:23: style: The scope of the variable 'fi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:915:8: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:915:17: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:915:26: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:917:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:918:16: style: The scope of the variable 'cut_ljsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:918:28: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:918:35: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1005:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1006:0: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1006:0: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1006:0: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1008:0: style: The scope of the variable 'cutsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1008:0: style: The scope of the variable 'cut_ljsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1008:0: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1008:0: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1008:0: style: The scope of the variable 'lj3i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1008:0: style: The scope of the variable 'lj4i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1008:0: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:655:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:656:0: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:656:0: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:656:0: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:657:0: style: The scope of the variable 'cutsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:657:0: style: The scope of the variable 'cut_ljsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:657:0: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:657:0: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:657:0: style: The scope of the variable 'lj3i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:657:0: style: The scope of the variable 'lj4i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:657:0: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.h:35:3: style: Class 'PairLJLongCoulLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:448:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1120:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1120:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1120:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1122:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1122:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1122:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1122:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1122:45: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1122:51: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1122:57: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1127:11: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1127:18: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1380:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1380:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1380:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1382:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1382:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1382:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1382:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1382:45: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1382:51: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1382:57: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1389:11: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1389:18: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1620:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1620:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1620:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1620:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1638:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1638:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1638:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1643:0: style: The scope of the variable 'qri' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1647:0: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1647:0: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1647:0: style: The scope of the variable 'lj3i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1647:0: style: The scope of the variable 'lj4i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1647:0: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1657:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1657:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1657:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:734:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:734:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:734:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:738:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:738:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:738:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:738:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:738:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:738:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:738:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:751:0: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:751:0: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:751:0: style: The scope of the variable 'lj3i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:751:0: style: The scope of the variable 'lj4i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:751:0: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.h:35:3: style: Class 'PairLJLongTIP4PLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sdk_coul_long_omp.h:35:3: style: Class 'PairLJSDKCoulLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sdk_coul_msm_omp.cpp:120:0: style: The scope of the variable 'fgamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sdk_coul_msm_omp.cpp:120:0: style: The scope of the variable 'egamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sdk_coul_msm_omp.h:35:3: style: Class 'PairLJSDKCoulMSMOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sdk_omp.cpp:85:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sdk_omp.cpp:86:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sdk_omp.cpp:86:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sdk_omp.cpp:86:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sdk_omp.cpp:96:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sdk_omp.cpp:96:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sdk_omp.cpp:96:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sdk_omp.h:35:3: style: Class 'PairLJSDKOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:80:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:104:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:104:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:104:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:104:0: style: The scope of the variable 't1tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:104:0: style: The scope of the variable 't2tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:104:0: style: The scope of the variable 't3tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.h:35:3: style: Class 'PairLJSFDipoleSFOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_linear_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_linear_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_linear_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_linear_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_linear_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_linear_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_linear_omp.cpp:92:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_linear_omp.cpp:92:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_linear_omp.cpp:92:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_linear_omp.h:36:3: style: Class 'PairLJSmoothLinearOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_omp.cpp:92:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_omp.cpp:92:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_omp.cpp:92:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_omp.h:35:3: style: Class 'PairLJSmoothOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_omp.cpp:73:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_omp.cpp:154:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_omp.cpp:155:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_omp.cpp:155:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_omp.cpp:155:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_omp.cpp:459:0: style: Variable 'itype' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_omp.cpp:460:0: style: Variable 'radi' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_omp.cpp:333:0: style: Variable 'overlaps' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_omp.h:35:3: style: Class 'PairLubricateOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_omp.cpp:98:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_poly_omp.cpp:74:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_poly_omp.cpp:156:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_poly_omp.cpp:157:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_poly_omp.cpp:157:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_poly_omp.cpp:157:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_poly_omp.cpp:468:0: style: Variable 'itype' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_poly_omp.cpp:469:0: style: Variable 'radi' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_poly_omp.cpp:339:0: style: Variable 'overlaps' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_poly_omp.h:35:3: style: Class 'PairLubricatePolyOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_poly_omp.cpp:99:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_meam_spline_omp.h:35:3: style: Class 'PairMEAMSplineOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_omp.cpp:91:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_omp.cpp:91:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_omp.cpp:91:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_omp.h:35:3: style: Class 'PairMorseOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_smooth_linear_omp.cpp:85:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_smooth_linear_omp.cpp:85:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_smooth_linear_omp.cpp:85:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_smooth_linear_omp.cpp:86:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_smooth_linear_omp.cpp:86:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_smooth_linear_omp.cpp:86:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_smooth_linear_omp.cpp:97:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_smooth_linear_omp.cpp:97:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_smooth_linear_omp.cpp:97:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_smooth_linear_omp.h:30:3: style: Class 'PairMorseSmoothLinearOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nb3b_harmonic_omp.cpp:74:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nb3b_harmonic_omp.cpp:74:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nb3b_harmonic_omp.cpp:74:0: style: The scope of the variable 'jnumm1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nb3b_harmonic_omp.cpp:75:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nb3b_harmonic_omp.cpp:76:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nb3b_harmonic_omp.cpp:76:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nb3b_harmonic_omp.cpp:76:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nb3b_harmonic_omp.cpp:91:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nb3b_harmonic_omp.cpp:91:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nb3b_harmonic_omp.cpp:91:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nb3b_harmonic_omp.h:36:3: style: Class 'PairNb3bHarmonicOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:82:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:96:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:96:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:96:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:108:0: style: Variable 'firstneigh' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:109:0: style: Variable 'cutsq' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:110:0: style: Variable 'cut_coulsq' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:111:0: style: Variable 'cut_ljsq' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:112:0: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:113:0: style: Variable 'mm' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:114:0: style: Variable 'nn' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:115:0: style: Variable 'nm' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:116:0: style: Variable 'e0nm' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:117:0: style: Variable 'r0m' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:118:0: style: Variable 'r0n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.h:35:3: style: Class 'PairNMCutCoulCutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:89:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:90:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:90:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:90:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:90:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:107:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:107:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:107:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:119:0: style: Variable 'firstneigh' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:120:0: style: Variable 'cutsq' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:121:0: style: Variable 'cut_ljsq' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:122:0: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:123:0: style: Variable 'mm' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:124:0: style: Variable 'nn' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:125:0: style: Variable 'nm' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:126:0: style: Variable 'e0nm' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:127:0: style: Variable 'r0m' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:128:0: style: Variable 'r0n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.h:35:3: style: Class 'PairNMCutCoulLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:86:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:86:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:86:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:86:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:86:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:86:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:90:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:99:0: style: Variable 'firstneigh' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:100:0: style: Variable 'cutsq' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:101:0: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:102:0: style: Variable 'mm' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:103:0: style: Variable 'nn' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:104:0: style: Variable 'nm' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:105:0: style: Variable 'e0nm' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:106:0: style: Variable 'r0m' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:107:0: style: Variable 'r0n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.h:35:3: style: Class 'PairNMCutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.cpp:368:14: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.cpp:368:19: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.cpp:369:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.cpp:369:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.cpp:369:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.cpp:370:10: style: The scope of the variable 'xtmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.cpp:370:16: style: The scope of the variable 'ytmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.cpp:370:22: style: The scope of the variable 'ztmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.cpp:111:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.cpp:111:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.cpp:111:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.cpp:259:0: style: The scope of the variable 'first' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.h:35:3: style: Class 'PairPeriLPSOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_pmb_omp.cpp:96:0: style: The scope of the variable 'xtmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_pmb_omp.cpp:96:0: style: The scope of the variable 'ytmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_pmb_omp.cpp:96:0: style: The scope of the variable 'ztmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_pmb_omp.cpp:107:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_pmb_omp.cpp:107:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_pmb_omp.cpp:107:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_pmb_omp.cpp:221:0: style: The scope of the variable 'first' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_pmb_omp.h:35:3: style: Class 'PairPeriPMBOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_reaxc_omp.cpp:184:19: style: The scope of the variable 't_end' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_reaxc_omp.cpp:295:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_reaxc_omp.cpp:295:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_reaxc_omp.cpp:482:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_reaxc_omp.cpp:516:27: style: The scope of the variable 'num_mynbrs' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_reaxc_omp.cpp:613:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_reaxc_omp.cpp:262:14: style: Variable 'evdwl' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_reaxc_omp.cpp:265:14: style: Variable 'ecoul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_rebo_omp.h:29:3: style: Class 'PairREBOOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_resquared_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_resquared_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_resquared_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_resquared_omp.cpp:94:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_resquared_omp.cpp:94:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_resquared_omp.cpp:94:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_resquared_omp.cpp:94:0: style: The scope of the variable 't1tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_resquared_omp.cpp:94:0: style: The scope of the variable 't2tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_resquared_omp.cpp:94:0: style: The scope of the variable 't3tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_resquared_omp.h:35:3: style: Class 'PairRESquaredOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_soft_omp.cpp:83:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_soft_omp.cpp:83:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_soft_omp.cpp:83:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_soft_omp.cpp:84:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_soft_omp.cpp:84:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_soft_omp.cpp:84:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_soft_omp.cpp:95:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_soft_omp.cpp:95:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_soft_omp.cpp:95:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_soft_omp.h:35:3: style: Class 'PairSoftOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_sw_omp.cpp:75:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_sw_omp.cpp:75:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_sw_omp.cpp:77:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_sw_omp.cpp:78:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_sw_omp.cpp:78:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_sw_omp.cpp:78:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_sw_omp.cpp:97:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_sw_omp.cpp:97:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_sw_omp.cpp:97:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_sw_omp.h:35:3: style: Class 'PairSWOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_table_omp.cpp:80:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_table_omp.cpp:80:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_table_omp.cpp:80:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_table_omp.cpp:81:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_table_omp.cpp:81:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_table_omp.cpp:81:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_table_omp.cpp:97:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_table_omp.cpp:97:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_table_omp.cpp:97:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_table_omp.h:35:3: style: Class 'PairTableOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_c_omp.cpp:76:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_c_omp.cpp:76:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_c_omp.cpp:78:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_c_omp.cpp:79:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_c_omp.cpp:79:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_c_omp.cpp:79:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_c_omp.cpp:97:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_c_omp.cpp:97:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_c_omp.cpp:97:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_c_omp.h:30:3: style: Class 'PairTersoffMODCOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_omp.cpp:76:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_omp.cpp:76:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_omp.cpp:78:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_omp.cpp:79:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_omp.cpp:79:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_omp.cpp:79:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_omp.cpp:97:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_omp.cpp:97:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_omp.cpp:97:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_omp.h:30:3: style: Class 'PairTersoffMODOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_omp.cpp:77:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_omp.cpp:77:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_omp.cpp:101:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_omp.cpp:101:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_omp.cpp:101:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_omp.h:30:3: style: Class 'PairTersoffOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_table_omp.cpp:96:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_table_omp.cpp:96:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_table_omp.cpp:97:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_table_omp.cpp:98:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_table_omp.cpp:98:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_table_omp.cpp:98:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_table_omp.cpp:99:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_table_omp.cpp:99:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_table_omp.cpp:99:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_table_omp.h:30:3: style: Class 'PairTersoffTableOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_zbl_omp.cpp:108:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_zbl_omp.h:28:3: style: Class 'PairTersoffZBLOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_zbl_omp.cpp:114:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_zbl_omp.cpp:117:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_zbl_omp.cpp:136:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_zbl_omp.cpp:139:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_cut_omp.cpp:126:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_cut_omp.cpp:126:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_cut_omp.cpp:126:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_cut_omp.cpp:126:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_cut_omp.cpp:134:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_cut_omp.cpp:134:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_cut_omp.cpp:134:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_cut_omp.cpp:148:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_cut_omp.cpp:148:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_cut_omp.cpp:148:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_cut_omp.h:35:3: style: Class 'PairTIP4PCutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_omp.cpp:139:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_omp.cpp:139:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_omp.cpp:139:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_omp.cpp:139:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_omp.cpp:149:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_omp.cpp:149:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_omp.cpp:149:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_omp.cpp:163:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_omp.cpp:163:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_omp.cpp:163:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_omp.h:35:3: style: Class 'PairTIP4PLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_soft_omp.cpp:127:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_soft_omp.cpp:127:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_soft_omp.cpp:127:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_soft_omp.cpp:127:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_soft_omp.cpp:136:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_soft_omp.cpp:136:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_soft_omp.cpp:136:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_soft_omp.cpp:150:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_soft_omp.cpp:150:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_soft_omp.cpp:150:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_soft_omp.h:35:3: style: Class 'PairTIP4PLongSoftOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_ufm_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_ufm_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_ufm_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_ufm_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_ufm_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_ufm_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_ufm_omp.cpp:93:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_ufm_omp.cpp:93:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_ufm_omp.cpp:93:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_ufm_omp.h:37:3: style: Class 'PairUFMOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_omp.cpp:75:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_omp.cpp:75:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_omp.cpp:77:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_omp.cpp:78:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_omp.cpp:78:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_omp.cpp:78:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_omp.cpp:98:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_omp.cpp:98:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_omp.cpp:98:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_omp.h:35:3: style: Class 'PairVashishtaOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_table_omp.cpp:75:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_table_omp.cpp:75:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_table_omp.cpp:77:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_table_omp.cpp:78:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_table_omp.cpp:78:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_table_omp.cpp:78:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_table_omp.cpp:98:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_table_omp.cpp:98:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_table_omp.cpp:98:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_table_omp.h:35:3: style: Class 'PairVashishtaTableOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_colloid_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_colloid_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_colloid_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_colloid_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_colloid_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_colloid_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_colloid_omp.cpp:80:0: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_colloid_omp.cpp:92:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_colloid_omp.cpp:92:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_colloid_omp.cpp:92:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_colloid_omp.h:35:3: style: Class 'PairYukawaColloidOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_omp.cpp:91:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_omp.cpp:91:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_omp.cpp:91:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_omp.h:35:3: style: Class 'PairYukawaOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:86:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:86:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:86:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:86:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:86:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:86:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:90:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:99:0: style: Variable 'firstneigh' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:100:0: style: Variable 'sw1' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:101:0: style: Variable 'sw2' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:102:0: style: Variable 'sw3' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:103:0: style: Variable 'sw4' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:104:0: style: Variable 'sw5' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.h:35:3: style: Class 'PairZBLOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:129:12: style: The scope of the variable 'snx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:129:16: style: The scope of the variable 'sny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:129:20: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:133:12: style: The scope of the variable 'sqk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:135:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:135:11: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:135:13: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:135:24: style: The scope of the variable 'kper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:135:29: style: The scope of the variable 'lper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:135:34: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:223:12: style: The scope of the variable 'snx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:223:16: style: The scope of the variable 'sny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:223:20: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:223:24: style: The scope of the variable 'sqk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:224:12: style: The scope of the variable 'argx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:224:17: style: The scope of the variable 'argy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:224:22: style: The scope of the variable 'argz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:224:27: style: The scope of the variable 'wx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:224:30: style: The scope of the variable 'wy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:224:33: style: The scope of the variable 'wz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:224:36: style: The scope of the variable 'sx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:224:39: style: The scope of the variable 'sy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:224:42: style: The scope of the variable 'sz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:224:45: style: The scope of the variable 'qx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:224:48: style: The scope of the variable 'qy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:224:51: style: The scope of the variable 'qz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:226:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:226:11: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:226:13: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:226:15: style: The scope of the variable 'kper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:226:20: style: The scope of the variable 'lper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:226:25: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:367:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:451:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:451:31: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:451:34: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:451:37: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:531:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:531:31: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:531:34: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:531:37: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:533:12: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:533:15: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:533:18: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:533:21: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:626:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:626:31: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:626:34: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:626:37: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:131:19: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:132:20: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:132:34: style: The scope of the variable 'snz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:134:22: style: The scope of the variable 'argz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:134:33: style: The scope of the variable 'wz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:134:42: style: The scope of the variable 'sz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:134:51: style: The scope of the variable 'qz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:225:19: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:227:20: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:227:34: style: The scope of the variable 'snz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:228:22: style: The scope of the variable 'argz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:228:33: style: The scope of the variable 'wz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:228:42: style: The scope of the variable 'sz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:229:18: style: The scope of the variable 'qz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:742:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:742:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:742:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:742:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:742:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:742:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:742:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:742:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:742:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:848:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:848:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:848:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:848:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:848:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:848:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:848:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:848:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:848:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:851:12: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:852:12: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:852:15: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:852:18: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:953:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:953:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:953:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:953:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:953:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:953:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:953:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:953:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:953:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1053:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1053:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1053:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1053:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1053:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1053:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1053:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1053:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1053:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1056:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1057:12: style: The scope of the variable 'lj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1158:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1158:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1158:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1158:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1158:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1158:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1158:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1158:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1158:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1161:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1162:12: style: The scope of the variable 'lj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1163:12: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1164:12: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1164:15: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1164:18: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1266:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1266:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1266:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1266:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1266:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1266:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1266:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1266:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1266:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1269:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1270:12: style: The scope of the variable 'lj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1369:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1369:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1369:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1369:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1369:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1369:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1369:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1369:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1369:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1374:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1375:12: style: The scope of the variable 'lj0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1375:16: style: The scope of the variable 'lj1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1375:20: style: The scope of the variable 'lj2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1375:24: style: The scope of the variable 'lj3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1375:28: style: The scope of the variable 'lj4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1375:32: style: The scope of the variable 'lj5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1375:36: style: The scope of the variable 'lj6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1506:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1506:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1506:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1506:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1506:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1506:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1506:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1506:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1506:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1511:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1512:12: style: The scope of the variable 'lj0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1512:16: style: The scope of the variable 'lj1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1512:20: style: The scope of the variable 'lj2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1512:24: style: The scope of the variable 'lj3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1512:28: style: The scope of the variable 'lj4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1512:32: style: The scope of the variable 'lj5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1512:36: style: The scope of the variable 'lj6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1513:12: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1514:12: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1514:15: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1514:18: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1681:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1681:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1681:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1681:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1681:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1681:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1681:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1681:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1681:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1690:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1691:12: style: The scope of the variable 'lj0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1691:16: style: The scope of the variable 'lj1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1691:20: style: The scope of the variable 'lj2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1691:24: style: The scope of the variable 'lj3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1691:28: style: The scope of the variable 'lj4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1691:32: style: The scope of the variable 'lj5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1691:36: style: The scope of the variable 'lj6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:133:19: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:134:20: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:134:34: style: The scope of the variable 'snz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:136:22: style: The scope of the variable 'argz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:136:33: style: The scope of the variable 'wz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:136:42: style: The scope of the variable 'sz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:136:51: style: The scope of the variable 'qz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:224:19: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:226:20: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:226:34: style: The scope of the variable 'snz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:227:22: style: The scope of the variable 'argz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:227:33: style: The scope of the variable 'wz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:227:42: style: The scope of the variable 'sz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:228:18: style: The scope of the variable 'qz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:366:9: style: The scope of the variable 'iH1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:366:13: style: The scope of the variable 'iH2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:910:12: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:910:15: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:910:18: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:910:21: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1041:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1041:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1041:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1041:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1041:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1041:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1041:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1041:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1041:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1044:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1045:12: style: The scope of the variable 'lj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1143:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1143:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1143:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1143:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1143:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1143:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1143:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1143:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1143:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1146:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1147:12: style: The scope of the variable 'lj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1148:12: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1149:12: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1149:15: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1149:18: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1248:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1248:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1248:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1248:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1248:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1248:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1248:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1248:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1248:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1251:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1252:12: style: The scope of the variable 'lj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1348:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1348:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1348:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1348:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1348:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1348:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1348:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1348:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1348:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1353:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1354:12: style: The scope of the variable 'lj0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1354:16: style: The scope of the variable 'lj1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1354:20: style: The scope of the variable 'lj2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1354:24: style: The scope of the variable 'lj3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1354:28: style: The scope of the variable 'lj4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1354:32: style: The scope of the variable 'lj5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1354:36: style: The scope of the variable 'lj6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1482:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1482:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1482:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1482:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1482:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1482:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1482:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1482:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1482:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1487:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1488:12: style: The scope of the variable 'lj0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1488:16: style: The scope of the variable 'lj1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1488:20: style: The scope of the variable 'lj2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1488:24: style: The scope of the variable 'lj3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1488:28: style: The scope of the variable 'lj4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1488:32: style: The scope of the variable 'lj5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1488:36: style: The scope of the variable 'lj6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1489:12: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1490:12: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1490:15: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1490:18: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1654:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1654:11: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1654:13: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1654:15: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1654:17: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1654:20: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1654:23: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1654:26: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1654:29: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1654:32: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1663:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1664:12: style: The scope of the variable 'lj0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1664:16: style: The scope of the variable 'lj1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1664:20: style: The scope of the variable 'lj2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1664:24: style: The scope of the variable 'lj3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1664:28: style: The scope of the variable 'lj4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1664:32: style: The scope of the variable 'lj5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1664:36: style: The scope of the variable 'lj6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:126:12: style: The scope of the variable 'snx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:126:16: style: The scope of the variable 'sny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:126:20: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:130:12: style: The scope of the variable 'sqk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:132:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:132:11: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:132:13: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:132:24: style: The scope of the variable 'kper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:132:29: style: The scope of the variable 'lper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:132:34: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:220:12: style: The scope of the variable 'snx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:220:16: style: The scope of the variable 'sny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:220:20: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:220:24: style: The scope of the variable 'sqk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:221:12: style: The scope of the variable 'argx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:221:17: style: The scope of the variable 'argy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:221:22: style: The scope of the variable 'argz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:221:27: style: The scope of the variable 'wx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:221:30: style: The scope of the variable 'wy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:221:33: style: The scope of the variable 'wz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:221:36: style: The scope of the variable 'sx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:221:39: style: The scope of the variable 'sy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:221:42: style: The scope of the variable 'sz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:221:45: style: The scope of the variable 'qx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:221:48: style: The scope of the variable 'qy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:221:51: style: The scope of the variable 'qz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:223:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:223:11: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:223:13: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:223:15: style: The scope of the variable 'kper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:223:20: style: The scope of the variable 'lper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:223:25: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:538:12: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:538:15: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:538:18: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:538:21: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:633:31: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:633:34: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:633:37: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:127:12: style: The scope of the variable 'snx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:127:16: style: The scope of the variable 'sny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:127:20: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:131:12: style: The scope of the variable 'sqk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:133:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:133:11: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:133:13: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:133:24: style: The scope of the variable 'kper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:133:29: style: The scope of the variable 'lper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:133:34: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:221:12: style: The scope of the variable 'snx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:221:16: style: The scope of the variable 'sny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:221:20: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:221:24: style: The scope of the variable 'sqk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:222:12: style: The scope of the variable 'argx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:222:17: style: The scope of the variable 'argy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:222:22: style: The scope of the variable 'argz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:222:27: style: The scope of the variable 'wx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:222:30: style: The scope of the variable 'wy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:222:33: style: The scope of the variable 'wz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:222:36: style: The scope of the variable 'sx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:222:39: style: The scope of the variable 'sy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:222:42: style: The scope of the variable 'sz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:222:45: style: The scope of the variable 'qx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:222:48: style: The scope of the variable 'qy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:222:51: style: The scope of the variable 'qz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:224:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:224:11: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:224:13: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:224:15: style: The scope of the variable 'kper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:224:20: style: The scope of the variable 'lper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:224:25: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:359:9: style: The scope of the variable 'iH1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:359:13: style: The scope of the variable 'iH2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:635:12: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:635:15: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:635:18: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:635:21: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_bonds_omp.cpp:68:7: style: The scope of the variable 'start_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_bonds_omp.cpp:68:16: style: The scope of the variable 'end_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:152:26: style: The scope of the variable 'start_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:152:35: style: The scope of the variable 'end_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:268:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:268:10: style: The scope of the variable 'comp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:268:16: style: The scope of the variable 'Hindex' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:339:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:339:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:339:13: style: The scope of the variable 'pj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:340:7: style: The scope of the variable 'start_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:340:16: style: The scope of the variable 'end_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:341:7: style: The scope of the variable 'type_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:341:15: style: The scope of the variable 'type_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:342:7: style: The scope of the variable 'ihb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:342:12: style: The scope of the variable 'jhb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:342:17: style: The scope of the variable 'ihb_top' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:342:26: style: The scope of the variable 'jhb_top' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:353:7: style: The scope of the variable 'btop_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:502:14: style: Variable 'cutoff' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:93:6: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_hydrogen_bonds_omp.cpp:153:74: style: Variable 'num_hb_intrs' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_init_md_omp.cpp:54:10: style: The scope of the variable 'total_hbonds' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_nonbonded_omp.cpp:259:10: style: The scope of the variable 'SMALL' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_nonbonded_omp.cpp:270:7: style: The scope of the variable 'type_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_torsion_angles_omp.cpp:79:15: style: The scope of the variable 'type_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_torsion_angles_omp.cpp:84:10: style: The scope of the variable 'Delta_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_torsion_angles_omp.cpp:226:80: style: Variable 'num_frb_intrs' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:139:10: performance: Technically the member function 'LAMMPS_NS::ThrData::memory_usage' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.cpp:278:17: note: Technically the member function 'LAMMPS_NS::ThrData::memory_usage' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:139:10: note: Technically the member function 'LAMMPS_NS::ThrData::memory_usage' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:649:10: style: The scope of the variable 'v' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:688:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:50:10: performance: Technically the member function 'LAMMPS_NS::ThrOMP::memory_usage_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:1219:16: note: Technically the member function 'LAMMPS_NS::ThrOMP::memory_usage_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:50:10: note: Technically the member function 'LAMMPS_NS::ThrOMP::memory_usage_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:109:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::e_tally_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:415:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::e_tally_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:109:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::e_tally_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:111:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::v_tally_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:467:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::v_tally_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:111:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::v_tally_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:124:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally3_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:598:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally3_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:124:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally3_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:127:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally4_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:642:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally4_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:127:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally4_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:133:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:758:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:133:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:138:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:831:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:138:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:142:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally13_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:909:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally13_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:142:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally13_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:147:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:968:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:147:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:154:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:1060:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:154:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:161:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::v_tally2_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:1151:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::v_tally2_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:161:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::v_tally2_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:162:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::v_tally3_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:1172:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::v_tally3_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:162:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::v_tally3_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:164:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::v_tally4_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:1196:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::v_tally4_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:164:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::v_tally4_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:167:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_list_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:683:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_list_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:167:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_list_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-PHONON/fix_phonon.cpp:208:9: style: The scope of the variable 'ix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-PHONON/fix_phonon.cpp:208:13: style: The scope of the variable 'iy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-PHONON/fix_phonon.cpp:208:17: style: The scope of the variable 'iz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-PHONON/fix_phonon.cpp:208:21: style: The scope of the variable 'iu' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-PHONON/fix_phonon.cpp:586:7: style: The scope of the variable 'ix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-PHONON/fix_phonon.cpp:586:11: style: The scope of the variable 'iy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-PHONON/fix_phonon.cpp:586:15: style: The scope of the variable 'iz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-PHONON/fix_phonon.cpp:586:19: style: The scope of the variable 'iu' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-PHONON/fix_phonon.cpp:790:10: style: The scope of the variable 'big' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-QMMM/fix_qmmm.cpp:452:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-QMMM/fix_qmmm.cpp:730:27: style: The scope of the variable 'qm_ntag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-QMMM/fix_qmmm.cpp:279:18: style: Array index 'left' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/USER-QMMM/fix_qmmm.cpp:506:0: error: Memory leak: mm_coord_all [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-QMMM/fix_qmmm.cpp:506:0: error: Memory leak: mm_charge_all [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-QMMM/fix_qmmm.cpp:506:0: error: Memory leak: mm_mask_all [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-QMMM/fix_qmmm.cpp:564:23: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lammps-0~20180510.gitaa1d815fe/src/USER-QMMM/fix_qmmm.cpp:771:20: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lammps-0~20180510.gitaa1d815fe/src/USER-QTB/fix_qbmsst.cpp:882:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-QTB/fix_qbmsst.cpp:960:3: style: Variable 'energy' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-QTB/fix_qbmsst.cpp:956:0: note: Variable 'energy' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-QTB/fix_qbmsst.cpp:960:3: note: Variable 'energy' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-QTB/fix_qbmsst.cpp:548:48: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lammps-0~20180510.gitaa1d815fe/src/USER-QTB/fix_qbmsst.cpp:619:37: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lammps-0~20180510.gitaa1d815fe/src/USER-QTB/fix_qbmsst.cpp:778:21: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lammps-0~20180510.gitaa1d815fe/src/USER-QTB/fix_qtb.cpp:244:17: style: The scope of the variable 'gamma3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-QTB/fix_qtb.cpp:204:46: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lammps-0~20180510.gitaa1d815fe/src/USER-QUIP/pair_quip.cpp:60:13: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-QUIP/pair_quip.cpp:62:8: style: The scope of the variable 'jlist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-QUIP/pair_quip.h:40:3: style: Class 'PairQUIP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/compute_spec_atom.cpp:50:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:835:3: warning: Member variable 'LR_data::H' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:835:3: warning: Member variable 'LR_data::e_vdW' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:835:3: warning: Member variable 'LR_data::CEvd' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:835:3: warning: Member variable 'LR_data::e_ele' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:835:3: warning: Member variable 'LR_data::CEclmb' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:861:3: warning: Member variable 'cubic_spline_coef::a' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:861:3: warning: Member variable 'cubic_spline_coef::b' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:861:3: warning: Member variable 'cubic_spline_coef::c' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:861:3: warning: Member variable 'cubic_spline_coef::d' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:837:3: style: 'LR_data::operator=' should return 'LR_data &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:845:3: style: 'LR_data::operator=' should return 'LR_data &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:863:3: style: 'cubic_spline_coef::operator=' should return 'cubic_spline_coef &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:870:3: style: 'cubic_spline_coef::operator=' should return 'cubic_spline_coef &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/pair_reaxc.h:40:3: style: Class 'PairReaxC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:828:1: warning: The struct 'LR_data' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:856:1: warning: The struct 'cubic_spline_coef' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:205:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:207:9: style: The scope of the variable 'pf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:294:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:490:19: style: The scope of the variable 't_end' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:540:15: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:585:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:682:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:682:15: style: The scope of the variable 'alpha' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:682:22: style: The scope of the variable 'beta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:683:10: style: The scope of the variable 'sig_old' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:795:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:989:8: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:1017:8: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:1045:8: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:1074:7: style: The scope of the variable 'kk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:1093:7: style: The scope of the variable 'kk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.h:109:16: warning: Virtual function 'deallocate_storage' is called from destructor '~FixQEqReax()' at line 154. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:154:3: note: Calling deallocate_storage
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.h:109:16: note: deallocate_storage is a virtual method
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc.cpp:141:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:190:15: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:191:14: style: The scope of the variable 'nj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:227:16: style: The scope of the variable 'numbonds' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:263:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:263:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:263:16: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:264:7: style: The scope of the variable 'inode' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:264:14: style: The scope of the variable 'nlocal_tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:264:26: style: The scope of the variable 'numbonds' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:268:10: style: The scope of the variable 'sbotmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:268:18: style: The scope of the variable 'nlptmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:268:26: style: The scope of the variable 'avqtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:268:34: style: The scope of the variable 'abotmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_species.cpp:198:11: style: The scope of the variable 'len' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_species.cpp:726:20: style: The scope of the variable 'flag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_species.cpp:951:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/pair_reaxc.cpp:77:12: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/pair_reaxc.cpp:85:11: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/pair_reaxc.cpp:489:19: style: The scope of the variable 't_end' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/pair_reaxc.cpp:586:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/pair_reaxc.cpp:586:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/pair_reaxc.cpp:654:21: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/pair_reaxc.cpp:700:21: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/pair_reaxc.cpp:828:17: style: The scope of the variable 'nj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/pair_reaxc.cpp:550:14: style: Variable 'evdwl' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/pair_reaxc.cpp:553:14: style: Variable 'ecoul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/pair_reaxc.cpp:677:18: style: Variable 'num_marked' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_allocate.cpp:53:22: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_allocate.cpp:74:22: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_allocate.cpp:402:29: style: The scope of the variable 'Hflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_allocate.cpp:403:14: style: The scope of the variable 'newsize' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_allocate.cpp:405:14: style: The scope of the variable 'far_nbrs' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_allocate.cpp:407:8: style: The scope of the variable 'msg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_allocate.cpp:481:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_bond_orders.cpp:153:8: style: The scope of the variable 'fi_tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_bond_orders.cpp:153:16: style: The scope of the variable 'fj_tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_bond_orders.cpp:153:32: style: The scope of the variable 'delij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_bond_orders.cpp:153:39: style: The scope of the variable 'delji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_bond_orders.cpp:264:10: style: The scope of the variable 'btop_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_bond_orders.cpp:266:10: style: The scope of the variable 'Cln_BOp_s' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_bond_orders.cpp:266:21: style: The scope of the variable 'Cln_BOp_pi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_bond_orders.cpp:266:33: style: The scope of the variable 'Cln_BOp_pi2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_bond_orders.cpp:268:14: style: The scope of the variable 'ibond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_bond_orders.cpp:268:22: style: The scope of the variable 'jbond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_bonds.cpp:39:7: style: The scope of the variable 'start_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_bonds.cpp:39:16: style: The scope of the variable 'end_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:182:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:181:5: note: Variable 'val' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:182:5: note: Variable 'val' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:188:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:175:5: note: Variable 'c' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:188:5: note: Variable 'c' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:193:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:192:5: note: Variable 'val' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:193:5: note: Variable 'val' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:197:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:196:5: note: Variable 'val' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:197:5: note: Variable 'val' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:201:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:188:5: note: Variable 'c' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:201:5: note: Variable 'c' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:213:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:212:5: note: Variable 'val' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:213:5: note: Variable 'val' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:348:7: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:346:7: note: Variable 'val' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:348:7: note: Variable 'val' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:660:9: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_forces.cpp:120:16: style: The scope of the variable 'Hindex' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_forces.cpp:180:7: style: The scope of the variable 'type_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_forces.cpp:324:7: style: The scope of the variable 'type_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_forces.cpp:77:6: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_hydrogen_bonds.cpp:106:0: style: Variable 'num_hb_intrs' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_init_md.cpp:41:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_init_md.cpp:42:14: style: The scope of the variable 'atom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_init_md.cpp:157:10: style: The scope of the variable 'total_hbonds' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_io_tools.cpp:41:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_io_tools.cpp:42:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_lookup.cpp:209:24: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_lookup.cpp:211:24: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_lookup.cpp:214:26: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_lookup.cpp:217:27: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_lookup.cpp:220:26: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_lookup.cpp:223:29: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_lookup.cpp:37:10: style: The scope of the variable 'id' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_nonbonded.cpp:212:7: style: The scope of the variable 'type_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_nonbonded.cpp:321:11: style: The scope of the variable 'type_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_nonbonded.cpp:345:10: style: The scope of the variable 'powr_vdW1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_nonbonded.cpp:345:21: style: The scope of the variable 'powgi_vdW1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_nonbonded.cpp:346:15: style: The scope of the variable 'fn13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_nonbonded.cpp:347:21: style: The scope of the variable 'dfn13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_nonbonded.cpp:350:23: style: The scope of the variable 'r_ij5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_nonbonded.cpp:350:30: style: The scope of the variable 'r_ij6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_nonbonded.cpp:350:37: style: The scope of the variable 're6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_reset_tools.cpp:35:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_reset_tools.cpp:36:14: style: The scope of the variable 'atom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_reset_tools.cpp:126:10: style: The scope of the variable 'total_bonds' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_reset_tools.cpp:126:23: style: The scope of the variable 'Hindex' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_reset_tools.cpp:126:31: style: The scope of the variable 'total_hbonds' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_reset_tools.cpp:127:14: style: The scope of the variable 'bonds' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_reset_tools.cpp:127:22: style: The scope of the variable 'hbonds' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_tool_box.cpp:119:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_tool_box.cpp:46:3: warning: The buffer 'test' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_torsion_angles.cpp:126:15: style: The scope of the variable 'type_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_torsion_angles.cpp:127:7: style: The scope of the variable 'start_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_torsion_angles.cpp:127:16: style: The scope of the variable 'end_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_torsion_angles.cpp:131:10: style: The scope of the variable 'Delta_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_torsion_angles.cpp:254:80: style: Variable 'num_frb_intrs' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:64:8: style: The scope of the variable 'ensembles' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:66:8: style: The scope of the variable 'reposition' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:68:8: style: The scope of the variable 't_regime' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:70:8: style: The scope of the variable 'traj_methods' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:71:8: style: The scope of the variable 'atom_formats' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:76:8: style: The scope of the variable 'bond_formats' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:79:8: style: The scope of the variable 'angle_formats' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:265:23: style: The scope of the variable 'buffer_len' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:266:14: style: The scope of the variable 'p_atom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:488:28: style: The scope of the variable 'buffer_len' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:490:15: style: The scope of the variable 'p_atom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:568:17: style: The scope of the variable 'buffer_len' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:659:17: style: The scope of the variable 'buffer_len' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_valence_angles.cpp:82:15: style: The scope of the variable 'type_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:229:16: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:229:20: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:229:24: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:229:28: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:229:33: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:229:38: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:319:16: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:417:16: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:432:16: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:453:16: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:453:20: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:453:24: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:453:28: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:453:33: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:453:38: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:605:16: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:833:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.h:41:3: style: Class 'AtomVecSMD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/fix_smd_adjust_dt.cpp:230:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/fix_smd_move_triangulated_surface.cpp:423:41: style: Variable 'vel' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/fix_smd_move_triangulated_surface.cpp:414:41: note: Variable 'vel' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/fix_smd_move_triangulated_surface.cpp:423:41: note: Variable 'vel' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/fix_smd_move_triangulated_surface.cpp:432:41: style: Variable 'vel' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/fix_smd_move_triangulated_surface.cpp:423:41: note: Variable 'vel' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/fix_smd_move_triangulated_surface.cpp:432:41: note: Variable 'vel' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/fix_smd_move_triangulated_surface.cpp:261:16: style: The scope of the variable 'phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/fix_smd_move_triangulated_surface.cpp:465:16: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/fix_smd_tlsph_reference_configuration.cpp:130:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/fix_smd_tlsph_reference_configuration.cpp:516:16: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/fix_smd_wall_surface.cpp:271:16: style: The scope of the variable 'values' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_hertz.cpp:82:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_hertz.cpp:82:33: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_hertz.cpp:82:39: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_hertz.cpp:83:16: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_hertz.cpp:83:22: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_hertz.cpp:83:28: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_hertz.cpp:86:37: style: The scope of the variable 'ri' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_hertz.h:41:3: style: Class 'PairHertz' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_tlsph.cpp:151:29: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_tlsph.cpp:716:16: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_tlsph.cpp:1843:16: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_tlsph.h:42:9: style: Class 'PairTlsph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_triangulated_surface.cpp:87:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_triangulated_surface.cpp:87:33: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_triangulated_surface.cpp:87:39: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_triangulated_surface.h:43:3: style: Class 'PairTriSurf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:137:19: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:138:19: style: The scope of the variable 'irad' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:224:19: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:225:24: style: The scope of the variable 'irad' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:225:42: style: The scope of the variable 'ivol' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:371:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:372:36: style: The scope of the variable 'ivol' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:650:16: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:943:13: style: The scope of the variable 'ioffset' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:943:22: style: The scope of the variable 'iarg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:943:28: style: The scope of the variable 'iNextKwd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:943:45: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:1493:16: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:1632:16: style: The scope of the variable 'visc_magnitude' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.h:41:9: style: Class 'PairULSPH' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:419:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:419:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:422:9: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:422:9: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:431:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:431:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:441:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:441:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:476:33: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:476:33: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:484:9: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:484:9: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:493:9: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:493:9: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:505:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:505:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:508:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:508:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:524:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:524:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:532:9: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:532:9: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:536:9: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:536:9: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:552:33: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:552:33: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:575:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:575:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:583:9: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:583:9: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:605:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:605:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:615:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:615:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:629:13: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:629:13: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:632:13: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:632:13: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:639:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:639:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:646:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:646:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:652:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:652:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:659:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:659:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:667:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:667:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:671:9: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:671:9: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:683:9: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:683:9: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:691:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:691:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:699:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:699:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:703:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:703:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:707:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:707:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:712:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:712:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:718:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:718:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:723:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:723:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:729:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:729:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:733:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:733:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:740:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:740:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:746:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:746:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:751:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:751:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:759:9: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:759:9: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:764:9: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:764:9: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:780:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:780:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:785:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:785:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:795:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:795:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:805:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:805:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:825:13: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:825:13: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:833:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:833:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:834:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:834:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1286:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1277:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1286:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1287:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1277:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1287:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1288:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1277:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1288:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1342:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1277:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1342:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1410:24: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1277:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1410:24: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1444:21: style: Condition 'ii==2' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1443:18: note: Assignment 'ii=2', assigned value is 2
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1444:21: note: Condition 'ii==2' is always true
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1444:30: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1277:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1444:30: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1495:23: style: Condition 'ii==2' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1494:20: note: Assignment 'ii=2', assigned value is 2
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1495:23: note: Condition 'ii==2' is always true
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1495:32: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1277:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1495:32: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1558:21: style: Condition 'ii==2' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1557:18: note: Assignment 'ii=2', assigned value is 2
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1558:21: note: Condition 'ii==2' is always true
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1558:30: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1277:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1558:30: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:449:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:452:17: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:3: style: Variable 'verbose' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:394:3: note: Variable 'verbose' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:3: note: Variable 'verbose' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1139:7: style: Variable 'fpair' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1134:21: note: Variable 'fpair' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1139:7: note: Variable 'fpair' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1251:3: style: Variable 'self_d' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1250:3: note: Variable 'self_d' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1251:3: note: Variable 'self_d' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1277:3: style: Variable 'verbose' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1276:3: note: Variable 'verbose' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1277:3: note: Variable 'verbose' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2348:7: style: Variable 'itype' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2344:7: note: Variable 'itype' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2348:7: note: Variable 'itype' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2432:7: style: Variable 'fqi' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2424:7: note: Variable 'fqi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2432:7: note: Variable 'fqi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:628:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:631:9: note: Found duplicate branches for 'if' and 'else'.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:628:7: note: Found duplicate branches for 'if' and 'else'.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:164:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:843:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:845:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:848:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:848:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:848:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:849:14: style: The scope of the variable 'iq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:850:37: style: The scope of the variable 'Ecoh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:852:10: style: The scope of the variable 'dq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:852:13: style: The scope of the variable 'dqcov' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1405:10: style: The scope of the variable 'cang' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1607:33: style: The scope of the variable 'engSurf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1607:41: style: The scope of the variable 'fforceBulk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1607:52: style: The scope of the variable 'fforceSurf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1607:63: style: The scope of the variable 'dcoordloc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1607:73: style: The scope of the variable 'dcoupureloc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1608:10: style: The scope of the variable 'engBB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1608:16: style: The scope of the variable 'fforceBB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1608:26: style: The scope of the variable 'dIntfcoup2loc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1735:33: style: The scope of the variable 'engSurf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1736:10: style: The scope of the variable 'engBB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2038:16: style: The scope of the variable 'mu' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2088:18: style: The scope of the variable 'fcov_ji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2088:38: style: The scope of the variable 'mu' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2228:10: style: The scope of the variable 'ddc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2228:14: style: The scope of the variable 'a3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2228:17: style: The scope of the variable 'a4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2228:20: style: The scope of the variable 'a5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2228:23: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2315:7: style: The scope of the variable 'eflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2488:17: style: The scope of the variable 't_end' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2488:23: style: The scope of the variable 'dt' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2820:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2823:10: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2845:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2863:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2866:10: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:3396:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:3440:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:3799:21: style: The scope of the variable 'trm1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:3799:26: style: The scope of the variable 'trm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:3799:48: style: The scope of the variable 'ctrm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:3919:12: style: The scope of the variable 'nni1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:3920:28: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:3921:59: style: The scope of the variable 'coff' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:4073:16: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:4073:18: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:887:19: style: Variable 'ecoul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:887:47: style: Variable 'Eion' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2448:15: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2330:9: style: Variable 'fqj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2330:22: style: Variable 'fqij2' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2330:30: style: Variable 'fqjj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.h:29:3: style: Class 'PairSMTBQ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:146:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:182:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:233:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:250:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:250:14: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:250:18: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:296:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:296:14: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:296:18: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:407:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:426:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:426:14: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:426:18: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:485:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:485:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:485:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:485:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:485:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:485:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:716:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.h:29:3: style: Class 'AtomVecMeso' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_heatconduction.cpp:48:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_heatconduction.cpp:48:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_heatconduction.cpp:48:33: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_heatconduction.cpp:49:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_heatconduction.cpp:49:16: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_heatconduction.cpp:49:22: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_heatconduction.cpp:52:10: style: The scope of the variable 'imass' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_heatconduction.h:29:3: style: Class 'PairSPHHeatConduction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.cpp:49:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.cpp:49:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.cpp:49:33: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.cpp:50:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.cpp:50:16: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.cpp:50:22: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.cpp:53:10: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.cpp:53:17: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.cpp:53:24: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.cpp:53:31: style: The scope of the variable 'imass' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.cpp:53:45: style: The scope of the variable 'fi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.cpp:54:45: style: The scope of the variable 'ci' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.h:29:3: style: Class 'PairSPHIdealGas' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_lj.cpp:49:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_lj.cpp:49:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_lj.cpp:49:33: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_lj.cpp:50:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_lj.cpp:50:16: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_lj.cpp:50:22: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_lj.cpp:53:10: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_lj.cpp:53:17: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_lj.cpp:53:24: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_lj.cpp:53:31: style: The scope of the variable 'imass' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_lj.h:29:3: style: Class 'PairSPHLJ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:67:13: style: The scope of the variable 'ii' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:67:17: style: The scope of the variable 'jj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:67:21: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:67:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:67:34: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:68:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:68:16: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:68:22: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:68:28: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:68:34: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:68:40: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:69:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:69:15: style: The scope of the variable 'imass' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:69:22: style: The scope of the variable 'h' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:69:25: style: The scope of the variable 'ih' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:69:29: style: The scope of the variable 'ihsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:71:10: style: The scope of the variable 'wf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:292:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.h:29:3: style: Class 'PairSPHRhoSum' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater.cpp:54:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater.cpp:54:33: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater.cpp:55:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater.cpp:55:16: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater.cpp:55:22: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater.cpp:58:10: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater.cpp:58:17: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater.cpp:58:24: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater.cpp:58:31: style: The scope of the variable 'imass' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater.cpp:58:45: style: The scope of the variable 'fi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater.cpp:59:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater.h:29:3: style: Class 'PairSPHTaitwater' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater_morris.cpp:53:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater_morris.cpp:53:33: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater_morris.cpp:54:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater_morris.cpp:54:16: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater_morris.cpp:54:22: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater_morris.cpp:57:10: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater_morris.cpp:57:17: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater_morris.cpp:57:24: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater_morris.cpp:57:31: style: The scope of the variable 'imass' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater_morris.cpp:57:45: style: The scope of the variable 'fi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater_morris.cpp:58:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater_morris.h:29:3: style: Class 'PairSPHTaitwaterMorris' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-TALLY/compute_force_tally.cpp:164:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-TALLY/compute_heat_flux_tally.cpp:184:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-TALLY/compute_pe_tally.cpp:149:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-TALLY/compute_stress_tally.cpp:173:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-UEF/dump_cfg_uef.h:31:3: warning: Member variable 'DumpCFGUef::ifix_uef' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-UEF/fix_nh_uef.cpp:713:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-UEF/uef_utils.h:28:10: style: Technically the member function 'LAMMPS_NS::UEF_utils::UEFBox::get_box' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-UEF/uef_utils.cpp:106:14: note: Technically the member function 'LAMMPS_NS::UEF_utils::UEFBox::get_box' can be const.
lammps-0~20180510.gitaa1d815fe/src/USER-UEF/uef_utils.h:28:10: note: Technically the member function 'LAMMPS_NS::UEF_utils::UEFBox::get_box' can be const.
lammps-0~20180510.gitaa1d815fe/src/USER-UEF/uef_utils.h:29:10: style: Technically the member function 'LAMMPS_NS::UEF_utils::UEFBox::get_rot' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-UEF/uef_utils.cpp:115:14: note: Technically the member function 'LAMMPS_NS::UEF_utils::UEFBox::get_rot' can be const.
lammps-0~20180510.gitaa1d815fe/src/USER-UEF/uef_utils.h:29:10: note: Technically the member function 'LAMMPS_NS::UEF_utils::UEFBox::get_rot' can be const.
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:222:7: style: The scope of the variable 'icompute' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:229:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:238:7: style: The scope of the variable 'ivariable' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:246:7: style: The scope of the variable 'icustom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:355:12: style: The scope of the variable 'value' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:498:13: style: The scope of the variable 'xbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:498:18: style: The scope of the variable 'ybox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:498:23: style: The scope of the variable 'zbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:511:13: style: The scope of the variable 'ybox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:511:18: style: The scope of the variable 'zbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:523:13: style: The scope of the variable 'zbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:1522:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:1913:77: warning: Missing bounds check for extra iterator increment in loop. [StlMissingComparison]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:1930:17: note: Missing bounds check for extra iterator increment in loop.
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:1913:77: note: Missing bounds check for extra iterator increment in loop.
lammps-0~20180510.gitaa1d815fe/src/VORONOI/compute_voronoi_atom.cpp:210:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/VORONOI/compute_voronoi_atom.cpp:435:7: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/VORONOI/compute_voronoi_atom.cpp:494:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/VORONOI/compute_voronoi_atom.cpp:494:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/VORONOI/compute_voronoi_atom.cpp:497:8: style: The scope of the variable 'have_narea' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/VORONOI/compute_voronoi_atom.cpp:548:15: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/VORONOI/compute_voronoi_atom.cpp:548:18: style: The scope of the variable 'b' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/angle.cpp:143:10: style: The scope of the variable 'eanglethird' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.h:273:14: style: Technically the member function 'LAMMPS_NS::Atom::get_map_size' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/atom.h:212:3: style: Class 'Atom' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/force.h:100:3: style: Class 'Force' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/error.h:27:3: style: Class 'Error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.cpp:164:11: style: The scope of the variable 'istyle' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/domain.h:155:14: style: Technically the member function 'LAMMPS_NS::Domain::minimum_image_check' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:34:3: style: Class 'AngleHybrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/neighbor.h:107:3: style: Class 'Neighbor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/domain.h:101:3: style: Class 'Domain' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:36:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:37:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:38:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:39:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:40:10: style: The function 'equilibrium_angle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:46:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:41:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:42:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:43:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:50:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:43:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:44:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:51:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:44:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:30:3: style: Class 'AngleZero' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:32:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:33:16: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:34:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:36:10: style: The function 'equilibrium_angle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:46:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:37:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:38:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:39:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:49:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:41:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:50:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:973:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1019:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1072:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1142:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1231:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1318:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1318:11: style: The scope of the variable 'tagdata' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1367:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1367:27: style: The scope of the variable 'ninteger' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1367:36: style: The scope of the variable 'ndouble' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1772:13: style: The scope of the variable 'ix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1772:16: style: The scope of the variable 'iy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1772:19: style: The scope of the variable 'iz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1772:22: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:36:3: style: Class 'AtomVecEllipsoid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/output.h:67:3: style: Class 'Output' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/group.h:31:3: style: Class 'Group' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/variable.h:25:3: style: Class 'Variable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:38:8: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:57:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:39:8: style: The function 'grow_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:58:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:40:8: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:59:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:41:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:63:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:41:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:42:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:64:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:42:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:43:7: style: The function 'pack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:65:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:43:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:44:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:66:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:45:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:67:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:46:7: style: The function 'unpack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:68:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:46:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:47:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:70:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:47:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:48:7: style: The function 'pack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:71:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:48:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:49:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:50:7: style: The function 'unpack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:73:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:50:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:51:7: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:75:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:51:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:52:7: style: The function 'pack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:52:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:53:7: style: The function 'pack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:77:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:53:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:54:8: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:78:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:54:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:55:8: style: The function 'unpack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:79:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:55:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:56:7: style: The function 'unpack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:80:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:56:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:57:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:82:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:57:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:58:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:83:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:58:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:59:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:85:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:59:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:60:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:86:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:60:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:61:7: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:87:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:61:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:62:8: style: The function 'create_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:89:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:62:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:63:8: style: The function 'data_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:91:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:63:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:64:7: style: The function 'data_atom_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:64:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:65:8: style: The function 'data_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:94:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:65:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:66:7: style: The function 'data_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:95:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:66:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:67:8: style: The function 'pack_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:97:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:67:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:68:7: style: The function 'pack_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:98:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:68:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:69:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:69:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:70:7: style: The function 'write_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:100:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:70:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:71:8: style: The function 'pack_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:71:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:72:7: style: The function 'pack_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:102:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:72:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:73:8: style: The function 'write_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:73:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:74:7: style: The function 'write_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:104:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:74:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:75:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:118:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:75:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:79:8: style: The function 'clear_bonus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:60:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:79:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:80:8: style: The function 'data_atom_bonus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:92:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:80:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_map.cpp:123:9: style: The scope of the variable 'previous' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_map.cpp:123:18: style: The scope of the variable 'ibucket' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_map.cpp:123:26: style: The scope of the variable 'index' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_map.cpp:200:9: style: The scope of the variable 'previous' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_map.cpp:200:18: style: The scope of the variable 'ibucket' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_map.cpp:200:26: style: The scope of the variable 'index' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.h:294:7: style: Technically the member function 'LAMMPS_NS::Atom::map_find_hash' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/atom_map.cpp:346:11: note: Technically the member function 'LAMMPS_NS::Atom::map_find_hash' can be const.
lammps-0~20180510.gitaa1d815fe/src/atom.h:294:7: note: Technically the member function 'LAMMPS_NS::Atom::map_find_hash' can be const.
lammps-0~20180510.gitaa1d815fe/src/atom.h:333:7: performance: Technically the member function 'LAMMPS_NS::Atom::next_prime' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/atom_map.cpp:364:11: note: Technically the member function 'LAMMPS_NS::Atom::next_prime' can be static.
lammps-0~20180510.gitaa1d815fe/src/atom.h:333:7: note: Technically the member function 'LAMMPS_NS::Atom::next_prime' can be static.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:173:23: style: Opposite expression on both sides of '>'. [oppositeExpression]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:173:23: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:173:23: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:185:25: style: Opposite expression on both sides of '>'. [oppositeExpression]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:185:25: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:185:25: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:234:23: style: Opposite expression on both sides of '>'. [oppositeExpression]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:234:23: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:234:23: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:247:25: style: Opposite expression on both sides of '>'. [oppositeExpression]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:247:25: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:247:25: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:295:23: style: Opposite expression on both sides of '>'. [oppositeExpression]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:295:23: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:295:23: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:308:25: style: Opposite expression on both sides of '>'. [oppositeExpression]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:308:25: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:308:25: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:357:23: style: Opposite expression on both sides of '>'. [oppositeExpression]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:357:23: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:357:23: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:370:25: style: Opposite expression on both sides of '>'. [oppositeExpression]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:370:25: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:370:25: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:107:8: performance: Technically the member function 'LAMMPS_NS::AtomVec::write_bond' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:200:15: note: Technically the member function 'LAMMPS_NS::AtomVec::write_bond' can be static.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:107:8: note: Technically the member function 'LAMMPS_NS::AtomVec::write_bond' can be static.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:109:8: performance: Technically the member function 'LAMMPS_NS::AtomVec::write_angle' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:263:15: note: Technically the member function 'LAMMPS_NS::AtomVec::write_angle' can be static.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:109:8: note: Technically the member function 'LAMMPS_NS::AtomVec::write_angle' can be static.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:111:8: performance: Technically the member function 'LAMMPS_NS::AtomVec::write_dihedral' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:325:15: note: Technically the member function 'LAMMPS_NS::AtomVec::write_dihedral' can be static.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:111:8: note: Technically the member function 'LAMMPS_NS::AtomVec::write_dihedral' can be static.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:113:8: performance: Technically the member function 'LAMMPS_NS::AtomVec::write_improper' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:387:15: note: Technically the member function 'LAMMPS_NS::AtomVec::write_improper' can be static.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:113:8: note: Technically the member function 'LAMMPS_NS::AtomVec::write_improper' can be static.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:146:7: performance: Technically the member function 'LAMMPS_NS::AtomVec::grow_nmax_bonus' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:102:14: note: Technically the member function 'LAMMPS_NS::AtomVec::grow_nmax_bonus' can be static.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:146:7: note: Technically the member function 'LAMMPS_NS::AtomVec::grow_nmax_bonus' can be static.
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:109:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:109:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:109:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:145:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:145:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:145:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:145:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:145:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:145:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:255:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:272:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:272:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:272:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:319:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:319:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:319:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:319:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:319:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:319:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:503:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:29:3: style: Class 'AtomVecAtomic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:31:8: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:57:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:32:8: style: The function 'grow_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:58:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:33:8: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:59:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:34:15: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:63:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:34:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:35:15: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:64:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:35:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:36:16: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:66:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:37:16: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:67:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:38:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:70:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:38:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:39:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:40:15: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:75:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:40:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:41:15: style: The function 'pack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:41:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:42:16: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:78:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:42:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:43:16: style: The function 'unpack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:79:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:43:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:44:15: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:82:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:44:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:45:15: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:83:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:45:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:46:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:85:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:46:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:47:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:86:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:47:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:48:7: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:87:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:48:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:49:8: style: The function 'create_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:89:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:50:8: style: The function 'data_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:91:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:50:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:51:8: style: The function 'pack_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:97:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:51:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:52:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:52:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:53:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:118:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:53:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:167:11: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:248:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:248:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:248:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:302:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:302:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:302:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:302:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:302:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:302:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:398:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:530:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:548:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:566:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:566:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:566:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:650:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:650:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:650:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:650:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:650:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:650:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:787:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/my_pool_chunk.h:73:0: style: Class 'LAMMPS_NS :: MyPoolChunk < int >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/src/my_pool_chunk.h:73:0: style: Class 'LAMMPS_NS :: MyPoolChunk < int >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/src/my_pool_chunk.h:73:0: style: Class 'LAMMPS_NS :: MyPoolChunk < double >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/src/my_pool_chunk.h:73:0: style: Class 'LAMMPS_NS :: MyPoolChunk < double >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:43:3: style: Class 'AtomVecBody' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:45:8: style: The function 'process_args' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:54:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:46:8: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:57:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:46:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:47:8: style: The function 'grow_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:58:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:47:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:48:8: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:59:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:48:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:49:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:63:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:49:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:50:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:64:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:50:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:51:7: style: The function 'pack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:65:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:51:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:52:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:66:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:52:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:53:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:67:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:53:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:54:7: style: The function 'unpack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:68:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:54:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:55:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:70:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:55:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:56:7: style: The function 'pack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:71:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:56:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:57:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:57:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:58:7: style: The function 'unpack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:73:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:58:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:59:7: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:75:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:59:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:60:7: style: The function 'pack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:60:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:61:7: style: The function 'pack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:77:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:61:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:62:8: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:78:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:62:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:63:8: style: The function 'unpack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:79:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:63:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:64:7: style: The function 'unpack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:80:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:64:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:65:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:82:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:65:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:66:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:83:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:66:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:67:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:85:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:67:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:68:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:86:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:68:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:69:7: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:87:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:69:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:70:8: style: The function 'create_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:89:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:70:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:71:8: style: The function 'data_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:91:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:71:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:72:7: style: The function 'data_atom_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:72:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:73:8: style: The function 'data_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:94:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:73:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:74:7: style: The function 'data_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:95:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:74:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:75:8: style: The function 'pack_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:97:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:75:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:76:7: style: The function 'pack_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:98:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:76:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:77:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:77:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:78:7: style: The function 'write_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:100:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:78:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:79:8: style: The function 'pack_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:79:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:80:7: style: The function 'pack_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:102:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:80:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:81:8: style: The function 'write_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:81:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:82:7: style: The function 'write_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:104:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:82:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:83:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:118:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:83:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:87:8: style: The function 'clear_bonus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:60:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:87:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/my_pool_chunk.h:181:0: error: Common realloc mistake: 'freelist' nulled but not freed upon failure [memleakOnRealloc]
lammps-0~20180510.gitaa1d815fe/src/my_pool_chunk.h:182:0: error: Common realloc mistake: 'pages' nulled but not freed upon failure [memleakOnRealloc]
lammps-0~20180510.gitaa1d815fe/src/my_pool_chunk.h:183:0: error: Common realloc mistake: 'whichbin' nulled but not freed upon failure [memleakOnRealloc]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:116:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:116:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:116:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:152:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:152:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:152:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:152:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:152:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:152:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:262:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:279:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:279:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:279:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:328:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:328:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:328:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:328:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:328:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:328:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:406:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:548:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:29:3: style: Class 'AtomVecCharge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:31:8: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:57:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:32:8: style: The function 'grow_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:58:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:33:8: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:59:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:34:15: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:63:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:34:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:35:15: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:64:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:35:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:36:16: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:66:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:37:16: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:67:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:38:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:70:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:38:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:39:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:40:15: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:75:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:40:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:41:15: style: The function 'pack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:41:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:42:7: style: The function 'pack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:77:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:42:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:43:16: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:78:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:43:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:44:16: style: The function 'unpack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:79:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:44:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:45:7: style: The function 'unpack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:80:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:45:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:46:15: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:82:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:46:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:47:15: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:83:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:47:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:48:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:85:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:48:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:49:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:86:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:49:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:50:7: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:87:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:50:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:51:8: style: The function 'create_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:89:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:51:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:52:8: style: The function 'data_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:91:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:52:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:53:7: style: The function 'data_atom_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:53:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:54:8: style: The function 'pack_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:97:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:54:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:55:7: style: The function 'pack_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:98:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:55:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:56:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:56:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:57:7: style: The function 'write_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:100:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:57:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:58:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:118:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:58:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:119:11: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:225:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:225:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:225:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:276:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:276:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:276:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:276:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:276:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:276:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:368:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:497:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:515:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:533:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:533:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:533:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:607:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:607:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:607:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:607:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:607:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:607:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:731:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:323:44: style: Function 'det3' argument 1 names different: declaration 'mat' definition 'm'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:51:35: note: Function 'det3' argument 1 names different: declaration 'mat' definition 'm'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:323:44: note: Function 'det3' argument 1 names different: declaration 'mat' definition 'm'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:444:45: style: Function 'invert3' argument 1 names different: declaration 'mat' definition 'm'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:64:36: note: Function 'invert3' argument 1 names different: declaration 'mat' definition 'm'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:444:45: note: Function 'invert3' argument 1 names different: declaration 'mat' definition 'm'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:465:44: style: Function 'matvec' argument 1 names different: declaration 'mat' definition 'm'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:65:35: note: Function 'matvec' argument 1 names different: declaration 'mat' definition 'm'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:465:44: note: Function 'matvec' argument 1 names different: declaration 'mat' definition 'm'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:465:67: style: Function 'matvec' argument 2 names different: declaration 'vec' definition 'v'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:65:60: note: Function 'matvec' argument 2 names different: declaration 'vec' definition 'v'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:465:67: note: Function 'matvec' argument 2 names different: declaration 'vec' definition 'v'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:478:63: style: Function 'matvec' argument 4 names different: declaration 'vec' definition 'v'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:67:36: note: Function 'matvec' argument 4 names different: declaration 'vec' definition 'v'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:478:63: note: Function 'matvec' argument 4 names different: declaration 'vec' definition 'v'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:489:54: style: Function 'transpose_matvec' argument 1 names different: declaration 'mat' definition 'm'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:68:45: note: Function 'transpose_matvec' argument 1 names different: declaration 'mat' definition 'm'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:489:54: note: Function 'transpose_matvec' argument 1 names different: declaration 'mat' definition 'm'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:489:77: style: Function 'transpose_matvec' argument 2 names different: declaration 'vec' definition 'v'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:68:70: note: Function 'transpose_matvec' argument 2 names different: declaration 'vec' definition 'v'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:489:77: note: Function 'transpose_matvec' argument 2 names different: declaration 'vec' definition 'v'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:59:9: style: The scope of the variable 'jarg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:220:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:220:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:220:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:262:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:262:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:262:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:262:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:262:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:262:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:438:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:460:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:460:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:460:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:512:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:512:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:512:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:512:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:512:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:512:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:923:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:949:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:972:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:993:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:1050:7: style: Unused variable: n [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:34:3: style: Class 'AtomVecHybrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:36:8: style: The function 'process_args' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:54:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:37:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:55:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:38:8: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:57:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:39:8: style: The function 'grow_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:58:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:40:8: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:59:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:41:8: style: The function 'clear_bonus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:60:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:42:8: style: The function 'force_clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:61:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:43:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:63:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:43:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:44:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:64:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:44:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:45:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:66:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:46:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:67:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:46:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:47:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:70:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:47:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:48:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:48:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:49:7: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:75:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:49:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:50:7: style: The function 'pack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:50:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:51:8: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:78:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:51:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:52:8: style: The function 'unpack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:79:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:52:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:53:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:82:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:53:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:54:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:83:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:54:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:55:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:85:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:55:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:56:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:86:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:56:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:57:7: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:87:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:57:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:58:8: style: The function 'create_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:89:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:58:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:59:8: style: The function 'data_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:91:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:59:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:60:7: style: The function 'data_atom_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:60:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:61:8: style: The function 'data_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:94:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:61:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:62:8: style: The function 'pack_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:97:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:62:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:63:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:63:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:64:8: style: The function 'pack_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:64:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:65:8: style: The function 'write_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:65:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:66:7: style: The function 'property_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:115:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:66:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:67:8: style: The function 'pack_property_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:67:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:68:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:118:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:68:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:133:11: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:238:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:238:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:238:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:277:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:277:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:277:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:277:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:277:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:277:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:351:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:451:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:469:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:487:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:487:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:487:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:552:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:552:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:552:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:552:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:552:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:552:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:663:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:35:3: style: Class 'AtomVecLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:37:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:55:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:38:8: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:57:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:39:8: style: The function 'grow_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:58:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:40:8: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:59:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:41:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:63:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:41:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:42:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:64:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:42:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:43:7: style: The function 'pack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:65:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:43:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:44:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:66:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:45:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:67:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:46:7: style: The function 'unpack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:68:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:46:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:47:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:70:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:47:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:48:7: style: The function 'pack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:71:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:48:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:49:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:50:7: style: The function 'unpack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:73:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:50:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:51:7: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:75:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:51:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:52:7: style: The function 'pack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:52:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:53:7: style: The function 'pack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:77:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:53:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:54:8: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:78:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:54:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:55:8: style: The function 'unpack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:79:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:55:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:56:7: style: The function 'unpack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:80:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:56:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:57:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:82:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:57:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:58:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:83:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:58:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:59:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:85:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:59:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:60:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:86:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:60:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:61:7: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:87:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:61:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:62:8: style: The function 'create_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:89:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:62:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:63:8: style: The function 'data_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:91:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:63:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:64:7: style: The function 'data_atom_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:64:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:65:8: style: The function 'data_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:94:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:65:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:66:7: style: The function 'data_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:95:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:66:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:67:8: style: The function 'pack_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:97:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:67:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:68:7: style: The function 'pack_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:98:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:68:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:69:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:69:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:70:7: style: The function 'write_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:100:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:70:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:71:8: style: The function 'pack_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:71:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:72:7: style: The function 'pack_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:102:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:72:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:73:8: style: The function 'write_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:73:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:74:7: style: The function 'write_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:104:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:74:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:75:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:118:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:75:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:79:8: style: The function 'clear_bonus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:60:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:79:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:80:8: style: The function 'data_atom_bonus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:92:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:80:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:367:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:502:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:520:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:538:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:538:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:538:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:589:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:589:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:589:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:589:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:589:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:589:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:679:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:838:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:29:3: style: Class 'AtomVecSphere' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:55:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:32:8: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:57:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:33:8: style: The function 'grow_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:58:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:34:8: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:59:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:35:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:63:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:35:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:36:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:64:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:37:7: style: The function 'pack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:65:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:37:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:38:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:66:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:39:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:67:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:40:7: style: The function 'unpack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:68:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:40:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:41:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:70:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:41:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:42:7: style: The function 'pack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:71:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:42:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:43:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:44:7: style: The function 'unpack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:73:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:44:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:45:7: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:75:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:45:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:46:7: style: The function 'pack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:46:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:47:7: style: The function 'pack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:77:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:47:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:48:8: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:78:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:48:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:49:8: style: The function 'unpack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:79:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:50:7: style: The function 'unpack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:80:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:50:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:51:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:82:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:51:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:52:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:83:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:52:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:53:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:85:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:53:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:54:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:86:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:54:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:55:7: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:87:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:55:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:56:8: style: The function 'create_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:89:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:56:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:57:8: style: The function 'data_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:91:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:57:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:58:7: style: The function 'data_atom_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:58:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:59:8: style: The function 'data_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:94:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:59:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:60:7: style: The function 'data_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:95:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:60:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:61:8: style: The function 'pack_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:97:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:61:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:62:7: style: The function 'pack_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:98:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:62:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:63:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:63:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:64:7: style: The function 'write_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:100:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:64:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:65:8: style: The function 'pack_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:65:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:66:7: style: The function 'pack_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:102:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:66:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:67:8: style: The function 'write_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:67:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:68:7: style: The function 'write_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:104:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:68:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:69:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:118:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:69:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:34:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:35:8: style: The function 'post_constructor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:36:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:37:8: style: The function 'setup_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:38:8: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:125:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:39:8: style: The function 'post_run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:40:8: style: The function 'setup_pre_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:151:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:41:8: style: The function 'pre_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:154:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:42:8: style: The function 'set_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:137:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:140:11: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:285:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:285:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:285:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:337:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:337:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:337:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:337:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:337:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:337:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:439:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:570:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:588:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:606:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:606:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:606:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:710:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:710:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:710:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:710:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:710:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:710:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:888:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:37:3: style: Class 'AtomVecTri' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:39:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:55:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:40:8: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:57:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:41:8: style: The function 'grow_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:58:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:42:8: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:59:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:43:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:63:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:43:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:44:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:64:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:44:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:45:7: style: The function 'pack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:65:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:45:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:46:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:66:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:46:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:47:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:67:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:47:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:48:7: style: The function 'unpack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:68:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:48:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:49:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:70:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:49:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:50:7: style: The function 'pack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:71:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:50:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:51:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:51:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:52:7: style: The function 'unpack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:73:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:52:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:53:7: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:75:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:53:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:54:7: style: The function 'pack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:54:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:55:7: style: The function 'pack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:77:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:55:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:56:8: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:78:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:56:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:57:8: style: The function 'unpack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:79:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:57:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:58:7: style: The function 'unpack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:80:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:58:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:59:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:82:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:59:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:60:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:83:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:60:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:61:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:85:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:61:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:62:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:86:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:62:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:63:7: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:87:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:63:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:64:8: style: The function 'create_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:89:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:64:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:65:8: style: The function 'data_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:91:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:65:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:66:7: style: The function 'data_atom_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:66:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:67:8: style: The function 'data_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:94:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:67:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:68:7: style: The function 'data_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:95:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:68:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:69:8: style: The function 'pack_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:97:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:69:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:70:7: style: The function 'pack_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:98:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:70:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:71:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:71:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:72:7: style: The function 'write_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:100:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:72:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:73:8: style: The function 'pack_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:73:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:74:7: style: The function 'pack_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:102:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:74:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:75:8: style: The function 'write_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:75:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:76:7: style: The function 'write_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:104:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:76:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:77:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:118:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:77:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:81:8: style: The function 'clear_bonus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:60:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:81:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:82:8: style: The function 'data_atom_bonus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:92:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:82:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/balance.cpp:1129:20: style: Condition 'value>=vec[index]' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/balance.cpp:864:9: style: The scope of the variable 'doneflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/balance.cpp:865:9: style: The scope of the variable 'change' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/balance.h:36:3: style: Class 'Balance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/rcb.h:42:3: style: Class 'RCB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/irregular.h:30:3: style: Class 'Irregular' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/imbalance_group.h:23:3: style: Class 'ImbalanceGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/imbalance_time.h:23:3: style: Class 'ImbalanceTime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/imbalance_neigh.h:23:3: style: Class 'ImbalanceNeigh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/imbalance_store.h:23:3: style: Class 'ImbalanceStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/imbalance_var.h:23:3: style: Class 'ImbalanceVar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/timer.h:30:3: style: Class 'Timer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:38:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:38:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:41:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:131:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:42:8: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:133:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:44:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:45:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:46:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:46:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:47:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:47:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:48:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:146:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:48:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:49:8: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:50:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:148:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:50:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:51:7: style: The function 'maxsize_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:149:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:51:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:53:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:53:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_group.h:27:15: style: The function 'options' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:28:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_group.h:27:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_group.h:29:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_group.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_group.h:31:16: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_group.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_time.h:28:15: style: The function 'options' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:28:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_time.h:28:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_time.h:30:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:30:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_time.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_time.h:32:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_time.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_time.h:34:16: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_time.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_neigh.h:28:15: style: The function 'options' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:28:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_neigh.h:28:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_neigh.h:30:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_neigh.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_neigh.h:32:16: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_neigh.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_store.h:28:15: style: The function 'options' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:28:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_store.h:28:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_store.h:30:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_store.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_store.h:32:16: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_store.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_var.h:28:15: style: The function 'options' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:28:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_var.h:28:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_var.h:30:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:30:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_var.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_var.h:32:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_var.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_var.h:34:16: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_var.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond.cpp:144:10: style: The scope of the variable 'ebondhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/bond.cpp:268:12: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/bond.cpp:268:14: style: The scope of the variable 'e' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.cpp:163:11: style: The scope of the variable 'istyle' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:36:3: style: Class 'BondHybrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:38:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:39:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:40:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:41:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:42:10: style: The function 'equilibrium_distance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:48:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:43:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:49:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:44:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:50:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:45:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:52:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:45:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:46:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:53:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:46:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:30:3: style: Class 'BondZero' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:32:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:33:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:35:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:36:10: style: The function 'equilibrium_distance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:48:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:37:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:49:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:38:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:50:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:39:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:51:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:41:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:52:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/change_box.cpp:69:3: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
lammps-0~20180510.gitaa1d815fe/src/change_box.h:29:3: style: Class 'ChangeBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/citeme.h:25:3: style: Class 'CiteMe' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/comm.cpp:666:20: style: Condition 'value>=vec[index]' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:57:3: warning: Member variable 'KokkosLMP::num_threads' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:57:3: warning: Member variable 'KokkosLMP::ngpu' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:57:3: warning: Member variable 'KokkosLMP::numa' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:67:3: warning: Member variable 'AtomKokkos::k_special' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/comm.h:95:7: performance: Technically the member function 'LAMMPS_NS::Comm::binary' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/comm.cpp:652:11: note: Technically the member function 'LAMMPS_NS::Comm::binary' can be static.
lammps-0~20180510.gitaa1d815fe/src/comm.h:95:7: note: Technically the member function 'LAMMPS_NS::Comm::binary' can be static.
lammps-0~20180510.gitaa1d815fe/src/comm.h:111:7: style: Technically the member function 'LAMMPS_NS::Comm::read_lines_from_file_universe' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/comm.cpp:770:11: note: Technically the member function 'LAMMPS_NS::Comm::read_lines_from_file_universe' can be const.
lammps-0~20180510.gitaa1d815fe/src/comm.h:111:7: note: Technically the member function 'LAMMPS_NS::Comm::read_lines_from_file_universe' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair.h:241:14: performance: Technically the member function 'LAMMPS_NS::Pair::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:59:8: performance: Technically the member function 'LAMMPS_NS::KokkosLMP::accelerator' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:60:7: performance: Technically the member function 'LAMMPS_NS::KokkosLMP::neigh_list_kokkos' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:61:7: performance: Technically the member function 'LAMMPS_NS::KokkosLMP::neigh_count' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:69:8: performance: Technically the member function 'LAMMPS_NS::AtomKokkos::sync' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:70:8: performance: Technically the member function 'LAMMPS_NS::AtomKokkos::modified' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:102:8: performance: Technically the member function 'LAMMPS_NS::MemoryKokkos::grow_kokkos' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/procmap.h:23:3: style: Class 'ProcMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:23:3: style: Class 'CommBrick' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:23:3: style: Class 'CommTiled' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:67:3: style: Class 'AtomKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:75:3: style: Class 'CommKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:81:3: style: Class 'CommTiledKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:88:3: style: Class 'DomainKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:94:3: style: Class 'NeighborKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:100:3: style: Class 'MemoryKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:107:3: style: Class 'ModifyKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:27:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:65:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:27:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:28:16: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:71:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:28:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:29:16: style: The function 'forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:30:16: style: The function 'reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:73:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:31:16: style: The function 'exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:74:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:32:16: style: The function 'borders' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:75:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:34:16: style: The function 'forward_comm_pair' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:79:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:35:16: style: The function 'reverse_comm_pair' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:80:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:35:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:36:16: style: The function 'forward_comm_fix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:81:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:38:16: style: The function 'reverse_comm_fix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:82:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:40:16: style: The function 'reverse_comm_fix_variable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:83:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:40:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:42:16: style: The function 'forward_comm_compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:84:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:42:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:43:16: style: The function 'reverse_comm_compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:85:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:43:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:44:16: style: The function 'forward_comm_dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:86:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:44:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:45:16: style: The function 'reverse_comm_dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:87:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:45:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:47:8: style: The function 'forward_comm_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:93:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:47:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:48:7: style: The function 'exchange_variable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:94:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:48:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:49:18: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:104:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:49:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:27:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:65:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:27:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:28:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:71:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:28:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:29:16: style: The function 'forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:30:16: style: The function 'reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:73:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:31:16: style: The function 'exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:74:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:32:16: style: The function 'borders' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:75:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:34:16: style: The function 'forward_comm_pair' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:79:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:35:16: style: The function 'reverse_comm_pair' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:80:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:35:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:36:16: style: The function 'forward_comm_fix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:81:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:38:16: style: The function 'reverse_comm_fix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:82:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:40:16: style: The function 'reverse_comm_fix_variable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:83:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:40:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:42:16: style: The function 'forward_comm_compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:84:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:42:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:43:16: style: The function 'reverse_comm_compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:85:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:43:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:44:16: style: The function 'forward_comm_dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:86:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:44:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:45:16: style: The function 'reverse_comm_dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:87:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:45:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:47:16: style: The function 'forward_comm_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:93:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:47:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:48:15: style: The function 'exchange_variable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:94:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:48:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:50:8: style: The function 'coord2proc_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:50:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:51:7: style: The function 'coord2proc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:100:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:51:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:53:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:104:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:53:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:590:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:590:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:590:37: style: The scope of the variable 'nlocal' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:591:10: style: The scope of the variable 'lo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:591:13: style: The scope of the variable 'hi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:592:12: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:714:33: style: The scope of the variable 'twoneed' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:715:35: style: The scope of the variable 'nlast' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:889:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:928:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:970:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:1014:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:1097:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:1136:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:1174:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:1213:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:1250:13: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:1250:21: style: The scope of the variable 'last' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:81:7: style: Technically the member function 'LAMMPS_NS::CommBrick::updown' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:418:16: note: Technically the member function 'LAMMPS_NS::CommBrick::updown' can be const.
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:81:7: note: Technically the member function 'LAMMPS_NS::CommBrick::updown' can be const.
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:89:16: warning: Virtual function 'free_swap' is called from destructor '~CommBrick()' at line 73. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:73:3: note: Calling free_swap
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:89:16: note: free_swap is a virtual method
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:90:16: warning: Virtual function 'free_multi' is called from destructor '~CommBrick()' at line 75. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:75:5: note: Calling free_multi
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:90:16: note: free_multi is a virtual method
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:252:19: style: Condition 'indexme>=0' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:244:18: note: Assignment 'indexme=-1', assigned value is -1
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:252:19: note: Condition 'indexme>=0' is always false
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1789:15: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:129:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:446:17: style: The scope of the variable 'nsend' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:446:23: style: The scope of the variable 'nrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:549:17: style: The scope of the variable 'nsend' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:549:23: style: The scope of the variable 'nrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:635:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:635:11: style: The scope of the variable 'nexch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:635:29: style: The scope of the variable 'nlocal' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:636:10: style: The scope of the variable 'lo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:636:13: style: The scope of the variable 'hi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:637:12: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:767:19: style: The scope of the variable 'nsend' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:767:25: style: The scope of the variable 'nrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:767:45: style: The scope of the variable 'ncountall' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:770:12: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:976:17: style: The scope of the variable 'nsend' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:976:23: style: The scope of the variable 'nrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1024:17: style: The scope of the variable 'nsend' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1024:23: style: The scope of the variable 'nrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1073:23: style: The scope of the variable 'nsend' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1073:29: style: The scope of the variable 'nrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1124:23: style: The scope of the variable 'nsend' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1124:29: style: The scope of the variable 'nrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1182:17: style: The scope of the variable 'nsend' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1182:23: style: The scope of the variable 'nrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1230:17: style: The scope of the variable 'nsend' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1230:23: style: The scope of the variable 'nrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1276:17: style: The scope of the variable 'nsend' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1276:23: style: The scope of the variable 'nrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1323:17: style: The scope of the variable 'nsend' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1323:23: style: The scope of the variable 'nrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1367:32: style: The scope of the variable 'nsend' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1367:38: style: The scope of the variable 'nrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1468:10: style: The scope of the variable 'lower' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:128:8: style: Technically the member function 'LAMMPS_NS::CommTiled::box_other_brick' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1559:17: note: Technically the member function 'LAMMPS_NS::CommTiled::box_other_brick' can be const.
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:128:8: note: Technically the member function 'LAMMPS_NS::CommTiled::box_other_brick' can be const.
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:129:8: style: Technically the member function 'LAMMPS_NS::CommTiled::box_other_tiled' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1607:17: note: Technically the member function 'LAMMPS_NS::CommTiled::box_other_tiled' can be const.
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:129:8: note: Technically the member function 'LAMMPS_NS::CommTiled::box_other_tiled' can be const.
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:133:7: style: Technically the member function 'LAMMPS_NS::CommTiled::box_touch_brick' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1630:16: note: Technically the member function 'LAMMPS_NS::CommTiled::box_touch_brick' can be const.
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:133:7: note: Technically the member function 'LAMMPS_NS::CommTiled::box_touch_brick' can be const.
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:134:7: style: Technically the member function 'LAMMPS_NS::CommTiled::box_touch_tiled' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1640:16: note: Technically the member function 'LAMMPS_NS::CommTiled::box_touch_tiled' can be const.
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:134:7: note: Technically the member function 'LAMMPS_NS::CommTiled::box_touch_tiled' can be const.
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.cpp:295:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < int >::page' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < int >::ipage' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < int >::index' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < int >::maxchunk' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < int >::pagesize' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < int >::pagedelta' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/neigh_list.h:105:7: style: Technically the member function 'LAMMPS_NS::NeighList::get_maxlocal' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/neigh_list.h:99:3: style: Class 'NeighList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/neigh_request.h:114:3: style: Class 'NeighRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:32:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:33:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:34:7: style: The function 'pack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:109:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:35:8: style: The function 'unpack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:36:7: style: The function 'pack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:111:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:37:8: style: The function 'unpack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:112:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:38:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/my_page.h:214:0: error: Common realloc mistake: 'pages' nulled but not freed upon failure [memleakOnRealloc]
lammps-0~20180510.gitaa1d815fe/src/compute_angle.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angle.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_angle.h:32:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angle.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_angle_local.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angle_local.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_angle_local.h:32:8: style: The function 'compute_local' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:106:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angle_local.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_angle_local.h:33:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angle_local.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:32:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:34:8: style: The function 'lock_enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:35:8: style: The function 'lock_disable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:36:7: style: The function 'lock_length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:128:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:37:8: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:38:8: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:40:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:39:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:40:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:41:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:42:8: style: The function 'set_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:107:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:43:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:43:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:45:8: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:46:8: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:46:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_bond.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_bond.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_bond.h:32:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_bond.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.cpp:220:17: warning: Identical condition 'btype==0', second condition is always false [identicalConditionAfterEarlyExit]
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.cpp:207:17: note: first condition
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.cpp:220:17: note: second condition
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.cpp:342:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.h:32:8: style: The function 'compute_local' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:106:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.h:33:7: style: The function 'pack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:109:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.h:34:8: style: The function 'unpack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.h:35:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.h:44:8: performance: Technically the member function 'LAMMPS_NS::ComputeCentroAtom::select' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.cpp:336:25: note: Technically the member function 'LAMMPS_NS::ComputeCentroAtom::select' can be static.
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.h:44:8: note: Technically the member function 'LAMMPS_NS::ComputeCentroAtom::select' can be static.
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.h:45:8: performance: Technically the member function 'LAMMPS_NS::ComputeCentroAtom::select2' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.cpp:381:25: note: Technically the member function 'LAMMPS_NS::ComputeCentroAtom::select2' can be static.
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.h:45:8: note: Technically the member function 'LAMMPS_NS::ComputeCentroAtom::select2' can be static.
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.h:32:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.h:33:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.h:34:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1049:5: warning: Possible null pointer dereference: list [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1043:15: note: Assignment 'list=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1049:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:403:12: style: The scope of the variable 'scale' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1151:9: style: The scope of the variable 'molid' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1173:17: style: The scope of the variable 'idim' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1323:10: style: The scope of the variable 'rlo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1323:14: style: The scope of the variable 'rhi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1389:10: style: The scope of the variable 'rlo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1389:14: style: The scope of the variable 'rhi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1435:12: style: The scope of the variable 'rlo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1435:16: style: The scope of the variable 'rhi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1435:20: style: The scope of the variable 'vollo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1435:26: style: The scope of the variable 'volhi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1458:9: style: The scope of the variable 'iradbin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1459:12: style: The scope of the variable 'rlo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1459:16: style: The scope of the variable 'rhi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1459:20: style: The scope of the variable 'arealo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1459:27: style: The scope of the variable 'areahi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_cluster_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_cluster_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_cluster_atom.h:32:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_cluster_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_cluster_atom.h:33:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_cluster_atom.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_cluster_atom.h:34:7: style: The function 'pack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:109:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_cluster_atom.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_cluster_atom.h:35:8: style: The function 'unpack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_cluster_atom.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_cluster_atom.h:36:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_cluster_atom.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_cna_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_cna_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_cna_atom.h:32:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_cna_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_cna_atom.h:33:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_cna_atom.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_cna_atom.h:34:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_cna_atom.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_com.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_com.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_com.h:32:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_com.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:34:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:35:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:36:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:38:8: style: The function 'lock_enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:39:8: style: The function 'lock_disable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:40:7: style: The function 'lock_length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:128:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:40:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:41:8: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:42:8: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:44:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:44:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.cpp:179:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.h:32:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.h:33:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.h:34:7: style: The function 'pack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:111:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.h:35:8: style: The function 'unpack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:112:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.h:36:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.cpp:165:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.cpp:165:29: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.cpp:168:11: style: The scope of the variable 'count' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.h:32:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.h:33:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.h:34:7: style: The function 'pack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:109:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.h:35:8: style: The function 'unpack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.h:36:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:32:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:33:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:34:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:34:3: style: Class 'DihedralHybrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/compute_dihedral.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dihedral.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_dihedral.h:32:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dihedral.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:36:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:37:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:38:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:39:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:40:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:41:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:42:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:49:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_dihedral_local.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dihedral_local.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_dihedral_local.h:32:8: style: The function 'compute_local' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:106:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dihedral_local.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_dihedral_local.h:33:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dihedral_local.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:32:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:34:8: style: The function 'lock_enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:35:8: style: The function 'lock_disable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:36:7: style: The function 'lock_length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:128:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:37:8: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:38:8: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:40:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_displace_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_displace_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_displace_atom.h:32:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_displace_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_displace_atom.h:33:8: style: The function 'set_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:107:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_displace_atom.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_displace_atom.h:34:8: style: The function 'refresh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:132:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_displace_atom.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_displace_atom.h:35:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_displace_atom.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_erotate_sphere.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_erotate_sphere.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_erotate_sphere.h:32:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_erotate_sphere.h:32:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_erotate_sphere_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_erotate_sphere_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_erotate_sphere_atom.h:32:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_erotate_sphere_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_erotate_sphere_atom.h:33:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_erotate_sphere_atom.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.cpp:223:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:32:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:33:7: style: The function 'pack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:109:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:34:8: style: The function 'unpack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:35:7: style: The function 'pack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:111:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:35:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:36:8: style: The function 'unpack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:112:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:37:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:37:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_global_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_global_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_global_atom.h:32:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_global_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_global_atom.h:33:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_global_atom.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_group_group.cpp:213:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_group_group.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_group_group.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_group_group.h:32:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_group_group.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_group_group.h:33:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_group_group.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_group_group.h:34:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_group_group.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration.h:32:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration.h:32:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration.h:33:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:32:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:33:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:35:8: style: The function 'lock_enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:36:8: style: The function 'lock_disable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:37:7: style: The function 'lock_length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:128:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:37:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:38:8: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:39:8: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:41:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_heat_flux.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_heat_flux.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_heat_flux.h:32:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_heat_flux.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.cpp:141:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.h:46:8: style: Technically the member function 'LAMMPS_NS::ComputeHexOrderAtom::calc_qn_trig' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.cpp:261:34: note: Technically the member function 'LAMMPS_NS::ComputeHexOrderAtom::calc_qn_trig' can be const.
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.h:46:8: note: Technically the member function 'LAMMPS_NS::ComputeHexOrderAtom::calc_qn_trig' can be const.
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.h:47:8: performance: Technically the member function 'LAMMPS_NS::ComputeHexOrderAtom::select2' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.cpp:282:27: note: Technically the member function 'LAMMPS_NS::ComputeHexOrderAtom::select2' can be static.
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.h:47:8: note: Technically the member function 'LAMMPS_NS::ComputeHexOrderAtom::select2' can be static.
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.h:32:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.h:33:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.h:34:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:34:3: style: Class 'ImproperHybrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/compute_improper.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_improper.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_improper.h:32:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_improper.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:36:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:37:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:38:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:39:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:40:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:41:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:42:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:49:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_improper_local.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_improper_local.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_improper_local.h:32:8: style: The function 'compute_local' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:106:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_improper_local.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_improper_local.h:33:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_improper_local.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:32:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:34:8: style: The function 'lock_enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:35:8: style: The function 'lock_disable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:36:7: style: The function 'lock_length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:128:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:37:8: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:38:8: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:40:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_ke.h:30:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_ke.h:30:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_ke.h:31:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_ke.h:31:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_ke_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_ke_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_ke_atom.h:32:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_ke_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_ke_atom.h:33:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_ke_atom.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_msd.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_msd.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_msd.h:32:16: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_msd.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_msd.h:33:8: style: The function 'set_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:107:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_msd.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.cpp:213:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.cpp:213:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.cpp:213:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:32:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:33:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:35:8: style: The function 'lock_enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:36:8: style: The function 'lock_disable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:37:7: style: The function 'lock_length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:128:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:37:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:38:8: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:39:8: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:41:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.cpp:200:10: style: The scope of the variable 'determinant' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:32:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:34:8: style: The function 'lock_enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:35:8: style: The function 'lock_disable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:36:7: style: The function 'lock_length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:128:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:37:8: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:38:8: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:40:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.cpp:199:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.cpp:528:28: style: The scope of the variable 'pm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.cpp:404:44: style: Function 'calc_boop' argument 2 names different: declaration 'numNeighbors' definition 'ncount'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:52:38: note: Function 'calc_boop' argument 2 names different: declaration 'numNeighbors' definition 'ncount'.
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.cpp:404:44: note: Function 'calc_boop' argument 2 names different: declaration 'numNeighbors' definition 'ncount'.
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.cpp:405:44: style: Function 'calc_boop' argument 4 names different: declaration 'nlist' definition 'qlist'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:53:35: note: Function 'calc_boop' argument 4 names different: declaration 'nlist' definition 'qlist'.
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.cpp:405:44: note: Function 'calc_boop' argument 4 names different: declaration 'nlist' definition 'qlist'.
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.cpp:405:57: style: Function 'calc_boop' argument 5 names different: declaration 'nnlist' definition 'nqlist'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:53:48: note: Function 'calc_boop' argument 5 names different: declaration 'nnlist' definition 'nqlist'.
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.cpp:405:57: note: Function 'calc_boop' argument 5 names different: declaration 'nnlist' definition 'nqlist'.
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:51:8: performance: Technically the member function 'LAMMPS_NS::ComputeOrientOrderAtom::select3' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.cpp:330:30: note: Technically the member function 'LAMMPS_NS::ComputeOrientOrderAtom::select3' can be static.
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:51:8: note: Technically the member function 'LAMMPS_NS::ComputeOrientOrderAtom::select3' can be static.
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:54:10: performance: Technically the member function 'LAMMPS_NS::ComputeOrientOrderAtom::dist' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.cpp:494:32: note: Technically the member function 'LAMMPS_NS::ComputeOrientOrderAtom::dist' can be static.
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:54:10: note: Technically the member function 'LAMMPS_NS::ComputeOrientOrderAtom::dist' can be static.
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:57:10: performance: Technically the member function 'LAMMPS_NS::ComputeOrientOrderAtom::associated_legendre' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.cpp:524:32: note: Technically the member function 'LAMMPS_NS::ComputeOrientOrderAtom::associated_legendre' can be static.
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:57:10: note: Technically the member function 'LAMMPS_NS::ComputeOrientOrderAtom::associated_legendre' can be static.
lammps-0~20180510.gitaa1d815fe/src/compute_pair.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pair.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pair.h:32:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pair.h:32:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pair.h:33:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pair.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pair_local.cpp:170:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_pair_local.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pair_local.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pair_local.h:32:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pair_local.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pair_local.h:33:8: style: The function 'compute_local' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:106:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pair_local.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pair_local.h:34:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pair_local.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pe.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pe.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pe.h:32:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pe.h:32:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pe_atom.cpp:189:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_pe_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pe_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pe_atom.h:32:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pe_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pe_atom.h:33:7: style: The function 'pack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:111:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pe_atom.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pe_atom.h:34:8: style: The function 'unpack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:112:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pe_atom.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pe_atom.h:35:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pe_atom.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pressure.cpp:269:16: style: The scope of the variable 'vcomponent' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_pressure.h:31:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pressure.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pressure.h:32:18: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pressure.h:32:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pressure.h:33:16: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pressure.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pressure.h:34:8: style: The function 'reset_extra_compute_fix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:124:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pressure.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_atom.cpp:51:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_atom.h:32:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_atom.h:33:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_atom.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.cpp:47:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:32:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:33:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:35:8: style: The function 'lock_enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:36:8: style: The function 'lock_disable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:37:7: style: The function 'lock_length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:128:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:37:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:38:8: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:39:8: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:41:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:48:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:363:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:668:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:682:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:696:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:710:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:724:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:738:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:738:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:753:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:753:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:768:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:768:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:783:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:783:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:798:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:798:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:813:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:813:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:828:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:828:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:843:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:843:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:858:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:858:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:873:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:873:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:888:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:888:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:903:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:903:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:918:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:918:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:933:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:933:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:948:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:948:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:963:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:963:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.h:32:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.h:33:8: style: The function 'compute_local' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:106:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.h:34:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_rdf.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_rdf.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_rdf.h:33:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_rdf.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_rdf.h:34:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_rdf.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_reduce.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_reduce.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_reduce.h:32:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_reduce.h:32:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_reduce.h:33:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_reduce.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_reduce.h:34:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_reduce.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_reduce_region.h:33:10: style: The function 'compute_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute_reduce.h:55:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_reduce_region.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_reduce_region.h:34:10: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute_reduce.h:56:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_reduce_region.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_slice.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_slice.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_slice.h:32:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_slice.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_slice.h:33:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_slice.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_stress_atom.cpp:134:10: style: The scope of the variable 'onemass' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_stress_atom.cpp:366:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_stress_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_stress_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_stress_atom.h:32:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_stress_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_stress_atom.h:33:7: style: The function 'pack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:111:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_stress_atom.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_stress_atom.h:34:8: style: The function 'unpack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:112:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_stress_atom.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_stress_atom.h:35:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_stress_atom.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp.h:32:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp.h:33:18: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp.h:33:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp.h:34:16: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.cpp:562:10: style: The scope of the variable 'dof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:32:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:32:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:33:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:34:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:36:8: style: The function 'remove_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:37:8: style: The function 'remove_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:118:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:38:8: style: The function 'restore_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:39:8: style: The function 'restore_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:122:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:41:8: style: The function 'lock_enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:42:8: style: The function 'lock_disable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:43:7: style: The function 'lock_length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:128:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:43:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:44:8: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:45:8: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:47:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:47:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:32:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:33:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:34:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:36:8: style: The function 'remove_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:37:8: style: The function 'remove_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:38:8: style: The function 'remove_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:118:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:39:8: style: The function 'restore_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:40:8: style: The function 'restore_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:122:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:41:8: style: The function 'restore_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:121:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:32:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:33:18: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:33:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:34:16: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:36:8: style: The function 'remove_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:37:8: style: The function 'remove_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:38:8: style: The function 'remove_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:118:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:39:8: style: The function 'restore_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:40:8: style: The function 'restore_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:121:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:41:8: style: The function 'restore_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:122:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:42:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:34:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:35:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:36:16: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:122:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:37:16: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:38:16: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:131:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:39:16: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:133:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:40:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:32:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:33:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:34:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:36:7: style: The function 'dof_remove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:115:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:37:8: style: The function 'remove_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:38:8: style: The function 'remove_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:39:8: style: The function 'remove_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:118:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:40:8: style: The function 'reapply_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:41:8: style: The function 'restore_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:42:8: style: The function 'restore_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:121:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:43:8: style: The function 'restore_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:122:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:44:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:44:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:32:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:33:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:34:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:35:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:37:8: style: The function 'remove_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:38:8: style: The function 'remove_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:39:8: style: The function 'remove_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:118:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:40:8: style: The function 'restore_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:41:8: style: The function 'restore_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:121:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:42:8: style: The function 'restore_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:122:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:43:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:43:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:32:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:33:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:34:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:36:8: style: The function 'remove_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:37:8: style: The function 'remove_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:118:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:38:8: style: The function 'remove_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:39:8: style: The function 'restore_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:40:8: style: The function 'restore_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:121:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:41:8: style: The function 'restore_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:122:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:42:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:32:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:33:18: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:33:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:34:16: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:36:8: style: The function 'dof_remove_pre' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:114:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:37:7: style: The function 'dof_remove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:115:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:37:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:39:8: style: The function 'remove_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:40:8: style: The function 'remove_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:41:8: style: The function 'remove_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:118:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:42:8: style: The function 'restore_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:43:8: style: The function 'restore_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:122:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:44:8: style: The function 'restore_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:121:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:45:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:45:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.cpp:284:10: style: The scope of the variable 'massone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:32:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:33:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:34:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:36:8: style: The function 'remove_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:37:8: style: The function 'remove_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:38:8: style: The function 'restore_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:39:8: style: The function 'restore_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:121:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:32:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:34:8: style: The function 'lock_enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:35:8: style: The function 'lock_disable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:36:7: style: The function 'lock_length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:128:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:37:8: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:38:8: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:40:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_vacf.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_vacf.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_vacf.h:32:16: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_vacf.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_vacf.h:33:8: style: The function 'set_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:107:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_vacf.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:32:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:33:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:35:8: style: The function 'lock_enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:36:8: style: The function 'lock_disable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:37:7: style: The function 'lock_length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:128:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:37:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:38:8: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:39:8: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:41:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/create_atoms.cpp:797:7: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/create_atoms.h:29:3: style: Class 'CreateAtoms' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/special.h:23:3: style: Class 'Special' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/create_bonds.cpp:233:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/create_bonds.cpp:233:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/create_bonds.cpp:234:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/create_bonds.cpp:234:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/create_bonds.cpp:234:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/create_bonds.h:29:3: style: Class 'CreateBonds' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/create_box.h:29:3: style: Class 'CreateBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/region_prism.h:33:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:91:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_prism.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_prism.h:34:7: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:92:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_prism.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_prism.h:35:7: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_prism.h:35:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/delete_atoms.cpp:342:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/delete_atoms.cpp:342:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/delete_atoms.cpp:343:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/delete_atoms.cpp:343:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/delete_atoms.cpp:343:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/delete_atoms.cpp:553:9: style: The scope of the variable 'imol' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/delete_atoms.cpp:553:14: style: The scope of the variable 'iatom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/delete_atoms.h:48:14: performance: Technically the member function 'LAMMPS_NS::DeleteAtoms::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/delete_atoms.h:30:3: style: Class 'DeleteAtoms' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/delete_bonds.cpp:146:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/delete_bonds.h:29:3: style: Class 'DeleteBonds' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/dihedral.cpp:147:10: style: The scope of the variable 'edihedralquarter' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.cpp:165:11: style: The scope of the variable 'istyle' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:34:3: style: Class 'DihedralZero' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:36:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:37:16: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:38:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:40:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:41:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:42:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/displace_atoms.h:29:3: style: Class 'DisplaceAtoms' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:629:10: style: The scope of the variable 'lamda' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:663:10: style: The scope of the variable 'lamda' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:1161:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:1195:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/domain.h:113:8: style: Technically the member function 'LAMMPS_NS::Domain::minimum_image' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:954:14: note: Technically the member function 'LAMMPS_NS::Domain::minimum_image' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:113:8: note: Technically the member function 'LAMMPS_NS::Domain::minimum_image' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:114:8: style: Technically the member function 'LAMMPS_NS::Domain::minimum_image' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:1023:14: note: Technically the member function 'LAMMPS_NS::Domain::minimum_image' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:114:8: note: Technically the member function 'LAMMPS_NS::Domain::minimum_image' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:115:8: style: Technically the member function 'LAMMPS_NS::Domain::minimum_image_once' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:1087:14: note: Technically the member function 'LAMMPS_NS::Domain::minimum_image_once' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:115:8: note: Technically the member function 'LAMMPS_NS::Domain::minimum_image_once' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:116:7: style: Technically the member function 'LAMMPS_NS::Domain::closest_image' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:1148:13: note: Technically the member function 'LAMMPS_NS::Domain::closest_image' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:116:7: note: Technically the member function 'LAMMPS_NS::Domain::closest_image' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:117:7: style: Technically the member function 'LAMMPS_NS::Domain::closest_image' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:1183:13: note: Technically the member function 'LAMMPS_NS::Domain::closest_image' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:117:7: note: Technically the member function 'LAMMPS_NS::Domain::closest_image' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:118:8: style: Technically the member function 'LAMMPS_NS::Domain::closest_image' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:1220:14: note: Technically the member function 'LAMMPS_NS::Domain::closest_image' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:118:8: note: Technically the member function 'LAMMPS_NS::Domain::closest_image' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:123:8: style: Technically the member function 'LAMMPS_NS::Domain::unmap' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:1538:14: note: Technically the member function 'LAMMPS_NS::Domain::unmap' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:123:8: note: Technically the member function 'LAMMPS_NS::Domain::unmap' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:124:8: style: Technically the member function 'LAMMPS_NS::Domain::unmap' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:1561:14: note: Technically the member function 'LAMMPS_NS::Domain::unmap' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:124:8: note: Technically the member function 'LAMMPS_NS::Domain::unmap' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:125:8: style: Technically the member function 'LAMMPS_NS::Domain::image_flip' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:1597:14: note: Technically the member function 'LAMMPS_NS::Domain::image_flip' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:125:8: note: Technically the member function 'LAMMPS_NS::Domain::image_flip' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:135:8: style: Technically the member function 'LAMMPS_NS::Domain::boundary_string' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:1919:14: note: Technically the member function 'LAMMPS_NS::Domain::boundary_string' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:135:8: note: Technically the member function 'LAMMPS_NS::Domain::boundary_string' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:143:8: performance: Technically the member function 'LAMMPS_NS::Domain::x2lamda' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:2009:14: note: Technically the member function 'LAMMPS_NS::Domain::x2lamda' can be static.
lammps-0~20180510.gitaa1d815fe/src/domain.h:143:8: note: Technically the member function 'LAMMPS_NS::Domain::x2lamda' can be static.
lammps-0~20180510.gitaa1d815fe/src/dump.cpp:484:27: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/dump.cpp:697:30: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/dump.cpp:698:30: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/mergesort.h:95:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump.cpp:592:9: style: The scope of the variable 'iproc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump.cpp:593:10: style: The scope of the variable 'value' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_atom.cpp:30:11: warning: Member variable 'DumpAtom::columns' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/dump_atom.cpp:30:11: warning: Member variable 'DumpAtom::header_choice' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/dump_atom.cpp:30:11: warning: Member variable 'DumpAtom::pack_choice' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/dump_atom.cpp:30:11: warning: Member variable 'DumpAtom::convert_choice' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/dump_atom.cpp:30:11: warning: Member variable 'DumpAtom::write_choice' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/dump_atom.h:37:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:133:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_atom.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_atom.h:38:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:135:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_atom.h:38:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_atom.h:39:8: style: The function 'write_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_atom.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_atom.h:40:8: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:138:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_atom.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_atom.h:41:7: style: The function 'convert_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:139:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_atom.h:41:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_atom.h:42:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:140:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_atom.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:123:14: warning: The class 'DumpCFG' defines member variable with name 'write_choice' also defined in its parent class 'DumpCustom'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/dump_cfg.h:44:14: note: The class 'DumpCFG' defines member variable with name 'write_choice' also defined in its parent class 'DumpCustom'.
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:123:14: note: The class 'DumpCFG' defines member variable with name 'write_choice' also defined in its parent class 'DumpCustom'.
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:95:16: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:133:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:95:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:96:16: style: The function 'write_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:96:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:97:7: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:137:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:97:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:98:8: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:138:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:98:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:99:15: style: The function 'convert_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:139:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:99:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:100:16: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:140:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:100:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:101:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:52:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:101:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:108:15: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:135:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:108:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_cfg.h:38:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:95:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_cfg.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_cfg.h:39:16: style: The function 'write_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:96:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_cfg.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_cfg.h:40:7: style: The function 'convert_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:99:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_cfg.h:40:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_cfg.h:41:16: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_cfg.h:41:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:330:7: style: The scope of the variable 'icompute' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:337:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:346:7: style: The scope of the variable 'ivariable' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:354:7: style: The scope of the variable 'icustom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:676:13: style: The scope of the variable 'xbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:676:18: style: The scope of the variable 'ybox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:676:23: style: The scope of the variable 'zbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:689:13: style: The scope of the variable 'ybox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:689:18: style: The scope of the variable 'zbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:701:13: style: The scope of the variable 'zbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:1158:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2269:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2287:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2319:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2336:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2353:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2370:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2375:7: style: The scope of the variable 'xbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2375:12: style: The scope of the variable 'ybox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2375:17: style: The scope of the variable 'zbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2391:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2396:7: style: The scope of the variable 'ybox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2396:12: style: The scope of the variable 'zbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2411:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2416:7: style: The scope of the variable 'zbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2430:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2448:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2466:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2484:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2503:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2522:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.cpp:55:10: warning: Member variable 'DumpDCD::nframes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/dump.h:108:10: warning: The class 'DumpDCD' defines member variable with name 'ntotal' also defined in its parent class 'Dump'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:33:14: note: The class 'DumpDCD' defines member variable with name 'ntotal' also defined in its parent class 'Dump'.
lammps-0~20180510.gitaa1d815fe/src/dump.h:108:10: note: The class 'DumpDCD' defines member variable with name 'ntotal' also defined in its parent class 'Dump'.
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:39:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:133:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:40:8: style: The function 'openfile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:41:8: style: The function 'write_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:42:8: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:138:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:43:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:140:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:44:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:135:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:44:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:45:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:52:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:45:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:1002:24: style: Same expression on both sides of '<'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:1002:24: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:1004:24: style: Same expression on both sides of '<'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:1004:24: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:740:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:740:23: style: The scope of the variable 'atom1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:740:29: style: The scope of the variable 'atom2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:740:35: style: The scope of the variable 'imol' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:740:40: style: The scope of the variable 'iatom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:740:46: style: The scope of the variable 'btype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:740:52: style: The scope of the variable 'ibonus' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:740:59: style: The scope of the variable 'drawflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:742:19: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:742:24: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:742:29: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:743:8: style: The scope of the variable 'bodyvec' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:743:17: style: The scope of the variable 'fixvec' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:745:18: style: The scope of the variable 'color1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:745:26: style: The scope of the variable 'color2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:746:11: style: The scope of the variable 'p1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:746:15: style: The scope of the variable 'p2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:746:19: style: The scope of the variable 'p3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:747:10: style: The scope of the variable 'xmid' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:747:32: style: The scope of the variable 'pt3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:748:10: style: The scope of the variable 'mat' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/image.h:126:17: performance: Technically the member function 'LAMMPS_NS::Image::saturate' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/image.h:132:17: performance: Technically the member function 'LAMMPS_NS::Image::distance' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/dump_image.h:33:7: style: The function 'pack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:46:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_image.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_image.h:34:8: style: The function 'unpack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_image.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_image.h:94:16: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:95:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_image.h:94:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_image.h:95:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_image.h:95:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_image.h:96:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_image.h:96:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_local.cpp:219:7: style: The scope of the variable 'icompute' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_local.cpp:226:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_local.cpp:283:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_local.cpp:404:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_local.cpp:39:12: warning: Member variable 'DumpLocal::nmine' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/dump_local.cpp:39:12: warning: Member variable 'DumpLocal::write_choice' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/dump_local.cpp:122:3: style: Class 'DumpLocal' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/src/dump_local.cpp:122:3: style: Class 'DumpLocal' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:56:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:133:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:56:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:57:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:135:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:57:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:58:8: style: The function 'write_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:58:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:59:7: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:137:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:59:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:60:8: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:138:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:60:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:61:7: style: The function 'convert_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:139:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:61:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:62:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:140:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:62:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_movie.cpp:47:8: style: The scope of the variable 'moviecmd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_movie.h:31:16: style: The function 'openfile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_movie.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_movie.h:32:16: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump_image.h:94:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_movie.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_movie.h:33:15: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_movie.h:33:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_xyz.h:36:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:133:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_xyz.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_xyz.h:37:8: style: The function 'write_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_xyz.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_xyz.h:38:8: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:138:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_xyz.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_xyz.h:39:7: style: The function 'convert_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:139:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_xyz.h:39:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_xyz.h:40:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:140:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_xyz.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_xyz.h:41:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:135:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_xyz.h:41:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/finish.cpp:936:7: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lammps-0~20180510.gitaa1d815fe/src/finish.cpp:66:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/finish.cpp:67:7: style: The scope of the variable 'histo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/finish.h:23:3: style: Class 'Finish' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/fix.cpp:239:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix.cpp:314:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.cpp:576:16: style: The scope of the variable 'density' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.h:196:7: warning: The class 'PairHybrid' defines member variable with name 'special_lj' also defined in its parent class 'Pair'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:73:12: note: The class 'PairHybrid' defines member variable with name 'special_lj' also defined in its parent class 'Pair'.
lammps-0~20180510.gitaa1d815fe/src/pair.h:196:7: note: The class 'PairHybrid' defines member variable with name 'special_lj' also defined in its parent class 'Pair'.
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:36:3: style: Class 'PairHybrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:38:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:39:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:40:16: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:40:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:41:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:42:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:43:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:44:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:45:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:46:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:46:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:47:8: style: The function 'modify_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:47:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:48:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:169:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:48:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:50:8: style: The function 'compute_inner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:50:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:51:8: style: The function 'compute_middle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:51:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:52:8: style: The function 'compute_outer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:137:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:52:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:53:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:53:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:54:8: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:177:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:54:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:58:16: style: The function 'add_tally_callback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:188:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:58:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:59:16: style: The function 'del_tally_callback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:189:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:59:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/respa.h:50:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/integrate.h:25:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/respa.h:50:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/respa.h:51:16: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/integrate.h:26:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/respa.h:51:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/respa.h:52:16: style: The function 'setup_minimal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/integrate.h:27:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/respa.h:52:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/respa.h:53:16: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/integrate.h:28:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/respa.h:53:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/respa.h:54:16: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/integrate.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/respa.h:54:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/respa.h:55:16: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/integrate.h:30:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/respa.h:55:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:34:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:35:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:36:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:37:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:38:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:39:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:40:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.cpp:295:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.cpp:295:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:32:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:33:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:34:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:35:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:37:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:37:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:38:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:39:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:40:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:40:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:41:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:41:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.cpp:569:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.h:32:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.h:33:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.h:34:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.h:35:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.h:36:10: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:183:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.h:37:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.h:37:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_correlate.cpp:416:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_ave_correlate.h:32:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_correlate.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_correlate.h:33:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_correlate.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_correlate.h:34:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_correlate.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_correlate.h:35:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_correlate.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_correlate.h:36:10: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:183:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_correlate.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.cpp:571:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:32:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:33:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:34:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:35:16: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:35:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:36:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:37:10: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:183:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:37:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo_weight.h:32:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo_weight.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.cpp:558:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.cpp:709:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.cpp:922:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:32:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:33:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:34:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:35:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:36:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:37:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:37:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:38:10: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:183:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:34:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:35:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:36:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:37:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:38:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix.h:40:7: warning: The class 'FixBalance' defines member variable with name 'nevery' also defined in its parent class 'Fix'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:44:7: note: The class 'FixBalance' defines member variable with name 'nevery' also defined in its parent class 'Fix'.
lammps-0~20180510.gitaa1d815fe/src/fix.h:40:7: note: The class 'FixBalance' defines member variable with name 'nevery' also defined in its parent class 'Fix'.
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:32:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:33:8: style: The function 'post_constructor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:34:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:35:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:36:8: style: The function 'setup_pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:114:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:37:8: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:122:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:38:8: style: The function 'pre_neighbor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:123:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:39:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:40:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:41:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.cpp:441:14: style: The scope of the variable 'scale' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.cpp:441:20: style: The scope of the variable 'scalex' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.cpp:441:27: style: The scope of the variable 'scaley' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.cpp:441:34: style: The scope of the variable 'scalez' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.cpp:441:41: style: The scope of the variable 'scalevol' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:90:10: style: Technically the member function 'LAMMPS_NS::FixBoxRelax::compute_strain_energy' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.cpp:887:21: note: Technically the member function 'LAMMPS_NS::FixBoxRelax::compute_strain_energy' can be const.
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:90:10: note: Technically the member function 'LAMMPS_NS::FixBoxRelax::compute_strain_energy' can be const.
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:34:10: style: The function 'min_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:165:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:35:8: style: The function 'min_store' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:166:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:36:8: style: The function 'min_clearstore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:167:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:37:8: style: The function 'min_pushstore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:168:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:38:8: style: The function 'min_popstore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:169:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:39:7: style: The function 'min_reset_ref' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:170:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:39:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:40:8: style: The function 'min_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:171:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:41:10: style: The function 'max_alpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:172:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:42:7: style: The function 'min_dof' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:173:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:42:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:44:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:208:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:44:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:92:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:92:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_controller.cpp:123:13: style: Expression is always false because 'else if' condition matches previous condition at line 111. [multiCondition]
lammps-0~20180510.gitaa1d815fe/src/fix_controller.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_controller.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_controller.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_controller.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_controller.h:33:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_controller.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_controller.h:34:8: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:188:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_controller.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_controller.h:35:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_controller.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.cpp:63:3: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
lammps-0~20180510.gitaa1d815fe/src/fix_deform.cpp:972:22: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/fix_deform.cpp:564:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_deprecated.cpp:27:17: style: The scope of the variable 'message' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_deprecated.h:34:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_deprecated.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_deprecated.h:35:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_deprecated.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_drag.h:30:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_drag.h:30:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_drag.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_drag.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_drag.h:32:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_drag.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_drag.h:33:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_drag.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_drag.h:34:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_drag.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_drag.h:35:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_drag.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_dt_reset.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_dt_reset.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_dt_reset.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_dt_reset.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_dt_reset.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_dt_reset.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_dt_reset.h:34:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_dt_reset.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_dt_reset.h:35:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_dt_reset.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:34:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:35:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:36:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:37:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:33:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:34:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:35:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:36:8: style: The function 'setup_pre_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:118:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:37:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:38:8: style: The function 'pre_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:39:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:40:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:41:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:42:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:51:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:51:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:52:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:52:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:53:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:53:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:54:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:54:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:55:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:55:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix.h:25:13: warning: The class 'FixGravity' defines member variable with name 'style' also defined in its parent class 'Fix'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:41:7: note: The class 'FixGravity' defines member variable with name 'style' also defined in its parent class 'Fix'.
lammps-0~20180510.gitaa1d815fe/src/fix.h:25:13: note: The class 'FixGravity' defines member variable with name 'style' also defined in its parent class 'Fix'.
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:33:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:34:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:35:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:36:16: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:37:16: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:38:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_group.cpp:158:65: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/fix_group.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_group.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_group.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_group.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_group.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_group.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_group.h:34:8: style: The function 'post_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:121:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_group.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_group.h:35:8: style: The function 'post_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:153:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_group.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_group.h:36:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:209:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_group.h:36:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_halt.cpp:219:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_halt.cpp:219:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_halt.cpp:220:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_halt.cpp:220:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_halt.cpp:220:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_halt.cpp:220:25: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_halt.h:32:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_halt.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_halt.h:33:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_halt.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_halt.h:34:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_halt.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_halt.h:35:8: style: The function 'post_run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_halt.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_heat.cpp:147:18: style: The scope of the variable 'massone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_heat.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_heat.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_heat.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_heat.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_heat.h:33:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_heat.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_heat.h:34:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_heat.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_heat.h:35:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_heat.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:34:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:35:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:36:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:37:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:38:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:39:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.cpp:493:0: style: The scope of the variable 'fsumall' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:34:16: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:35:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:36:16: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:37:8: style: The function 'reset_target' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:187:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:38:8: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:188:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:39:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:208:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:39:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:40:18: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:40:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:41:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:42:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:209:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:42:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:43:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:44:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:45:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:45:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:46:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:46:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_lineforce.h:30:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_lineforce.h:30:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_lineforce.h:31:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_lineforce.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_lineforce.h:32:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_lineforce.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_lineforce.h:33:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_lineforce.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_lineforce.h:34:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_lineforce.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_lineforce.h:35:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_lineforce.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:114:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:114:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:114:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:114:19: style: The scope of the variable 'dx0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:114:23: style: The scope of the variable 'dy0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:114:27: style: The scope of the variable 'dz0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:189:14: style: The scope of the variable 'nper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:189:19: style: The scope of the variable 'ni' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:189:22: style: The scope of the variable 'nj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:205:14: style: The scope of the variable 'nper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:205:19: style: The scope of the variable 'ni' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:222:14: style: The scope of the variable 'nper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:222:19: style: The scope of the variable 'ni' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:33:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:34:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:36:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:37:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:38:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:39:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:39:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:40:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:40:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_momentum.h:30:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_momentum.h:30:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_momentum.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_momentum.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_momentum.h:32:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_momentum.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.cpp:1001:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:32:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:33:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:34:8: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:35:8: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:128:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:36:8: style: The function 'initial_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:37:8: style: The function 'final_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:39:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:40:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:131:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:41:8: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:133:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:42:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:43:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:44:8: style: The function 'set_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:137:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:45:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:45:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:46:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:46:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:47:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:146:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:47:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:48:8: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:48:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:49:7: style: The function 'maxsize_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:149:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:49:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:50:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:148:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:50:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:52:8: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:188:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:52:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.cpp:224:19: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.cpp:555:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.cpp:555:19: style: The scope of the variable 'nn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.cpp:555:22: style: The scope of the variable 'np' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.cpp:555:30: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < tagint >::page' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < tagint >::ipage' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < tagint >::index' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < tagint >::maxchunk' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < tagint >::pagesize' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < tagint >::pagedelta' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < double >::page' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < double >::ipage' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < double >::index' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < double >::maxchunk' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < double >::pagesize' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < double >::pagedelta' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:95:14: performance: Technically the member function 'LAMMPS_NS::FixNeighHistory::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:38:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:38:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:39:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:40:8: style: The function 'setup_post_neighbor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:41:8: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:122:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:42:8: style: The function 'min_pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:43:16: style: The function 'post_neighbor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:124:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:43:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:44:8: style: The function 'min_post_neighbor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:45:8: style: The function 'post_run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:47:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:47:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:48:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:48:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:49:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:50:8: style: The function 'set_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:137:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:50:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:52:7: style: The function 'pack_reverse_comm_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:177:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:52:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:53:7: style: The function 'pack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:178:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:53:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:54:8: style: The function 'unpack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:179:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:54:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:55:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:55:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:56:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:56:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:57:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:146:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:57:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:58:8: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:58:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:59:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:148:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:59:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:60:7: style: The function 'maxsize_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:149:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:60:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.cpp:1672:7: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lammps-0~20180510.gitaa1d815fe/src/fix_nh.cpp:1334:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/fix_nh.cpp:1445:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_nh.cpp:1822:17: style: The scope of the variable 'factor_etap' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:139:10: style: Technically the member function 'LAMMPS_NS::FixNH::compute_strain_energy' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/fix_nh.cpp:2125:15: note: Technically the member function 'LAMMPS_NS::FixNH::compute_strain_energy' can be const.
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:139:10: note: Technically the member function 'LAMMPS_NS::FixNH::compute_strain_energy' can be const.
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:25:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:25:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:26:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:26:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:27:16: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:27:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:28:16: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:28:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:29:16: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:128:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:30:8: style: The function 'initial_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:30:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:31:8: style: The function 'final_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:32:16: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:122:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:33:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:34:18: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:34:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:35:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:131:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:37:16: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:133:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:38:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:208:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:38:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:39:8: style: The function 'reset_target' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:187:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:40:8: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:188:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:41:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:209:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:41:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:42:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/math_vector.h:395:18: style: The scope of the variable 'yi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/math_vector.h:421:18: style: The scope of the variable 'yi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_nh_sphere.h:25:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:26:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh_sphere.h:25:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh_sphere.h:30:8: style: The function 'nve_v' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:131:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh_sphere.h:30:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh_sphere.h:31:8: style: The function 'nve_x' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh_sphere.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh_sphere.h:32:8: style: The function 'nh_v_temp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:133:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh_sphere.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:32:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:33:16: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:34:16: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:128:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:35:16: style: The function 'initial_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:35:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:36:16: style: The function 'final_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:37:16: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:188:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:30:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:30:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:32:8: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:33:8: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:128:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:34:8: style: The function 'initial_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:35:8: style: The function 'final_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:36:8: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:188:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:37:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:37:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_noforce.h:30:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_noforce.h:30:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_noforce.h:31:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_noforce.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_noforce.h:32:16: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_noforce.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_noforce.h:33:8: style: The function 'initial_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_noforce.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_noforce.h:34:8: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:188:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_noforce.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_sphere.cpp:102:25: style: The scope of the variable 'msq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_nve_sphere.cpp:102:29: style: The scope of the variable 'scale' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_nve_sphere.cpp:102:35: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_nve_sphere.cpp:102:38: style: The scope of the variable 'inv_len_mu' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_nve_sphere.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_sphere.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_sphere.h:32:16: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:33:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_sphere.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_sphere.h:33:16: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_sphere.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nvt_sllod.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:26:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nvt_sllod.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nvt_sllod.h:36:8: style: The function 'nh_v_temp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:133:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nvt_sllod.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_planeforce.h:30:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_planeforce.h:30:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_planeforce.h:31:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_planeforce.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_planeforce.h:32:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_planeforce.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_planeforce.h:33:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_planeforce.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_planeforce.h:34:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_planeforce.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_planeforce.h:35:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_planeforce.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_press_berendsen.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_press_berendsen.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_press_berendsen.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_press_berendsen.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_press_berendsen.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_press_berendsen.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_press_berendsen.h:34:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_press_berendsen.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_press_berendsen.h:35:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:208:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_press_berendsen.h:35:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_print.h:32:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_print.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_print.h:33:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_print.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.cpp:209:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix.h:25:13: warning: The class 'FixPropertyAtom' defines member variable with name 'style' also defined in its parent class 'Fix'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:56:8: note: The class 'FixPropertyAtom' defines member variable with name 'style' also defined in its parent class 'Fix'.
lammps-0~20180510.gitaa1d815fe/src/fix.h:25:13: note: The class 'FixPropertyAtom' defines member variable with name 'style' also defined in its parent class 'Fix'.
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:34:8: style: The function 'read_data_section' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:192:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:35:10: style: The function 'read_data_skip_lines' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:193:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:36:8: style: The function 'write_data_section_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:37:8: style: The function 'write_data_section_pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:197:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:38:8: style: The function 'write_data_section_keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:198:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:39:8: style: The function 'write_data_section' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:199:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:41:16: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:41:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:42:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:43:7: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:142:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:43:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:44:7: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:143:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:44:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:45:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:45:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:46:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:46:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:47:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:146:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:47:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:48:8: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:48:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:49:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:148:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:49:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:50:7: style: The function 'maxsize_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:149:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:50:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:51:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:51:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.cpp:42:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.h:34:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.h:36:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.h:37:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.h:38:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.h:39:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.h:39:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.h:40:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.h:40:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_recenter.h:30:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_recenter.h:30:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_recenter.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_recenter.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_recenter.h:32:8: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_recenter.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_recenter.h:33:8: style: The function 'initial_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_recenter.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_recenter.h:34:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_recenter.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_recenter.h:35:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_recenter.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:35:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:35:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:36:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:38:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:39:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:40:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:41:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:41:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:42:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:42:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:34:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:35:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:36:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:37:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:38:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:39:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:32:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:34:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:35:16: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:35:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:36:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:37:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:38:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:40:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:34:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:35:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:36:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:37:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:38:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:39:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.cpp:150:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.cpp:150:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.cpp:150:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.cpp:150:19: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:34:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:35:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:36:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:37:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:38:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_rg.h:30:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_rg.h:30:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_rg.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_rg.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_rg.h:32:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_rg.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_rg.h:33:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_rg.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_rg.h:34:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_rg.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:34:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:35:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:36:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:37:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:38:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:40:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:41:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:42:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:43:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:43:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:44:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:44:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:45:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:146:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:45:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:46:8: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:46:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:47:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:148:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:47:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:48:7: style: The function 'maxsize_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:149:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:48:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store.cpp:190:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:34:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:35:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:36:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:37:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:38:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:34:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:36:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:37:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:38:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:39:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:39:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:40:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:40:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:41:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:146:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:41:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:42:8: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:43:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:148:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:43:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:44:7: style: The function 'maxsize_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:149:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:44:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:33:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:34:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:208:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:35:8: style: The function 'reset_target' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:187:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:36:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:37:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:209:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:37:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:33:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:34:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:208:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:35:8: style: The function 'reset_target' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:187:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:36:18: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:36:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:37:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:209:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:37:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:33:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:34:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:208:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:35:8: style: The function 'reset_target' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:187:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:36:18: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:36:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:37:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:209:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:37:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:33:16: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:34:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:208:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:35:8: style: The function 'reset_target' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:187:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:36:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:37:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:209:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:37:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.cpp:415:34: style: Same expression on both sides of '/' because the value of 'sizeof(char*)' and 'sizeof(char)' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.cpp:178:45: style: The scope of the variable 'lambda' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.cpp:393:15: style: The scope of the variable 'bufptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.cpp:415:20: warning: Division of result of sizeof() on pointer type. [divideSizeof]
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:32:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:33:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:34:8: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:35:8: style: The function 'initial_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:37:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:37:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:38:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:39:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:40:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:40:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:41:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:41:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:42:8: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:188:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_vector.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_vector.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_vector.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_vector.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_vector.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_vector.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_vector.h:34:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_vector.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_vector.h:35:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_vector.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_vector.h:36:10: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:183:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_vector.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.cpp:82:7: style: The scope of the variable 'max_respa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:34:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:35:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:36:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:37:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:33:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:34:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:35:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:36:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:37:8: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:125:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:38:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:39:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:40:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:41:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:42:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.cpp:77:26: error: Uninitialized variable: newwall [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/fix_wall_harmonic.h:30:8: style: The function 'precompute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_harmonic.h:30:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_harmonic.h:31:8: style: The function 'wall_particle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_harmonic.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_lj1043.h:30:8: style: The function 'precompute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_lj1043.h:30:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_lj1043.h:31:8: style: The function 'wall_particle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_lj1043.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_lj126.h:30:8: style: The function 'precompute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_lj126.h:30:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_lj126.h:31:8: style: The function 'wall_particle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_lj126.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_lj93.h:30:8: style: The function 'precompute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_lj93.h:30:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_lj93.h:31:16: style: The function 'wall_particle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_lj93.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_reflect.cpp:190:9: style: The scope of the variable 'dim' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_wall_reflect.cpp:190:13: style: The scope of the variable 'side' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_wall_reflect.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_reflect.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_reflect.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_reflect.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_reflect.h:33:8: style: The function 'post_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:121:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_reflect.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_reflect.cpp:68:26: error: Uninitialized variable: newwall [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/fix.h:25:13: warning: The class 'FixWallRegion' defines member variable with name 'style' also defined in its parent class 'Fix'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:42:7: note: The class 'FixWallRegion' defines member variable with name 'style' also defined in its parent class 'Fix'.
lammps-0~20180510.gitaa1d815fe/src/fix.h:25:13: note: The class 'FixWallRegion' defines member variable with name 'style' also defined in its parent class 'Fix'.
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:34:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:35:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:36:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:37:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:38:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:39:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/force.h:140:15: performance: Technically the member function 'LAMMPS_NS::Force::potential_name' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/force.cpp:1088:20: note: Technically the member function 'LAMMPS_NS::Force::potential_name' can be static.
lammps-0~20180510.gitaa1d815fe/src/force.h:140:15: note: Technically the member function 'LAMMPS_NS::Force::potential_name' can be static.
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid_overlay.h:29:3: style: Class 'PairHybridOverlay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid_overlay.h:31:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid_overlay.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/group.cpp:379:9: style: The scope of the variable 'jgroup' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/group.cpp:417:9: style: The scope of the variable 'jgroup' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/group.cpp:447:9: style: The scope of the variable 'jgroup' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/group.cpp:458:18: style: The scope of the variable 'ok' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/group.cpp:1674:10: style: The scope of the variable 'idiag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/group.cpp:1674:19: style: The scope of the variable 'ex' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/group.cpp:1674:25: style: The scope of the variable 'ey' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/group.cpp:1674:31: style: The scope of the variable 'ez' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/group.cpp:1674:37: style: The scope of the variable 'cross' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/group.cpp:62:54: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lammps-0~20180510.gitaa1d815fe/src/group.h:70:7: style: Technically the member function 'LAMMPS_NS::Group::find_unused' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/group.cpp:620:12: note: Technically the member function 'LAMMPS_NS::Group::find_unused' can be const.
lammps-0~20180510.gitaa1d815fe/src/group.h:70:7: note: Technically the member function 'LAMMPS_NS::Group::find_unused' can be const.
lammps-0~20180510.gitaa1d815fe/src/image.cpp:527:17: style: Boolean variable 'yin' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
lammps-0~20180510.gitaa1d815fe/src/image.cpp:533:17: style: Boolean variable 'xin' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
lammps-0~20180510.gitaa1d815fe/src/image.cpp:539:17: style: Boolean variable 'xin' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
lammps-0~20180510.gitaa1d815fe/src/image.h:43:8: performance: Technically the member function 'LAMMPS_NS::Image::write_JPG' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/image.cpp:993:13: note: Technically the member function 'LAMMPS_NS::Image::write_JPG' can be static.
lammps-0~20180510.gitaa1d815fe/src/image.h:43:8: note: Technically the member function 'LAMMPS_NS::Image::write_JPG' can be static.
lammps-0~20180510.gitaa1d815fe/src/image.h:44:8: performance: Technically the member function 'LAMMPS_NS::Image::write_PNG' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/image.cpp:1025:13: note: Technically the member function 'LAMMPS_NS::Image::write_PNG' can be static.
lammps-0~20180510.gitaa1d815fe/src/image.h:44:8: note: Technically the member function 'LAMMPS_NS::Image::write_PNG' can be static.
lammps-0~20180510.gitaa1d815fe/src/image.h:55:7: style: Technically the member function 'LAMMPS_NS::Image::map_dynamic' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/image.cpp:1095:12: note: Technically the member function 'LAMMPS_NS::Image::map_dynamic' can be const.
lammps-0~20180510.gitaa1d815fe/src/image.h:55:7: note: Technically the member function 'LAMMPS_NS::Image::map_dynamic' can be const.
lammps-0~20180510.gitaa1d815fe/src/image.h:62:10: performance: Technically the member function 'LAMMPS_NS::Image::element2diam' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/image.cpp:1627:15: note: Technically the member function 'LAMMPS_NS::Image::element2diam' can be static.
lammps-0~20180510.gitaa1d815fe/src/image.h:62:10: note: Technically the member function 'LAMMPS_NS::Image::element2diam' can be static.
lammps-0~20180510.gitaa1d815fe/src/image.h:64:7: performance: Technically the member function 'LAMMPS_NS::Image::default_colors' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/image.cpp:1477:12: note: Technically the member function 'LAMMPS_NS::Image::default_colors' can be static.
lammps-0~20180510.gitaa1d815fe/src/image.h:64:7: note: Technically the member function 'LAMMPS_NS::Image::default_colors' can be static.
lammps-0~20180510.gitaa1d815fe/src/improper.cpp:145:10: style: The scope of the variable 'eimproperquarter' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.cpp:174:11: style: The scope of the variable 'istyle' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:30:3: style: Class 'ImproperZero' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:32:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:33:16: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:34:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:38:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/info.cpp:367:14: style: The scope of the variable 'cut' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/info.h:36:8: performance: Technically the member function 'LAMMPS_NS::Info::has_gzip_support' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/info.cpp:1132:12: note: Technically the member function 'LAMMPS_NS::Info::has_gzip_support' can be static.
lammps-0~20180510.gitaa1d815fe/src/info.h:36:8: note: Technically the member function 'LAMMPS_NS::Info::has_gzip_support' can be static.
lammps-0~20180510.gitaa1d815fe/src/info.h:37:8: performance: Technically the member function 'LAMMPS_NS::Info::has_png_support' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/info.cpp:1140:12: note: Technically the member function 'LAMMPS_NS::Info::has_png_support' can be static.
lammps-0~20180510.gitaa1d815fe/src/info.h:37:8: note: Technically the member function 'LAMMPS_NS::Info::has_png_support' can be static.
lammps-0~20180510.gitaa1d815fe/src/info.h:38:8: performance: Technically the member function 'LAMMPS_NS::Info::has_jpeg_support' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/info.cpp:1148:12: note: Technically the member function 'LAMMPS_NS::Info::has_jpeg_support' can be static.
lammps-0~20180510.gitaa1d815fe/src/info.h:38:8: note: Technically the member function 'LAMMPS_NS::Info::has_jpeg_support' can be static.
lammps-0~20180510.gitaa1d815fe/src/info.h:39:8: performance: Technically the member function 'LAMMPS_NS::Info::has_ffmpeg_support' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/info.cpp:1156:12: note: Technically the member function 'LAMMPS_NS::Info::has_ffmpeg_support' can be static.
lammps-0~20180510.gitaa1d815fe/src/info.h:39:8: note: Technically the member function 'LAMMPS_NS::Info::has_ffmpeg_support' can be static.
lammps-0~20180510.gitaa1d815fe/src/info.h:40:8: performance: Technically the member function 'LAMMPS_NS::Info::has_exceptions' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/info.cpp:1164:12: note: Technically the member function 'LAMMPS_NS::Info::has_exceptions' can be static.
lammps-0~20180510.gitaa1d815fe/src/info.h:40:8: note: Technically the member function 'LAMMPS_NS::Info::has_exceptions' can be static.
lammps-0~20180510.gitaa1d815fe/src/info.h:29:3: style: Class 'Info' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/input.cpp:1144:3: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/input.cpp:1143:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/input.cpp:1144:3: note: Variable 'ptr' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/input.cpp:1145:3: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/input.cpp:1144:3: note: Variable 'ptr' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/input.cpp:1145:3: note: Variable 'ptr' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/input.cpp:601:33: style: The scope of the variable 'expandflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/input.h:68:7: style: Technically the member function 'LAMMPS_NS::Input::numtriple' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/input.cpp:730:12: note: Technically the member function 'LAMMPS_NS::Input::numtriple' can be const.
lammps-0~20180510.gitaa1d815fe/src/input.h:68:7: note: Technically the member function 'LAMMPS_NS::Input::numtriple' can be const.
lammps-0~20180510.gitaa1d815fe/src/irregular.cpp:152:7: style: The scope of the variable 'igx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/irregular.cpp:152:11: style: The scope of the variable 'igy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/irregular.cpp:152:15: style: The scope of the variable 'igz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/irregular.cpp:439:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/irregular.cpp:506:20: style: The scope of the variable 'count' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/irregular.cpp:711:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/irregular.cpp:744:20: style: The scope of the variable 'count' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/irregular.h:37:8: style: Technically the member function 'LAMMPS_NS::Irregular::destroy_data' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/irregular.cpp:793:17: note: Technically the member function 'LAMMPS_NS::Irregular::destroy_data' can be const.
lammps-0~20180510.gitaa1d815fe/src/irregular.h:37:8: note: Technically the member function 'LAMMPS_NS::Irregular::destroy_data' can be const.
lammps-0~20180510.gitaa1d815fe/src/irregular.h:38:10: style: Technically the member function 'LAMMPS_NS::Irregular::memory_usage' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/irregular.cpp:837:19: note: Technically the member function 'LAMMPS_NS::Irregular::memory_usage' can be const.
lammps-0~20180510.gitaa1d815fe/src/irregular.h:38:10: note: Technically the member function 'LAMMPS_NS::Irregular::memory_usage' can be const.
lammps-0~20180510.gitaa1d815fe/src/irregular.h:88:8: style: Technically the member function 'LAMMPS_NS::Irregular::destroy_atom' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/irregular.cpp:550:17: note: Technically the member function 'LAMMPS_NS::Irregular::destroy_atom' can be const.
lammps-0~20180510.gitaa1d815fe/src/irregular.h:88:8: note: Technically the member function 'LAMMPS_NS::Irregular::destroy_atom' can be const.
lammps-0~20180510.gitaa1d815fe/src/kspace.h:104:8: style: Technically the member function 'LAMMPS_NS::KSpace::x2lamdaT' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/kspace.cpp:354:14: note: Technically the member function 'LAMMPS_NS::KSpace::x2lamdaT' can be const.
lammps-0~20180510.gitaa1d815fe/src/kspace.h:104:8: note: Technically the member function 'LAMMPS_NS::KSpace::x2lamdaT' can be const.
lammps-0~20180510.gitaa1d815fe/src/kspace.h:106:8: style: Technically the member function 'LAMMPS_NS::KSpace::lamda2xvector' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/kspace.cpp:400:14: note: Technically the member function 'LAMMPS_NS::KSpace::lamda2xvector' can be const.
lammps-0~20180510.gitaa1d815fe/src/kspace.h:106:8: note: Technically the member function 'LAMMPS_NS::KSpace::lamda2xvector' can be const.
lammps-0~20180510.gitaa1d815fe/src/kspace.h:107:8: style: Technically the member function 'LAMMPS_NS::KSpace::kspacebbox' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/kspace.cpp:418:14: note: Technically the member function 'LAMMPS_NS::KSpace::kspacebbox' can be const.
lammps-0~20180510.gitaa1d815fe/src/kspace.h:107:8: note: Technically the member function 'LAMMPS_NS::KSpace::kspacebbox' can be const.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:836:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:828:0: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:836:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:844:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:836:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:844:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:852:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:844:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:852:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:860:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:852:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:860:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:868:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:860:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:868:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:876:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:868:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:876:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:884:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:876:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:884:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:892:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:884:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:892:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:900:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:892:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:900:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:908:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:900:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:908:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:916:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:908:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:916:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:924:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:916:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:924:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:932:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:924:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:932:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:932:3: style: Variable 'pos' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:65:9: warning: Member variable 'LAMMPS::cite_enable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:65:9: warning: Member variable 'LAMMPS::atomKK' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:65:9: warning: Member variable 'LAMMPS::memoryKK' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:67:3: style: Class 'LAMMPS' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/src/python.h:35:3: style: Class 'Python' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:173:7: warning: Possible null pointer dereference: orient [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:169:21: note: Assignment 'orient=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:173:7: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:174:7: warning: Possible null pointer dereference: orient [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:169:21: note: Assignment 'orient=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:174:7: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:175:7: warning: Possible null pointer dereference: orient [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:169:21: note: Assignment 'orient=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:175:7: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/lattice.h:32:8: style: Technically the member function 'LAMMPS_NS::Lattice::lattice2box' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:476:15: note: Technically the member function 'LAMMPS_NS::Lattice::lattice2box' can be const.
lammps-0~20180510.gitaa1d815fe/src/lattice.h:32:8: note: Technically the member function 'LAMMPS_NS::Lattice::lattice2box' can be const.
lammps-0~20180510.gitaa1d815fe/src/lattice.h:33:8: style: Technically the member function 'LAMMPS_NS::Lattice::box2lattice' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:508:15: note: Technically the member function 'LAMMPS_NS::Lattice::box2lattice' can be const.
lammps-0~20180510.gitaa1d815fe/src/lattice.h:33:8: note: Technically the member function 'LAMMPS_NS::Lattice::box2lattice' can be const.
lammps-0~20180510.gitaa1d815fe/src/lattice.h:49:7: style: Technically the member function 'LAMMPS_NS::Lattice::orthogonal' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:325:14: note: Technically the member function 'LAMMPS_NS::Lattice::orthogonal' can be const.
lammps-0~20180510.gitaa1d815fe/src/lattice.h:49:7: note: Technically the member function 'LAMMPS_NS::Lattice::orthogonal' can be const.
lammps-0~20180510.gitaa1d815fe/src/lattice.h:50:7: style: Technically the member function 'LAMMPS_NS::Lattice::right_handed' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:341:14: note: Technically the member function 'LAMMPS_NS::Lattice::right_handed' can be const.
lammps-0~20180510.gitaa1d815fe/src/lattice.h:50:7: note: Technically the member function 'LAMMPS_NS::Lattice::right_handed' can be const.
lammps-0~20180510.gitaa1d815fe/src/lattice.h:54:10: performance: Technically the member function 'LAMMPS_NS::Lattice::dot' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:545:17: note: Technically the member function 'LAMMPS_NS::Lattice::dot' can be static.
lammps-0~20180510.gitaa1d815fe/src/lattice.h:54:10: note: Technically the member function 'LAMMPS_NS::Lattice::dot' can be static.
lammps-0~20180510.gitaa1d815fe/src/lattice.h:55:8: performance: Technically the member function 'LAMMPS_NS::Lattice::cross' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:554:15: note: Technically the member function 'LAMMPS_NS::Lattice::cross' can be static.
lammps-0~20180510.gitaa1d815fe/src/lattice.h:55:8: note: Technically the member function 'LAMMPS_NS::Lattice::cross' can be static.
lammps-0~20180510.gitaa1d815fe/src/library.cpp:936:11: style: The scope of the variable 'offset' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/math_extra.cpp:104:28: style: The scope of the variable 'sm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/math_extra.cpp:43:28: style: Function 'mldivide3' argument 1 names different: declaration 'mat' definition 'm'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:79:30: note: Function 'mldivide3' argument 1 names different: declaration 'mat' definition 'm'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.cpp:43:28: note: Function 'mldivide3' argument 1 names different: declaration 'mat' definition 'm'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.cpp:43:51: style: Function 'mldivide3' argument 2 names different: declaration 'vec' definition 'v'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:79:55: note: Function 'mldivide3' argument 2 names different: declaration 'vec' definition 'v'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.cpp:43:51: note: Function 'mldivide3' argument 2 names different: declaration 'vec' definition 'v'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.cpp:486:32: style: Function 'inertia_ellipsoid' argument 1 names different: declaration 'shape' definition 'radii'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:126:34: note: Function 'inertia_ellipsoid' argument 1 names different: declaration 'shape' definition 'radii'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.cpp:486:32: note: Function 'inertia_ellipsoid' argument 1 names different: declaration 'shape' definition 'radii'.
lammps-0~20180510.gitaa1d815fe/src/math_special.cpp:496:14: style: union member 'udi_t::u' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/src/memory.cpp:43:30: style: Function 'smalloc' argument 1 names different: declaration 'n' definition 'nbytes'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/memory.h:26:24: note: Function 'smalloc' argument 1 names different: declaration 'n' definition 'nbytes'.
lammps-0~20180510.gitaa1d815fe/src/memory.cpp:43:30: note: Function 'smalloc' argument 1 names different: declaration 'n' definition 'nbytes'.
lammps-0~20180510.gitaa1d815fe/src/memory.cpp:73:42: style: Function 'srealloc' argument 2 names different: declaration 'n' definition 'nbytes'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/memory.h:27:33: note: Function 'srealloc' argument 2 names different: declaration 'n' definition 'nbytes'.
lammps-0~20180510.gitaa1d815fe/src/memory.cpp:73:42: note: Function 'srealloc' argument 2 names different: declaration 'n' definition 'nbytes'.
lammps-0~20180510.gitaa1d815fe/src/memory.h:28:8: performance: Technically the member function 'LAMMPS_NS::Memory::sfree' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/memory.cpp:107:14: note: Technically the member function 'LAMMPS_NS::Memory::sfree' can be static.
lammps-0~20180510.gitaa1d815fe/src/memory.h:28:8: note: Technically the member function 'LAMMPS_NS::Memory::sfree' can be static.
lammps-0~20180510.gitaa1d815fe/src/min.cpp:733:7: style: Condition 'eflag_global' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/min.cpp:723:22: note: Assignment 'eflag_global=1', assigned value is 1
lammps-0~20180510.gitaa1d815fe/src/min.cpp:733:7: note: Condition 'eflag_global' is always true
lammps-0~20180510.gitaa1d815fe/src/min.cpp:760:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min.cpp:761:11: style: The scope of the variable 'fatom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min.cpp:790:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min.cpp:791:11: style: The scope of the variable 'fatom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_cg.cpp:39:13: style: The scope of the variable 'fail' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_cg.cpp:39:18: style: The scope of the variable 'ntimestep' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_cg.cpp:40:10: style: The scope of the variable 'beta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.h:23:3: style: Class 'MinLineSearch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/min_cg.h:29:3: style: Class 'MinCG' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.h:25:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:33:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.h:25:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.h:26:8: style: The function 'setup_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.h:26:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.h:27:8: style: The function 'reset_vectors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.h:27:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_cg.h:30:7: style: The function 'iterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:47:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_cg.h:30:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_fire.cpp:85:21: style: The scope of the variable 'dtf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_fire.h:29:3: style: Class 'MinFire' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/min_fire.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:33:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_fire.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_fire.h:32:8: style: The function 'setup_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_fire.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_fire.h:33:8: style: The function 'reset_vectors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_fire.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_fire.h:34:7: style: The function 'iterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:47:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_fire.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_hftn.cpp:208:7: style: Condition 'bPrintProgress' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/min_hftn.cpp:206:26: note: Assignment 'bPrintProgress=false', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/min_hftn.cpp:208:7: note: Condition 'bPrintProgress' is always false
lammps-0~20180510.gitaa1d815fe/src/min_hftn.cpp:220:7: style: Condition 'bPrintProgress' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/min_hftn.cpp:206:26: note: Assignment 'bPrintProgress=false', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/min_hftn.cpp:220:7: note: Condition 'bPrintProgress' is always false
lammps-0~20180510.gitaa1d815fe/src/min_hftn.cpp:735:20: style: Variable 'dEnergyAtX' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/min_hftn.cpp:76:10: warning: Member variable 'MinHFTN::_daAVectors' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/min_hftn.cpp:76:10: warning: Member variable 'MinHFTN::_nNumUnknowns' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/min_hftn.h:110:9: style: Unused private function: 'MinHFTN::open_hftn_print_file_' [unusedPrivateFunction]
lammps-0~20180510.gitaa1d815fe/src/min_hftn.h:121:9: style: Unused private function: 'MinHFTN::close_hftn_print_file_' [unusedPrivateFunction]
lammps-0~20180510.gitaa1d815fe/src/min_hftn.h:32:3: style: Class 'MinHFTN' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/min_hftn.h:34:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:33:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_hftn.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_hftn.h:35:8: style: The function 'setup_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_hftn.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_hftn.h:36:8: style: The function 'reset_vectors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_hftn.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_hftn.h:37:7: style: The function 'iterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:47:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_hftn.h:37:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:183:10: style: The scope of the variable 'de_ideal' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:183:19: style: The scope of the variable 'de' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:184:18: style: The scope of the variable 'x0atom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:184:26: style: The scope of the variable 'fatom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:332:10: style: The scope of the variable 'de_ideal' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:332:19: style: The scope of the variable 'de' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:333:10: style: The scope of the variable 'delfh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:333:24: style: The scope of the variable 'relerr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:333:48: style: The scope of the variable 'ff' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:333:51: style: The scope of the variable 'fh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:333:54: style: The scope of the variable 'alpha0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:335:18: style: The scope of the variable 'x0atom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:590:18: style: The scope of the variable 'x0atom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:590:26: style: The scope of the variable 'fatom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:596:10: style: The scope of the variable 'fhPrev' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:598:19: style: The scope of the variable 'engPrev' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:599:8: style: The scope of the variable 'backtrack' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:844:26: style: The scope of the variable 'hatom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:886:10: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:886:12: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:887:12: style: The scope of the variable 'hatom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:887:20: style: The scope of the variable 'fatom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_quickmin.cpp:80:21: style: The scope of the variable 'dtf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_quickmin.h:29:3: style: Class 'MinQuickMin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/min_quickmin.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:33:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_quickmin.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_quickmin.h:32:8: style: The function 'setup_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_quickmin.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_quickmin.h:33:8: style: The function 'reset_vectors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_quickmin.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_quickmin.h:34:7: style: The function 'iterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:47:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_quickmin.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_sd.cpp:38:13: style: The scope of the variable 'fail' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_sd.cpp:38:18: style: The scope of the variable 'ntimestep' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_sd.cpp:39:10: style: The scope of the variable 'fdotf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_sd.h:29:3: style: Class 'MinSD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/min_sd.h:30:7: style: The function 'iterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:47:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_sd.h:30:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/minimize.h:29:3: style: Class 'Minimize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/modify.cpp:504:11: style: The scope of the variable 'eatom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/modify.cpp:668:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/modify.cpp:718:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/modify.cpp:734:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/modify.cpp:765:7: style: The scope of the variable 'itmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/modify.cpp:789:15: style: The scope of the variable 'exceptions' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/modify.h:158:8: style: Technically the member function 'LAMMPS_NS::Modify::list_init' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/modify.cpp:1530:14: note: Technically the member function 'LAMMPS_NS::Modify::list_init' can be const.
lammps-0~20180510.gitaa1d815fe/src/modify.h:158:8: note: Technically the member function 'LAMMPS_NS::Modify::list_init' can be const.
lammps-0~20180510.gitaa1d815fe/src/modify.h:160:8: style: Technically the member function 'LAMMPS_NS::Modify::list_init_thermo_energy' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/modify.cpp:1571:14: note: Technically the member function 'LAMMPS_NS::Modify::list_init_thermo_energy' can be const.
lammps-0~20180510.gitaa1d815fe/src/modify.h:160:8: note: Technically the member function 'LAMMPS_NS::Modify::list_init_thermo_energy' can be const.
lammps-0~20180510.gitaa1d815fe/src/modify.h:161:8: style: Technically the member function 'LAMMPS_NS::Modify::list_init_thermo_energy_atom' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/modify.cpp:1591:14: note: Technically the member function 'LAMMPS_NS::Modify::list_init_thermo_energy_atom' can be const.
lammps-0~20180510.gitaa1d815fe/src/modify.h:161:8: note: Technically the member function 'LAMMPS_NS::Modify::list_init_thermo_energy_atom' can be const.
lammps-0~20180510.gitaa1d815fe/src/molecule.cpp:313:20: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/molecule.cpp:313:23: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/molecule.cpp:313:26: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/molecule.cpp:405:9: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/molecule.cpp:405:14: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/molecule.cpp:1085:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/molecule.cpp:1323:9: style: The scope of the variable 'ncount' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/molecule.h:157:7: performance: Technically the member function 'LAMMPS_NS::Molecule::parse' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/molecule.cpp:1711:15: note: Technically the member function 'LAMMPS_NS::Molecule::parse' can be static.
lammps-0~20180510.gitaa1d815fe/src/molecule.h:157:7: note: Technically the member function 'LAMMPS_NS::Molecule::parse' can be static.
lammps-0~20180510.gitaa1d815fe/src/nbin.h:45:10: style: Technically the member function 'LAMMPS_NS::NBin::memory_usage' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/nbin.cpp:152:14: note: Technically the member function 'LAMMPS_NS::NBin::memory_usage' can be const.
lammps-0~20180510.gitaa1d815fe/src/nbin.h:45:10: note: Technically the member function 'LAMMPS_NS::NBin::memory_usage' can be const.
lammps-0~20180510.gitaa1d815fe/src/nbin_standard.h:31:3: style: Class 'NBinStandard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nbin_standard.h:33:8: style: The function 'setup_bins' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nbin.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nbin_standard.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nbin_standard.h:34:8: style: The function 'bin_atoms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nbin.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nbin_standard.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nbin_standard.cpp:181:15: error: Uninitialized variable: mbinzhi [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/neigh_request.cpp:225:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/neigh_request.h:118:7: style: Technically the member function 'LAMMPS_NS::NeighRequest::same_skip' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/neigh_request.cpp:165:19: note: Technically the member function 'LAMMPS_NS::NeighRequest::same_skip' can be const.
lammps-0~20180510.gitaa1d815fe/src/neigh_request.h:118:7: note: Technically the member function 'LAMMPS_NS::NeighRequest::same_skip' can be const.
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:344:3: style: Variable 'fixchecklist' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:343:3: note: Variable 'fixchecklist' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:344:3: note: Variable 'fixchecklist' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:915:17: style: The scope of the variable 'irq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:1035:17: style: The scope of the variable 'irq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:1101:17: style: The scope of the variable 'irq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:1604:7: style: The scope of the variable 'mask' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:1656:7: style: The scope of the variable 'mask' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:1755:7: style: The scope of the variable 'mask' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:1953:25: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:1954:10: style: The scope of the variable 'delta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:1954:24: style: The scope of the variable 'delta1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:1954:31: style: The scope of the variable 'delta2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:2011:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:2122:43: style: Function 'build_one' argument 1 names different: declaration 'list' definition 'mylist'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/neighbor.h:116:35: note: Function 'build_one' argument 1 names different: declaration 'list' definition 'mylist'.
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:2122:43: note: Function 'build_one' argument 1 names different: declaration 'list' definition 'mylist'.
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:705:17: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:708:24: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:711:24: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/neighbor.h:123:7: style: Technically the member function 'LAMMPS_NS::Neighbor::exclude_setting' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:2368:15: note: Technically the member function 'LAMMPS_NS::Neighbor::exclude_setting' can be const.
lammps-0~20180510.gitaa1d815fe/src/neighbor.h:123:7: note: Technically the member function 'LAMMPS_NS::Neighbor::exclude_setting' can be const.
lammps-0~20180510.gitaa1d815fe/src/neighbor.h:207:8: style: Technically the member function 'LAMMPS_NS::Neighbor::morph_unique' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:913:16: note: Technically the member function 'LAMMPS_NS::Neighbor::morph_unique' can be const.
lammps-0~20180510.gitaa1d815fe/src/neighbor.h:207:8: note: Technically the member function 'LAMMPS_NS::Neighbor::morph_unique' can be const.
lammps-0~20180510.gitaa1d815fe/src/neighbor.h:209:8: style: Technically the member function 'LAMMPS_NS::Neighbor::morph_granular' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:1032:16: note: Technically the member function 'LAMMPS_NS::Neighbor::morph_granular' can be const.
lammps-0~20180510.gitaa1d815fe/src/neighbor.h:209:8: note: Technically the member function 'LAMMPS_NS::Neighbor::morph_granular' can be const.
lammps-0~20180510.gitaa1d815fe/src/neighbor.h:210:8: style: Technically the member function 'LAMMPS_NS::Neighbor::morph_halffull' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:1098:16: note: Technically the member function 'LAMMPS_NS::Neighbor::morph_halffull' can be const.
lammps-0~20180510.gitaa1d815fe/src/neighbor.h:210:8: note: Technically the member function 'LAMMPS_NS::Neighbor::morph_halffull' can be const.
lammps-0~20180510.gitaa1d815fe/src/neighbor.h:211:8: style: Technically the member function 'LAMMPS_NS::Neighbor::morph_copy' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:1169:16: note: Technically the member function 'LAMMPS_NS::Neighbor::morph_copy' can be const.
lammps-0~20180510.gitaa1d815fe/src/neighbor.h:211:8: note: Technically the member function 'LAMMPS_NS::Neighbor::morph_copy' can be const.
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:46:14: style: Technically the member function 'LAMMPS_NS::NStencil::get_maxstencil' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/npair_copy.h:31:3: style: Class 'NPairCopy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_copy.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_copy.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin.cpp:37:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin.cpp:37:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin.cpp:37:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin.cpp:39:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin.cpp:39:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin.cpp:39:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin.h:32:3: style: Class 'NPairFullBin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin.h:34:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_atomonly.cpp:36:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_atomonly.cpp:36:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_atomonly.cpp:36:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_atomonly.cpp:37:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_atomonly.cpp:37:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_atomonly.cpp:37:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_atomonly.h:32:3: style: Class 'NPairFullBinAtomonly' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_atomonly.h:34:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_atomonly.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_ghost.cpp:38:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_ghost.cpp:38:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_ghost.cpp:40:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_ghost.cpp:40:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_ghost.cpp:40:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_ghost.h:32:3: style: Class 'NPairFullBinGhost' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_ghost.h:34:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_ghost.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.cpp:38:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.cpp:38:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.cpp:38:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.cpp:38:38: style: The scope of the variable 'ns' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.cpp:40:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.cpp:40:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.cpp:40:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.cpp:41:18: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.cpp:42:11: style: The scope of the variable 'cutsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.cpp:42:18: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.h:31:3: style: Class 'NPairFullMulti' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq.cpp:38:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq.cpp:38:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq.cpp:40:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq.cpp:40:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq.cpp:40:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq.h:31:3: style: Class 'NPairFullNsq' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq_ghost.cpp:38:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq_ghost.cpp:38:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq_ghost.cpp:40:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq_ghost.cpp:40:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq_ghost.cpp:40:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq_ghost.h:32:3: style: Class 'NPairFullNsqGhost' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq_ghost.h:34:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq_ghost.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_atomonly_newton.cpp:39:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_atomonly_newton.cpp:39:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_atomonly_newton.cpp:40:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_atomonly_newton.cpp:40:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_atomonly_newton.cpp:40:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_atomonly_newton.h:31:3: style: Class 'NPairHalfBinAtomonlyNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_atomonly_newton.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_atomonly_newton.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff.cpp:39:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff.cpp:39:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff.cpp:39:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff.cpp:41:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff.cpp:41:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff.cpp:41:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff.h:31:3: style: Class 'NPairHalfBinNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff_ghost.cpp:41:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff_ghost.cpp:41:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff_ghost.cpp:43:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff_ghost.cpp:43:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff_ghost.cpp:43:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff_ghost.h:31:3: style: Class 'NPairHalfBinNewtoffGhost' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff_ghost.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff_ghost.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton.cpp:38:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton.cpp:38:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton.cpp:40:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton.cpp:40:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton.cpp:40:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton.h:31:3: style: Class 'NPairHalfBinNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton_tri.cpp:38:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton_tri.cpp:38:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton_tri.cpp:38:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton_tri.cpp:40:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton_tri.cpp:40:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton_tri.cpp:40:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton_tri.cpp:95:18: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton_tri.h:31:3: style: Class 'NPairHalfBinNewtonTri' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton_tri.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton_tri.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.cpp:40:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.cpp:40:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.cpp:40:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.cpp:40:38: style: The scope of the variable 'ns' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.cpp:42:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.cpp:42:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.cpp:42:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.cpp:43:18: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.cpp:44:11: style: The scope of the variable 'cutsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.cpp:44:18: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.h:31:3: style: Class 'NPairHalfMultiNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton.cpp:39:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton.cpp:39:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton.cpp:41:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton.cpp:41:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton.cpp:41:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton.h:31:3: style: Class 'NPairHalfMultiNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.cpp:39:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.cpp:39:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.cpp:39:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.cpp:39:38: style: The scope of the variable 'ns' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.cpp:41:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.cpp:41:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.cpp:41:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.cpp:42:18: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.cpp:43:11: style: The scope of the variable 'cutsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.cpp:43:18: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.cpp:105:18: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.h:31:3: style: Class 'NPairHalfMultiNewtonTri' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff.cpp:39:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff.cpp:39:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff.cpp:41:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff.cpp:41:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff.cpp:41:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff.h:31:3: style: Class 'NPairHalfNsqNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff_ghost.cpp:41:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff_ghost.cpp:41:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff_ghost.cpp:43:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff_ghost.cpp:43:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff_ghost.cpp:43:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff_ghost.h:31:3: style: Class 'NPairHalfNsqNewtoffGhost' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff_ghost.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff_ghost.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newton.cpp:39:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newton.cpp:39:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newton.cpp:41:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newton.cpp:41:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newton.cpp:41:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newton.h:31:3: style: Class 'NPairHalfNsqNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newton.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newton.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newtoff.cpp:40:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newtoff.cpp:40:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newtoff.cpp:40:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newtoff.cpp:40:32: style: The scope of the variable 'n_inner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newtoff.cpp:42:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newtoff.cpp:42:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newtoff.cpp:42:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newtoff.h:31:3: style: Class 'NPairHalfRespaBinNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newtoff.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newtoff.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton.cpp:39:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton.cpp:39:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton.cpp:39:32: style: The scope of the variable 'n_inner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton.cpp:41:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton.cpp:41:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton.cpp:41:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton.h:31:3: style: Class 'NPairHalfRespaBinNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton_tri.cpp:40:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton_tri.cpp:40:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton_tri.cpp:40:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton_tri.cpp:40:32: style: The scope of the variable 'n_inner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton_tri.cpp:42:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton_tri.cpp:42:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton_tri.cpp:42:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton_tri.cpp:121:18: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton_tri.h:31:3: style: Class 'NPairHalfRespaBinNewtonTri' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton_tri.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton_tri.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newtoff.cpp:40:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newtoff.cpp:40:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newtoff.cpp:40:25: style: The scope of the variable 'n_inner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newtoff.cpp:42:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newtoff.cpp:42:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newtoff.cpp:42:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newtoff.h:31:3: style: Class 'NPairHalfRespaNsqNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newtoff.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newtoff.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newton.cpp:41:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newton.cpp:41:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newton.cpp:41:25: style: The scope of the variable 'itag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newton.cpp:41:35: style: The scope of the variable 'n_inner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newton.cpp:44:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newton.cpp:44:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newton.cpp:44:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newton.h:31:3: style: Class 'NPairHalfRespaNsqNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newton.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newton.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newtoff.cpp:39:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newtoff.cpp:39:15: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newtoff.cpp:40:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newtoff.cpp:40:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newtoff.cpp:40:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newtoff.cpp:41:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newtoff.h:31:3: style: Class 'NPairHalfSizeBinNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newtoff.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newtoff.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton.cpp:38:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton.cpp:39:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton.cpp:39:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton.cpp:39:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton.cpp:40:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton.h:31:3: style: Class 'NPairHalfSizeBinNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton_tri.cpp:39:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton_tri.cpp:39:15: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton_tri.cpp:40:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton_tri.cpp:40:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton_tri.cpp:40:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton_tri.cpp:41:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton_tri.cpp:86:18: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton_tri.h:31:3: style: Class 'NPairHalfSizeBinNewtonTri' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton_tri.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton_tri.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newtoff.cpp:39:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newtoff.cpp:40:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newtoff.cpp:40:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newtoff.cpp:40:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newtoff.cpp:41:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newtoff.h:31:3: style: Class 'NPairHalfSizeNsqNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newtoff.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newtoff.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newton.cpp:40:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newton.cpp:40:13: style: The scope of the variable 'itag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newton.cpp:41:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newton.cpp:41:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newton.cpp:41:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newton.cpp:42:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newton.h:31:3: style: Class 'NPairHalfSizeNsqNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newton.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newton.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newtoff.cpp:41:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newtoff.cpp:41:17: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newtoff.cpp:41:19: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newtoff.h:47:3: style: Class 'NPairHalffullNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newtoff.h:49:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newtoff.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newton.cpp:39:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newton.cpp:39:17: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newton.cpp:39:19: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newton.cpp:41:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newton.cpp:41:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newton.cpp:41:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newton.h:37:3: style: Class 'NPairHalffullNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newton.h:39:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newton.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_skip.cpp:40:19: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_skip.h:39:3: style: Class 'NPairSkip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_skip.h:41:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_skip.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_skip_respa.cpp:38:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_skip_respa.cpp:38:19: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_skip_respa.h:33:3: style: Class 'NPairSkipRespa' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_skip_respa.h:35:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_skip_respa.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size.cpp:36:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size.cpp:36:19: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size.h:32:3: style: Class 'NPairSkipSize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size.h:34:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size_off2on.cpp:37:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size_off2on.cpp:37:19: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size_off2on.h:33:3: style: Class 'NPairSkipSizeOff2on' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size_off2on.h:35:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size_off2on.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size_off2on_oneside.h:33:3: style: Class 'NPairSkipSizeOff2onOneside' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size_off2on_oneside.h:35:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size_off2on_oneside.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:74:10: style: Technically the member function 'LAMMPS_NS::NStencil::bin_distance' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/nstencil.cpp:206:18: note: Technically the member function 'LAMMPS_NS::NStencil::bin_distance' can be const.
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:74:10: note: Technically the member function 'LAMMPS_NS::NStencil::bin_distance' can be const.
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_bin_2d.h:32:3: style: Class 'NStencilFullBin2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_bin_2d.h:34:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_bin_2d.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_bin_3d.h:32:3: style: Class 'NStencilFullBin3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_bin_3d.h:34:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_bin_3d.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_ghost_bin_2d.h:32:3: style: Class 'NStencilFullGhostBin2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_ghost_bin_2d.h:34:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_ghost_bin_2d.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_ghost_bin_3d.h:32:3: style: Class 'NStencilFullGhostBin3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_ghost_bin_3d.h:34:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_ghost_bin_3d.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_2d.cpp:31:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_2d.cpp:32:14: style: The scope of the variable 'typesq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_2d.cpp:33:8: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_2d.cpp:34:11: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_2d.h:32:3: style: Class 'NStencilFullMulti2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_2d.h:34:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_2d.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_3d.cpp:31:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_3d.cpp:32:14: style: The scope of the variable 'typesq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_3d.cpp:33:8: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_3d.cpp:34:11: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_3d.h:32:3: style: Class 'NStencilFullMulti3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_3d.h:34:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_3d.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_2d_newtoff.h:31:3: style: Class 'NStencilHalfBin2dNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_2d_newtoff.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_2d_newtoff.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_2d_newton.h:31:3: style: Class 'NStencilHalfBin2dNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_2d_newton.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_2d_newton.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_2d_newton_tri.h:31:3: style: Class 'NStencilHalfBin2dNewtonTri' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_2d_newton_tri.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_2d_newton_tri.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_3d_newtoff.h:31:3: style: Class 'NStencilHalfBin3dNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_3d_newtoff.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_3d_newtoff.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_3d_newton.h:31:3: style: Class 'NStencilHalfBin3dNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_3d_newton.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_3d_newton.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_3d_newton_tri.h:31:3: style: Class 'NStencilHalfBin3dNewtonTri' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_3d_newton_tri.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_3d_newton_tri.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_ghost_bin_2d_newtoff.h:32:3: style: Class 'NStencilHalfGhostBin2dNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_ghost_bin_2d_newtoff.h:34:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_ghost_bin_2d_newtoff.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_ghost_bin_3d_newtoff.h:32:3: style: Class 'NStencilHalfGhostBin3dNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_ghost_bin_3d_newtoff.h:34:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_ghost_bin_3d_newtoff.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newtoff.cpp:32:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newtoff.cpp:33:14: style: The scope of the variable 'typesq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newtoff.cpp:34:8: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newtoff.cpp:35:11: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newtoff.h:31:3: style: Class 'NStencilHalfMulti2dNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newtoff.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newtoff.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton.cpp:32:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton.cpp:33:14: style: The scope of the variable 'typesq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton.cpp:34:8: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton.cpp:35:11: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton.h:31:3: style: Class 'NStencilHalfMulti2dNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton_tri.cpp:32:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton_tri.cpp:33:14: style: The scope of the variable 'typesq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton_tri.cpp:34:8: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton_tri.cpp:35:11: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton_tri.h:31:3: style: Class 'NStencilHalfMulti2dNewtonTri' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton_tri.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton_tri.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newtoff.cpp:32:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newtoff.cpp:33:14: style: The scope of the variable 'typesq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newtoff.cpp:34:8: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newtoff.cpp:35:11: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newtoff.h:31:3: style: Class 'NStencilHalfMulti3dNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newtoff.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newtoff.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton.cpp:32:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton.cpp:33:14: style: The scope of the variable 'typesq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton.cpp:34:8: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton.cpp:35:11: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton.h:31:3: style: Class 'NStencilHalfMulti3dNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton_tri.cpp:32:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton_tri.cpp:33:14: style: The scope of the variable 'typesq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton_tri.cpp:34:8: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton_tri.cpp:35:11: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton_tri.h:31:3: style: Class 'NStencilHalfMulti3dNewtonTri' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton_tri.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton_tri.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:91:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:91:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:92:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:92:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:92:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:92:19: style: The scope of the variable 'dxstart' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:92:27: style: The scope of the variable 'dystart' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:92:35: style: The scope of the variable 'dzstart' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:116:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:116:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:116:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:117:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:117:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:117:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:117:19: style: The scope of the variable 'dxstart' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:117:27: style: The scope of the variable 'dystart' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:117:35: style: The scope of the variable 'dzstart' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:155:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:155:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:155:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:155:13: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:156:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:156:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:156:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:156:19: style: The scope of the variable 'dxstart' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:156:27: style: The scope of the variable 'dystart' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:156:35: style: The scope of the variable 'dzstart' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:31:10: style: Technically the member function 'LAMMPS_NS::NTopo::memory_usage' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:209:15: note: Technically the member function 'LAMMPS_NS::NTopo::memory_usage' can be const.
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:31:10: note: Technically the member function 'LAMMPS_NS::NTopo::memory_usage' can be const.
lammps-0~20180510.gitaa1d815fe/src/ntopo_angle_all.h:29:3: style: Class 'NTopoAngleAll' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ntopo_angle_all.h:31:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/ntopo_angle_all.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/ntopo_angle_partial.h:29:3: style: Class 'NTopoAnglePartial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ntopo_angle_partial.h:31:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/ntopo_angle_partial.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/ntopo_angle_template.h:29:3: style: Class 'NTopoAngleTemplate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ntopo_angle_template.h:31:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/ntopo_angle_template.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/ntopo_bond_all.h:29:3: style: Class 'NTopoBondAll' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ntopo_bond_all.h:31:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/ntopo_bond_all.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/ntopo_bond_partial.h:29:3: style: Class 'NTopoBondPartial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ntopo_bond_partial.h:31:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/ntopo_bond_partial.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/ntopo_bond_template.h:29:3: style: Class 'NTopoBondTemplate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ntopo_bond_template.h:31:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/ntopo_bond_template.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/ntopo_dihedral_all.h:29:3: style: Class 'NTopoDihedralAll' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ntopo_dihedral_all.h:31:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/ntopo_dihedral_all.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/ntopo_dihedral_partial.h:29:3: style: Class 'NTopoDihedralPartial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ntopo_dihedral_partial.h:31:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/ntopo_dihedral_partial.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/ntopo_dihedral_template.h:29:3: style: Class 'NTopoDihedralTemplate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ntopo_dihedral_template.h:31:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/ntopo_dihedral_template.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/ntopo_improper_all.h:29:3: style: Class 'NTopoImproperAll' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ntopo_improper_all.h:31:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/ntopo_improper_all.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/ntopo_improper_partial.h:29:3: style: Class 'NTopoImproperPartial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ntopo_improper_partial.h:31:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/ntopo_improper_partial.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/ntopo_improper_template.h:29:3: style: Class 'NTopoImproperTemplate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ntopo_improper_template.h:31:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/ntopo_improper_template.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/output.cpp:192:7: style: The scope of the variable 'writeflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/write_restart.h:30:3: style: Class 'WriteRestart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:454:10: style: The scope of the variable 'f_tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:454:16: style: The scope of the variable 'c_tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:454:22: style: The scope of the variable 'e_tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:600:10: style: The scope of the variable 'f_tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:600:16: style: The scope of the variable 'e_tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:864:10: style: The scope of the variable 'evdwlhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:864:20: style: The scope of the variable 'ecoulhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:864:30: style: The scope of the variable 'epairhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:964:10: style: The scope of the variable 'v' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:1012:10: style: The scope of the variable 'evdwlhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:1012:20: style: The scope of the variable 'ecoulhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:1012:30: style: The scope of the variable 'epairhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:1106:10: style: The scope of the variable 'evdwlhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:1106:20: style: The scope of the variable 'ecoulhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:1106:30: style: The scope of the variable 'epairhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:1106:40: style: The scope of the variable 'v' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:1158:10: style: The scope of the variable 'epairthird' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:1215:10: style: The scope of the variable 'epairfourth' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:1215:22: style: The scope of the variable 'v' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:1260:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:1632:21: style: The scope of the variable 'nmask' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:720:13: style: Variable 'found' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/pair.h:112:10: style: Technically the member function 'LAMMPS_NS::Pair::mix_energy' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:660:14: note: Technically the member function 'LAMMPS_NS::Pair::mix_energy' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair.h:112:10: note: Technically the member function 'LAMMPS_NS::Pair::mix_energy' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair.h:113:10: style: Technically the member function 'LAMMPS_NS::Pair::mix_distance' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:676:14: note: Technically the member function 'LAMMPS_NS::Pair::mix_distance' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair.h:113:10: note: Technically the member function 'LAMMPS_NS::Pair::mix_distance' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair_beck.cpp:57:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_beck.cpp:57:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_beck.cpp:57:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_beck.cpp:58:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_beck.cpp:58:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_beck.cpp:58:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:29:3: style: Class 'PairBeck' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:34:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:35:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:36:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:37:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:38:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:39:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born.cpp:67:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born.cpp:67:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born.cpp:67:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born.cpp:68:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born.cpp:68:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born.cpp:68:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:29:3: style: Class 'PairBorn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:32:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:33:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:34:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:40:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:41:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:42:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:43:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:43:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.cpp:72:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.cpp:72:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.cpp:72:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.cpp:73:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.cpp:73:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.cpp:73:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.cpp:73:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.cpp:453:30: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.cpp:453:38: style: The scope of the variable 'phiborn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.cpp:454:16: style: The scope of the variable 'erfcd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.cpp:454:22: style: The scope of the variable 'arg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:29:3: style: Class 'PairBornCoulDSF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:34:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:40:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:41:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:42:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.cpp:70:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.cpp:70:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.cpp:70:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.cpp:71:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.cpp:71:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.cpp:71:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.cpp:71:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.cpp:76:56: style: The scope of the variable 'qisq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.cpp:452:30: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.cpp:452:38: style: The scope of the variable 'phiborn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.cpp:453:26: style: The scope of the variable 'dvdrr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.cpp:453:38: style: The scope of the variable 'erfcd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:29:3: style: Class 'PairBornCoulWolf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:34:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:40:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:41:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:42:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.cpp:62:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck.cpp:62:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck.cpp:62:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck.cpp:63:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck.cpp:63:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck.cpp:63:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:29:3: style: Class 'PairBuck' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:34:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:35:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:36:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:37:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:38:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:39:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:40:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:41:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:42:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:42:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.cpp:67:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.cpp:67:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.cpp:67:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.cpp:68:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.cpp:68:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.cpp:68:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.cpp:68:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.cpp:447:22: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.cpp:447:49: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.cpp:447:57: style: The scope of the variable 'phibuck' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:29:3: style: Class 'PairBuckCoulCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:32:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:34:16: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:38:16: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:39:16: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:40:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:41:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:42:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:42:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.cpp:50:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.cpp:50:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.cpp:50:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.cpp:51:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.cpp:51:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.cpp:51:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.cpp:51:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:29:3: style: Class 'PairCoulCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:32:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:34:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:38:16: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:39:16: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:40:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:40:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:41:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:41:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.cpp:37:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.cpp:37:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.cpp:37:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.cpp:38:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.cpp:38:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.cpp:38:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.cpp:38:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.h:29:3: style: Class 'PairCoulDebye' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.h:30:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.h:31:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.h:32:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.h:33:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.h:34:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:40:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.cpp:64:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.cpp:64:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.cpp:65:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.cpp:65:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.cpp:65:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.cpp:65:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.cpp:298:16: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.cpp:298:18: style: The scope of the variable 'erfcc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.cpp:298:24: style: The scope of the variable 'erfcd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.cpp:298:30: style: The scope of the variable 'prefactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.cpp:298:40: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.cpp:299:20: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:29:3: style: Class 'PairCoulDSF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:31:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:34:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:40:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:41:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:41:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:330:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:675:3: style: Variable 'etmp1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:672:10: note: Variable 'etmp1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:675:3: note: Variable 'etmp1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:676:3: style: Variable 'etmp2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:672:18: note: Variable 'etmp2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:676:3: note: Variable 'etmp2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:677:3: style: Variable 'etmp3' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:672:26: note: Variable 'etmp3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:677:3: note: Variable 'etmp3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:679:3: style: Variable 'ftmp1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:673:10: note: Variable 'ftmp1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:679:3: note: Variable 'ftmp1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:680:3: style: Variable 'ftmp2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:673:18: note: Variable 'ftmp2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:680:3: note: Variable 'ftmp2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:681:3: style: Variable 'ftmp3' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:673:26: note: Variable 'ftmp3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:681:3: note: Variable 'ftmp3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:683:3: style: Variable 'etmp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:672:3: note: Variable 'etmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:683:3: note: Variable 'etmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:684:3: style: Variable 'ftmp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:673:3: note: Variable 'ftmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:684:3: note: Variable 'ftmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:758:3: style: Variable 'etmp1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:755:3: note: Variable 'etmp1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:758:3: note: Variable 'etmp1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:759:3: style: Variable 'etmp2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:755:11: note: Variable 'etmp2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:759:3: note: Variable 'etmp2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:760:3: style: Variable 'etmp3' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:755:19: note: Variable 'etmp3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:760:3: note: Variable 'etmp3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:761:3: style: Variable 'etmp4' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:755:27: note: Variable 'etmp4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:761:3: note: Variable 'etmp4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:763:3: style: Variable 'ftmp1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:756:3: note: Variable 'ftmp1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:763:3: note: Variable 'ftmp1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:764:3: style: Variable 'ftmp2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:756:11: note: Variable 'ftmp2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:764:3: note: Variable 'ftmp2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:765:3: style: Variable 'ftmp3' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:756:19: note: Variable 'ftmp3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:765:3: note: Variable 'ftmp3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:766:3: style: Variable 'ftmp4' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:756:27: note: Variable 'ftmp4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:766:3: note: Variable 'ftmp4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:768:3: style: Variable 'etmp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:754:3: note: Variable 'etmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:768:3: note: Variable 'etmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:269:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:357:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:604:10: style: The scope of the variable 'sm1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:605:10: style: The scope of the variable 'sm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:606:10: style: The scope of the variable 'sm3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:707:10: style: The scope of the variable 'sm1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:708:10: style: The scope of the variable 'sm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:709:10: style: The scope of the variable 'sm3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:73:10: style: Technically the member function 'LAMMPS_NS::PairCoulStreitz::self' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:573:25: note: Technically the member function 'LAMMPS_NS::PairCoulStreitz::self' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:73:10: note: Technically the member function 'LAMMPS_NS::PairCoulStreitz::self' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:78:8: performance: Technically the member function 'LAMMPS_NS::PairCoulStreitz::coulomb_integral_ewald' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:690:23: note: Technically the member function 'LAMMPS_NS::PairCoulStreitz::coulomb_integral_ewald' can be static.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:78:8: note: Technically the member function 'LAMMPS_NS::PairCoulStreitz::coulomb_integral_ewald' can be static.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:29:3: style: Class 'PairCoulStreitz' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:34:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:36:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:169:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:37:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:37:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:275:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:278:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:297:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:300:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.cpp:58:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.cpp:58:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.cpp:59:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.cpp:59:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.cpp:59:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.cpp:59:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.cpp:64:56: style: The scope of the variable 'qisq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.cpp:298:20: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.cpp:299:26: style: The scope of the variable 'dvdrr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.cpp:299:38: style: The scope of the variable 'erfcd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:29:3: style: Class 'PairCoulWolf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:34:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:40:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.cpp:66:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.cpp:66:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.cpp:66:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.cpp:67:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.cpp:67:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.cpp:67:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.cpp:68:10: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.cpp:68:16: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.cpp:68:22: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:29:3: style: Class 'PairDPD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:32:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:33:16: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:34:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:36:16: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:37:16: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:38:16: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:39:16: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:40:16: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:40:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:41:16: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:41:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:42:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.cpp:40:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.cpp:40:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.cpp:41:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.cpp:41:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.cpp:41:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.cpp:42:10: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.cpp:42:16: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.cpp:42:22: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:29:3: style: Class 'PairDPDTstat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:31:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:33:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:34:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:36:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:35:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:37:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:36:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:37:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:38:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:39:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.cpp:65:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.cpp:65:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.cpp:65:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.cpp:66:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.cpp:66:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.cpp:66:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:29:3: style: Class 'PairGauss' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:34:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:35:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:36:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:37:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:38:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:39:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:40:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:41:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:42:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:42:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.cpp:125:20: style: Redundant condition: respaflag. '!respaflag || (respaflag && respa->hybrid_compute[m])' is equivalent to '!respaflag || respa->hybrid_compute[m]' [redundantCondition]
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.cpp:279:12: style: The scope of the variable 'jarg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.cpp:470:23: style: The scope of the variable 'used' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:70:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:70:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:70:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:71:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:71:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:71:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:148:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:148:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:148:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:149:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:149:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:149:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:222:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:222:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:222:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:223:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:223:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:223:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:305:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:305:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:305:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:306:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:306:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:306:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:29:3: style: Class 'PairLJ96Cut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:32:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:33:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:34:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:35:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:36:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:37:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:38:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:39:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:40:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:41:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:42:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:43:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:43:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:45:8: style: The function 'compute_inner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:46:8: style: The function 'compute_middle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:46:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:47:8: style: The function 'compute_outer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:137:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:47:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.cpp:63:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.cpp:63:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.cpp:63:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.cpp:64:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.cpp:64:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.cpp:64:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.cpp:330:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.cpp:331:10: style: The scope of the variable 'rmin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:29:3: style: Class 'PairLJCubic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:32:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:33:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:34:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:40:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:70:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:70:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:70:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:71:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:71:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:71:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:147:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:147:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:147:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:148:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:148:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:148:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:220:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:220:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:220:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:221:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:221:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:221:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:302:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:302:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:302:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:303:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:303:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:303:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:29:3: style: Class 'PairLJCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:34:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:40:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:41:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:42:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:43:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:43:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:45:8: style: The function 'compute_inner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:46:8: style: The function 'compute_middle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:46:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:47:8: style: The function 'compute_outer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:137:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:47:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.cpp:64:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.cpp:64:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.cpp:64:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.cpp:65:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.cpp:65:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.cpp:65:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.cpp:65:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.cpp:435:40: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.cpp:435:48: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:29:3: style: Class 'PairLJCutCoulCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:32:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:34:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:38:16: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:39:16: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:40:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:41:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:42:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:42:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:43:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:43:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.cpp:33:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.cpp:33:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.cpp:33:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.cpp:34:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.cpp:34:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.cpp:34:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.cpp:34:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.cpp:194:22: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.cpp:194:57: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.cpp:194:65: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.h:29:3: style: Class 'PairLJCutCoulDebye' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.h:33:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.h:34:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.h:35:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:42:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.cpp:77:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.cpp:77:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.cpp:77:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.cpp:78:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.cpp:78:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.cpp:78:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.cpp:78:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.cpp:437:30: style: The scope of the variable 'erfcd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.cpp:438:28: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.cpp:438:36: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:29:3: style: Class 'PairLJCutCoulDSF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:31:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:34:16: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:35:18: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:35:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:40:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:41:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:41:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.cpp:70:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.cpp:70:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.cpp:70:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.cpp:71:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.cpp:71:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.cpp:71:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.cpp:71:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.cpp:76:56: style: The scope of the variable 'qisq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:29:3: style: Class 'PairLJCutCoulWolf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:34:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:40:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:41:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.cpp:63:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.cpp:63:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.cpp:63:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.cpp:64:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.cpp:64:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.cpp:64:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:29:3: style: Class 'PairLJExpand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:32:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:33:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:34:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:35:18: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:35:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:40:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:41:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:42:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:43:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:43:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.cpp:71:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.cpp:71:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.cpp:71:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.cpp:72:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.cpp:72:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.cpp:72:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.cpp:423:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.cpp:423:14: style: The scope of the variable 'fswitch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.cpp:423:22: style: The scope of the variable 'phiswitch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:29:3: style: Class 'PairLJGromacs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:32:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:34:18: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:34:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:35:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:36:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:37:16: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:38:16: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:39:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:40:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:41:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:41:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:68:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:68:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:68:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:69:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:69:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:69:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:69:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:460:40: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:460:48: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:461:19: style: The scope of the variable 'fswitch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:461:27: style: The scope of the variable 'phiswitch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:461:37: style: The scope of the variable 'fswitchcoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:461:49: style: The scope of the variable 'phiswitchcoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:29:3: style: Class 'PairLJGromacsCoulGromacs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:32:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:34:16: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:35:18: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:35:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:38:16: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:39:16: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:40:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:41:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:42:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:42:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:503:19: error: Uninitialized variable: tlj [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:504:52: error: Uninitialized variable: tlj [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:493:9: error: Uninitialized variable: tc [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.cpp:68:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.cpp:68:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.cpp:68:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.cpp:69:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.cpp:69:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.cpp:69:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.cpp:432:36: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.cpp:432:44: style: The scope of the variable 'fskin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:29:3: style: Class 'PairLJSmooth' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:34:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:35:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:36:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:37:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:38:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:39:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:40:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:41:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.cpp:58:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.cpp:58:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.cpp:58:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.cpp:59:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.cpp:59:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.cpp:59:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:30:3: style: Class 'PairLJSmoothLinear' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:32:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:33:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:34:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:40:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:72:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:72:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:72:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:73:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:73:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:73:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:150:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:150:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:150:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:151:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:151:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:151:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:224:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:224:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:224:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:225:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:225:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:225:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:307:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:307:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:307:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:308:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:308:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:308:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:29:3: style: Class 'PairMIECut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:34:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:40:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:41:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:41:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:43:8: style: The function 'compute_inner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:44:8: style: The function 'compute_middle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:45:8: style: The function 'compute_outer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:137:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.cpp:56:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_morse.cpp:56:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_morse.cpp:56:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_morse.cpp:57:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_morse.cpp:57:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_morse.cpp:57:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:29:3: style: Class 'PairMorse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:33:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:34:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:40:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:41:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:42:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:43:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:43:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.cpp:55:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_soft.cpp:55:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_soft.cpp:55:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_soft.cpp:56:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_soft.cpp:56:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_soft.cpp:56:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:31:3: style: Class 'PairSoft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:34:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:35:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:36:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:37:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:37:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:38:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:39:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:40:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:41:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:42:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:43:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:44:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:44:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:45:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:45:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:273:12: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:65:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:65:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:65:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:66:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:66:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:66:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:396:21: style: The scope of the variable 'nmask' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:409:16: style: The scope of the variable 'rnew' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:453:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:453:12: style: The scope of the variable 'e' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:453:14: style: The scope of the variable 'f' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:453:16: style: The scope of the variable 'rprev' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:453:22: style: The scope of the variable 'rnext' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:453:28: style: The scope of the variable 'eprev' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:453:34: style: The scope of the variable 'enext' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:453:40: style: The scope of the variable 'fleft' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:453:46: style: The scope of the variable 'fright' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:634:12: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:634:14: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:658:12: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:658:14: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:695:12: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:695:14: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:819:12: style: The scope of the variable 'e_tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:819:18: style: The scope of the variable 'f_tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:888:10: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:888:15: style: The scope of the variable 'sig' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:918:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:67:8: performance: Technically the member function 'LAMMPS_NS::PairTable::null_table' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:850:17: note: Technically the member function 'LAMMPS_NS::PairTable::null_table' can be static.
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:67:8: note: Technically the member function 'LAMMPS_NS::PairTable::null_table' can be static.
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:29:3: style: Class 'PairTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:32:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:33:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:34:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:35:18: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:35:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:40:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:40:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:41:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:41:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:1041:11: error: Uninitialized variable: a [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:1041:31: error: Uninitialized variable: b [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:1042:9: error: Uninitialized variable: a [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:1042:36: error: Uninitialized variable: b [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.cpp:71:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.cpp:71:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.cpp:71:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.cpp:72:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.cpp:72:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.cpp:72:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:35:3: style: Class 'PairUFM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:37:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:38:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:39:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:40:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:41:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:42:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:43:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:44:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:45:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:46:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:46:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:47:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:47:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:48:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:48:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.cpp:52:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.cpp:52:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.cpp:52:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.cpp:53:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.cpp:53:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.cpp:53:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:29:3: style: Class 'PairYukawa' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:34:18: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:34:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:35:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:36:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:37:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:38:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:39:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:40:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:41:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:41:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.cpp:75:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.cpp:75:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.cpp:75:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.cpp:76:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.cpp:76:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.cpp:76:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.cpp:274:18: style: The scope of the variable 'eswitch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.cpp:274:26: style: The scope of the variable 'fswitch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:46:10: style: Technically the member function 'LAMMPS_NS::PairZBL::e_zbl' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.cpp:301:17: note: Technically the member function 'LAMMPS_NS::PairZBL::e_zbl' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:46:10: note: Technically the member function 'LAMMPS_NS::PairZBL::e_zbl' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:47:10: style: Technically the member function 'LAMMPS_NS::PairZBL::dzbldr' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.cpp:325:17: note: Technically the member function 'LAMMPS_NS::PairZBL::dzbldr' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:47:10: note: Technically the member function 'LAMMPS_NS::PairZBL::dzbldr' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:48:10: style: Technically the member function 'LAMMPS_NS::PairZBL::d2zbldr2' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.cpp:358:17: note: Technically the member function 'LAMMPS_NS::PairZBL::d2zbldr2' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:48:10: note: Technically the member function 'LAMMPS_NS::PairZBL::d2zbldr2' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:29:3: style: Class 'PairZBL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:34:16: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:35:18: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:35:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:36:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:39:3: style: Class 'PairZero' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:41:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:41:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:42:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:43:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:44:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:44:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:45:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:46:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:46:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:47:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:47:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:48:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:48:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:49:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:50:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:50:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/procmap.cpp:392:15: style: Public interface of ProcMap is not safe. When calling ProcMap::cart_map(), if parameter ncores is 0 that leads to division by zero. [unsafeClassDivZero]
lammps-0~20180510.gitaa1d815fe/src/procmap.cpp:290:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/procmap.cpp:866:10: style: The scope of the variable 'surf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/procmap.h:46:7: performance: Technically the member function 'LAMMPS_NS::ProcMap::factor' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/procmap.cpp:724:14: note: Technically the member function 'LAMMPS_NS::ProcMap::factor' can be static.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:46:7: note: Technically the member function 'LAMMPS_NS::ProcMap::factor' can be static.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:47:7: performance: Technically the member function 'LAMMPS_NS::ProcMap::combine_factors' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/procmap.cpp:751:14: note: Technically the member function 'LAMMPS_NS::ProcMap::combine_factors' can be static.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:47:7: note: Technically the member function 'LAMMPS_NS::ProcMap::combine_factors' can be static.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:48:7: performance: Technically the member function 'LAMMPS_NS::ProcMap::cull_2d' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/procmap.cpp:770:14: note: Technically the member function 'LAMMPS_NS::ProcMap::cull_2d' can be static.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:48:7: note: Technically the member function 'LAMMPS_NS::ProcMap::cull_2d' can be static.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:49:7: performance: Technically the member function 'LAMMPS_NS::ProcMap::cull_user' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/procmap.cpp:786:14: note: Technically the member function 'LAMMPS_NS::ProcMap::cull_user' can be static.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:49:7: note: Technically the member function 'LAMMPS_NS::ProcMap::cull_user' can be static.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:50:7: performance: Technically the member function 'LAMMPS_NS::ProcMap::cull_other' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/procmap.cpp:808:14: note: Technically the member function 'LAMMPS_NS::ProcMap::cull_other' can be static.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:50:7: note: Technically the member function 'LAMMPS_NS::ProcMap::cull_other' can be static.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:51:7: style: Technically the member function 'LAMMPS_NS::ProcMap::best_factors' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/procmap.cpp:835:14: note: Technically the member function 'LAMMPS_NS::ProcMap::best_factors' can be const.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:51:7: note: Technically the member function 'LAMMPS_NS::ProcMap::best_factors' can be const.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:52:8: performance: Technically the member function 'LAMMPS_NS::ProcMap::grid_shift' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/procmap.cpp:889:15: note: Technically the member function 'LAMMPS_NS::ProcMap::grid_shift' can be static.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:52:8: note: Technically the member function 'LAMMPS_NS::ProcMap::grid_shift' can be static.
lammps-0~20180510.gitaa1d815fe/src/procmap.cpp:301:18: error: Uninitialized variable: line [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/python.h:46:8: performance: Technically the member function 'LAMMPS_NS::Python::is_enabled' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/python.cpp:53:14: note: Technically the member function 'LAMMPS_NS::Python::is_enabled' can be static.
lammps-0~20180510.gitaa1d815fe/src/python.h:46:8: note: Technically the member function 'LAMMPS_NS::Python::is_enabled' can be static.
lammps-0~20180510.gitaa1d815fe/src/random_mars.cpp:29:10: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/random_mars.cpp:29:12: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/random_mars.cpp:98:16: style: The scope of the variable 'v1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/random_mars.cpp:98:19: style: The scope of the variable 'v2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/random_mars.cpp:98:22: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/random_mars.cpp:98:26: style: The scope of the variable 'fac' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/random_park.cpp:106:9: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/random_park.cpp:57:16: style: The scope of the variable 'v1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/random_park.cpp:57:19: style: The scope of the variable 'v2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/random_park.cpp:57:22: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/random_park.cpp:57:26: style: The scope of the variable 'fac' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/random_park.h:28:7: style: Technically the member function 'LAMMPS_NS::RanPark::state' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/random_park.cpp:132:14: note: Technically the member function 'LAMMPS_NS::RanPark::state' can be const.
lammps-0~20180510.gitaa1d815fe/src/random_park.h:28:7: note: Technically the member function 'LAMMPS_NS::RanPark::state' can be const.
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:131:12: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:513:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:527:13: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:648:12: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:1005:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:1019:13: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:1192:5: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:1208:5: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:117:10: style: The scope of the variable 'targetlo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:117:19: style: The scope of the variable 'targethi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:183:7: style: The scope of the variable 'procmid' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:630:7: style: The scope of the variable 'dim' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:631:7: style: The scope of the variable 'indexlo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:631:15: style: The scope of the variable 'indexhi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:632:7: style: The scope of the variable 'first_iteration' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:633:16: style: The scope of the variable 'wtlo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:633:21: style: The scope of the variable 'wthi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:634:10: style: The scope of the variable 'targetlo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:634:19: style: The scope of the variable 'targethi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:635:10: style: The scope of the variable 'valuemin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:635:19: style: The scope of the variable 'valuemax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:700:7: style: The scope of the variable 'procmid' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:787:9: style: The scope of the variable 'imol' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:787:14: style: The scope of the variable 'iatom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:923:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1141:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1141:14: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1192:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1192:14: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1233:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1233:14: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1316:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1316:14: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1399:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1399:14: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1482:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1482:14: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1566:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1566:14: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1880:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1880:14: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1955:7: style: The scope of the variable 'done' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:2080:9: style: The scope of the variable 'delta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:2080:15: style: The scope of the variable 'len' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.h:89:7: performance: Technically the member function 'LAMMPS_NS::ReadData::style_match' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:2078:15: note: Technically the member function 'LAMMPS_NS::ReadData::style_match' can be static.
lammps-0~20180510.gitaa1d815fe/src/read_data.h:89:7: note: Technically the member function 'LAMMPS_NS::ReadData::style_match' can be static.
lammps-0~20180510.gitaa1d815fe/src/read_data.h:30:3: style: Class 'ReadData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/read_dump.cpp:228:7: style: The scope of the variable 'ifile' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_dump.cpp:228:13: style: The scope of the variable 'eofflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_dump.cpp:270:7: style: The scope of the variable 'ifile' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_dump.cpp:270:13: style: The scope of the variable 'eofflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_dump.cpp:473:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_dump.h:85:7: performance: Technically the member function 'LAMMPS_NS::ReadDump::whichtype' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/read_dump.cpp:713:15: note: Technically the member function 'LAMMPS_NS::ReadDump::whichtype' can be static.
lammps-0~20180510.gitaa1d815fe/src/read_dump.h:85:7: note: Technically the member function 'LAMMPS_NS::ReadDump::whichtype' can be static.
lammps-0~20180510.gitaa1d815fe/src/read_dump.h:89:10: style: Technically the member function 'LAMMPS_NS::ReadDump::xfield' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/read_dump.cpp:976:18: note: Technically the member function 'LAMMPS_NS::ReadDump::xfield' can be const.
lammps-0~20180510.gitaa1d815fe/src/read_dump.h:89:10: note: Technically the member function 'LAMMPS_NS::ReadDump::xfield' can be const.
lammps-0~20180510.gitaa1d815fe/src/read_dump.h:90:10: style: Technically the member function 'LAMMPS_NS::ReadDump::yfield' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/read_dump.cpp:985:18: note: Technically the member function 'LAMMPS_NS::ReadDump::yfield' can be const.
lammps-0~20180510.gitaa1d815fe/src/read_dump.h:90:10: note: Technically the member function 'LAMMPS_NS::ReadDump::yfield' can be const.
lammps-0~20180510.gitaa1d815fe/src/read_dump.h:91:10: style: Technically the member function 'LAMMPS_NS::ReadDump::zfield' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/read_dump.cpp:993:18: note: Technically the member function 'LAMMPS_NS::ReadDump::zfield' can be const.
lammps-0~20180510.gitaa1d815fe/src/read_dump.h:91:10: note: Technically the member function 'LAMMPS_NS::ReadDump::zfield' can be const.
lammps-0~20180510.gitaa1d815fe/src/read_dump.h:32:3: style: Class 'ReadDump' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/read_dump.cpp:576:3: warning: Possible leak in public function. The pointer 'fieldtype' is not deallocated before it is allocated. [publicAllocationError]
lammps-0~20180510.gitaa1d815fe/src/read_restart.cpp:1066:15: style: The scope of the variable 'ndx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/mpiio.h:41:8: performance: Technically the member function 'LAMMPS_NS::RestartMPIIO::openForRead' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/mpiio.h:42:8: performance: Technically the member function 'LAMMPS_NS::RestartMPIIO::openForWrite' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/mpiio.h:43:8: performance: Technically the member function 'LAMMPS_NS::RestartMPIIO::write' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/mpiio.h:44:8: performance: Technically the member function 'LAMMPS_NS::RestartMPIIO::read' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/mpiio.h:45:8: performance: Technically the member function 'LAMMPS_NS::RestartMPIIO::close' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/read_restart.h:30:3: style: Class 'ReadRestart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/mpiio.h:39:3: style: Class 'RestartMPIIO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/reader_native.cpp:82:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/reader_native.cpp:300:9: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/reader_native.h:47:7: performance: Technically the member function 'LAMMPS_NS::ReaderNative::find_label' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/reader_native.cpp:324:19: note: Technically the member function 'LAMMPS_NS::ReaderNative::find_label' can be static.
lammps-0~20180510.gitaa1d815fe/src/reader_native.h:47:7: note: Technically the member function 'LAMMPS_NS::ReaderNative::find_label' can be static.
lammps-0~20180510.gitaa1d815fe/src/reader_native.h:31:3: style: Class 'ReaderNative' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/reader_native.h:34:7: style: The function 'read_time' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/reader.h:30:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/reader_native.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/reader_native.h:35:8: style: The function 'skip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/reader.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/reader_native.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/reader_native.h:36:10: style: The function 'read_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/reader.h:32:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/reader_native.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/reader_native.h:38:8: style: The function 'read_atoms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/reader.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/reader_native.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/reader_xyz.cpp:97:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/reader_xyz.cpp:174:9: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/reader_xyz.cpp:175:7: style: The scope of the variable 'mytype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/reader_xyz.h:31:3: style: Class 'ReaderXYZ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/reader_xyz.h:34:7: style: The function 'read_time' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/reader.h:30:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/reader_xyz.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/reader_xyz.h:35:8: style: The function 'skip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/reader.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/reader_xyz.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/reader_xyz.h:36:10: style: The function 'read_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/reader.h:32:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/reader_xyz.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/reader_xyz.h:38:8: style: The function 'read_atoms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/reader.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/reader_xyz.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region.cpp:160:10: style: The scope of the variable 'xs' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region.cpp:160:13: style: The scope of the variable 'ys' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region.cpp:160:16: style: The scope of the variable 'zs' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region.h:74:7: style: Technically the member function 'LAMMPS_NS::Region::dynamic_check' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/region.cpp:106:13: note: Technically the member function 'LAMMPS_NS::Region::dynamic_check' can be const.
lammps-0~20180510.gitaa1d815fe/src/region.h:74:7: note: Technically the member function 'LAMMPS_NS::Region::dynamic_check' can be const.
lammps-0~20180510.gitaa1d815fe/src/region.h:102:8: performance: Technically the member function 'LAMMPS_NS::Region::point_on_line_segment' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/region.cpp:436:14: note: Technically the member function 'LAMMPS_NS::Region::point_on_line_segment' can be static.
lammps-0~20180510.gitaa1d815fe/src/region.h:102:8: note: Technically the member function 'LAMMPS_NS::Region::point_on_line_segment' can be static.
lammps-0~20180510.gitaa1d815fe/src/region.h:112:8: style: Technically the member function 'LAMMPS_NS::Region::rotate' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/region.cpp:278:14: note: Technically the member function 'LAMMPS_NS::Region::rotate' can be const.
lammps-0~20180510.gitaa1d815fe/src/region.h:112:8: note: Technically the member function 'LAMMPS_NS::Region::rotate' can be const.
lammps-0~20180510.gitaa1d815fe/src/region_block.cpp:295:10: style: The scope of the variable 'xc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_block.cpp:295:13: style: The scope of the variable 'yc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_block.cpp:295:16: style: The scope of the variable 'zc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_block.cpp:295:19: style: The scope of the variable 'dist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_block.cpp:295:24: style: The scope of the variable 'mindist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_block.h:43:7: style: Technically the member function 'LAMMPS_NS::RegBlock::inside_face' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/region_block.cpp:422:15: note: Technically the member function 'LAMMPS_NS::RegBlock::inside_face' can be const.
lammps-0~20180510.gitaa1d815fe/src/region_block.h:43:7: note: Technically the member function 'LAMMPS_NS::RegBlock::inside_face' can be const.
lammps-0~20180510.gitaa1d815fe/src/region_block.h:33:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:91:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_block.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_block.h:34:7: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:92:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_block.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_block.h:35:7: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_block.h:35:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_cone.h:42:10: performance: Technically the member function 'LAMMPS_NS::RegCone::closest' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/region_cone.cpp:606:17: note: Technically the member function 'LAMMPS_NS::RegCone::closest' can be static.
lammps-0~20180510.gitaa1d815fe/src/region_cone.h:42:10: note: Technically the member function 'LAMMPS_NS::RegCone::closest' can be static.
lammps-0~20180510.gitaa1d815fe/src/region_cone.h:31:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:91:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_cone.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_cone.h:32:7: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:92:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_cone.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_cone.h:33:7: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_cone.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:33:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:73:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:34:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:91:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:35:7: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:92:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:35:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:36:7: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:37:8: style: The function 'shape_update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:94:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:38:8: style: The function 'set_velocity_shape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:96:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:39:8: style: The function 'velocity_contact_shape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:97:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.cpp:655:21: error: Uninitialized variable: xp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.cpp:655:24: error: Uninitialized variable: yp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.cpp:655:27: error: Uninitialized variable: zp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/region_intersect.cpp:42:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_intersect.cpp:42:9: style: The scope of the variable 'iregion' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_intersect.cpp:126:7: style: The scope of the variable 'iregion' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_intersect.cpp:165:21: style: The scope of the variable 'iregion' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_intersect.cpp:165:37: style: The scope of the variable 'ncontacts' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_intersect.cpp:214:21: style: The scope of the variable 'iregion' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_intersect.cpp:214:37: style: The scope of the variable 'ncontacts' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:73:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:32:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:91:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:33:7: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:92:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:34:7: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:35:8: style: The function 'shape_update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:94:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:36:8: style: The function 'pretransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:95:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:37:8: style: The function 'set_velocity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:82:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:38:8: style: The function 'length_restart_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:86:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:39:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:84:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:40:7: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:85:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:40:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:41:8: style: The function 'reset_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:87:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_plane.h:31:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:91:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_plane.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_plane.h:32:7: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:92:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_plane.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_plane.h:33:7: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_plane.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_prism.cpp:371:13: style: The scope of the variable 'iface' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_prism.h:49:7: performance: Technically the member function 'LAMMPS_NS::RegPrism::inside_tri' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/region_prism.cpp:424:15: note: Technically the member function 'LAMMPS_NS::RegPrism::inside_tri' can be static.
lammps-0~20180510.gitaa1d815fe/src/region_prism.h:49:7: note: Technically the member function 'LAMMPS_NS::RegPrism::inside_tri' can be static.
lammps-0~20180510.gitaa1d815fe/src/region_prism.h:50:10: performance: Technically the member function 'LAMMPS_NS::RegPrism::closest' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/region_prism.cpp:449:18: note: Technically the member function 'LAMMPS_NS::RegPrism::closest' can be static.
lammps-0~20180510.gitaa1d815fe/src/region_prism.h:50:10: note: Technically the member function 'LAMMPS_NS::RegPrism::closest' can be static.
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:73:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:32:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:91:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:33:7: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:92:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:34:7: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:35:8: style: The function 'shape_update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:94:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:36:8: style: The function 'set_velocity_shape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:96:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:37:8: style: The function 'velocity_contact_shape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:97:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_union.cpp:43:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_union.cpp:43:9: style: The scope of the variable 'iregion' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_union.cpp:120:7: style: The scope of the variable 'iregion' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_union.cpp:159:21: style: The scope of the variable 'iregion' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_union.cpp:159:37: style: The scope of the variable 'ncontacts' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_union.cpp:209:21: style: The scope of the variable 'iregion' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_union.cpp:209:37: style: The scope of the variable 'ncontacts' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_union.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:73:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:32:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:91:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:33:7: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:92:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:34:7: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:35:8: style: The function 'shape_update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:94:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:36:8: style: The function 'pretransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:95:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:37:8: style: The function 'set_velocity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:82:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:38:8: style: The function 'length_restart_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:86:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:39:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:84:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:40:7: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:85:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:40:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:41:8: style: The function 'reset_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:87:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/replicate.cpp:469:17: style: The scope of the variable '_xoverlap1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/replicate.cpp:470:17: style: The scope of the variable '_xoverlap2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/replicate.cpp:485:17: style: The scope of the variable '_yoverlap1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/replicate.cpp:486:17: style: The scope of the variable '_yoverlap2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/replicate.cpp:502:17: style: The scope of the variable '_zoverlap1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/replicate.cpp:503:17: style: The scope of the variable '_zoverlap2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/replicate.h:29:3: style: Class 'Replicate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/rerun.h:29:3: style: Class 'Rerun' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/reset_ids.h:29:3: style: Class 'ResetIDs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/respa.h:57:8: style: Technically the member function 'LAMMPS_NS::Respa::copy_f_flevel' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/respa.cpp:798:13: note: Technically the member function 'LAMMPS_NS::Respa::copy_f_flevel' can be const.
lammps-0~20180510.gitaa1d815fe/src/respa.h:57:8: note: Technically the member function 'LAMMPS_NS::Respa::copy_f_flevel' can be const.
lammps-0~20180510.gitaa1d815fe/src/respa.h:58:8: style: Technically the member function 'LAMMPS_NS::Respa::copy_flevel_f' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/respa.cpp:822:13: note: Technically the member function 'LAMMPS_NS::Respa::copy_flevel_f' can be const.
lammps-0~20180510.gitaa1d815fe/src/respa.h:58:8: note: Technically the member function 'LAMMPS_NS::Respa::copy_flevel_f' can be const.
lammps-0~20180510.gitaa1d815fe/src/run.h:29:3: style: Class 'Run' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/set.cpp:84:16: style: The scope of the variable 'origarg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::id' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::select' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::style' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::ivalue' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::newtype' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::count' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::index_custom' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::ximage' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::yimage' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::zimage' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::ximageflag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::yimageflag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::zimageflag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::dvalue' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::xvalue' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::yvalue' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::zvalue' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::wvalue' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::fraction' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::cc_index' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::varflag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::varflag1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::varflag2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::varflag3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::varflag4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::ivar1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::ivar2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::ivar3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::ivar4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::vec1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::vec2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::vec3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::vec4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::discflag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: style: Class 'Set' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:666:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:666:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:666:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:792:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:792:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:792:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:903:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:926:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:948:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:948:15: style: The scope of the variable 'num12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:983:15: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:983:17: style: The scope of the variable 'num12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:983:23: style: The scope of the variable 'num13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:1017:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:1017:15: style: The scope of the variable 'num13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:1049:15: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:1049:17: style: The scope of the variable 'num13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:1049:23: style: The scope of the variable 'num14' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:1084:11: style: The scope of the variable 'ilocal' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:1084:18: style: The scope of the variable 'jlocal' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:1125:11: style: The scope of the variable 'ilocal' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:1125:18: style: The scope of the variable 'jlocal' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/thermo.cpp:211:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/thermo.cpp:276:7: style: The scope of the variable 'icompute' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/thermo.cpp:286:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/thermo.cpp:297:7: style: The scope of the variable 'ivariable' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/thermo.cpp:921:11: style: Variable 'ptr' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/thermo.h:110:8: style: Technically the member function 'LAMMPS_NS::Thermo::deallocate' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/thermo.cpp:685:14: note: Technically the member function 'LAMMPS_NS::Thermo::deallocate' can be const.
lammps-0~20180510.gitaa1d815fe/src/thermo.h:110:8: note: Technically the member function 'LAMMPS_NS::Thermo::deallocate' can be const.
lammps-0~20180510.gitaa1d815fe/src/timer.h:53:10: style: Technically the member function 'LAMMPS_NS::Timer::elapsed' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/timer.cpp:201:15: note: Technically the member function 'LAMMPS_NS::Timer::elapsed' can be const.
lammps-0~20180510.gitaa1d815fe/src/timer.h:53:10: note: Technically the member function 'LAMMPS_NS::Timer::elapsed' can be const.
lammps-0~20180510.gitaa1d815fe/src/timer.h:54:10: style: Technically the member function 'LAMMPS_NS::Timer::cpu' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/timer.cpp:193:15: note: Technically the member function 'LAMMPS_NS::Timer::cpu' can be const.
lammps-0~20180510.gitaa1d815fe/src/timer.h:54:10: note: Technically the member function 'LAMMPS_NS::Timer::cpu' can be const.
lammps-0~20180510.gitaa1d815fe/src/timer.h:73:10: style: Technically the member function 'LAMMPS_NS::Timer::get_timeout_remain' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/timer.cpp:270:15: note: Technically the member function 'LAMMPS_NS::Timer::get_timeout_remain' can be const.
lammps-0~20180510.gitaa1d815fe/src/timer.h:73:10: note: Technically the member function 'LAMMPS_NS::Timer::get_timeout_remain' can be const.
lammps-0~20180510.gitaa1d815fe/src/timer.h:76:8: style: Technically the member function 'LAMMPS_NS::Timer::print_timeout' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/timer.cpp:228:13: note: Technically the member function 'LAMMPS_NS::Timer::print_timeout' can be const.
lammps-0~20180510.gitaa1d815fe/src/timer.h:76:8: note: Technically the member function 'LAMMPS_NS::Timer::print_timeout' can be const.
lammps-0~20180510.gitaa1d815fe/src/universe.cpp:104:13: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/universe.cpp:164:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/universe.h:48:7: style: Technically the member function 'LAMMPS_NS::Universe::consistent' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/universe.cpp:229:15: note: Technically the member function 'LAMMPS_NS::Universe::consistent' can be const.
lammps-0~20180510.gitaa1d815fe/src/universe.h:48:7: note: Technically the member function 'LAMMPS_NS::Universe::consistent' can be const.
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:1118:10: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:1135:7: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:1172:8: style: The scope of the variable 'onechar' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:3917:16: style: The scope of the variable 'xvalue' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:3917:23: style: The scope of the variable 'sx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:3917:26: style: The scope of the variable 'sy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:3917:29: style: The scope of the variable 'sxx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:3917:33: style: The scope of the variable 'sxy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:4117:14: style: The scope of the variable 'one' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:4552:7: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:4633:8: style: The scope of the variable 'onechar' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:4956:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:4987:13: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:4987:20: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:4989:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.h:37:7: style: Technically the member function 'LAMMPS_NS::Variable::atomstyle' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:766:15: note: Technically the member function 'LAMMPS_NS::Variable::atomstyle' can be const.
lammps-0~20180510.gitaa1d815fe/src/variable.h:37:7: note: Technically the member function 'LAMMPS_NS::Variable::atomstyle' can be const.
lammps-0~20180510.gitaa1d815fe/src/variable.h:38:7: style: Technically the member function 'LAMMPS_NS::Variable::vectorstyle' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:777:15: note: Technically the member function 'LAMMPS_NS::Variable::vectorstyle' can be const.
lammps-0~20180510.gitaa1d815fe/src/variable.h:38:7: note: Technically the member function 'LAMMPS_NS::Variable::vectorstyle' can be const.
lammps-0~20180510.gitaa1d815fe/src/variable.h:40:7: style: Technically the member function 'LAMMPS_NS::Variable::internalstyle' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:804:15: note: Technically the member function 'LAMMPS_NS::Variable::internalstyle' can be const.
lammps-0~20180510.gitaa1d815fe/src/variable.h:40:7: note: Technically the member function 'LAMMPS_NS::Variable::internalstyle' can be const.
lammps-0~20180510.gitaa1d815fe/src/variable.h:99:8: performance: Technically the member function 'LAMMPS_NS::Variable::copy' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:1133:16: note: Technically the member function 'LAMMPS_NS::Variable::copy' can be static.
lammps-0~20180510.gitaa1d815fe/src/variable.h:99:8: note: Technically the member function 'LAMMPS_NS::Variable::copy' can be static.
lammps-0~20180510.gitaa1d815fe/src/variable.h:116:7: performance: Technically the member function 'LAMMPS_NS::Variable::is_atom_vector' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:4413:15: note: Technically the member function 'LAMMPS_NS::Variable::is_atom_vector' can be static.
lammps-0~20180510.gitaa1d815fe/src/variable.h:116:7: note: Technically the member function 'LAMMPS_NS::Variable::is_atom_vector' can be static.
lammps-0~20180510.gitaa1d815fe/src/variable.h:118:7: performance: Technically the member function 'LAMMPS_NS::Variable::is_constant' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:4513:15: note: Technically the member function 'LAMMPS_NS::Variable::is_constant' can be static.
lammps-0~20180510.gitaa1d815fe/src/variable.h:118:7: note: Technically the member function 'LAMMPS_NS::Variable::is_constant' can be static.
lammps-0~20180510.gitaa1d815fe/src/velocity.cpp:249:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/velocity.h:29:3: style: Class 'Velocity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/velocity.cpp:452:0: error: Uninitialized variable: vx [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/velocity.cpp:456:0: error: Uninitialized variable: vy [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/velocity.cpp:460:0: error: Uninitialized variable: vz [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/verlet.cpp:226:7: style: The scope of the variable 'nflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/verlet.h:31:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/integrate.h:25:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/verlet.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/verlet.h:32:16: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/integrate.h:26:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/verlet.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/verlet.h:33:16: style: The function 'setup_minimal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/integrate.h:27:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/verlet.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/verlet.h:34:16: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/integrate.h:28:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/verlet.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/verlet.h:35:8: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/integrate.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/verlet.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/write_coeff.h:30:3: style: Class 'WriteCoeff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/write_data.cpp:457:7: style: The scope of the variable 'index' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/write_data.cpp:511:7: style: The scope of the variable 'index' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/write_data.cpp:555:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/write_data.cpp:583:7: style: The scope of the variable 'index' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/write_data.cpp:627:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/write_data.cpp:655:7: style: The scope of the variable 'index' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/write_data.cpp:709:7: style: The scope of the variable 'index' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/write_data.h:30:3: style: Class 'WriteData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/write_dump.h:29:3: style: Class 'WriteDump' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/write_dump.cpp:69:24: error: Uninitialized variable: dump [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/write_dump.cpp:75:5: error: Uninitialized variable: dump [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/write_dump.cpp:78:5: error: Uninitialized variable: dump [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/write_dump.cpp:83:3: error: Uninitialized variable: dump [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/write_dump.cpp:84:3: error: Uninitialized variable: dump [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/write_dump.cpp:88:10: error: Uninitialized variable: dump [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/write_restart.cpp:374:13: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.h:44:10: style: Technically the member function 'ABFdata::write_field' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.cpp:299:15: note: Technically the member function 'ABFdata::write_field' can be const.
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.h:44:10: note: Technically the member function 'ABFdata::write_field' can be const.
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.h:58:18: style: Technically the member function 'ABFdata::offset' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.cpp:181:23: note: Technically the member function 'ABFdata::offset' can be const.
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.h:58:18: note: Technically the member function 'ABFdata::offset' can be const.
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.h:60:17: style: Technically the member function 'ABFdata::wrap' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.h:67:22: note: Technically the member function 'ABFdata::wrap' can be const.
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.h:60:17: note: Technically the member function 'ABFdata::wrap' can be const.
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.h:63:17: style: Technically the member function 'ABFdata::allowed' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.h:92:22: note: Technically the member function 'ABFdata::allowed' can be const.
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.h:63:17: note: Technically the member function 'ABFdata::allowed' can be const.
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.cpp:41:5: style: Class 'ABFdata' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.cpp:41:5: style: Class 'ABFdata' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.h:53:6: style: Class 'ABFdata' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_integrate.cpp:322:17: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:529:3: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:517:37: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:529:3: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:543:3: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:531:23: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:543:3: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:546:3: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:545:23: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:546:3: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:585:3: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:584:23: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:585:3: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:592:3: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:591:37: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:592:3: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:595:3: style: Variable '__pyx_3' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:594:3: note: Variable '__pyx_3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:595:3: note: Variable '__pyx_3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:607:3: style: Variable '__pyx_2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:596:23: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:607:3: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:737:3: style: Variable '__pyx_2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:726:23: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:737:3: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:748:3: style: Variable '__pyx_3' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:747:3: note: Variable '__pyx_3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:748:3: note: Variable '__pyx_3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:798:3: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:751:23: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:798:3: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:844:7: style: Variable '__pyx_4' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:843:7: note: Variable '__pyx_4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:844:7: note: Variable '__pyx_4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:858:7: style: Variable '__pyx_4' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:857:7: note: Variable '__pyx_4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:858:7: note: Variable '__pyx_4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:928:7: style: Variable '__pyx_3' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:927:27: note: Variable '__pyx_3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:928:7: note: Variable '__pyx_3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1061:9: style: Variable '__pyx_7' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1060:9: note: Variable '__pyx_7' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1061:9: note: Variable '__pyx_7' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1064:9: style: Variable '__pyx_2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1062:29: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1064:9: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1078:9: style: Variable '__pyx_2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1076:29: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1078:9: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1808:3: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1807:23: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1808:3: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1819:3: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1810:23: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1819:3: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1824:3: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1823:37: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1824:3: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1836:3: style: Variable '__pyx_2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1827:23: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1836:3: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1841:3: style: Variable '__pyx_2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1840:37: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1841:3: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1853:3: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1844:23: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1853:3: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1858:3: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1857:37: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1858:3: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1870:3: style: Variable '__pyx_2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1861:23: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1870:3: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1897:5: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1896:25: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1897:5: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1899:5: style: Variable '__pyx_4' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1898:25: note: Variable '__pyx_4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1899:5: note: Variable '__pyx_4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1904:5: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1903:5: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1904:5: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1913:7: style: Variable '__pyx_4' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1912:27: note: Variable '__pyx_4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1913:7: note: Variable '__pyx_4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1925:7: style: Variable '__pyx_4' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1924:27: note: Variable '__pyx_4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1925:7: note: Variable '__pyx_4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:2027:9: style: Variable '__pyx_6' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:2026:29: note: Variable '__pyx_6' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:2027:9: note: Variable '__pyx_6' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:2039:9: style: Variable '__pyx_6' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:2038:29: note: Variable '__pyx_6' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:2039:9: note: Variable '__pyx_6' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:373:14: warning: Redundant assignment of '__pyx_self' to itself. [selfAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:466:14: warning: Redundant assignment of '__pyx_self' to itself. [selfAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:2500:22: style: Same expression on both sides of '<'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:412:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:914:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1361:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:2201:15: style: The scope of the variable 'v' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:33:14: style: struct member 'Py_buffer::buf' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:34:19: style: struct member 'Py_buffer::len' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:35:12: style: struct member 'Py_buffer::readonly' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:36:20: style: struct member 'Py_buffer::format' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:37:12: style: struct member 'Py_buffer::ndim' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:38:20: style: struct member 'Py_buffer::shape' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:39:20: style: struct member 'Py_buffer::strides' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:40:20: style: struct member 'Py_buffer::suboffsets' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:41:19: style: struct member 'Py_buffer::itemsize' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:42:14: style: struct member 'Py_buffer::internal' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1497:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1499:6: note: Found duplicate branches for 'if' and 'else'.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1497:4: note: Found duplicate branches for 'if' and 'else'.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1523:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1525:13: note: Found duplicate branches for 'if' and 'else'.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1523:11: note: Found duplicate branches for 'if' and 'else'.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2776:57: style: Same expression on both sides of '||'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:354:7: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:354:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:484:8: style: The scope of the variable 'substyle' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:571:9: style: The scope of the variable 'name' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:665:7: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:768:18: style: The scope of the variable 'atom2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:768:24: style: The scope of the variable 'atom3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:833:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:833:12: style: The scope of the variable 'atom1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3146:9: style: The scope of the variable 'ix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3146:12: style: The scope of the variable 'iy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3146:15: style: The scope of the variable 'iz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:688:9: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1323:10: style: Unused variable: rtmp [unusedVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1330:28: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1331:23: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1332:23: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1333:20: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1357:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1359:22: style: Variable 'born_A' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1360:24: style: Variable 'born_rho' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1361:26: style: Variable 'born_sigma' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1362:22: style: Variable 'born_C' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1363:22: style: Variable 'born_D' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1364:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1376:30: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1377:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1378:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1381:30: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1382:28: style: Variable 'cut_lj_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1383:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1384:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1387:30: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1388:28: style: Variable 'cut_lj_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1389:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1390:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1393:32: style: Variable 'cut_buck_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1394:25: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1395:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1396:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1397:25: style: Variable 'ewald_order' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1418:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1419:31: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1421:22: style: Variable 'buck_A' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1422:24: style: Variable 'buck_rho' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1423:22: style: Variable 'buck_C' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1424:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1425:31: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1432:25: style: Variable 'cut_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1433:23: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1434:20: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1456:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1458:27: style: Variable 'colloid_A12' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1459:29: style: Variable 'colloid_sigma' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1460:26: style: Variable 'colloid_d1' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1461:26: style: Variable 'colloid_d2' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1462:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1472:25: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1473:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1474:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1477:25: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1478:22: style: Variable 'kappa' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1479:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1480:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1482:25: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1483:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1484:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1498:24: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1500:24: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1508:24: style: Variable 'cut_eff' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1509:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1510:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1524:30: style: Variable 'cut_eff' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1526:30: style: Variable 'cut_eff' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1533:28: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1534:30: style: Variable 'cut_coul_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1535:23: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1536:20: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1554:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1555:24: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1557:30: style: Variable 'dipole_epsilon' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1558:28: style: Variable 'dipole_sigma' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1559:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1560:24: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1567:26: style: Variable 'temperature' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1568:25: style: Variable 'cut_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1569:16: style: Variable 'seed' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1570:20: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1588:19: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1590:22: style: Variable 'dpd_a0' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1591:25: style: Variable 'dpd_gamma' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1592:19: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1606:20: style: Variable 'gamma' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1607:22: style: Variable 'upsilon' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1609:25: style: Variable 'cut_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1610:23: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1611:20: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1642:19: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1644:26: style: Variable 'gb_epsilon' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1645:24: style: Variable 'gb_sigma' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1646:19: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1656:17: style: Variable 'kn' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1657:17: style: Variable 'kt' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1658:21: style: Variable 'gamman' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1659:21: style: Variable 'gammat' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1660:18: style: Variable 'xmu' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1661:20: style: Variable 'dampflag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1669:29: style: Variable 'cut_lj_inner' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1670:23: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1671:31: style: Variable 'cut_coul_inner' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1672:25: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1673:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1674:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1676:29: style: Variable 'cut_lj_inner' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1677:23: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1678:31: style: Variable 'cut_coul_inner' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1679:25: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1680:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1681:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1684:29: style: Variable 'cut_lj_inner' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1685:23: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1686:25: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1687:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1688:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1712:30: style: Variable 'charmm_epsilon' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1713:28: style: Variable 'charmm_sigma' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1714:28: style: Variable 'charmm_eps14' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1715:30: style: Variable 'charmm_sigma14' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1726:30: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1727:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1728:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1731:30: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1732:28: style: Variable 'cut_lj_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1733:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1734:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1737:30: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1738:28: style: Variable 'cut_lj_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1739:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1740:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1759:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1760:31: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1762:30: style: Variable 'class2_epsilon' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1763:28: style: Variable 'class2_sigma' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1764:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1765:31: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1780:30: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1781:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1782:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1785:30: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1786:28: style: Variable 'cut_lj_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1787:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1788:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1791:30: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1792:28: style: Variable 'cut_lj_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1793:22: style: Variable 'kappa' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1794:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1795:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1798:30: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1799:28: style: Variable 'cut_lj_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1800:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1801:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1804:19: style: Variable 'typeO' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1805:19: style: Variable 'typeH' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1806:19: style: Variable 'typeB' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1807:19: style: Variable 'typeA' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1808:22: style: Variable 'qdist' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1809:30: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1810:28: style: Variable 'cut_lj_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1811:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1812:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1815:30: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1816:25: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1817:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1818:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1819:25: style: Variable 'ewald_order' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1838:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1839:31: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1841:26: style: Variable 'lj_epsilon' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1842:24: style: Variable 'lj_sigma' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1843:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1844:31: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1851:25: style: Variable 'cut_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1852:23: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1853:20: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1873:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1875:32: style: Variable 'ljexpand_epsilon' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1876:30: style: Variable 'ljexpand_sigma' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1877:30: style: Variable 'ljexpand_shift' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1878:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1888:33: style: Variable 'cut_inner_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1889:27: style: Variable 'cut_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1890:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1891:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1894:36: style: Variable 'cut_lj_inner_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1895:23: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1896:38: style: Variable 'cut_coul_inner_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1897:25: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1898:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1899:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1919:27: style: Variable 'cut_inner' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1920:21: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1923:33: style: Variable 'ljgromacs_epsilon' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1924:31: style: Variable 'ljgromacs_sigma' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1926:27: style: Variable 'cut_inner' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1927:21: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1935:31: style: Variable 'cut_inner_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1936:25: style: Variable 'cut_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1937:23: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1938:20: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1956:25: style: Variable 'cut_inner' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1957:19: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1959:32: style: Variable 'ljsmooth_epsilon' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1960:30: style: Variable 'ljsmooth_sigma' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1961:25: style: Variable 'cut_inner' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1962:19: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1972:25: style: Variable 'cut_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1973:23: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1974:20: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1994:19: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1996:24: style: Variable 'morse_d0' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1997:27: style: Variable 'morse_alpha' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1998:24: style: Variable 'morse_r0' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1999:19: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2008:25: style: Variable 'cut_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2009:20: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2027:19: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2029:26: style: Variable 'soft_start' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2030:25: style: Variable 'soft_stop' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2031:19: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2040:20: style: Variable 'tabstyle' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2041:13: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2047:20: style: Variable 'kappa' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2048:25: style: Variable 'cut_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2049:23: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2050:20: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2066:19: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2068:24: style: Variable 'yukawa_A' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2069:19: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2237:24: style: Variable 'substyle' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2336:24: style: Variable 'substyle' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2521:24: style: Variable 'substyle' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2590:24: style: Variable 'substyle' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::version' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::ntimestep' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::nprocs' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::unit_style' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dimension' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::px' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::py' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pz' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::newton_pair' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::newton_bond' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::xperiodic' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::yperiodic' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::zperiodic' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::boundary' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::atom_style' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_angle' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_atomic' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_bond' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_charge' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_dipole' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_dpd' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_ellipsoid' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_full' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_granular' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_hybrid' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_molecular' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_peri' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_electron' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::natoms' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::nbonds' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::nangles' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::ndihedrals' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::nimpropers' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::ntypes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::nbondtypes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::nangletypes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::ndihedraltypes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::nimpropertypes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_per_atom' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_per_atom' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_per_atom' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_per_atom' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::triclinic' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::xlo' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::xhi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::ylo' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::yhi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::zlo' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::zhi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::xy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::xz' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::yz' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::special_lj' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::special_coul' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::cut_lj_global' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::cut_coul_global' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::kappa' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::offset_flag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::mix_flag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_style' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_style' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_style' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_style' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_style' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_born_A' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_born_rho' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_born_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_born_C' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_born_D' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_buck_A' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_buck_rho' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_buck_C' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_colloid_A12' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_colloid_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_colloid_d1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_colloid_d2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_dipole_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_dipole_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_dpd_a0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_dpd_gamma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_charmm_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_charmm_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_charmm_eps14' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_charmm_sigma14' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_class2_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_class2_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_gb_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_gb_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_gb_epsa' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_gb_epsb' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_gb_epsc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_lj_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_lj_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_cg_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_cg_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_cg_cmm_type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_setflag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_cut_coul' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_cut_lj' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_cut_eff' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_ljexpand_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_ljexpand_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_ljexpand_shift' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_ljgromacs_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_ljgromacs_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_ljsmooth_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_ljsmooth_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_morse_d0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_morse_alpha' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_morse_r0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_soft_start' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_soft_stop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_yukawa_A' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_class2_r0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_class2_k2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_class2_k3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_class2_k4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_fene_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_fene_r0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_fene_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_fene_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_feneexpand_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_feneexpand_r0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_feneexpand_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_feneexpand_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_feneexpand_shift' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_harmonic_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_harmonic_r0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_morse_d0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_morse_alpha' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_morse_r0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_nonlinear_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_nonlinear_r0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_nonlinear_lamda' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_quartic_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_quartic_b1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_quartic_b2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_quartic_rc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_quartic_u0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_charmm_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_charmm_theta0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_charmm_k_ub' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_charmm_r_ub' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_class2_theta0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_class2_k2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_class2_k3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_class2_k4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_class2_bb_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_class2_bb_r1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_class2_bb_r2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_class2_ba_k1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_class2_ba_k2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_class2_ba_r1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_class2_ba_r2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_cosine_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_cosine_squared_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_cosine_squared_theta0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_harmonic_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_harmonic_theta0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_cg_cmm_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_cg_cmm_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_cg_cmm_type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_charmm_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_charmm_weight' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_charmm_multiplicity' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_charmm_sign' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_k1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_k2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_k3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_phi1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_phi2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_phi3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_mbt_f1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_mbt_f2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_mbt_f3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_mbt_r0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_ebt_f1_1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_ebt_f2_1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_ebt_f3_1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_ebt_r0_1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_ebt_f1_2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_ebt_f2_2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_ebt_f3_2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_ebt_r0_2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_at_f1_1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_at_f2_1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_at_f3_1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_at_theta0_1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_at_f1_2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_at_f2_2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_at_f3_2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_at_theta0_2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_aat_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_aat_theta0_1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_aat_theta0_2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_bb13_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_bb13_r10' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_bb13_r30' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_harmonic_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_harmonic_multiplicity' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_harmonic_sign' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_helix_aphi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_helix_bphi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_helix_cphi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_multi_a1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_multi_a2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_multi_a3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_multi_a4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_multi_a5' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_opls_k1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_opls_k2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_opls_k3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_opls_k4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_class2_k0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_class2_chi0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_class2_aa_k1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_class2_aa_k2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_class2_aa_k3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_class2_aa_theta0_1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_class2_aa_theta0_2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_class2_aa_theta0_3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_cvff_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_cvff_sign' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_cvff_multiplicity' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_harmonic_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_harmonic_chi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::iatoms' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::ibonds' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::iangles' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::idihedrals' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::iimpropers' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::mass' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::shape' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dipole' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::x' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::y' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::z' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::vx' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::vy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::vz' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::omegax' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::omegay' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::omegaz' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::tag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::mask' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::image' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::molecule' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::spin' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::ervel' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::erforce' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::q' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::mux' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::muy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::muz' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::radius' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::density' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::vfrac' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::rmass' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::s0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::x0x' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::x0y' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::x0z' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::quatw' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::quati' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::quatj' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::quatk' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angmomx' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angmomy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angmomz' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_atom1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_atom2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_atom1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_atom2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_atom3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_atom1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_atom2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_atom3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_atom4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_atom1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_atom2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_atom3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_atom4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:217:8: performance: Technically the member function 'Data::write_atom_atomic_extra' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3348:12: note: Technically the member function 'Data::write_atom_atomic_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:217:8: note: Technically the member function 'Data::write_atom_atomic_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:221:8: performance: Technically the member function 'Data::write_atom_dpd_extra' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3365:12: note: Technically the member function 'Data::write_atom_dpd_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:221:8: note: Technically the member function 'Data::write_atom_dpd_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:242:8: performance: Technically the member function 'Data::write_vel_angle_extra' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3469:12: note: Technically the member function 'Data::write_vel_angle_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:242:8: note: Technically the member function 'Data::write_vel_angle_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:243:8: performance: Technically the member function 'Data::write_vel_atomic_extra' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3470:12: note: Technically the member function 'Data::write_vel_atomic_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:243:8: note: Technically the member function 'Data::write_vel_atomic_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:244:8: performance: Technically the member function 'Data::write_vel_bond_extra' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3471:12: note: Technically the member function 'Data::write_vel_bond_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:244:8: note: Technically the member function 'Data::write_vel_bond_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:245:8: performance: Technically the member function 'Data::write_vel_charge_extra' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3472:12: note: Technically the member function 'Data::write_vel_charge_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:245:8: note: Technically the member function 'Data::write_vel_charge_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:246:8: performance: Technically the member function 'Data::write_vel_dipole_extra' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3473:12: note: Technically the member function 'Data::write_vel_dipole_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:246:8: note: Technically the member function 'Data::write_vel_dipole_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:247:8: performance: Technically the member function 'Data::write_vel_dpd_extra' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3474:12: note: Technically the member function 'Data::write_vel_dpd_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:247:8: note: Technically the member function 'Data::write_vel_dpd_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:249:8: performance: Technically the member function 'Data::write_vel_full_extra' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3481:12: note: Technically the member function 'Data::write_vel_full_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:249:8: note: Technically the member function 'Data::write_vel_full_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:251:8: performance: Technically the member function 'Data::write_vel_molecular_extra' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3488:12: note: Technically the member function 'Data::write_vel_molecular_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:251:8: note: Technically the member function 'Data::write_vel_molecular_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:252:8: performance: Technically the member function 'Data::write_vel_peri_extra' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3489:12: note: Technically the member function 'Data::write_vel_peri_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:252:8: note: Technically the member function 'Data::write_vel_peri_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2342:1: error: Memory leak: angle_cg_cmm_rcut [memleak]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:414:0: error: Resource leak: fp [resourceLeak]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2332:0: error: Memory leak: angle_cg_cmm_rcut [memleak]
lammps-0~20180510.gitaa1d815fe/tools/i-pi/drivers/sockets.c:69:20: style: The scope of the variable 'server' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/i-pi/drivers/sockets.c:68:16: style: Unused variable: portno [unusedVariable]
lammps-0~20180510.gitaa1d815fe/tools/i-pi/drivers/sockets.c:68:24: style: Unused variable: n [unusedVariable]
lammps-0~20180510.gitaa1d815fe/tools/lmp2arc/src/ProcessPosFile01.c:20:9: style: The scope of the variable 'PosFile' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/lmp2arc/src/ProcessPosFile05.c:20:9: style: The scope of the variable 'PosFile' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/lmp2arc/src/ReadCarFile.c:15:9: style: Unused variable: k [unusedVariable]
lammps-0~20180510.gitaa1d815fe/tools/lmp2arc/src/ReadCarFile.c:101:10: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/lmp2arc/src/WriteArcFrame.c:26:13: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
lammps-0~20180510.gitaa1d815fe/tools/lmp2arc/src/lmp2arc.c:151:16: style: Unused variable: ierr [unusedVariable]
lammps-0~20180510.gitaa1d815fe/tools/lmp2arc/src/lmp2arc.c:236:11: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
lammps-0~20180510.gitaa1d815fe/tools/lmp2arc/src/unwrap_molecules.c:5:16: style: The scope of the variable 'nflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/lmp2arc/src/unwrap_molecules.c:5:25: style: The scope of the variable 'icase' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/lmp2arc/src/unwrap_molecules.c:7:7: style: The scope of the variable 'min_true' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/lmp2arc/src/unwrap_molecules.c:7:16: style: The scope of the variable 'max_true' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/GetParameters.c:32:7: style: The scope of the variable 'kloc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/GetParameters.c:35:32: style: The scope of the variable 'tabd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/GetParameters.c:35:37: style: The scope of the variable 'tcbd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:453:15: style: The scope of the variable 'nc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:477:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:477:13: style: The scope of the variable 'match' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:513:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:513:13: style: The scope of the variable 'match' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:551:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:551:13: style: The scope of the variable 'match' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:552:13: style: The scope of the variable 'typej' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:591:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:591:13: style: The scope of the variable 'match' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:636:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:636:13: style: The scope of the variable 'match' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:638:7: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:638:13: style: The scope of the variable 'typej' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:638:19: style: The scope of the variable 'typek' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:638:25: style: The scope of the variable 'typel' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:692:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:692:13: style: The scope of the variable 'match' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:694:7: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:694:13: style: The scope of the variable 'typej' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:694:19: style: The scope of the variable 'typek' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:694:25: style: The scope of the variable 'typel' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:74:10: style: The scope of the variable 'lowest' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:74:18: style: The scope of the variable 'highest' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:76:10: style: The scope of the variable 'cos_alpha' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:77:10: style: The scope of the variable 'cos_gamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:78:10: style: The scope of the variable 'sin_gamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:79:10: style: The scope of the variable 'cos_beta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:80:10: style: The scope of the variable 'sin_beta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:81:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:81:13: style: The scope of the variable 'B' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:81:16: style: The scope of the variable 'C' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:303:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:268:19: style: Variable 'sin_beta' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:190:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadMdfFile.c:52:9: style: The scope of the variable 'sptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadMdfFile.c:272:9: style: The scope of the variable 'cur_field' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadMdfFile.c:274:7: style: The scope of the variable 'connect_no' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadMdfFile.c:335:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadMdfFile.c:341:9: style: The scope of the variable 'charptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadMdfFile.c:414:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadMdfFile.c:287:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadMdfFile.c:312:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadMdfFile.c:352:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadMdfFile.c:354:12: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadMdfFile.c:407:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/SearchAndFill.c:34:9: style: The scope of the variable 'status' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/msi2lmp.c:234:3: style: Variable 'frc_dir_name' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/msi2lmp.c:226:0: note: Variable 'frc_dir_name' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/msi2lmp.c:234:3: note: Variable 'frc_dir_name' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/phonon/disp.cpp:2793:19: style: The scope of the variable 'dq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.h:396:12: performance: Technically the member function 'Memory::usage' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.h:403:12: performance: Technically the member function 'Memory::usage' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.h:411:12: performance: Technically the member function 'Memory::usage' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.h:420:12: performance: Technically the member function 'Memory::usage' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/phonon/phonon.h:14:3: style: Class 'Phonon' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:21:3: style: Variable 'attyp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:14:3: note: Variable 'attyp' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:21:3: note: Variable 'attyp' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:49:8: style: The scope of the variable 'str' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:469:10: style: The scope of the variable 'big' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:470:15: style: The scope of the variable 'pivinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:12:9: warning: Member variable 'DynMat::flag_latinfo' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:12:9: warning: Member variable 'DynMat::nasr' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:12:9: warning: Member variable 'DynMat::q' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.h:56:8: performance: Technically the member function 'DynMat::GaussJordan' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:465:14: note: Technically the member function 'DynMat::GaussJordan' can be static.
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.h:56:8: note: Technically the member function 'DynMat::GaussJordan' can be static.
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.h:59:8: performance: Technically the member function 'DynMat::ShowVersion' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:587:14: note: Technically the member function 'DynMat::ShowVersion' can be static.
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.h:59:8: note: Technically the member function 'DynMat::ShowVersion' can be static.
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:98:46: style: Class 'DynMat' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:98:46: style: Class 'DynMat' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/tools/phonon/green.cpp:38:8: warning: Member variable 'Green::ndos' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/green.h:15:8: style: Unused private function: 'Green::recursion' [unusedPrivateFunction]
lammps-0~20180510.gitaa1d815fe/tools/phonon/green.cpp:47:3: style: Class 'Green' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/tools/phonon/green.cpp:47:3: style: Class 'Green' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/tools/phonon/interpolate.cpp:126:14: warning: Member variable 'Interpolate::a' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/interpolate.cpp:126:14: warning: Member variable 'Interpolate::f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/interpolate.cpp:126:14: warning: Member variable 'Interpolate::dfdx' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/interpolate.cpp:126:14: warning: Member variable 'Interpolate::dfdy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/interpolate.cpp:126:14: warning: Member variable 'Interpolate::dfdz' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/interpolate.cpp:126:14: warning: Member variable 'Interpolate::d2fdxdy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/interpolate.cpp:126:14: warning: Member variable 'Interpolate::d2fdxdz' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/interpolate.cpp:126:14: warning: Member variable 'Interpolate::d2fdydz' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/interpolate.cpp:126:14: warning: Member variable 'Interpolate::d3fdxdydz' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/interpolate.cpp:126:14: warning: Member variable 'Interpolate::vidx' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/interpolate.cpp:133:3: style: Class 'Interpolate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/tools/phonon/interpolate.cpp:133:3: style: Class 'Interpolate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.cpp:10:30: style: Function 'smalloc' argument 1 names different: declaration 'n' definition 'nbytes'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.h:21:24: note: Function 'smalloc' argument 1 names different: declaration 'n' definition 'nbytes'.
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.cpp:10:30: note: Function 'smalloc' argument 1 names different: declaration 'n' definition 'nbytes'.
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.cpp:22:42: style: Function 'srealloc' argument 2 names different: declaration 'n' definition 'nbytes'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.h:22:33: note: Function 'srealloc' argument 2 names different: declaration 'n' definition 'nbytes'.
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.cpp:22:42: note: Function 'srealloc' argument 2 names different: declaration 'n' definition 'nbytes'.
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.h:23:8: performance: Technically the member function 'Memory::sfree' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.cpp:38:14: note: Technically the member function 'Memory::sfree' can be static.
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.h:23:8: note: Technically the member function 'Memory::sfree' can be static.
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.h:24:8: performance: Technically the member function 'Memory::fail' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.cpp:48:14: note: Technically the member function 'Memory::fail' can be static.
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.h:24:8: note: Technically the member function 'Memory::fail' can be static.
lammps-0~20180510.gitaa1d815fe/tools/phonon/phonon.cpp:488:50: style: The scope of the variable 'dq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/phonon/phonon.cpp:604:30: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lammps-0~20180510.gitaa1d815fe/tools/phonon/phonon.cpp:682:28: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lammps-0~20180510.gitaa1d815fe/tools/phonon/phonon.cpp:21:3: style: Class 'Phonon' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/tools/phonon/phonon.cpp:21:3: style: Class 'Phonon' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/tools/phonon/timer.cpp:5:8: warning: Member variable 'Timer::t2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/timer.cpp:5:8: warning: Member variable 'Timer::cpu_time_used' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/timer.h:15:10: style: Technically the member function 'Timer::elapse' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/phonon/timer.cpp:51:15: note: Technically the member function 'Timer::elapse' can be const.
lammps-0~20180510.gitaa1d815fe/tools/phonon/timer.h:15:10: note: Technically the member function 'Timer::elapse' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:354:3: style: 'EulerRot::operator=' should return 'EulerRot &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:416:3: style: 'Quaternion::operator=' should return 'Quaternion &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:235:0: style: 'ThreeD < numtyp >::operator=' should return 'ThreeD < numtyp > &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:235:0: style: 'ThreeD < double >::operator=' should return 'ThreeD < double > &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.h:127:12: style: Technically the member function 'GLSurface::size_spheres' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.h:129:12: style: Technically the member function 'GLSurface::size_vertices' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:274:0: style: Technically the member function 'ThreeD < numtyp >::dist' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:274:0: style: Technically the member function 'ThreeD < double >::dist' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:409:3: style: Class 'Quaternion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:439:3: style: Class 'RotMat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:178:0: style: Class 'ThreeD < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:180:0: style: Class 'ThreeD < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:182:0: style: Class 'ThreeD < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:184:0: style: Class 'ThreeD < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:186:0: style: Class 'ThreeD < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:188:0: style: Class 'ThreeD < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:190:0: style: Class 'ThreeD < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:192:0: style: Class 'ThreeD < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:178:0: style: Class 'ThreeD < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:180:0: style: Class 'ThreeD < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:182:0: style: Class 'ThreeD < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:184:0: style: Class 'ThreeD < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:188:0: style: Class 'ThreeD < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:190:0: style: Class 'ThreeD < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:192:0: style: Class 'ThreeD < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:92:0: style: Class 'TwoD < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:97:0: style: Class 'TwoD < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:99:0: style: Class 'TwoD < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:92:0: style: Class 'TwoD < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:97:0: style: Class 'TwoD < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:99:0: style: Class 'TwoD < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/spherical.h:59:0: style: Class 'Ball < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/spherical.h:61:0: style: Class 'Ball < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:69:44: performance: Function parameter 'calling_class' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:69:72: performance: Function parameter 'note' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:71:43: performance: Function parameter 'calling_class' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:74:43: performance: Function parameter 'note' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:144:61: performance: Function parameter 'calling_class' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:145:24: performance: Function parameter 'warning' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:147:49: performance: Function parameter 'calling_class' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:148:26: performance: Function parameter 'error' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:163:59: performance: Function parameter 'calling_class' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:166:43: performance: Function parameter 'calling_class' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:789:27: style: Function 'EulerRot' argument 1 names different: declaration 'theta' definition 'theta_i'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:349:19: note: Function 'EulerRot' argument 1 names different: declaration 'theta' definition 'theta_i'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:789:27: note: Function 'EulerRot' argument 1 names different: declaration 'theta' definition 'theta_i'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:789:42: style: Function 'EulerRot' argument 2 names different: declaration 'psi' definition 'psi_i'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:349:32: note: Function 'EulerRot' argument 2 names different: declaration 'psi' definition 'psi_i'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:789:42: note: Function 'EulerRot' argument 2 names different: declaration 'psi' definition 'psi_i'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:789:55: style: Function 'EulerRot' argument 3 names different: declaration 'phi' definition 'phi_i'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:349:43: note: Function 'EulerRot' argument 3 names different: declaration 'phi' definition 'phi_i'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:789:55: note: Function 'EulerRot' argument 3 names different: declaration 'phi' definition 'phi_i'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:786:11: warning: Member variable 'EulerRot::theta' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:786:11: warning: Member variable 'EulerRot::psi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:786:11: warning: Member variable 'EulerRot::phi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:548:13: warning: Member variable 'Quaternion::w' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:548:13: warning: Member variable 'Quaternion::i' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:548:13: warning: Member variable 'Quaternion::j' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:548:13: warning: Member variable 'Quaternion::k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:727:9: warning: Member variable 'RotMat::x_x' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:727:9: warning: Member variable 'RotMat::x_y' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:727:9: warning: Member variable 'RotMat::x_z' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:727:9: warning: Member variable 'RotMat::y_x' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:727:9: warning: Member variable 'RotMat::y_y' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:727:9: warning: Member variable 'RotMat::y_z' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:727:9: warning: Member variable 'RotMat::z_x' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:727:9: warning: Member variable 'RotMat::z_y' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:727:9: warning: Member variable 'RotMat::z_z' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:235:0: style: 'ThreeD < int >::operator=' should return 'ThreeD < int > &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:235:0: style: 'ThreeD < float >::operator=' should return 'ThreeD < float > &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:235:0: style: 'ThreeD < unsigned int >::operator=' should return 'ThreeD < unsigned int > &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:426:14: style: Technically the member function 'Quaternion::unit' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:710:24: note: Technically the member function 'Quaternion::unit' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:426:14: note: Technically the member function 'Quaternion::unit' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:274:0: style: Technically the member function 'ThreeD < int >::dist' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:274:0: style: Technically the member function 'ThreeD < float >::dist' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:274:0: style: Technically the member function 'ThreeD < unsigned int >::dist' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:178:0: style: Class 'ThreeD < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:180:0: style: Class 'ThreeD < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:184:0: style: Class 'ThreeD < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:186:0: style: Class 'ThreeD < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:188:0: style: Class 'ThreeD < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:190:0: style: Class 'ThreeD < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:192:0: style: Class 'ThreeD < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:178:0: style: Class 'ThreeD < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:180:0: style: Class 'ThreeD < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:182:0: style: Class 'ThreeD < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:186:0: style: Class 'ThreeD < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:188:0: style: Class 'ThreeD < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:190:0: style: Class 'ThreeD < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:192:0: style: Class 'ThreeD < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:178:0: style: Class 'ThreeD < unsigned int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:182:0: style: Class 'ThreeD < unsigned int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:184:0: style: Class 'ThreeD < unsigned int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:186:0: style: Class 'ThreeD < unsigned int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:188:0: style: Class 'ThreeD < unsigned int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:190:0: style: Class 'ThreeD < unsigned int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:192:0: style: Class 'ThreeD < unsigned int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:92:0: style: Class 'TwoD < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:99:0: style: Class 'TwoD < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:92:0: style: Class 'TwoD < unsigned int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:97:0: style: Class 'TwoD < unsigned int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:99:0: style: Class 'TwoD < unsigned int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:346:1: warning: The class 'EulerRot' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:636:41: performance: Function parameter 'one' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:636:63: performance: Function parameter 'two' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/colors.cpp:88:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/colors.cpp:97:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/colors.h:29:12: style: Technically the member function 'Colors::size' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/colors.cpp:40:18: note: Technically the member function 'Colors::size' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/colors.h:29:12: note: Technically the member function 'Colors::size' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/colors.h:38:11: performance: Technically the member function 'Colors::gradient' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/colors.cpp:46:17: note: Technically the member function 'Colors::gradient' can be static.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/colors.h:38:11: note: Technically the member function 'Colors::gradient' can be static.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/colors.h:42:11: performance: Technically the member function 'Colors::gradient' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/colors.cpp:62:17: note: Technically the member function 'Colors::gradient' can be static.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/colors.h:42:11: note: Technically the member function 'Colors::gradient' can be static.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.cpp:216:7: style: The scope of the variable 'parameter' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.cpp:172:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.cpp:315:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.cpp:342:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.cpp:376:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.cpp:418:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.cpp:489:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.cpp:28:14: warning: Member variable 'CommandLine::help_param' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.cpp:30:2: performance: Variable 'progname' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.h:147:10: style: Technically the member function 'CommandLine::program_name' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.cpp:66:21: note: Technically the member function 'CommandLine::program_name' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.h:147:10: note: Technically the member function 'CommandLine::program_name' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.h:149:10: style: Technically the member function 'CommandLine::full_command_line' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.cpp:70:21: note: Technically the member function 'CommandLine::full_command_line' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.h:149:10: note: Technically the member function 'CommandLine::full_command_line' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:69:53: style: Function 'notice' argument 2 names different: declaration 'note' definition 'notes'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:76:46: note: Function 'notice' argument 2 names different: declaration 'note' definition 'notes'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:69:53: note: Function 'notice' argument 2 names different: declaration 'note' definition 'notes'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:67:12: style: Technically the member function 'Notice::get_notice_level' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:45:18: note: Technically the member function 'Notice::get_notice_level' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:67:12: note: Technically the member function 'Notice::get_notice_level' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:169:12: style: Technically the member function 'Error::warnings' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:167:17: note: Technically the member function 'Error::warnings' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:169:12: note: Technically the member function 'Error::warnings' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:171:12: style: Technically the member function 'Error::total_warnings' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:106:17: note: Technically the member function 'Error::total_warnings' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:171:12: note: Technically the member function 'Error::total_warnings' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:19:2: style: Class 'Notice' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:19:2: style: Class 'Notice' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:76:2: style: Class 'Error' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:76:2: style: Class 'Error' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:49:50: performance: Function parameter 'calling_class' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:50:25: performance: Function parameter 'note' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:55:49: performance: Function parameter 'calling_class' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:64:50: performance: Function parameter 'note' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:119:66: performance: Function parameter 'calling_class' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:120:26: performance: Function parameter 'warning' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:133:54: performance: Function parameter 'calling_class' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:134:28: performance: Function parameter 'error' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:157:62: performance: Function parameter 'calling_class' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:163:46: performance: Function parameter 'calling_class' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.cpp:405:19: style: The scope of the variable 'size' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.cpp:584:66: style: Function 'add_ellipsoid' argument 6 names different: declaration 'resolution' definition 'res'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.h:108:58: note: Function 'add_ellipsoid' argument 6 names different: declaration 'resolution' definition 'res'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.cpp:584:66: note: Function 'add_ellipsoid' argument 6 names different: declaration 'resolution' definition 'res'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.h:169:8: performance: Technically the member function 'GLSurface::writepymolheader' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.cpp:495:17: note: Technically the member function 'GLSurface::writepymolheader' can be static.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.h:169:8: note: Technically the member function 'GLSurface::writepymolheader' can be static.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.h:171:8: performance: Technically the member function 'GLSurface::writepymoltail' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.cpp:501:17: note: Technically the member function 'GLSurface::writepymoltail' can be static.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.h:171:8: note: Technically the member function 'GLSurface::writepymoltail' can be static.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.h:190:8: performance: Technically the member function 'GLSurface::SQE_helper' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.cpp:507:17: note: Technically the member function 'GLSurface::SQE_helper' can be static.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.h:190:8: note: Technically the member function 'GLSurface::SQE_helper' can be static.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:235:34: style: Function 'get_tokens' argument 1 names different: declaration 'line' definition 'sline'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.h:96:33: note: Function 'get_tokens' argument 1 names different: declaration 'line' definition 'sline'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:235:34: note: Function 'get_tokens' argument 1 names different: declaration 'line' definition 'sline'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:277:50: style: Function 'get_tokens' argument 2 names different: declaration 'line' definition 'sline'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.h:100:49: note: Function 'get_tokens' argument 2 names different: declaration 'line' definition 'sline'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:277:50: note: Function 'get_tokens' argument 2 names different: declaration 'line' definition 'sline'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:375:42: style: Function 'FileIterator' argument 1 names different: declaration 'header' definition 'h'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.h:140:29: note: Function 'FileIterator' argument 1 names different: declaration 'header' definition 'h'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:375:42: note: Function 'FileIterator' argument 1 names different: declaration 'header' definition 'h'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:375:58: style: Function 'FileIterator' argument 2 names different: declaration 'extension' definition 'e'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.h:140:51: note: Function 'FileIterator' argument 2 names different: declaration 'extension' definition 'e'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:375:58: note: Function 'FileIterator' argument 2 names different: declaration 'extension' definition 'e'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:375:69: style: Function 'FileIterator' argument 3 names different: declaration 'digits' definition 'd'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.h:140:71: note: Function 'FileIterator' argument 3 names different: declaration 'digits' definition 'd'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:375:69: note: Function 'FileIterator' argument 3 names different: declaration 'digits' definition 'd'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:383:42: style: Function 'FileIterator' argument 1 names different: declaration 'header' definition 'h'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.h:144:29: note: Function 'FileIterator' argument 1 names different: declaration 'header' definition 'h'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:383:42: note: Function 'FileIterator' argument 1 names different: declaration 'header' definition 'h'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:383:58: style: Function 'FileIterator' argument 2 names different: declaration 'extension' definition 'e'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.h:144:51: note: Function 'FileIterator' argument 2 names different: declaration 'extension' definition 'e'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:383:58: note: Function 'FileIterator' argument 2 names different: declaration 'extension' definition 'e'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:370:3: performance: Variable 'header' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:371:3: performance: Variable 'extension' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:378:2: performance: Variable 'header' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:379:2: performance: Variable 'extension' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:386:2: performance: Variable 'header' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:387:2: performance: Variable 'extension' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.cpp:96:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.cpp:97:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.cpp:144:9: style: The scope of the variable 'big' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.cpp:144:17: style: The scope of the variable 'pivinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.cpp:139:26: style: Function 'invert' argument 1 names different: declaration 'matrix' definition 'a'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.h:80:24: note: Function 'invert' argument 1 names different: declaration 'matrix' definition 'a'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.cpp:139:26: note: Function 'invert' argument 1 names different: declaration 'matrix' definition 'a'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.cpp:139:38: style: Function 'invert' argument 2 names different: declaration 'size' definition 'n'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.h:80:41: note: Function 'invert' argument 2 names different: declaration 'size' definition 'n'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.cpp:139:38: note: Function 'invert' argument 2 names different: declaration 'size' definition 'n'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.cpp:163:0: error: Memory leak: indxc [memleak]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.cpp:163:0: error: Memory leak: indxr [memleak]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.cpp:163:0: error: Memory leak: ipiv [memleak]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/spherical.h:59:0: style: Class 'Ball < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/spherical.h:61:0: style: Class 'Ball < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/spherical.h:59:0: style: Class 'Ball < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/spherical.h:61:0: style: Class 'Ball < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:416:7: style: The scope of the variable 'flag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:625:26: style: The scope of the variable 'itemp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:415:11: style: Unused variable: num [unusedVariable]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:415:21: style: Unused variable: itemp [unusedVariable]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:446:8: style: Unused variable: name [unusedVariable]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:76:8: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:138:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:140:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:142:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:144:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:148:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:160:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:225:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:231:5: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:288:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:577:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:590:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:568:0: error: Resource leak: out [resourceLeak]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:568:0: error: Resource leak: out2 [resourceLeak]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:568:0: error: Resource leak: out3 [resourceLeak]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:103:6: style: The scope of the variable 'nlines_read' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:104:6: style: The scope of the variable 'count' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:105:6: style: The scope of the variable 'ntime' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:106:6: style: The scope of the variable 'N' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:107:6: style: The scope of the variable 'id' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:107:10: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:107:16: style: The scope of the variable 'mol' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:108:9: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:108:12: style: The scope of the variable 'y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:108:15: style: The scope of the variable 'z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:108:18: style: The scope of the variable 'v1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:108:23: style: The scope of the variable 'v1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:108:28: style: The scope of the variable 'v1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:108:33: style: The scope of the variable 'v2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:108:38: style: The scope of the variable 'v2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:108:43: style: The scope of the variable 'v2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:108:48: style: The scope of the variable 'v3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:108:53: style: The scope of the variable 'v3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:108:58: style: The scope of the variable 'v3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:151:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:152:12: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:153:11: style: Variable 'mol' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:154:9: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:155:9: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:156:9: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:223:9: style: The scope of the variable 'notfind' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:705:7: style: The scope of the variable 'minlength' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:808:8: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:229:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:231:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:244:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:375:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:381:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:54:57: performance: Function parameter 'l' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:261:24: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:689:31: performance: Function parameter 'x' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:689:43: performance: Function parameter 'line' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:243:12: error: Iterator 'aa' used after element has been erased. [eraseDereference]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:244:2: note: Iterator 'aa' used after element has been erased.
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:243:12: note: Iterator 'aa' used after element has been erased.
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:653:27: error: Uninitialized variable: finish [uninitvar]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:655:25: error: Uninitialized variable: finish [uninitvar]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:656:27: error: Uninitialized variable: finish [uninitvar]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:658:23: error: Uninitialized variable: finish [uninitvar]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:660:118: error: Uninitialized variable: finish [uninitvar]
[02:18]
ftp://ftp.se.debian.org/debian/pool/main/l/landell/landell_0.92.1.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/landslide/landslide_1.1.3.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/langdrill/langdrill_0.3.orig.tar.gz
langdrill-0.3/src/config.cc:168:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
langdrill-0.3/src/config.cc:208:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
langdrill-0.3/src/config.cc:265:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
langdrill-0.3/src/config.cc:305:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
langdrill-0.3/src/config.hh:76:7: style: Technically the member function 'MyException::Value' can be const. [functionConst]
langdrill-0.3/src/config.cc:70:14: note: Technically the member function 'MyException::Value' can be const.
langdrill-0.3/src/config.hh:76:7: note: Technically the member function 'MyException::Value' can be const.
langdrill-0.3/src/config.hh:128:7: style: Technically the member function 'MySection::Number' can be const. [functionConst]
langdrill-0.3/src/config.cc:229:12: note: Technically the member function 'MySection::Number' can be const.
langdrill-0.3/src/config.hh:128:7: note: Technically the member function 'MySection::Number' can be const.
langdrill-0.3/src/config.hh:152:8: style: Technically the member function 'MyConfig::Number' can be const. [functionConst]
langdrill-0.3/src/config.cc:325:11: note: Technically the member function 'MyConfig::Number' can be const.
langdrill-0.3/src/config.hh:152:8: note: Technically the member function 'MyConfig::Number' can be const.
langdrill-0.3/src/config.cc:100:3: style: Class 'MyKey' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
langdrill-0.3/src/config.cc:100:3: style: Class 'MyKey' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
langdrill-0.3/src/config.hh:119:3: style: Class 'MySection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
langdrill-0.3/src/config.hh:144:3: style: Class 'MyConfig' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
langdrill-0.3/src/main.cc:465:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
[02:18]
ftp://ftp.se.debian.org/debian/pool/main/l/langford/langford_0.0.20130228.orig.tar.bz2
ftp://ftp.se.debian.org/debian/pool/main/l/langscan/langscan_1.2+cvs20070125.orig.tar.gz
langscan-1.2+cvs20070125.orig/langscan/_template.c:72:9: style: Unused variable: tmp [unusedVariable]
langscan-1.2+cvs20070125.orig/langscan/_template.c:130:3: style: Variable 'rb_define_alloc_func' is assigned a value that is never used. [unreadVariable]
langscan-1.2+cvs20070125.orig/langscan/pairmatcher/pairmatcher.c:633:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
langscan-1.2+cvs20070125.orig/langscan/pairmatcher/pairmatcher.c:679:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
langscan-1.2+cvs20070125.orig/langscan/pairmatcher/pairmatcher.c:750:7: style: The scope of the variable 'depth' can be reduced. [variableScope]
langscan-1.2+cvs20070125.orig/langscan/pairmatcher/pairmatcher.c:750:14: style: The scope of the variable 'max_depth' can be reduced. [variableScope]
ripper.y:1146:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
[02:18]
ftp://ftp.se.debian.org/debian/pool/main/l/languages4translatewiki/languages4translatewiki_0.1.3.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/lapack/lapack_3.8.0.orig.tar.gz
lapack-3.8.0/CBLAS/src/cblas_xerbla.c:65:13: warning: Logical conjunction always evaluates to false: info && !(info). [incorrectLogicOperator]
lapack-3.8.0/CBLAS/src/cblas_xerbla.c:65:13: style: Opposite expression on both sides of '&&'. [oppositeExpression]
lapack-3.8.0/CBLAS/src/cblas_xerbla.c:65:13: note: Opposite expression on both sides of '&&'.
lapack-3.8.0/CBLAS/src/cblas_xerbla.c:65:13: note: Opposite expression on both sides of '&&'.
lapack-3.8.0/CBLAS/src/cblas_xerbla.c:11:9: style: The scope of the variable 'empty' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/src/xerbla.c:20:9: style: The scope of the variable 'rout' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/src/xerbla.c:23:8: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_c2chke.c:79:44: style: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lapack-3.8.0/CBLAS/testing/c_c2chke.c:79:23: note: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable.
lapack-3.8.0/CBLAS/testing/c_c2chke.c:79:44: note: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable.
lapack-3.8.0/CBLAS/testing/c_cblas2.c:16:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:17:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:17:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:17:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:46:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:47:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:47:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:47:11: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:47:16: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:47:21: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:93:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:93:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:93:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:121:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:121:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:121:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:149:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:150:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:150:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:150:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:180:21: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:181:5: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:181:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:181:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:181:14: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:181:19: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:243:27: style: The scope of the variable 'AP' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:244:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:244:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:244:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:244:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:298:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:299:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:299:13: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:299:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:299:22: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:299:25: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:362:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:363:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:363:13: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:363:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:363:22: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:363:25: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:424:27: style: The scope of the variable 'AP' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:425:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:425:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:425:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:425:16: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:479:27: style: The scope of the variable 'AP' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:480:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:480:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:480:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:480:16: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:535:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:536:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:536:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:536:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:564:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:565:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:565:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:565:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:594:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:594:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:594:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:594:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:670:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:670:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:670:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:670:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:746:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:746:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:746:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:780:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:780:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:780:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:19:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:19:27: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:20:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:20:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:20:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:20:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:20:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:95:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:95:27: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:96:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:96:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:96:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:96:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:96:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:159:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:159:27: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:160:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:160:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:160:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:160:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:160:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:213:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:213:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:213:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:213:15: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:214:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:269:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:269:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:269:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:269:15: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:270:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:324:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:324:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:324:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:324:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:324:19: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:325:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:325:27: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:388:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:388:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:388:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:388:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:388:19: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:389:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:389:27: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:451:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:451:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:451:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:451:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:452:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:510:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:510:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:510:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:510:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:511:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_d2chke.c:77:44: style: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lapack-3.8.0/CBLAS/testing/c_d2chke.c:77:23: note: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable.
lapack-3.8.0/CBLAS/testing/c_d2chke.c:77:44: note: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable.
lapack-3.8.0/CBLAS/testing/c_dblas2.c:15:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:16:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:16:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:16:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:42:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:42:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:42:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:65:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:66:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:66:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:66:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:93:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:94:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:94:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:94:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:118:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:119:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:119:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:119:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:142:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:142:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:142:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:166:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:166:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:166:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:191:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:192:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:192:9: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:192:14: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:192:16: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:192:21: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:227:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:228:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:228:13: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:228:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:228:22: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:228:25: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:273:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:274:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:274:13: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:274:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:274:22: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:274:25: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:320:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:321:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:321:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:321:11: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:321:16: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:321:21: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:364:14: style: The scope of the variable 'AP' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:365:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:365:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:365:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:365:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:402:15: style: The scope of the variable 'AP' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:403:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:403:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:403:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:403:16: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:442:15: style: The scope of the variable 'AP' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:443:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:443:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:443:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:443:16: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:484:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:484:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:484:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:484:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:536:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:536:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:536:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:536:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:18:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:18:15: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:19:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:19:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:19:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:19:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:19:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:80:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:80:15: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:81:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:81:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:81:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:81:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:81:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:134:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:134:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:134:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:134:15: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:135:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:181:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:181:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:181:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:181:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:181:19: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:182:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:182:15: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:236:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:236:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:236:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:236:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:237:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:287:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:287:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:287:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:287:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:288:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_s2chke.c:77:44: style: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lapack-3.8.0/CBLAS/testing/c_s2chke.c:77:23: note: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable.
lapack-3.8.0/CBLAS/testing/c_s2chke.c:77:44: note: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable.
lapack-3.8.0/CBLAS/testing/c_sblas2.c:15:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:16:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:16:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:16:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:42:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:42:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:42:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:65:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:66:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:66:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:66:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:93:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:94:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:94:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:94:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:118:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:119:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:119:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:119:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:142:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:142:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:142:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:166:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:166:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:166:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:191:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:192:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:192:9: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:192:14: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:192:16: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:192:21: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:227:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:228:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:228:13: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:228:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:228:22: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:228:25: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:273:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:274:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:274:13: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:274:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:274:22: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:274:25: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:320:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:321:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:321:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:321:11: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:321:16: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:321:21: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:364:13: style: The scope of the variable 'AP' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:365:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:365:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:365:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:365:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:401:14: style: The scope of the variable 'AP' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:402:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:402:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:402:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:402:16: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:440:14: style: The scope of the variable 'AP' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:441:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:441:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:441:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:441:16: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:481:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:481:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:481:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:481:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:532:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:532:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:532:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:532:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:16:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:16:14: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:17:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:17:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:17:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:17:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:17:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:77:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:77:14: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:78:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:78:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:78:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:78:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:78:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:131:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:131:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:131:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:131:15: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:132:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:178:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:178:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:178:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:178:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:178:19: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:179:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:179:14: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:233:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:233:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:233:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:233:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:234:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:284:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:284:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:284:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:284:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:285:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_z2chke.c:79:44: style: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lapack-3.8.0/CBLAS/testing/c_z2chke.c:79:23: note: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable.
lapack-3.8.0/CBLAS/testing/c_z2chke.c:79:44: note: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable.
lapack-3.8.0/CBLAS/testing/c_zblas2.c:16:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:17:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:17:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:17:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:46:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:47:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:47:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:47:11: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:47:16: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:47:21: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:93:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:93:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:93:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:121:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:121:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:121:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:149:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:150:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:150:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:150:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:180:21: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:181:5: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:181:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:181:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:181:14: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:181:19: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:243:27: style: The scope of the variable 'AP' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:244:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:244:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:244:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:244:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:298:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:299:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:299:13: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:299:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:299:22: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:299:25: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:362:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:363:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:363:13: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:363:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:363:22: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:363:25: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:424:27: style: The scope of the variable 'AP' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:425:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:425:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:425:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:425:16: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:479:27: style: The scope of the variable 'AP' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:480:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:480:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:480:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:480:16: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:535:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:536:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:536:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:536:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:564:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:565:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:565:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:565:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:594:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:594:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:594:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:594:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:670:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:670:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:670:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:670:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:746:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:746:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:746:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:780:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:780:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:780:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:19:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:19:27: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:20:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:20:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:20:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:20:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:20:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:95:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:95:27: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:96:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:96:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:96:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:96:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:96:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:159:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:159:27: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:160:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:160:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:160:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:160:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:160:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:213:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:213:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:213:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:213:15: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:214:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:269:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:269:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:269:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:269:15: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:270:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:324:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:324:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:324:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:324:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:324:19: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:325:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:325:27: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:388:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:388:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:388:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:388:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:388:19: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:389:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:389:27: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:451:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:451:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:451:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:451:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:452:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:510:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:510:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:510:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:510:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:511:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/LAPACKE/example/example_DGELS_rowmajor.c:89:11: style: Variable 'info' is assigned a value that is never used. [unreadVariable]
lapack-3.8.0/LAPACKE/example/example_user.c:52:9: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/example/example_user.c:51:9: note: Variable 'info' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/example/example_user.c:52:9: note: Variable 'info' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/example/example_user.c:53:16: style: Unused variable: work [unusedVariable]
lapack-3.8.0/LAPACKE/example/example_user.c:54:13: style: Unused variable: iwork [unusedVariable]
lapack-3.8.0/LAPACKE/src/lapacke_cheswapr_work.c:51:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_cheswapr_work.c:49:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cheswapr_work.c:51:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_chpcon_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_chpcon_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_chpcon_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_chpgst_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_chpgst_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_chpgst_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_chptrd_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_chptrd_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_chptrd_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_chptrf_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_chptrf_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_chptrf_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_chptri_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_chptri_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_chptri_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cpftrf_work.c:49:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_cpftrf_work.c:47:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cpftrf_work.c:49:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cpftri_work.c:49:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_cpftri_work.c:47:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cpftri_work.c:49:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cppcon_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_cppcon_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cppcon_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cppequ_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_cppequ_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cppequ_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cpptrf_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_cpptrf_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cpptrf_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cpptri_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_cpptri_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cpptri_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cspcon_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_cspcon_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cspcon_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_csptrf_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_csptrf_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_csptrf_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_csptri_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_csptri_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_csptri_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_csyswapr_work.c:51:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_csyswapr_work.c:49:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_csyswapr_work.c:51:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ctftri_work.c:50:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ctftri_work.c:48:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ctftri_work.c:50:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ctfttp_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ctfttp_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ctfttp_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ctpcon_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ctpcon_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ctpcon_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ctptri_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ctptri_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ctptri_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ctpttf_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ctpttf_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ctpttf_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dlapy2_work.c:40:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dlapy2_work.c:38:0: note: Variable 'res' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dlapy2_work.c:40:5: note: Variable 'res' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dlapy3_work.c:40:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dlapy3_work.c:38:0: note: Variable 'res' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dlapy3_work.c:40:5: note: Variable 'res' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dpftrf_work.c:49:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dpftrf_work.c:47:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dpftrf_work.c:49:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dpftri_work.c:49:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dpftri_work.c:47:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dpftri_work.c:49:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dppcon_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dppcon_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dppcon_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dppequ_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dppequ_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dppequ_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dpptrf_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dpptrf_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dpptrf_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dpptri_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dpptri_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dpptri_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dspcon_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dspcon_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dspcon_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dspgst_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dspgst_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dspgst_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dsptrd_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dsptrd_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dsptrd_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dsptrf_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dsptrf_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dsptrf_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dsptri_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dsptri_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dsptri_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dsyswapr_work.c:51:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dsyswapr_work.c:49:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dsyswapr_work.c:51:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dtftri_work.c:49:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dtftri_work.c:47:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dtftri_work.c:49:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dtfttp_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dtfttp_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dtfttp_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dtpcon_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dtpcon_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dtpcon_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dtptri_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dtptri_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dtptri_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dtpttf_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dtpttf_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dtpttf_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_slapy2_work.c:40:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_slapy2_work.c:38:0: note: Variable 'res' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_slapy2_work.c:40:5: note: Variable 'res' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_slapy3_work.c:40:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_slapy3_work.c:38:0: note: Variable 'res' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_slapy3_work.c:40:5: note: Variable 'res' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_spftrf_work.c:49:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_spftrf_work.c:47:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_spftrf_work.c:49:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_spftri_work.c:49:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_spftri_work.c:47:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_spftri_work.c:49:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_sppcon_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_sppcon_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_sppcon_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_sppequ_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_sppequ_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_sppequ_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_spptrf_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_spptrf_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_spptrf_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_spptri_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_spptri_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_spptri_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_sspcon_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_sspcon_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_sspcon_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_sspgst_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_sspgst_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_sspgst_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ssptrd_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ssptrd_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ssptrd_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ssptrf_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ssptrf_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ssptrf_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ssptri_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ssptri_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ssptri_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ssyswapr_work.c:51:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ssyswapr_work.c:49:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ssyswapr_work.c:51:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_stftri_work.c:49:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_stftri_work.c:47:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_stftri_work.c:49:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_stfttp_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_stfttp_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_stfttp_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_stpcon_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_stpcon_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_stpcon_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_stptri_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_stptri_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_stptri_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_stpttf_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_stpttf_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_stpttf_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zheswapr_work.c:51:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zheswapr_work.c:49:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zheswapr_work.c:51:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zhpcon_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zhpcon_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zhpcon_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zhpgst_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zhpgst_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zhpgst_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zhptrd_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zhptrd_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zhptrd_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zhptrf_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zhptrf_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zhptrf_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zhptri_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zhptri_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zhptri_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zpftrf_work.c:49:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zpftrf_work.c:47:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zpftrf_work.c:49:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zpftri_work.c:49:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zpftri_work.c:47:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zpftri_work.c:49:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zppcon_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zppcon_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zppcon_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zppequ_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zppequ_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zppequ_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zpptrf_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zpptrf_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zpptrf_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zpptri_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zpptri_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zpptri_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zspcon_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zspcon_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zspcon_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zsptrf_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zsptrf_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zsptrf_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zsptri_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zsptri_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zsptri_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zsyswapr_work.c:51:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zsyswapr_work.c:49:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zsyswapr_work.c:51:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ztftri_work.c:50:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ztftri_work.c:48:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ztftri_work.c:50:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ztfttp_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ztfttp_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ztfttp_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ztpcon_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ztpcon_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ztpcon_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ztptri_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ztptri_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ztptri_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ztpttf_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ztpttf_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ztpttf_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
[02:19]
ftp://ftp.se.debian.org/debian/pool/main/l/laptop-mode-tools/laptop-mode-tools_1.72.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/larch/larch_1.1.2.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/largetifftools/largetifftools_1.3.8.orig.tar.bz2
ftp://ftp.se.debian.org/debian/pool/main/l/larswm/larswm_7.5.3.orig.tar.gz
larswm-7.5.3/client.c:126:7: style: The scope of the variable 'mask' can be reduced. [variableScope]
larswm-7.5.3/event.c:377:7: style: The scope of the variable 'i' can be reduced. [variableScope]
larswm-7.5.3/keys.c:327:7: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
larswm-7.5.3/larsmenu.c:260:9: style: The scope of the variable 'pathbuf' can be reduced. [variableScope]
larswm-7.5.3/larsmenu.c:261:14: style: The scope of the variable 't' can be reduced. [variableScope]
larswm-7.5.3/larsmenu.c:496:7: style: The scope of the variable 'pid' can be reduced. [variableScope]
larswm-7.5.3/larsmenu.c:841:7: style: The scope of the variable 'tx' can be reduced. [variableScope]
larswm-7.5.3/larsmenu.c:841:11: style: The scope of the variable 'ty' can be reduced. [variableScope]
larswm-7.5.3/larsmenu.c:378:0: error: Resource leak: fp [resourceLeak]
larswm-7.5.3/main.c:173:22: style: The scope of the variable 'dot1' can be reduced. [variableScope]
larswm-7.5.3/manage.c:233:25: style: Unsigned variable '=' can't be negative so it is unnecessary to test it. [unsignedPositive]
larswm-7.5.3/tiling.c:889:24: style: Redundant condition: !c->isnotile. 'c->isnotile || (!c->isnotile && !s->skip_focus[s->desktop])' is equivalent to 'c->isnotile || !s->skip_focus[s->desktop]' [redundantCondition]
larswm-7.5.3/tiling.c:912:23: style: Redundant condition: !c->isnotile. 'c->isnotile || (!c->isnotile && !s->skip_focus[s->desktop])' is equivalent to 'c->isnotile || !s->skip_focus[s->desktop]' [redundantCondition]
larswm-7.5.3/tiling.c:927:36: style: Redundant condition: !s->notile_raised[s->desktop]. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
larswm-7.5.3/tiling.c:971:24: style: Redundant condition: !c->isnotile. 'c->isnotile || (!c->isnotile && !s->skip_focus[s->desktop])' is equivalent to 'c->isnotile || !s->skip_focus[s->desktop]' [redundantCondition]
larswm-7.5.3/tiling.c:992:20: style: Redundant condition: !c->isnotile. 'c->isnotile || (!c->isnotile && !s->skip_focus[s->desktop])' is equivalent to 'c->isnotile || !s->skip_focus[s->desktop]' [redundantCondition]
larswm-7.5.3/tiling.c:667:11: style: The scope of the variable 't' can be reduced. [variableScope]
larswm-7.5.3/tiling.c:706:11: style: The scope of the variable 't' can be reduced. [variableScope]
larswm-7.5.3/tiling.c:497:3: style: Variable 'clients_left' is assigned a value that is never used. [unreadVariable]
larswm-7.5.3/tiling.c:595:10: style: Variable 'odx' is assigned a value that is never used. [unreadVariable]
larswm-7.5.3/tiling.c:596:10: style: Variable 'ody' is assigned a value that is never used. [unreadVariable]
larswm-7.5.3/tiling.c:489:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
larswm-7.5.3/tiling.c:490:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
[02:19]
ftp://ftp.se.debian.org/debian/pool/main/l/lasagne/lasagne_0.1+git20180322.37ca134.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/laserboy/laserboy_2016.03.15.orig.tar.gz
LaserBoy/src/LaserBoy_vertex.hpp:732:65: error: Array 'header.color_rescale_i[256]' accessed at index 32640, which is out of bounds. [arrayIndexOutOfBounds]
LaserBoy/src/LaserBoy_vertex.hpp:893:65: error: Array 'header.color_rescale_i[256]' accessed at index 32640, which is out of bounds. [arrayIndexOutOfBounds]
LaserBoy/src/LaserBoy_palette.hpp:185:17: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
LaserBoy/src/LaserBoy_color.hpp:139:26: style: The scope of the variable 'number' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_vertex.hpp:219:21: style: The scope of the variable 'number' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_vertex.hpp:370:21: style: The scope of the variable 'number' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.hpp:241:35: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.hpp:242:35: style: The scope of the variable 'j' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.hpp:334:39: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.hpp:335:39: style: The scope of the variable 'j' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_set.hpp:332:35: style: The scope of the variable 'selected_count' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_set.hpp:333:35: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.hpp:363:42: style: Unsigned variable 'vertex_index' can't be negative so it is unnecessary to test it. [unsignedPositive]
LaserBoy/src/LaserBoy_palette.hpp:90:23: warning: Member variable 'LaserBoy_palette::in_use' is not assigned a value in 'LaserBoy_palette::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_real_segment.hpp:150:29: warning: Member variable 'LaserBoy_real_segment::palette_index' is not assigned a value in 'LaserBoy_real_segment::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_real_segment.hpp:150:29: warning: Member variable 'LaserBoy_real_segment::real_segment_error' is not assigned a value in 'LaserBoy_real_segment::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_segment.hpp:207:24: warning: Member variable 'LaserBoy_segment::palette_index' is not assigned a value in 'LaserBoy_segment::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_segment.hpp:207:24: warning: Member variable 'LaserBoy_segment::segment_error' is not assigned a value in 'LaserBoy_segment::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_frame.hpp:179:21: warning: Member variable 'LaserBoy_frame::is_selected' is not assigned a value in 'LaserBoy_frame::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_frame.hpp:179:21: warning: Member variable 'LaserBoy_frame::is_unique' is not assigned a value in 'LaserBoy_frame::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_frame.hpp:179:21: warning: Member variable 'LaserBoy_frame::is_wagged' is not assigned a value in 'LaserBoy_frame::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_frame.hpp:179:21: warning: Member variable 'LaserBoy_frame::intro' is not assigned a value in 'LaserBoy_frame::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_frame.hpp:179:21: warning: Member variable 'LaserBoy_frame::bridge' is not assigned a value in 'LaserBoy_frame::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_frame.hpp:179:21: warning: Member variable 'LaserBoy_frame::coda' is not assigned a value in 'LaserBoy_frame::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_frame_set.hpp:263:25: warning: Member variable 'LaserBoy_frame_set::p_space' is not assigned a value in 'LaserBoy_frame_set::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_frame_set.hpp:263:25: warning: Member variable 'LaserBoy_frame_set::frame_set_error' is not assigned a value in 'LaserBoy_frame_set::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_frame_set.hpp:263:25: warning: Member variable 'LaserBoy_frame_set::frame_index' is not assigned a value in 'LaserBoy_frame_set::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_frame_set.hpp:263:25: warning: Member variable 'LaserBoy_frame_set::null_frame' is not assigned a value in 'LaserBoy_frame_set::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_frame_set.hpp:263:25: warning: Member variable 'LaserBoy_frame_set::ild_file_GUID' is not assigned a value in 'LaserBoy_frame_set::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_palette_set.hpp:60:27: warning: Member variable 'LaserBoy_palette_set::palette_set_error' is not assigned a value in 'LaserBoy_palette_set::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_palette_set.hpp:60:27: warning: Member variable 'LaserBoy_palette_set::palette_index' is not assigned a value in 'LaserBoy_palette_set::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_palette_set.hpp:60:27: warning: Member variable 'LaserBoy_palette_set::target_palette_index' is not assigned a value in 'LaserBoy_palette_set::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_palette_set.hpp:60:27: warning: Member variable 'LaserBoy_palette_set::selected_color_index' is not assigned a value in 'LaserBoy_palette_set::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_wave.hpp:246:27: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
LaserBoy/src/LaserBoy_frame_set.hpp:52:29: performance: Variable 'null_frame' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LaserBoy/src/LaserBoy_frame_set.hpp:66:29: performance: Variable 'null_frame' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LaserBoy/src/LaserBoy_color.hpp:109:10: style: Technically the member function 'LaserBoy_color::is_black' can be const. [functionConst]
LaserBoy/src/LaserBoy_color.hpp:198:21: style: Technically the member function 'LaserBoy_color::blend' can be const. [functionConst]
LaserBoy/src/LaserBoy_3D_short.hpp:180:24: style: Technically the member function 'LaserBoy_3D_short::operator-' can be const. [functionConst]
LaserBoy/src/LaserBoy_3D_short.hpp:205:23: style: Technically the member function 'LaserBoy_3D_short::sum' can be const. [functionConst]
LaserBoy/src/LaserBoy_3D_double.hpp:284:24: style: Technically the member function 'LaserBoy_3D_double::operator-' can be const. [functionConst]
LaserBoy/src/LaserBoy_3D_double.hpp:334:12: style: Technically the member function 'LaserBoy_3D_double::sum' can be const. [functionConst]
LaserBoy/src/LaserBoy_real_vertex.hpp:159:26: style: Technically the member function 'LaserBoy_real_vertex::operator*' can be const. [functionConst]
LaserBoy/src/LaserBoy_real_vertex.hpp:203:26: style: Technically the member function 'LaserBoy_real_vertex::operator-' can be const. [functionConst]
LaserBoy/src/LaserBoy_vertex.hpp:190:21: style: Technically the member function 'LaserBoy_vertex::blend' can be const. [functionConst]
LaserBoy/src/LaserBoy_vertex.hpp:233:22: style: Technically the member function 'LaserBoy_vertex::operator-' can be const. [functionConst]
LaserBoy/src/LaserBoy_wave.hpp:171:27: style: Class 'LaserBoy_wave_sample' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LaserBoy/src/LaserBoy_color.hpp:48:5: style: Class 'LaserBoy_color' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_3D_short.hpp:37:5: style: Class 'LaserBoy_3D_short' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_3D_short.hpp:49:5: style: Class 'LaserBoy_3D_short' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_3D_double.hpp:40:5: style: Class 'LaserBoy_3D_double' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_3D_double.hpp:61:5: style: Class 'LaserBoy_3D_double' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_real_vertex.hpp:79:5: style: Class 'LaserBoy_real_vertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_real_vertex.hpp:85:5: style: Class 'LaserBoy_real_vertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_wave.hpp:123:5: style: Class 'LaserBoy_wave_header' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_wave.hpp:170:5: style: Class 'LaserBoy_wave_sample' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_vertex.hpp:61:5: style: Class 'LaserBoy_vertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_vertex.hpp:88:5: style: Class 'LaserBoy_vertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_vertex.hpp:94:5: style: Class 'LaserBoy_vertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_palette.hpp:45:5: style: Class 'LaserBoy_palette' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_real_segment.hpp:46:5: style: Class 'LaserBoy_real_segment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_real_segment.hpp:346:5: style: Class 'LaserBoy_real_segment_set' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_segment.hpp:41:5: style: Class 'LaserBoy_segment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_segment.hpp:72:5: style: Class 'LaserBoy_segment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_frame.hpp:41:5: style: Class 'LaserBoy_frame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_frame.hpp:67:5: style: Class 'LaserBoy_frame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_frame_set.hpp:41:5: style: Class 'LaserBoy_frame_set' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_palette_set.hpp:40:5: style: Class 'LaserBoy_palette_set' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_space.hpp:44:5: style: Class 'LaserBoy_space' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_TUI.hpp:39:5: style: Class 'LaserBoy_TUI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_wave.hpp:167:1: warning: The class 'LaserBoy_wave_sample' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
LaserBoy/src/LaserBoy_palette_set.hpp:37:1: warning: The class 'LaserBoy_palette_set' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
LaserBoy/src/LaserBoy_SDL_GUI.hpp:52:18: style: The function 'display_space' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:52:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:52:18: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:57:18: style: The function 'display_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:82:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:57:18: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:76:18: style: The function 'display_progress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:84:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:76:18: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:95:21: style: The function 'capture_screen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:53:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:95:21: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:100:21: style: The function 'display_prompt_dir_with_auto_complete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:58:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:100:21: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:101:21: style: The function 'display_prompt_f_effect_with_auto_complete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:59:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:101:21: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:102:21: style: The function 'display_prompt_fs_effect_with_auto_complete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:60:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:102:21: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:103:21: style: The function 'display_prompt_and_echo_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:61:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:103:21: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:104:21: style: The function 'display_prompt_and_echo_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:62:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:104:21: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:113:21: style: The function 'display_prompt_and_echo_nibble' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:70:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:113:21: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:114:21: style: The function 'display_prompt_and_echo_bool' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:71:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:114:21: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:116:21: style: The function 'report_ild_file_open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:73:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:116:21: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:120:21: style: The function 'report_ctn_file_open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:77:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:120:21: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:124:21: style: The function 'display_error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:81:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:124:21: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:125:21: style: The function 'display_message' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:83:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:125:21: note: Function in derived class
LaserBoy/src/LaserBoy_wave.hpp:177:36: error: Mismatching allocation and deallocation: LaserBoy_wave_sample::channel [mismatchAllocDealloc]
LaserBoy/src/LaserBoy_wave.hpp:94:56: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:38:50: performance: Function parameter 'p1' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:39:50: performance: Function parameter 'p2' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:85:52: performance: Function parameter '_0' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:85:75: performance: Function parameter '_1' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:85:98: performance: Function parameter '_2' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:146:75: performance: Function parameter 'p1' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:146:98: performance: Function parameter 'p2' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:146:121: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:152:77: performance: Function parameter 'p1' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:152:100: performance: Function parameter 'p2' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:158:77: performance: Function parameter 'p1' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:158:100: performance: Function parameter 'p2' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:164:77: performance: Function parameter 'p1' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:164:100: performance: Function parameter 'p2' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:170:74: performance: Function parameter 'p1' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:170:97: performance: Function parameter 'p2' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:170:120: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_palette_set.hpp:156:39: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_TUI.hpp:106:59: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1519:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1147:11: style: Condition '!done' is always true [knownConditionTrueFalse]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1117:27: note: Assignment 'done=false', assigned value is 0
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1147:11: note: Condition '!done' is always true
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1491:30: style: The scope of the variable 'time_zero' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1661:30: style: The scope of the variable 'time_zero' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1870:12: style: The scope of the variable 'time_zero' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1900:12: style: The scope of the variable 'time_zero' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1930:12: style: The scope of the variable 'time_zero' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1960:12: style: The scope of the variable 'time_zero' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1990:12: style: The scope of the variable 'time_zero' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:2021:12: style: The scope of the variable 'time_zero' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:2482:9: style: The scope of the variable 'temp_int' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:8207:10: style: The scope of the variable 'good_call' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:8237:10: style: The scope of the variable 'good_call' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:9646:40: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:9751:40: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1000:77: style: Function 'display_prompt_and_echo_int' argument 2 names different: declaration 'value' definition 'default_value'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_SDL_GUI.hpp:110:79: note: Function 'display_prompt_and_echo_int' argument 2 names different: declaration 'value' definition 'default_value'.
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1000:77: note: Function 'display_prompt_and_echo_int' argument 2 names different: declaration 'value' definition 'default_value'.
LaserBoy/src/LaserBoy_SDL_GUI.hpp:170:13: performance: Technically the member function 'LaserBoy_SDL_GUI::draw_harmonograph_menu' can be static. [functionStatic]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:7347:24: note: Technically the member function 'LaserBoy_SDL_GUI::draw_harmonograph_menu' can be static.
LaserBoy/src/LaserBoy_SDL_GUI.hpp:170:13: note: Technically the member function 'LaserBoy_SDL_GUI::draw_harmonograph_menu' can be static.
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1640:9: error: Mismatching allocation and deallocation: sample_window [mismatchAllocDealloc]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1797:9: error: Mismatching allocation and deallocation: sample_window [mismatchAllocDealloc]
LaserBoy/src/LaserBoy_TUI.cpp:238:21: style: The scope of the variable 'select_start_color' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_TUI.cpp:239:21: style: The scope of the variable 'select_end_color' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_TUI.cpp:3916:15: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_TUI.cpp:4375:58: performance: Function parameter 'ext' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_bmp.cpp:94:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:98:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:99:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:103:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:104:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:105:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:106:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:107:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:108:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:109:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:110:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:113:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:1283:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:1301:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:1301:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:1301:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:501:11: style: The scope of the variable 'xx' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:524:11: style: The scope of the variable 'xx' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:561:11: style: The scope of the variable 'xx' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:587:11: style: The scope of the variable 'xx' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:609:11: style: The scope of the variable 'xx' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:639:11: style: The scope of the variable 'xx' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:661:11: style: The scope of the variable 'xx' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:683:11: style: The scope of the variable 'xx' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:707:12: style: The scope of the variable 'r' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:707:15: style: The scope of the variable 'g' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:707:18: style: The scope of the variable 'b' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:1070:13: style: The scope of the variable 'y' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:1279:11: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:1372:26: style: Function 'bmp_into_bmp' argument 3 names different: declaration 'size' definition 'scale'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_bmp.hpp:212:98: note: Function 'bmp_into_bmp' argument 3 names different: declaration 'size' definition 'scale'.
LaserBoy/src/LaserBoy_bmp.cpp:1372:26: note: Function 'bmp_into_bmp' argument 3 names different: declaration 'size' definition 'scale'.
LaserBoy/src/LaserBoy_common.cpp:111:9: style: The scope of the variable 'z' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_common.cpp:249:11: style: The scope of the variable 'next_char' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_common.cpp:275:11: style: The scope of the variable 'next_char' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_common.cpp:437:59: performance: Function parameter 'install_GUID' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_frame.cpp:347:25: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame.cpp:474:22: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame.cpp:511:22: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame.cpp:633:26: style: The scope of the variable 'out_of_bounds' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame.cpp:1176:15: style: The scope of the variable 'span' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame.cpp:1177:15: style: The scope of the variable 'offset' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame.cpp:1503:21: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame.cpp:1504:21: style: The scope of the variable 'j' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame.cpp:4114:18: style: The scope of the variable 'frame_scan' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame.cpp:345:49: style: Function 'add_coda' argument 1 names different: declaration 'next_frame_entry' definition 'next_frame_entry_point'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame.hpp:452:55: note: Function 'add_coda' argument 1 names different: declaration 'next_frame_entry' definition 'next_frame_entry_point'.
LaserBoy/src/LaserBoy_frame.cpp:345:49: note: Function 'add_coda' argument 1 names different: declaration 'next_frame_entry' definition 'next_frame_entry_point'.
LaserBoy/src/LaserBoy_frame.cpp:702:79: style: Function 'scale_selection_on_fulcrum' argument 1 names different: declaration 'd' definition 'magnitude'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame.hpp:476:70: note: Function 'scale_selection_on_fulcrum' argument 1 names different: declaration 'd' definition 'magnitude'.
LaserBoy/src/LaserBoy_frame.cpp:702:79: note: Function 'scale_selection_on_fulcrum' argument 1 names different: declaration 'd' definition 'magnitude'.
LaserBoy/src/LaserBoy_frame.cpp:779:80: style: Function 'rotate_selection_on_fulcrum' argument 1 names different: declaration 'a' definition 'angle'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame.hpp:479:70: note: Function 'rotate_selection_on_fulcrum' argument 1 names different: declaration 'a' definition 'angle'.
LaserBoy/src/LaserBoy_frame.cpp:779:80: note: Function 'rotate_selection_on_fulcrum' argument 1 names different: declaration 'a' definition 'angle'.
LaserBoy/src/LaserBoy_frame.cpp:3976:49: style: Function 'save_as_wave' argument 1 names different: declaration 'file_name' definition 'file'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame.hpp:506:56: note: Function 'save_as_wave' argument 1 names different: declaration 'file_name' definition 'file'.
LaserBoy/src/LaserBoy_frame.cpp:3976:49: note: Function 'save_as_wave' argument 1 names different: declaration 'file_name' definition 'file'.
LaserBoy/src/LaserBoy_frame.cpp:4169:48: style: Function 'save_as_dxf' argument 1 names different: declaration 'file_name' definition 'file'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame.hpp:517:56: note: Function 'save_as_dxf' argument 1 names different: declaration 'file_name' definition 'file'.
LaserBoy/src/LaserBoy_frame.cpp:4169:48: note: Function 'save_as_dxf' argument 1 names different: declaration 'file_name' definition 'file'.
LaserBoy/src/LaserBoy_frame.cpp:4329:48: style: Function 'save_as_bmp' argument 1 names different: declaration 'file_name' definition 'file'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame.hpp:518:56: note: Function 'save_as_bmp' argument 1 names different: declaration 'file_name' definition 'file'.
LaserBoy/src/LaserBoy_frame.cpp:4329:48: note: Function 'save_as_bmp' argument 1 names different: declaration 'file_name' definition 'file'.
LaserBoy/src/LaserBoy_frame.cpp:4386:44: style: Function 'blank_frame' argument 1 names different: declaration 'p_space' definition 'ps'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame.hpp:532:44: note: Function 'blank_frame' argument 1 names different: declaration 'p_space' definition 'ps'.
LaserBoy/src/LaserBoy_frame.cpp:4386:44: note: Function 'blank_frame' argument 1 names different: declaration 'p_space' definition 'ps'.
LaserBoy/src/LaserBoy_frame.cpp:4395:43: style: Function 'NULL_frame' argument 1 names different: declaration 'p_space' definition 'ps'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame.hpp:533:44: note: Function 'NULL_frame' argument 1 names different: declaration 'p_space' definition 'ps'.
LaserBoy/src/LaserBoy_frame.cpp:4395:43: note: Function 'NULL_frame' argument 1 names different: declaration 'p_space' definition 'ps'.
LaserBoy/src/LaserBoy_frame.cpp:628:67: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_frame.cpp:663:68: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_frame.cpp:702:79: performance: Function parameter 'magnitude' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_frame.cpp:740:69: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_frame.cpp:779:80: performance: Function parameter 'angle' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_frame_effects.cpp:166:25: style: The scope of the variable 'counter' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_effects.cpp:510:24: style: The scope of the variable 'out_of_bounds' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_set.cpp:4769:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_frame_set.cpp:4789:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_frame_set.cpp:4688:17: style: Variable 'total_frame_scans' is reassigned a value before the old one has been used. [redundantAssignment]
LaserBoy/src/LaserBoy_frame_set.cpp:4687:0: note: Variable 'total_frame_scans' is reassigned a value before the old one has been used.
LaserBoy/src/LaserBoy_frame_set.cpp:4688:17: note: Variable 'total_frame_scans' is reassigned a value before the old one has been used.
LaserBoy/src/LaserBoy_frame_set.cpp:95:14: style: The scope of the variable 'egg_color' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_set.cpp:96:14: style: The scope of the variable 'spider_color' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_set.cpp:1378:29: style: The scope of the variable 'pDirEnt' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_set.cpp:1409:22: style: The scope of the variable 'j' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_set.cpp:1721:32: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_set.cpp:2985:22: style: The scope of the variable 'color_sum' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_set.cpp:4665:27: style: The scope of the variable 'not_last_frame' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_set.cpp:4686:22: style: The scope of the variable 'frame_scan' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_set.cpp:4724:14: style: The scope of the variable 'total_frame_scans' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_set.cpp:1374:59: style: Function 'from_dxf_directory' argument 1 names different: declaration 'file' definition 'dir'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame_set.hpp:417:72: note: Function 'from_dxf_directory' argument 1 names different: declaration 'file' definition 'dir'.
LaserBoy/src/LaserBoy_frame_set.cpp:1374:59: note: Function 'from_dxf_directory' argument 1 names different: declaration 'file' definition 'dir'.
LaserBoy/src/LaserBoy_frame_set.cpp:1719:69: style: Function 'from_txt_file' argument 1 names different: declaration 'file' definition 'file_name'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame_set.hpp:398:72: note: Function 'from_txt_file' argument 1 names different: declaration 'file' definition 'file_name'.
LaserBoy/src/LaserBoy_frame_set.cpp:1719:69: note: Function 'from_txt_file' argument 1 names different: declaration 'file' definition 'file_name'.
LaserBoy/src/LaserBoy_frame_set.cpp:3797:76: style: Function 'scale_around_origin' argument 1 names different: declaration 'f' definition 'factor'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame_set.hpp:522:65: note: Function 'scale_around_origin' argument 1 names different: declaration 'f' definition 'factor'.
LaserBoy/src/LaserBoy_frame_set.cpp:3797:76: note: Function 'scale_around_origin' argument 1 names different: declaration 'f' definition 'factor'.
LaserBoy/src/LaserBoy_frame_set.cpp:3823:77: style: Function 'rotate_around_origin' argument 1 names different: declaration 'f' definition 'angle'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame_set.hpp:524:65: note: Function 'rotate_around_origin' argument 1 names different: declaration 'f' definition 'angle'.
LaserBoy/src/LaserBoy_frame_set.cpp:3823:77: note: Function 'rotate_around_origin' argument 1 names different: declaration 'f' definition 'angle'.
LaserBoy/src/LaserBoy_frame_set.cpp:3849:61: style: Function 'move' argument 1 names different: declaration 'f' definition 'offset'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame_set.hpp:526:65: note: Function 'move' argument 1 names different: declaration 'f' definition 'offset'.
LaserBoy/src/LaserBoy_frame_set.cpp:3849:61: note: Function 'move' argument 1 names different: declaration 'f' definition 'offset'.
LaserBoy/src/LaserBoy_frame_set.cpp:48:5: performance: Variable 'null_frame' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LaserBoy/src/LaserBoy_frame_set.cpp:2835:5: error: Mismatching allocation and deallocation: sample_window [mismatchAllocDealloc]
LaserBoy/src/LaserBoy_frame_set.cpp:2973:5: error: Mismatching allocation and deallocation: sample_window [mismatchAllocDealloc]
LaserBoy/src/LaserBoy_frame_set.cpp:3160:5: error: Mismatching allocation and deallocation: sample_window [mismatchAllocDealloc]
LaserBoy/src/LaserBoy_frame_set.cpp:3304:0: error: Memory leak: sample_window [memleak]
LaserBoy/src/LaserBoy_ild_header.cpp:196:63: style: Function 'to_ofstream_ild' argument 2 names different: declaration 'dumb_format' definition 'dumb_file_format'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_ild_header.hpp:92:50: note: Function 'to_ofstream_ild' argument 2 names different: declaration 'dumb_format' definition 'dumb_file_format'.
LaserBoy/src/LaserBoy_ild_header.cpp:196:63: note: Function 'to_ofstream_ild' argument 2 names different: declaration 'dumb_format' definition 'dumb_file_format'.
LaserBoy/src/LaserBoy_palette.cpp:164:11: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_palette.cpp:216:12: style: The scope of the variable 'j' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_palette_set.cpp:122:80: style: Function 'palettes_from_txt_file' argument 1 names different: declaration 'file' definition 'file_name'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_palette_set.hpp:191:68: note: Function 'palettes_from_txt_file' argument 1 names different: declaration 'file' definition 'file_name'.
LaserBoy/src/LaserBoy_palette_set.cpp:122:80: note: Function 'palettes_from_txt_file' argument 1 names different: declaration 'file' definition 'file_name'.
LaserBoy/src/LaserBoy_real_segment.cpp:414:31: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:415:31: style: The scope of the variable 'j' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:666:12: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:870:28: style: The scope of the variable 'dxf_color_index' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:871:28: style: The scope of the variable 'prev_dxf_color_index' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:872:28: style: The scope of the variable 'arc_vertices' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:873:28: style: The scope of the variable 'group_70_flag' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:874:28: style: The scope of the variable 'group_71_flag' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:875:28: style: The scope of the variable 'group_72_flag' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:876:28: style: The scope of the variable 'group_73_flag' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:877:28: style: The scope of the variable 'group_code' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:878:28: style: The scope of the variable 'first_segment_vertex_index' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:880:28: style: The scope of the variable 'radius' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:881:28: style: The scope of the variable 'arc_start' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:882:28: style: The scope of the variable 'arc_end' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:883:28: style: The scope of the variable 'arc_angle' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:884:28: style: The scope of the variable 'arc_step' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:897:28: style: The scope of the variable 'closed_polyline' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:1271:36: style: The scope of the variable 'text_index' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:1272:36: style: The scope of the variable 'vertex_index' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:1455:25: style: The scope of the variable 'real_size' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:1519:25: style: The scope of the variable 'real_size' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:684:57: style: Function 'find_segment_at_index' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_real_segment.hpp:311:67: note: Function 'find_segment_at_index' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:684:57: note: Function 'find_segment_at_index' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:734:65: style: Function 'copy_segment' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_real_segment.hpp:316:66: note: Function 'copy_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:734:65: note: Function 'copy_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:752:79: style: Function 'rectangular_center_of_segment' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_real_segment.hpp:317:66: note: Function 'rectangular_center_of_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:752:79: note: Function 'rectangular_center_of_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:758:80: style: Function 'mean_of_coordinates_of_segment' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_real_segment.hpp:318:66: note: Function 'mean_of_coordinates_of_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:758:80: note: Function 'mean_of_coordinates_of_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:764:48: style: Function 'move_segment' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_real_segment.hpp:319:66: note: Function 'move_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:764:48: note: Function 'move_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:764:82: style: Function 'move_segment' argument 2 names different: declaration 'f' definition 'd'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_real_segment.hpp:319:92: note: Function 'move_segment' argument 2 names different: declaration 'f' definition 'd'.
LaserBoy/src/LaserBoy_real_segment.cpp:764:82: note: Function 'move_segment' argument 2 names different: declaration 'f' definition 'd'.
LaserBoy/src/LaserBoy_real_segment.cpp:780:50: style: Function 'rotate_segment' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_real_segment.hpp:320:66: note: Function 'rotate_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:780:50: note: Function 'rotate_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:803:64: style: Function 'rotate_segment_around_origin' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_real_segment.hpp:321:66: note: Function 'rotate_segment_around_origin' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:803:64: note: Function 'rotate_segment_around_origin' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:823:49: style: Function 'scale_segment' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_real_segment.hpp:322:66: note: Function 'scale_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:823:49: note: Function 'scale_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:846:63: style: Function 'scale_segment_around_origin' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_real_segment.hpp:323:66: note: Function 'scale_segment_around_origin' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:846:63: note: Function 'scale_segment_around_origin' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:325:69: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_real_segment.cpp:340:70: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_real_segment.cpp:340:92: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_real_segment.cpp:581:53: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_real_segment.cpp:593:54: performance: Function parameter 's' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_real_segment.cpp:601:69: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_real_segment.cpp:601:91: performance: Function parameter 's' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_real_segment.cpp:613:68: performance: Function parameter 's' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_real_segment.cpp:764:82: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_real_segment.cpp:780:84: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_real_segment.cpp:803:98: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_real_segment.cpp:823:83: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_real_segment.cpp:846:97: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:607:32: style: Same expression on both sides of '/'. [duplicateExpression]
LaserBoy/src/LaserBoy_segment.cpp:813:23: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.cpp:1118:29: style: The scope of the variable 'temp_distance' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.cpp:1689:27: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.cpp:1690:27: style: The scope of the variable 'index' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.cpp:1868:27: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.cpp:2118:29: style: The scope of the variable 'j' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.cpp:3063:31: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.cpp:3064:31: style: The scope of the variable 'j' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.cpp:3381:29: style: The scope of the variable 'out_of_bounds' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.cpp:3516:11: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.cpp:2039:19: style: Unsigned variable 'vertex' can't be negative so it is unnecessary to test it. [unsignedPositive]
LaserBoy/src/LaserBoy_segment.cpp:69:52: warning: Function 'LaserBoy_segment' argument order different: declaration 'ps, p1, p2, font, text' definition 'ps, p0, p1, font, text' [funcArgOrderDifferent]
LaserBoy/src/LaserBoy_segment.hpp:88:40: note: Function 'LaserBoy_segment' argument order different: declaration 'ps, p1, p2, font, text' definition 'ps, p0, p1, font, text'
LaserBoy/src/LaserBoy_segment.cpp:69:52: note: Function 'LaserBoy_segment' argument order different: declaration 'ps, p1, p2, font, text' definition 'ps, p0, p1, font, text'
LaserBoy/src/LaserBoy_segment.cpp:397:54: style: Function 'LaserBoy_segment' argument 4 names different: declaration 'number_of_sides' definition 'number_of_points'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:125:40: note: Function 'LaserBoy_segment' argument 4 names different: declaration 'number_of_sides' definition 'number_of_points'.
LaserBoy/src/LaserBoy_segment.cpp:397:54: note: Function 'LaserBoy_segment' argument 4 names different: declaration 'number_of_sides' definition 'number_of_points'.
LaserBoy/src/LaserBoy_segment.cpp:1942:62: warning: Function 'connect_the_dots' argument order different: declaration 'p1, p2' definition 'p0, p1' [funcArgOrderDifferent]
LaserBoy/src/LaserBoy_segment.hpp:413:63: note: Function 'connect_the_dots' argument order different: declaration 'p1, p2' definition 'p0, p1'
LaserBoy/src/LaserBoy_segment.cpp:1942:62: note: Function 'connect_the_dots' argument order different: declaration 'p1, p2' definition 'p0, p1'
LaserBoy/src/LaserBoy_segment.cpp:1974:45: style: Function 'vector_angle' argument 1 names different: declaration 'vertex' definition 'vertex_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:414:63: note: Function 'vector_angle' argument 1 names different: declaration 'vertex' definition 'vertex_index'.
LaserBoy/src/LaserBoy_segment.cpp:1974:45: note: Function 'vector_angle' argument 1 names different: declaration 'vertex' definition 'vertex_index'.
LaserBoy/src/LaserBoy_segment.cpp:3444:74: style: Function 'scale_around_origin' argument 1 names different: declaration 's' definition 'f'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:487:76: note: Function 'scale_around_origin' argument 1 names different: declaration 's' definition 'f'.
LaserBoy/src/LaserBoy_segment.cpp:3444:74: note: Function 'scale_around_origin' argument 1 names different: declaration 's' definition 'f'.
LaserBoy/src/LaserBoy_segment.cpp:3581:52: style: Function 'find_segment_at_index' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:497:64: note: Function 'find_segment_at_index' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3581:52: note: Function 'find_segment_at_index' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3668:55: style: Function 'copy_segment' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:508:63: note: Function 'copy_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3668:55: note: Function 'copy_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3724:74: style: Function 'rectangular_center_of_segment' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:510:63: note: Function 'rectangular_center_of_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3724:74: note: Function 'rectangular_center_of_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3730:75: style: Function 'mean_of_coordinates_of_segment' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:511:63: note: Function 'mean_of_coordinates_of_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3730:75: note: Function 'mean_of_coordinates_of_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3736:55: style: Function 'segment_index_of_vertex' argument 1 names different: declaration 'index' definition 'vertex_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:512:63: note: Function 'segment_index_of_vertex' argument 1 names different: declaration 'index' definition 'vertex_index'.
LaserBoy/src/LaserBoy_segment.cpp:3736:55: note: Function 'segment_index_of_vertex' argument 1 names different: declaration 'index' definition 'vertex_index'.
LaserBoy/src/LaserBoy_segment.cpp:3744:54: style: Function 'move_segment' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:513:63: note: Function 'move_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3744:54: note: Function 'move_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3744:88: style: Function 'move_segment' argument 2 names different: declaration 'd' definition 'f'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:513:89: note: Function 'move_segment' argument 2 names different: declaration 'd' definition 'f'.
LaserBoy/src/LaserBoy_segment.cpp:3744:88: note: Function 'move_segment' argument 2 names different: declaration 'd' definition 'f'.
LaserBoy/src/LaserBoy_segment.cpp:3766:56: style: Function 'rotate_segment' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:514:63: note: Function 'rotate_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3766:56: note: Function 'rotate_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3796:70: style: Function 'rotate_segment_around_origin' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:515:63: note: Function 'rotate_segment_around_origin' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3796:70: note: Function 'rotate_segment_around_origin' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3823:55: style: Function 'scale_segment' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:516:63: note: Function 'scale_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3823:55: note: Function 'scale_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3853:69: style: Function 'scale_segment_around_origin' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:517:63: note: Function 'scale_segment_around_origin' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3853:69: note: Function 'scale_segment_around_origin' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:2445:75: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:2469:76: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:2469:98: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:2493:78: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:2517:78: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:2541:78: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:3376:59: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:3415:60: performance: Function parameter 's' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:3422:75: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:3422:97: performance: Function parameter 's' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:3744:88: performance: Function parameter 'f' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:3766:90: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:3796:104: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:3823:89: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:3853:103: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:1173:13: warning: Either the condition 'closest_segment_index>0' is redundant, otherwise there is negative array index -1. [negativeContainerIndex]
LaserBoy/src/LaserBoy_segment.cpp:1165:34: note: Assuming that condition 'closest_segment_index>0' is not redundant
LaserBoy/src/LaserBoy_segment.cpp:1173:13: note: Negative array index
LaserBoy/src/LaserBoy_segment.cpp:1382:17: warning: Either the condition 'closest_segment_index>0' is redundant, otherwise there is negative array index -1. [negativeContainerIndex]
LaserBoy/src/LaserBoy_segment.cpp:1374:38: note: Assuming that condition 'closest_segment_index>0' is not redundant
LaserBoy/src/LaserBoy_segment.cpp:1382:17: note: Negative array index
LaserBoy/src/LaserBoy_space.cpp:206:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_space.cpp:1422:15: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_space.cpp:1423:15: style: The scope of the variable 'next_char' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_space.cpp:1424:15: style: The scope of the variable 'counter' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_space.cpp:1425:15: style: The scope of the variable 'number' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_space.cpp:1916:66: style: Function 'split_wave_XY_r_g_b_i_LR_prep' argument 2 names different: declaration 'dir_wav' definition 'dir_wave'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_space.hpp:174:55: note: Function 'split_wave_XY_r_g_b_i_LR_prep' argument 2 names different: declaration 'dir_wav' definition 'dir_wave'.
LaserBoy/src/LaserBoy_space.cpp:1916:66: note: Function 'split_wave_XY_r_g_b_i_LR_prep' argument 2 names different: declaration 'dir_wav' definition 'dir_wave'.
LaserBoy/src/LaserBoy_space.cpp:1994:64: style: Function 'split_wave_XY_rg_bi_LR_prep' argument 2 names different: declaration 'dir_wav' definition 'dir_wave'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_space.hpp:180:55: note: Function 'split_wave_XY_rg_bi_LR_prep' argument 2 names different: declaration 'dir_wav' definition 'dir_wave'.
LaserBoy/src/LaserBoy_space.cpp:1994:64: note: Function 'split_wave_XY_rg_bi_LR_prep' argument 2 names different: declaration 'dir_wav' definition 'dir_wave'.
LaserBoy/src/LaserBoy_space.cpp:2354:5: error: Mismatching allocation and deallocation: sample_window [mismatchAllocDealloc]
LaserBoy/src/LaserBoy_space.cpp:199:47: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_space.cpp:358:58: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_space.cpp:372:62: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_space.cpp:3216:61: performance: Function parameter 'wave_in_header_audio' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_wave.cpp:136:13: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_wave.cpp:141:13: style: The scope of the variable 'LaserBoy_chunk_size' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_wave.cpp:586:13: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_wave.cpp:157:23: style: Variable 'chunk_size' is assigned a value that is never used. [unreadVariable]
LaserBoy/src/LaserBoy_wave.cpp:196:29: style: Variable 'sub_chunk_1_size' is assigned a value that is never used. [unreadVariable]
LaserBoy/src/LaserBoy_wave.cpp:248:36: style: Variable 'LaserBoy_chunk_size' is assigned a value that is never used. [unreadVariable]
LaserBoy/src/LaserBoy_wave.hpp:64:1: warning: The class 'LaserBoy_wave_header' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
[02:19]
ftp://ftp.se.debian.org/debian/pool/main/l/lasi/lasi_1.1.0.orig.tar.gz
libLASi-1.1.0/src/drawGlyph.cpp:70:15: style: Technically the member function 'StateOfDrawGlyph::startPt' can be const. [functionConst]
libLASi-1.1.0/src/drawGlyph.cpp:73:10: style: Technically the member function 'StateOfDrawGlyph::isNewPath' can be const. [functionConst]
libLASi-1.1.0/src/glyphMgr.h:29:5: style: Class 'FreetypeGlyphMgr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libLASi-1.1.0/src/drawGlyph.cpp:61:5: style: Struct 'StateOfDrawGlyph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libLASi-1.1.0/src/glyphMgr.cpp:25:3: performance: Variable '_glyph' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libLASi-1.1.0/src/glyphMgr.cpp:28:52: error: Member variable '_glyph' is initialized by itself. [selfInitialization]
libLASi-1.1.0/src/stringDimensions.h:66:15: style: Technically the member function 'StringDimensions::getXAdvance' can be const. [functionConst]
libLASi-1.1.0/src/stringDimensions.h:67:15: style: Technically the member function 'StringDimensions::getYMin' can be const. [functionConst]
libLASi-1.1.0/src/stringDimensions.h:68:15: style: Technically the member function 'StringDimensions::getYMax' can be const. [functionConst]
libLASi-1.1.0/src/stringDimensions.h:74:15: style: Technically the member function 'StringDimensions::getLineSpacing' can be const. [functionConst]
libLASi-1.1.0/src/manager.h:30:0: style: Class 'Manager < PangoContext * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[02:19]
ftp://ftp.se.debian.org/debian/pool/main/l/lasso/lasso_2.6.0.orig.tar.gz
lasso-2.6.0/bindings/java/wrapper_top.c:368:9: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/bindings/java/wrapper_top.c:366:0: note: Variable 'ret' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/java/wrapper_top.c:368:9: note: Variable 'ret' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/java/wrapper_top.c:402:9: style: Variable 'typename' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/bindings/java/wrapper_top.c:400:0: note: Variable 'typename' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/java/wrapper_top.c:402:9: note: Variable 'typename' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/java/wrapper_top.c:826:5: style: Variable 'gobj' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/bindings/java/wrapper_top.c:824:0: note: Variable 'gobj' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/java/wrapper_top.c:826:5: note: Variable 'gobj' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/java/wrapper_top.c:185:42: style: Function 'get_array_size' argument 2 names different: declaration 'arr' definition 'jarr'. [funcArgNamesDifferent]
lasso-2.6.0/bindings/java/wrapper_top.c:55:67: note: Function 'get_array_size' argument 2 names different: declaration 'arr' definition 'jarr'.
lasso-2.6.0/bindings/java/wrapper_top.c:185:42: note: Function 'get_array_size' argument 2 names different: declaration 'arr' definition 'jarr'.
lasso-2.6.0/bindings/java/wrapper_top.c:379:76: style: Function 'gobject_to_jobject_aux' argument 4 names different: declaration 'job' definition 'jobj'. [funcArgNamesDifferent]
lasso-2.6.0/bindings/java/wrapper_top.c:65:101: note: Function 'gobject_to_jobject_aux' argument 4 names different: declaration 'job' definition 'jobj'.
lasso-2.6.0/bindings/java/wrapper_top.c:379:76: note: Function 'gobject_to_jobject_aux' argument 4 names different: declaration 'job' definition 'jobj'.
lasso-2.6.0/bindings/perl/glist_handling.c:74:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lasso-2.6.0/bindings/php5/wrapper_source_top.c:297:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/bindings/php5/wrapper_source_top.c:295:0: note: Variable 'result' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/php5/wrapper_source_top.c:297:2: note: Variable 'result' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/php5/wrapper_source_top.c:298:2: style: Variable 'hashtable' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/bindings/php5/wrapper_source_top.c:288:0: note: Variable 'hashtable' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/php5/wrapper_source_top.c:298:2: note: Variable 'hashtable' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/php5/wrapper_source_top.c:323:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/bindings/php5/wrapper_source_top.c:321:0: note: Variable 'result' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/php5/wrapper_source_top.c:323:2: note: Variable 'result' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/php5/wrapper_source_top.c:324:2: style: Variable 'hashtable' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/bindings/php5/wrapper_source_top.c:315:0: note: Variable 'hashtable' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/php5/wrapper_source_top.c:324:2: note: Variable 'hashtable' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/php5/wrapper_source_top.c:248:17: style: The scope of the variable 'cvt_temp' can be reduced. [variableScope]
lasso-2.6.0/bindings/python/wrapper_top.c:407:2: style: Variable 'utf8' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/bindings/python/wrapper_top.c:404:0: note: Variable 'utf8' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/python/wrapper_top.c:407:2: note: Variable 'utf8' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/python/wrapper_top.c:420:2: style: Variable 'a_tuple' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/bindings/python/wrapper_top.c:416:0: note: Variable 'a_tuple' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/python/wrapper_top.c:420:2: note: Variable 'a_tuple' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/python/wrapper_top.c:455:2: style: Variable 'a_tuple' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/bindings/python/wrapper_top.c:451:0: note: Variable 'a_tuple' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/python/wrapper_top.c:455:2: note: Variable 'a_tuple' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/python/wrapper_top.c:492:2: style: Variable 'a_tuple' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/bindings/python/wrapper_top.c:488:0: note: Variable 'a_tuple' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/python/wrapper_top.c:492:2: note: Variable 'a_tuple' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/python/wrapper_top.c:118:11: style: The scope of the variable 'item_value' can be reduced. [variableScope]
lasso-2.6.0/bindings/python/wrapper_top.c:144:16: style: The scope of the variable 'begin' can be reduced. [variableScope]
lasso-2.6.0/bindings/python/wrapper_top.c:146:8: style: The scope of the variable 'item_value' can be reduced. [variableScope]
lasso-2.6.0/bindings/python/wrapper_top.c:147:12: style: The scope of the variable 'item' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/defederation.c:79:9: style: The scope of the variable 'url' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/defederation.c:79:15: style: The scope of the variable 'query' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/defederation.c:372:17: style: The scope of the variable 'remote_provider' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/defederation.c:257:100: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lasso-2.6.0/lasso/id-ff/defederation.c:308:84: style: Function 'lasso_defederation_process_notification_msg' argument 2 names different: declaration 'notification_msg' definition 'request_msg'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-ff/defederation.h:70:43: note: Function 'lasso_defederation_process_notification_msg' argument 2 names different: declaration 'notification_msg' definition 'request_msg'.
lasso-2.6.0/lasso/id-ff/defederation.c:308:84: note: Function 'lasso_defederation_process_notification_msg' argument 2 names different: declaration 'notification_msg' definition 'request_msg'.
lasso-2.6.0/lasso/xml/private.h:82:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lasso-2.6.0/lasso/id-ff/login.c:829:6: warning: Either the condition 'ni!=NULL' is redundant or there is possible null pointer dereference: ni. [nullPointerRedundantCheck]
lasso-2.6.0/lasso/id-ff/login.c:831:10: note: Assuming that condition 'ni!=NULL' is not redundant
lasso-2.6.0/lasso/id-ff/login.c:829:6: note: Null pointer dereference
lasso-2.6.0/lasso/id-ff/login.c:1560:2: warning: Either the condition 'if(remote_provider&&lasso_provider_get_protocol_conformance(remote_provider)<LASSO_PROTOCOL_LIBERTY_1_2)' is redundant or there is possible null pointer dereference: remote_provider. [nullPointerRedundantCheck]
lasso-2.6.0/lasso/id-ff/login.c:1582:5: note: Assuming that condition 'if(remote_provider&&lasso_provider_get_protocol_conformance(remote_provider)<LASSO_PROTOCOL_LIBERTY_1_2)' is not redundant
lasso-2.6.0/lasso/id-ff/login.c:1560:2: note: Null pointer dereference
lasso-2.6.0/lasso/id-ff/login.c:2064:20: warning: Either the condition 'profile==LASSO_PROFILE_SIGNATURE_VERIFY_HINT_MAYBE' is redundant or there is possible null pointer dereference: profile. [nullPointerRedundantCheck]
lasso-2.6.0/lasso/id-ff/login.c:2118:16: note: Assuming that condition 'profile==LASSO_PROFILE_SIGNATURE_VERIFY_HINT_MAYBE' is not redundant
lasso-2.6.0/lasso/id-ff/login.c:2064:20: note: Null pointer dereference
lasso-2.6.0/lasso/id-ff/login.c:2080:2: warning: Either the condition 'profile==LASSO_PROFILE_SIGNATURE_VERIFY_HINT_MAYBE' is redundant or there is possible null pointer dereference: profile. [nullPointerRedundantCheck]
lasso-2.6.0/lasso/id-ff/login.c:2118:16: note: Assuming that condition 'profile==LASSO_PROFILE_SIGNATURE_VERIFY_HINT_MAYBE' is not redundant
lasso-2.6.0/lasso/id-ff/login.c:2080:2: note: Null pointer dereference
lasso-2.6.0/lasso/id-ff/login.c:2082:5: warning: Either the condition 'profile==LASSO_PROFILE_SIGNATURE_VERIFY_HINT_MAYBE' is redundant or there is possible null pointer dereference: profile. [nullPointerRedundantCheck]
lasso-2.6.0/lasso/id-ff/login.c:2118:16: note: Assuming that condition 'profile==LASSO_PROFILE_SIGNATURE_VERIFY_HINT_MAYBE' is not redundant
lasso-2.6.0/lasso/id-ff/login.c:2082:5: note: Null pointer dereference
lasso-2.6.0/lasso/id-ff/login.c:2093:47: warning: Either the condition 'profile==LASSO_PROFILE_SIGNATURE_VERIFY_HINT_MAYBE' is redundant or there is possible null pointer dereference: profile. [nullPointerRedundantCheck]
lasso-2.6.0/lasso/id-ff/login.c:2118:16: note: Assuming that condition 'profile==LASSO_PROFILE_SIGNATURE_VERIFY_HINT_MAYBE' is not redundant
lasso-2.6.0/lasso/id-ff/login.c:2093:47: note: Null pointer dereference
lasso-2.6.0/lasso/id-ff/login.c:2114:3: warning: Either the condition 'profile==LASSO_PROFILE_SIGNATURE_VERIFY_HINT_MAYBE' is redundant or there is possible null pointer dereference: profile. [nullPointerRedundantCheck]
lasso-2.6.0/lasso/id-ff/login.c:2118:16: note: Assuming that condition 'profile==LASSO_PROFILE_SIGNATURE_VERIFY_HINT_MAYBE' is not redundant
lasso-2.6.0/lasso/id-ff/login.c:2114:3: note: Null pointer dereference
lasso-2.6.0/lasso/id-ff/login.c:2120:5: warning: Either the condition 'profile==LASSO_PROFILE_SIGNATURE_VERIFY_HINT_MAYBE' is redundant or there is possible null pointer dereference: profile. [nullPointerRedundantCheck]
lasso-2.6.0/lasso/id-ff/login.c:2118:16: note: Assuming that condition 'profile==LASSO_PROFILE_SIGNATURE_VERIFY_HINT_MAYBE' is not redundant
lasso-2.6.0/lasso/id-ff/login.c:2120:5: note: Null pointer dereference
lasso-2.6.0/lasso/id-ff/login.c:921:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/login.c:913:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/login.c:921:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/login.c:1265:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/login.c:1260:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/login.c:1265:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/login.c:1392:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/login.c:1388:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/login.c:1392:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/login.c:2529:2: style: Variable 'login' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/login.c:2525:0: note: Variable 'login' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/login.c:2529:2: note: Variable 'login' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/login.c:783:19: style: The scope of the variable 'federation' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/login.c:1657:12: style: The scope of the variable 'query_fields' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/login.c:1835:9: style: The scope of the variable 'class_ref' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/login.c:2015:17: style: The scope of the variable 'remote_provider' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/login.c:2017:9: style: The scope of the variable 'authnRequestSigned' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/logout.c:290:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/logout.c:282:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/logout.c:290:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/logout.c:378:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/logout.c:371:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/logout.c:378:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/logout.c:754:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/logout.c:741:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/logout.c:754:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/logout.c:515:19: style: Function 'lasso_logout_init_request' argument 3 names different: declaration 'request_method' definition 'http_method'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-ff/logout.h:84:31: note: Function 'lasso_logout_init_request' argument 3 names different: declaration 'request_method' definition 'http_method'.
lasso-2.6.0/lasso/id-ff/logout.c:515:19: note: Function 'lasso_logout_init_request' argument 3 names different: declaration 'request_method' definition 'http_method'.
lasso-2.6.0/lasso/id-ff/name_identifier_mapping.c:583:2: style: Variable 'mapping' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/name_identifier_mapping.c:579:0: note: Variable 'mapping' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/name_identifier_mapping.c:583:2: note: Variable 'mapping' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/name_registration.c:69:8: style: The scope of the variable 'url' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/name_registration.c:69:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/name_registration.c:157:8: style: The scope of the variable 'url' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/name_registration.c:157:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/profile.c:870:3: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lasso-2.6.0/lasso/id-ff/profile.c:869:6: note: outer condition: to_free
lasso-2.6.0/lasso/id-ff/profile.c:870:3: note: identical inner condition: to_free
lasso-2.6.0/lasso/id-ff/profile.c:916:3: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lasso-2.6.0/lasso/id-ff/profile.c:915:6: note: outer condition: to_free
lasso-2.6.0/lasso/id-ff/profile.c:916:3: note: identical inner condition: to_free
lasso-2.6.0/lasso/id-ff/profile.c:109:17: style: The scope of the variable 'remote_provider' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/profile.c:110:19: style: The scope of the variable 'federation' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/profile.c:111:14: style: The scope of the variable 'name_id_sp_name_qualifier' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/provider.c:844:3: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lasso-2.6.0/lasso/id-ff/provider.c:843:28: note: outer condition: provider->private_data->default_assertion_consumer
lasso-2.6.0/lasso/id-ff/provider.c:844:3: note: identical inner condition: provider->private_data->default_assertion_consumer
lasso-2.6.0/lasso/id-ff/provider.c:862:3: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lasso-2.6.0/lasso/id-ff/provider.c:861:28: note: outer condition: provider->private_data->encryption_public_key_str
lasso-2.6.0/lasso/id-ff/provider.c:862:3: note: identical inner condition: provider->private_data->encryption_public_key_str
lasso-2.6.0/lasso/id-ff/provider.c:1077:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/provider.c:1063:0: note: Variable 'doc' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/provider.c:1077:2: note: Variable 'doc' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/provider.c:1179:2: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/provider.c:1177:0: note: Variable 'provider' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/provider.c:1179:2: note: Variable 'provider' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/provider.c:1365:2: style: Variable 'node_ns' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/provider.c:1354:0: note: Variable 'node_ns' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/provider.c:1365:2: note: Variable 'node_ns' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/provider.c:1657:2: style: Variable 'xmlnode' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/provider.c:1652:0: note: Variable 'xmlnode' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/provider.c:1657:2: note: Variable 'xmlnode' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/provider.c:1763:2: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/provider.c:1761:0: note: Variable 'provider' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/provider.c:1763:2: note: Variable 'provider' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/provider.c:198:8: style: The scope of the variable 'symbol' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/provider.c:199:14: style: The scope of the variable 'role_prefix' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/provider.c:617:8: style: The scope of the variable 'roles' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/provider.c:682:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/provider.c:1046:68: style: Function 'lasso_provider_load_metadata' argument 2 names different: declaration 'metadata' definition 'path'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-ff/providerprivate.h:87:77: note: Function 'lasso_provider_load_metadata' argument 2 names different: declaration 'metadata' definition 'path'.
lasso-2.6.0/lasso/id-ff/provider.c:1046:68: note: Function 'lasso_provider_load_metadata' argument 2 names different: declaration 'metadata' definition 'path'.
lasso-2.6.0/lasso/id-ff/server.c:328:2: style: Variable 'xmlnode' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/server.c:326:0: note: Variable 'xmlnode' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/server.c:328:2: note: Variable 'xmlnode' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/server.c:649:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/server.c:912:3: style: Redundant pointer operation on 'signature_context' - it's already a pointer. [redundantPointerOp]
lasso-2.6.0/lasso/id-ff/server.c:940:2: style: Redundant pointer operation on 'context' - it's already a pointer. [redundantPointerOp]
lasso-2.6.0/lasso/id-ff/server.c:1006:121: style: Function 'lasso_server_export_to_query_for_provider_by_name' argument 4 names different: declaration 'query' definition 'out'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-ff/serverprivate.h:58:52: note: Function 'lasso_server_export_to_query_for_provider_by_name' argument 4 names different: declaration 'query' definition 'out'.
lasso-2.6.0/lasso/id-ff/server.c:1006:121: note: Function 'lasso_server_export_to_query_for_provider_by_name' argument 4 names different: declaration 'query' definition 'out'.
lasso-2.6.0/lasso/id-ff/session.c:76:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lasso-2.6.0/lasso/id-ff/session.c:729:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/session.c:726:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/session.c:729:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/session.c:730:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/session.c:727:0: note: Variable 'ret' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/session.c:730:2: note: Variable 'ret' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/session.c:836:2: style: Variable 'decoded' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/session.c:830:0: note: Variable 'decoded' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/session.c:836:2: note: Variable 'decoded' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/session.c:864:2: style: Variable 'provider_id' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/session.c:858:0: note: Variable 'provider_id' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/session.c:864:2: note: Variable 'provider_id' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/session.c:490:22: style: The scope of the variable 'assertion' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/session.c:908:16: style: The scope of the variable 'assertion' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/session.c:921:14: style: The scope of the variable 'assertion' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/session.c:234:14: style: Function 'lasso_session_get_session_indexes' argument 3 names different: declaration 'name_id' definition 'node'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-ff/session.h:89:39: note: Function 'lasso_session_get_session_indexes' argument 3 names different: declaration 'name_id' definition 'node'.
lasso-2.6.0/lasso/id-ff/session.c:234:14: note: Function 'lasso_session_get_session_indexes' argument 3 names different: declaration 'name_id' definition 'node'.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:618:6: style: Condition 'service_type' is always false [knownConditionTrueFalse]
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:612:29: note: Assignment 'service_type=NULL', assigned value is 0
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:618:6: note: Condition 'service_type' is always false
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:472:2: style: Variable 'service_type' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:466:0: note: Variable 'service_type' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:472:2: note: Variable 'service_type' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:941:2: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:935:0: note: Variable 'data' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:941:2: note: Variable 'data' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:322:64: style: Function 'lasso_idwsf2_data_service_get_item_ids' argument 1 names different: declaration 'data_service' definition 'service'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/data_service.h:110:84: note: Function 'lasso_idwsf2_data_service_get_item_ids' argument 1 names different: declaration 'data_service' definition 'service'.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:322:64: note: Function 'lasso_idwsf2_data_service_get_item_ids' argument 1 names different: declaration 'data_service' definition 'service'.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:353:61: style: Function 'lasso_idwsf2_data_service_get_items' argument 1 names different: declaration 'data_service' definition 'service'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/data_service.h:111:81: note: Function 'lasso_idwsf2_data_service_get_items' argument 1 names different: declaration 'data_service' definition 'service'.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:353:61: note: Function 'lasso_idwsf2_data_service_get_items' argument 1 names different: declaration 'data_service' definition 'service'.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:378:60: style: Function 'lasso_idwsf2_data_service_get_item' argument 1 names different: declaration 'data_service' definition 'service'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/data_service.h:112:84: note: Function 'lasso_idwsf2_data_service_get_item' argument 1 names different: declaration 'data_service' definition 'service'.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:378:60: note: Function 'lasso_idwsf2_data_service_get_item' argument 1 names different: declaration 'data_service' definition 'service'.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:427:65: style: Function 'lasso_idwsf2_data_service_add_namespace' argument 1 names different: declaration 'data_service' definition 'service'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/data_service.h:100:92: note: Function 'lasso_idwsf2_data_service_add_namespace' argument 1 names different: declaration 'data_service' definition 'service'.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:427:65: note: Function 'lasso_idwsf2_data_service_add_namespace' argument 1 names different: declaration 'data_service' definition 'service'.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:718:73: style: Function 'lasso_idwsf2_data_service_set_query_item_result' argument 1 names different: declaration 'data_service' definition 'service'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/data_service.h:122:27: note: Function 'lasso_idwsf2_data_service_set_query_item_result' argument 1 names different: declaration 'data_service' definition 'service'.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:718:73: note: Function 'lasso_idwsf2_data_service_set_query_item_result' argument 1 names different: declaration 'data_service' definition 'service'.
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:530:4: warning: Possible null pointer dereference: query [nullPointer]
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:529:12: note: Assignment 'query=(struct _LassoIdWsf2DiscoQuery*)((content)?(content)->data:NULL)', assigned value is 0
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:530:4: note: Null pointer dereference
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:523:2: style: Variable 'content' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:515:0: note: Variable 'content' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:523:2: note: Variable 'content' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:1018:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:1010:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:1018:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:1534:2: style: Variable 'discovery' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:1532:0: note: Variable 'discovery' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:1534:2: note: Variable 'discovery' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:149:17: style: The scope of the variable 'identity' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:872:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:354:67: style: Function 'lasso_idwsf2_discovery_add_service_metadata' argument 1 names different: declaration 'idwsf2_discovery' definition 'discovery'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/discovery.h:117:25: note: Function 'lasso_idwsf2_discovery_add_service_metadata' argument 1 names different: declaration 'idwsf2_discovery' definition 'discovery'.
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:354:67: note: Function 'lasso_idwsf2_discovery_add_service_metadata' argument 1 names different: declaration 'idwsf2_discovery' definition 'discovery'.
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:160:14: style: Variable 'identity' is assigned a value that is never used. [unreadVariable]
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:175:14: style: Variable 'provider' is assigned a value that is never used. [unreadVariable]
lasso-2.6.0/lasso/id-wsf-2.0/idwsf2_helper.c:240:15: style: Function 'lasso_wsa_endpoint_reference_new_for_idwsf2_service' argument 2 names different: declaration 'service_ype' definition 'service_type'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/idwsf2_helper.h:57:36: note: Function 'lasso_wsa_endpoint_reference_new_for_idwsf2_service' argument 2 names different: declaration 'service_ype' definition 'service_type'.
lasso-2.6.0/lasso/id-wsf-2.0/idwsf2_helper.c:240:15: note: Function 'lasso_wsa_endpoint_reference_new_for_idwsf2_service' argument 2 names different: declaration 'service_ype' definition 'service_type'.
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:186:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:180:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:186:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:108:18: style: The scope of the variable 'fault' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:109:8: style: The scope of the variable 'code' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:768:10: style: The scope of the variable 'it' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:177:55: style: Function 'lasso_idwsf2_profile_init_request' argument 1 names different: declaration 'profile' definition 'idwsf2_profile'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/profile.h:72:82: note: Function 'lasso_idwsf2_profile_init_request' argument 1 names different: declaration 'profile' definition 'idwsf2_profile'.
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:177:55: note: Function 'lasso_idwsf2_profile_init_request' argument 1 names different: declaration 'profile' definition 'idwsf2_profile'.
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:335:62: style: Function 'lasso_idwsf2_profile_process_request_msg' argument 1 names different: declaration 'profile' definition 'wsf2_profile'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/profile.h:79:89: note: Function 'lasso_idwsf2_profile_process_request_msg' argument 1 names different: declaration 'profile' definition 'wsf2_profile'.
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:335:62: note: Function 'lasso_idwsf2_profile_process_request_msg' argument 1 names different: declaration 'profile' definition 'wsf2_profile'.
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:335:89: style: Function 'lasso_idwsf2_profile_process_request_msg' argument 2 names different: declaration 'msg' definition 'message'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/profile.h:80:15: note: Function 'lasso_idwsf2_profile_process_request_msg' argument 2 names different: declaration 'msg' definition 'message'.
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:335:89: note: Function 'lasso_idwsf2_profile_process_request_msg' argument 2 names different: declaration 'msg' definition 'message'.
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:616:61: style: Function 'lasso_idwsf2_profile_build_response_msg' argument 1 names different: declaration 'profile' definition 'idwsf2_profile'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/profile.h:97:88: note: Function 'lasso_idwsf2_profile_build_response_msg' argument 1 names different: declaration 'profile' definition 'idwsf2_profile'.
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:616:61: note: Function 'lasso_idwsf2_profile_build_response_msg' argument 1 names different: declaration 'profile' definition 'idwsf2_profile'.
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:653:85: style: Function 'lasso_idwsf2_profile_process_response_msg' argument 2 names different: declaration 'msg' definition 'message'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/profile.h:101:15: note: Function 'lasso_idwsf2_profile_process_response_msg' argument 2 names different: declaration 'msg' definition 'message'.
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:653:85: note: Function 'lasso_idwsf2_profile_process_response_msg' argument 2 names different: declaration 'msg' definition 'message'.
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:151:2: style: Variable 'assertion' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:141:0: note: Variable 'assertion' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:151:2: note: Variable 'assertion' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:287:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:282:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:287:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:288:2: style: Variable 'assertion' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:283:0: note: Variable 'assertion' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:288:2: note: Variable 'assertion' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:289:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:284:0: note: Variable 'rc' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:289:2: note: Variable 'rc' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:287:13: style: Variable 'profile' is assigned a value that is never used. [unreadVariable]
lasso-2.6.0/lasso/id-wsf-2.0/server.c:75:31: style: The scope of the variable 'md' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf-2.0/soap_binding.c:433:14: style: The scope of the variable 'hint' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf-2.0/soap_binding.c:342:55: style: Function 'lasso_soap_envelope_get_relates_to' argument 1 names different: declaration 'envelope' definition 'soap_envelope'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/soap_binding.h:73:90: note: Function 'lasso_soap_envelope_get_relates_to' argument 1 names different: declaration 'envelope' definition 'soap_envelope'.
lasso-2.6.0/lasso/id-wsf-2.0/soap_binding.c:342:55: note: Function 'lasso_soap_envelope_get_relates_to' argument 1 names different: declaration 'envelope' definition 'soap_envelope'.
lasso-2.6.0/lasso/id-wsf/authentication.c:490:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/authentication.c:489:2: note: Variable 'res' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/authentication.c:490:2: note: Variable 'res' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/authentication.c:758:2: style: Variable 'authentication' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/authentication.c:754:0: note: Variable 'authentication' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/authentication.c:758:2: note: Variable 'authentication' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/authentication.c:142:11: style: The scope of the variable 'outbase64' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf/authentication.c:177:6: style: The scope of the variable 'inlen' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf/authentication.c:180:11: style: The scope of the variable 'outbase64' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf/authentication.c:406:22: style: The scope of the variable 'request' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf/authentication.c:409:9: style: The scope of the variable 'messageId' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf/authentication.c:471:9: style: The scope of the variable 'mechanisms' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf/authentication.c:472:50: style: The scope of the variable 'smech' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf/authentication.c:472:59: style: The scope of the variable 'cmech' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf/authentication.c:475:8: style: The scope of the variable 'inbase64' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf/authentication.c:595:23: style: The scope of the variable 'inbase64' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf/authentication.c:229:8: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
lasso-2.6.0/lasso/id-wsf/data_service.c:137:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:131:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:137:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:193:2: style: Variable 'query' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:185:0: note: Variable 'query' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:193:2: note: Variable 'query' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:233:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:228:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:233:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:270:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:265:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:270:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:319:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:314:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:319:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:364:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:359:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:364:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:416:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:408:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:416:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:505:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:499:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:505:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:579:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:573:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:579:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:582:2: style: Variable 'modify' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:574:0: note: Variable 'modify' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:582:2: note: Variable 'modify' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:584:2: style: Variable 'offering' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:572:0: note: Variable 'offering' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:584:2: note: Variable 'offering' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:640:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:631:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:640:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:818:2: style: Variable 'query' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:813:0: note: Variable 'query' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:818:2: note: Variable 'query' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:837:2: style: Variable 'modify' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:832:0: note: Variable 'modify' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:837:2: note: Variable 'modify' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:855:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:850:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:855:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:857:2: style: Variable 'resource_data' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:851:0: note: Variable 'resource_data' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:857:2: note: Variable 'resource_data' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:910:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:907:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:910:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:1046:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:1039:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:1046:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:1106:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:1100:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:1106:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:272:2: style: Variable 'service_type' is assigned a value that is never used. [unreadVariable]
lasso-2.6.0/lasso/id-wsf/discovery.c:433:3: warning: Possible null pointer dereference: status [nullPointer]
lasso-2.6.0/lasso/id-wsf/discovery.c:359:31: note: Assignment 'status=NULL', assigned value is 0
lasso-2.6.0/lasso/id-wsf/discovery.c:433:3: note: Null pointer dereference
lasso-2.6.0/lasso/id-wsf/discovery.c:1149:13: error: Null pointer dereference: profile [nullPointer]
lasso-2.6.0/lasso/id-wsf/discovery.c:1071:29: note: Assignment 'profile=NULL', assigned value is 0
lasso-2.6.0/lasso/id-wsf/discovery.c:1149:13: note: Null pointer dereference
lasso-2.6.0/lasso/id-wsf/discovery.c:252:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:245:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:252:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:287:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:280:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:287:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:321:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:316:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:321:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:370:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:356:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:370:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:371:2: style: Variable 'request' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:357:0: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:371:2: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:372:2: style: Variable 'response' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:358:0: note: Variable 'response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:372:2: note: Variable 'response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:463:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:456:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:463:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:496:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:493:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:496:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:543:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:530:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:543:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:544:2: style: Variable 'request' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:531:0: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:544:2: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:545:2: style: Variable 'envelope' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:533:0: note: Variable 'envelope' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:545:2: note: Variable 'envelope' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:546:2: style: Variable 'response' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:532:0: note: Variable 'response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:546:2: note: Variable 'response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:623:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:614:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:623:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:678:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:671:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:678:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:680:2: style: Variable 'response' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:672:0: note: Variable 'response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:680:2: note: Variable 'response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:682:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:673:0: note: Variable 'iter' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:682:2: note: Variable 'iter' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:723:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:715:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:723:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:822:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:813:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:822:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:823:2: style: Variable 'request' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:814:0: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:823:2: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:854:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:845:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:854:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:855:2: style: Variable 'request' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:846:0: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:855:2: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:931:2: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:917:0: note: Variable 'provider' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:931:2: note: Variable 'provider' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:1090:2: style: Variable 'assertion' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:1076:0: note: Variable 'assertion' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:1090:2: note: Variable 'assertion' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:1209:2: style: Variable 'service_type' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:1203:0: note: Variable 'service_type' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:1209:2: note: Variable 'service_type' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:1323:2: style: Variable 'discovery' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:1319:0: note: Variable 'discovery' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:1323:2: note: Variable 'discovery' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:1345:2: style: Variable 'discovery' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:1341:0: note: Variable 'discovery' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:1345:2: note: Variable 'discovery' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:93:9: style: struct member '_LassoDiscoveryPrivate::new_entry_ids' is never used. [unusedStructMember]
lasso-2.6.0/lasso/id-wsf/discovery.c:94:8: style: struct member '_LassoDiscoveryPrivate::security_mech_id' is never used. [unusedStructMember]
lasso-2.6.0/lasso/id-wsf/id_ff_extensions.c:65:47: style: The scope of the variable 'newServiceInstance' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf/id_ff_extensions.c:66:31: style: The scope of the variable 'attributeStatement' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:109:2: style: Variable 'detail' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:104:0: note: Variable 'detail' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:109:2: note: Variable 'detail' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:110:2: style: Variable 'fault' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:105:0: note: Variable 'fault' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:110:2: note: Variable 'fault' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:169:2: style: Variable 'service' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:165:0: note: Variable 'service' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:169:2: note: Variable 'service' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:67:16: style: Function 'lasso_interaction_profile_service_process_request_msg' argument 2 names different: declaration 'request_msg' definition 'msg'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.h:72:15: note: Function 'lasso_interaction_profile_service_process_request_msg' argument 2 names different: declaration 'request_msg' definition 'msg'.
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:67:16: note: Function 'lasso_interaction_profile_service_process_request_msg' argument 2 names different: declaration 'request_msg' definition 'msg'.
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:80:16: style: Function 'lasso_interaction_profile_service_process_response_msg' argument 2 names different: declaration 'response_msg' definition 'msg'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.h:76:15: note: Function 'lasso_interaction_profile_service_process_response_msg' argument 2 names different: declaration 'response_msg' definition 'msg'.
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:80:16: note: Function 'lasso_interaction_profile_service_process_response_msg' argument 2 names different: declaration 'response_msg' definition 'msg'.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:194:2: style: Variable 'description' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:188:0: note: Variable 'description' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:194:2: note: Variable 'description' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:839:2: style: Variable 'envelope' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:834:0: note: Variable 'envelope' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:839:2: note: Variable 'envelope' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:888:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:878:0: note: Variable 'doc' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:888:2: note: Variable 'doc' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:968:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:958:0: note: Variable 'doc' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:968:2: note: Variable 'doc' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1190:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1188:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1190:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1273:2: style: Variable 'dsig_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1266:0: note: Variable 'dsig_ctx' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1273:2: note: Variable 'dsig_ctx' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1304:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1302:0: note: Variable 'res' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1304:2: note: Variable 'res' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1315:2: style: Variable 'key_info' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1312:0: note: Variable 'key_info' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1315:2: note: Variable 'key_info' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1320:2: style: Variable 'security_token_reference' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1312:0: note: Variable 'security_token_reference' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1320:2: note: Variable 'security_token_reference' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1322:2: style: Variable 'nsPtr' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1310:0: note: Variable 'nsPtr' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1322:2: note: Variable 'nsPtr' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1370:2: style: Variable 'envelope' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1352:0: note: Variable 'envelope' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1370:2: note: Variable 'envelope' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1371:2: style: Variable 'header' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1352:0: note: Variable 'header' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1371:2: note: Variable 'header' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1373:2: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1352:0: note: Variable 'provider' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1373:2: note: Variable 'provider' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1375:2: style: Variable 'correlation' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1352:0: note: Variable 'correlation' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1375:2: note: Variable 'correlation' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1377:2: style: Variable 'interaction' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1353:0: note: Variable 'interaction' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1377:2: note: Variable 'interaction' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1379:2: style: Variable 'body' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1352:0: note: Variable 'body' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1379:2: note: Variable 'body' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:773:59: style: Function 'lasso_wsf_profile_build_soap_request_msg' argument 1 names different: declaration 'profile' definition 'wsf_profile'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf/wsf_profile.h:101:86: note: Function 'lasso_wsf_profile_build_soap_request_msg' argument 1 names different: declaration 'profile' definition 'wsf_profile'.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:773:59: note: Function 'lasso_wsf_profile_build_soap_request_msg' argument 1 names different: declaration 'profile' definition 'wsf_profile'.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:832:60: style: Function 'lasso_wsf_profile_build_soap_response_msg' argument 1 names different: declaration 'profile' definition 'wsf_profile'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf/wsf_profile.h:103:87: note: Function 'lasso_wsf_profile_build_soap_response_msg' argument 1 names different: declaration 'profile' definition 'wsf_profile'.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:832:60: note: Function 'lasso_wsf_profile_build_soap_response_msg' argument 1 names different: declaration 'profile' definition 'wsf_profile'.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1554:77: style: Function 'lasso_wsf_profile_set_status_code' argument 2 names different: declaration 'code' definition 'status_code'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf/wsf_profile.h:161:104: note: Function 'lasso_wsf_profile_set_status_code' argument 2 names different: declaration 'code' definition 'status_code'.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1554:77: note: Function 'lasso_wsf_profile_set_status_code' argument 2 names different: declaration 'code' definition 'status_code'.
lasso-2.6.0/lasso/lasso.c:347:8: style: The scope of the variable 'token' can be reduced. [variableScope]
lasso-2.6.0/lasso/registry.c:190:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:279:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:271:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:279:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:385:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:380:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:385:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:404:2: style: Variable 'query' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:399:0: note: Variable 'query' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:404:2: note: Variable 'query' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:443:2: style: Variable 'query' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:438:0: note: Variable 'query' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:443:2: note: Variable 'query' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:448:2: style: Variable 'attribute' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:437:0: note: Variable 'attribute' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:448:2: note: Variable 'attribute' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/ecp.c:853:3: style: Variable 'fault' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/ecp.c:851:0: note: Variable 'fault' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/ecp.c:853:3: note: Variable 'fault' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:79:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/login.c:74:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:79:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:82:2: style: Variable 'request' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/login.c:75:0: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:82:2: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:740:2: style: Variable 'name_id_sp_name_qualifier' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/login.c:737:0: note: Variable 'name_id_sp_name_qualifier' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:740:2: note: Variable 'name_id_sp_name_qualifier' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:742:2: style: Variable 'federation' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/login.c:736:0: note: Variable 'federation' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:742:2: note: Variable 'federation' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:767:2: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/login.c:759:0: note: Variable 'provider' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:767:2: note: Variable 'provider' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:1174:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/login.c:1166:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:1174:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:1175:2: style: Variable 'samlp2_response' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/login.c:1167:0: note: Variable 'samlp2_response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:1175:2: note: Variable 'samlp2_response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:1227:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/login.c:1220:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:1227:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:1622:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/login.c:1616:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:1622:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:449:9: style: The scope of the variable 'class_ref' can be reduced. [variableScope]
lasso-2.6.0/lasso/saml-2.0/login.c:1000:16: style: The scope of the variable 'rc' can be reduced. [variableScope]
lasso-2.6.0/lasso/saml-2.0/login.c:1467:19: style: The scope of the variable 'federation' can be reduced. [variableScope]
lasso-2.6.0/lasso/saml-2.0/login.c:1106:72: style: Function 'lasso_saml20_login_process_paos_response_msg' argument 2 names different: declaration 'paos_response_msg' definition 'msg'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/saml-2.0/loginprivate.h:53:77: note: Function 'lasso_saml20_login_process_paos_response_msg' argument 2 names different: declaration 'paos_response_msg' definition 'msg'.
lasso-2.6.0/lasso/saml-2.0/login.c:1106:72: note: Function 'lasso_saml20_login_process_paos_response_msg' argument 2 names different: declaration 'paos_response_msg' definition 'msg'.
lasso-2.6.0/lasso/saml-2.0/logout.c:59:2: style: Variable 'logout_request' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/logout.c:54:0: note: Variable 'logout_request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/logout.c:59:2: note: Variable 'logout_request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/logout.c:120:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/logout.c:113:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/logout.c:120:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/logout.c:121:2: style: Variable 'logout_request' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/logout.c:114:0: note: Variable 'logout_request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/logout.c:121:2: note: Variable 'logout_request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/logout.c:348:2: style: Variable 'response' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/logout.c:345:0: note: Variable 'response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/logout.c:348:2: note: Variable 'response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:77:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:69:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:77:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:168:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:161:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:168:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:169:2: style: Variable 'request' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:162:0: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:169:2: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:203:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:195:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:203:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:205:2: style: Variable 'response' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:197:0: note: Variable 'response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:205:2: note: Variable 'response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:295:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:290:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:295:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:342:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:335:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:342:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:343:2: style: Variable 'response' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:336:0: note: Variable 'response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:343:2: note: Variable 'response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/profile.c:191:2: style: Variable 'source_succinct_id' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/profile.c:187:0: note: Variable 'source_succinct_id' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/profile.c:191:2: note: Variable 'source_succinct_id' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/profile.c:1163:2: style: Variable 'unsigned_query' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/profile.c:1159:0: note: Variable 'unsigned_query' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/profile.c:1163:2: note: Variable 'unsigned_query' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/profile.c:435:12: style: The scope of the variable 'node' can be reduced. [variableScope]
lasso-2.6.0/lasso/saml-2.0/profile.c:238:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lasso-2.6.0/lasso/saml-2.0/profile.c:240:82: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lasso-2.6.0/lasso/saml-2.0/profile.c:1168:28: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lasso-2.6.0/lasso/saml-2.0/profile.c:260:88: style: Function 'lasso_profile_saml20_build_artifact_get_request_msg' argument 2 names different: declaration 'service' definition 'url'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/saml-2.0/profile.c:62:15: note: Function 'lasso_profile_saml20_build_artifact_get_request_msg' argument 2 names different: declaration 'service' definition 'url'.
lasso-2.6.0/lasso/saml-2.0/profile.c:260:88: note: Function 'lasso_profile_saml20_build_artifact_get_request_msg' argument 2 names different: declaration 'service' definition 'url'.
lasso-2.6.0/lasso/saml-2.0/profile.c:266:89: style: Function 'lasso_profile_saml20_build_artifact_post_request_msg' argument 2 names different: declaration 'service' definition 'url'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/saml-2.0/profile.c:64:15: note: Function 'lasso_profile_saml20_build_artifact_post_request_msg' argument 2 names different: declaration 'service' definition 'url'.
lasso-2.6.0/lasso/saml-2.0/profile.c:266:89: note: Function 'lasso_profile_saml20_build_artifact_post_request_msg' argument 2 names different: declaration 'service' definition 'url'.
lasso-2.6.0/lasso/saml-2.0/profile.c:272:89: style: Function 'lasso_profile_saml20_build_artifact_get_response_msg' argument 2 names different: declaration 'service' definition 'url'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/saml-2.0/profile.c:66:15: note: Function 'lasso_profile_saml20_build_artifact_get_response_msg' argument 2 names different: declaration 'service' definition 'url'.
lasso-2.6.0/lasso/saml-2.0/profile.c:272:89: note: Function 'lasso_profile_saml20_build_artifact_get_response_msg' argument 2 names different: declaration 'service' definition 'url'.
lasso-2.6.0/lasso/saml-2.0/profile.c:278:90: style: Function 'lasso_profile_saml20_build_artifact_post_response_msg' argument 2 names different: declaration 'service' definition 'url'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/saml-2.0/profile.c:68:15: note: Function 'lasso_profile_saml20_build_artifact_post_response_msg' argument 2 names different: declaration 'service' definition 'url'.
lasso-2.6.0/lasso/saml-2.0/profile.c:278:90: note: Function 'lasso_profile_saml20_build_artifact_post_response_msg' argument 2 names different: declaration 'service' definition 'url'.
lasso-2.6.0/lasso/saml-2.0/profile.c:285:21: style: Function 'lasso_saml20_profile_init_artifact_resolve' argument 2 names different: declaration 'role' definition 'remote_provider_role'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/saml-2.0/profileprivate.h:53:21: note: Function 'lasso_saml20_profile_init_artifact_resolve' argument 2 names different: declaration 'role' definition 'remote_provider_role'.
lasso-2.6.0/lasso/saml-2.0/profile.c:285:21: note: Function 'lasso_saml20_profile_init_artifact_resolve' argument 2 names different: declaration 'role' definition 'remote_provider_role'.
lasso-2.6.0/lasso/saml-2.0/profile.c:947:39: style: Function 'lasso_saml20_profile_build_request_msg' argument 4 names different: declaration 'url' definition '_url'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/saml-2.0/profileprivate.h:67:124: note: Function 'lasso_saml20_profile_build_request_msg' argument 4 names different: declaration 'url' definition '_url'.
lasso-2.6.0/lasso/saml-2.0/profile.c:947:39: note: Function 'lasso_saml20_profile_build_request_msg' argument 4 names different: declaration 'url' definition '_url'.
lasso-2.6.0/lasso/saml-2.0/profile.c:1354:30: style: Function 'lasso_saml20_profile_process_any_response' argument 2 names different: declaration 'response_node' definition 'status_response'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/saml-2.0/profileprivate.h:65:97: note: Function 'lasso_saml20_profile_process_any_response' argument 2 names different: declaration 'response_node' definition 'status_response'.
lasso-2.6.0/lasso/saml-2.0/profile.c:1354:30: note: Function 'lasso_saml20_profile_process_any_response' argument 2 names different: declaration 'response_node' definition 'status_response'.
lasso-2.6.0/lasso/saml-2.0/profile.c:1499:47: style: Function 'lasso_saml20_profile_process_soap_response_with_headers' argument 3 names different: declaration 'return_header' definition 'header_return'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/saml-2.0/profileprivate.h:62:129: note: Function 'lasso_saml20_profile_process_soap_response_with_headers' argument 3 names different: declaration 'return_header' definition 'header_return'.
lasso-2.6.0/lasso/saml-2.0/profile.c:1499:47: note: Function 'lasso_saml20_profile_process_soap_response_with_headers' argument 3 names different: declaration 'return_header' definition 'header_return'.
lasso-2.6.0/lasso/saml-2.0/provider.c:496:45: warning: Possible null pointer dereference: node [nullPointer]
lasso-2.6.0/lasso/saml-2.0/provider.c:445:18: note: Assignment 'node=NULL', assigned value is 0
lasso-2.6.0/lasso/saml-2.0/provider.c:496:45: note: Null pointer dereference
lasso-2.6.0/lasso/saml-2.0/provider.c:258:2: style: Variable 'binding_s' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/provider.c:253:0: note: Variable 'binding_s' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/provider.c:258:2: note: Variable 'binding_s' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/saml2_helper.c:675:2: style: Variable 'audience_restrictions' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/saml2_helper.c:667:0: note: Variable 'audience_restrictions' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/saml2_helper.c:675:2: note: Variable 'audience_restrictions' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/saml2_helper.c:702:15: style: Function 'lasso_saml2_assertion_add_attribute_with_node' argument 3 names different: declaration 'nameformat' definition 'name_format'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/saml-2.0/saml2_helper.h:112:27: note: Function 'lasso_saml2_assertion_add_attribute_with_node' argument 3 names different: declaration 'nameformat' definition 'name_format'.
lasso-2.6.0/lasso/saml-2.0/saml2_helper.c:702:15: note: Function 'lasso_saml2_assertion_add_attribute_with_node' argument 3 names different: declaration 'nameformat' definition 'name_format'.
lasso-2.6.0/lasso/xml/disco_description.c:230:9: style: The scope of the variable 'security_mech_id' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/disco_description.c:262:9: style: The scope of the variable 'security_mech_id' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/disco_service_instance.c:130:25: style: The scope of the variable 'newDescription' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/dst_query.c:177:40: style: Function 'lasso_dst_query_new' argument 1 names different: declaration 'query_item' definition 'queryItem'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/xml/dst_query.h:71:68: note: Function 'lasso_dst_query_new' argument 1 names different: declaration 'query_item' definition 'queryItem'.
lasso-2.6.0/lasso/xml/dst_query.c:177:40: note: Function 'lasso_dst_query_new' argument 1 names different: declaration 'query_item' definition 'queryItem'.
lasso-2.6.0/lasso/xml/lib_federation_termination_notification.c:94:11: style: The scope of the variable 't' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/lib_name_identifier_mapping_response.c:139:59: style: Function 'lasso_lib_name_identifier_mapping_response_new_full' argument 1 names different: declaration 'provideRID' definition 'providerID'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/xml/lib_name_identifier_mapping_response.h:78:9: note: Function 'lasso_lib_name_identifier_mapping_response_new_full' argument 1 names different: declaration 'provideRID' definition 'providerID'.
lasso-2.6.0/lasso/xml/lib_name_identifier_mapping_response.c:139:59: note: Function 'lasso_lib_name_identifier_mapping_response_new_full' argument 1 names different: declaration 'provideRID' definition 'providerID'.
lasso-2.6.0/lasso/xml/misc_text_node.c:55:9: style: The scope of the variable 'ns' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/paos_request.c:67:47: style: Function 'lasso_paos_request_validate' argument 1 names different: declaration 'node' definition 'request'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/xml/paos_request.h:60:64: note: Function 'lasso_paos_request_validate' argument 1 names different: declaration 'node' definition 'request'.
lasso-2.6.0/lasso/xml/paos_request.c:67:47: note: Function 'lasso_paos_request_validate' argument 1 names different: declaration 'node' definition 'request'.
lasso-2.6.0/lasso/xml/paos_response.c:63:49: style: Function 'lasso_paos_response_validate' argument 1 names different: declaration 'node' definition 'response'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/xml/paos_response.h:58:66: note: Function 'lasso_paos_response_validate' argument 1 names different: declaration 'node' definition 'response'.
lasso-2.6.0/lasso/xml/paos_response.c:63:49: note: Function 'lasso_paos_response_validate' argument 1 names different: declaration 'node' definition 'response'.
lasso-2.6.0/lasso/xml/saml-2.0/saml2_attribute_value.c:73:2: style: Variable 'parent_class' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/saml-2.0/saml2_attribute_value.c:70:0: note: Variable 'parent_class' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml-2.0/saml2_attribute_value.c:73:2: note: Variable 'parent_class' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_extensions.c:141:2: style: Variable 'pv' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_extensions.c:139:0: note: Variable 'pv' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_extensions.c:141:2: note: Variable 'pv' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_extensions.c:158:2: style: Variable 'pv' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_extensions.c:156:0: note: Variable 'pv' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_extensions.c:158:2: note: Variable 'pv' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_extensions.c:175:2: style: Variable 'pv' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_extensions.c:173:0: note: Variable 'pv' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_extensions.c:175:2: note: Variable 'pv' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_extensions.c:191:2: style: Variable 'pv' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_extensions.c:189:0: note: Variable 'pv' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_extensions.c:191:2: note: Variable 'pv' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_logout_request.c:243:2: style: Variable 'pv' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_logout_request.c:239:0: note: Variable 'pv' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_logout_request.c:243:2: note: Variable 'pv' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml_attribute_value.c:71:2: style: Variable 'parent_class' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/saml_attribute_value.c:68:0: note: Variable 'parent_class' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml_attribute_value.c:71:2: note: Variable 'parent_class' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/soap-1.1/soap_envelope.c:148:2: style: Variable 'envelope' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/soap-1.1/soap_envelope.c:143:0: note: Variable 'envelope' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/soap-1.1/soap_envelope.c:148:2: note: Variable 'envelope' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/soap_binding.c:66:55: style: Function 'lasso_soap_binding_get_correlation' argument 1 names different: declaration 'evelope' definition 'envelope'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/xml/soap_binding.h:37:97: note: Function 'lasso_soap_binding_get_correlation' argument 1 names different: declaration 'evelope' definition 'envelope'.
lasso-2.6.0/lasso/xml/soap_binding.c:66:55: note: Function 'lasso_soap_binding_get_correlation' argument 1 names different: declaration 'evelope' definition 'envelope'.
lasso-2.6.0/lasso/xml/tools.c:1673:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lasso-2.6.0/lasso/xml/tools.c:2357:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lasso-2.6.0/lasso/xml/tools.c:1827:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lasso-2.6.0/lasso/xml/tools.c:1824:6: note: outer condition: is_soap11
lasso-2.6.0/lasso/xml/tools.c:1827:7: note: identical inner condition: is_soap11
lasso-2.6.0/lasso/xml/tools.c:2262:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lasso-2.6.0/lasso/xml/tools.c:2261:6: note: outer condition: !start
lasso-2.6.0/lasso/xml/tools.c:2262:7: note: identical inner condition: !start
lasso-2.6.0/lasso/xml/tools.c:3102:3: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lasso-2.6.0/lasso/xml/tools.c:3101:6: note: outer condition: decoded_message
lasso-2.6.0/lasso/xml/tools.c:3102:3: note: identical inner condition: decoded_message
lasso-2.6.0/lasso/xml/tools.c:2262:7: style: Condition '!start' is always true [knownConditionTrueFalse]
lasso-2.6.0/lasso/xml/tools.c:2261:6: note: Assuming that condition '!start' is not redundant
lasso-2.6.0/lasso/xml/tools.c:2262:7: note: Condition '!start' is always true
lasso-2.6.0/lasso/xml/tools.c:2884:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lasso-2.6.0/lasso/xml/tools.c:3129:17: warning: Either the condition '!message' is redundant or there is possible null pointer dereference: message. [nullPointerRedundantCheck]
lasso-2.6.0/lasso/xml/tools.c:3130:8: note: Assuming that condition '!message' is not redundant
lasso-2.6.0/lasso/xml/tools.c:3129:17: note: Null pointer dereference
lasso-2.6.0/lasso/xml/tools.c:1205:2: style: Variable 'sign_tmpl' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/tools.c:1197:0: note: Variable 'sign_tmpl' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/tools.c:1205:2: note: Variable 'sign_tmpl' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/tools.c:1262:2: style: Variable 'handler' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/tools.c:1255:0: note: Variable 'handler' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/tools.c:1262:2: note: Variable 'handler' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/tools.c:1822:2: style: Variable 'is_soap11' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/tools.c:1819:0: note: Variable 'is_soap11' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/tools.c:1822:2: note: Variable 'is_soap11' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/tools.c:1848:2: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/tools.c:1841:0: note: Variable 'msg' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/tools.c:1848:2: note: Variable 'msg' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/tools.c:1879:5: style: Variable 'is_soap' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/tools.c:1877:0: note: Variable 'is_soap' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/tools.c:1879:5: note: Variable 'is_soap' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/tools.c:2492:2: style: Variable 'private_key' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/tools.c:2490:0: note: Variable 'private_key' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/tools.c:2492:2: note: Variable 'private_key' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/tools.c:100:15: style: The scope of the variable 'rnd' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/tools.c:2930:8: style: The scope of the variable 'uri' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/tools.c:248:37: style: Function 'lasso_get_pem_file_type' argument 1 names different: declaration 'file' definition 'pem_file'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/xml/private.h:213:54: note: Function 'lasso_get_pem_file_type' argument 1 names different: declaration 'file' definition 'pem_file'.
lasso-2.6.0/lasso/xml/tools.c:248:37: note: Function 'lasso_get_pem_file_type' argument 1 names different: declaration 'file' definition 'pem_file'.
lasso-2.6.0/lasso/xml/tools.c:329:53: style: Function 'lasso_get_public_key_from_pem_cert_file' argument 1 names different: declaration 'file' definition 'pem_cert_file'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/xml/private.h:216:66: note: Function 'lasso_get_public_key_from_pem_cert_file' argument 1 names different: declaration 'file' definition 'pem_cert_file'.
lasso-2.6.0/lasso/xml/tools.c:329:53: note: Function 'lasso_get_public_key_from_pem_cert_file' argument 1 names different: declaration 'file' definition 'pem_cert_file'.
lasso-2.6.0/lasso/xml/tools.c:394:56: style: Function 'lasso_load_certs_from_pem_certs_chain_file' argument 1 names different: declaration 'file' definition 'pem_certs_chain_file'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/xml/private.h:217:73: note: Function 'lasso_load_certs_from_pem_certs_chain_file' argument 1 names different: declaration 'file' definition 'pem_certs_chain_file'.
lasso-2.6.0/lasso/xml/tools.c:394:56: note: Function 'lasso_load_certs_from_pem_certs_chain_file' argument 1 names different: declaration 'file' definition 'pem_certs_chain_file'.
lasso-2.6.0/lasso/xml/tools.c:478:53: style: Function 'lasso_query_sign' argument 2 names different: declaration 'signature_context' definition 'context'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/xml/private.h:219:59: note: Function 'lasso_query_sign' argument 2 names different: declaration 'signature_context' definition 'context'.
lasso-2.6.0/lasso/xml/tools.c:478:53: note: Function 'lasso_query_sign' argument 2 names different: declaration 'signature_context' definition 'context'.
lasso-2.6.0/lasso/xml/tools.c:881:66: style: Function 'lasso_query_verify_signature' argument 2 names different: declaration 'public_key' definition 'sender_public_key'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/xml/private.h:221:70: note: Function 'lasso_query_verify_signature' argument 2 names different: declaration 'public_key' definition 'sender_public_key'.
lasso-2.6.0/lasso/xml/tools.c:881:66: note: Function 'lasso_query_verify_signature' argument 2 names different: declaration 'public_key' definition 'sender_public_key'.
lasso-2.6.0/lasso/xml/tools.c:1947:10: style: Function 'lasso_node_decrypt_xmlnode' argument 2 names different: declaration 'encrypted_key' definition 'encrypted_keys'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/xml/private.h:257:67: note: Function 'lasso_node_decrypt_xmlnode' argument 2 names different: declaration 'encrypted_key' definition 'encrypted_keys'.
lasso-2.6.0/lasso/xml/tools.c:1947:10: note: Function 'lasso_node_decrypt_xmlnode' argument 2 names different: declaration 'encrypted_key' definition 'encrypted_keys'.
lasso-2.6.0/lasso/xml/tools.c:2465:27: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lasso-2.6.0/lasso/xml/tools.c:1830:7: error: Uninitialized variable: body [uninitvar]
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:241:64: warning: Either the condition 'password' is redundant or there is possible null pointer dereference: password. [nullPointerRedundantCheck]
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:237:6: note: Assuming that condition 'password' is not redundant
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:241:64: note: Null pointer dereference
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:244:43: warning: Either the condition 'password' is redundant or there is possible null pointer dereference: password. [nullPointerRedundantCheck]
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:237:6: note: Assuming that condition 'password' is not redundant
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:244:43: note: Null pointer dereference
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:241:44: warning: Either the condition 'password' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:237:6: note: Assuming that condition 'password' is not redundant
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:241:44: note: Null pointer addition
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:95:11: style: The scope of the variable 'kind' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:114:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:241:55: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:242:17: error: Uninitialized variable: nonce [uninitvar]
lasso-2.6.0/lasso/xml/xml.c:1000:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lasso-2.6.0/lasso/xml/xml.c:1170:3: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lasso-2.6.0/lasso/xml/xml.c:1169:38: note: outer condition: custom_element->encryption_public_key
lasso-2.6.0/lasso/xml/xml.c:1170:3: note: identical inner condition: custom_element->encryption_public_key
lasso-2.6.0/lasso/xml/xml.c:2194:4: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lasso-2.6.0/lasso/xml/xml.c:2193:11: note: outer condition: data->node_name
lasso-2.6.0/lasso/xml/xml.c:2194:4: note: identical inner condition: data->node_name
lasso-2.6.0/lasso/xml/xml.c:2749:3: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lasso-2.6.0/lasso/xml/xml.c:2748:22: note: outer condition: klass->node_data->node_name
lasso-2.6.0/lasso/xml/xml.c:2749:3: note: identical inner condition: klass->node_data->node_name
lasso-2.6.0/lasso/xml/xml.c:3243:4: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lasso-2.6.0/lasso/xml/xml.c:3242:7: note: outer condition: v
lasso-2.6.0/lasso/xml/xml.c:3243:4: note: identical inner condition: v
lasso-2.6.0/lasso/xml/xml.c:1730:8: warning: Possible null pointer dereference: matched_snippet [nullPointer]
lasso-2.6.0/lasso/xml/xml.c:1679:41: note: Assignment 'matched_snippet=NULL', assigned value is 0
lasso-2.6.0/lasso/xml/xml.c:1730:8: note: Null pointer dereference
lasso-2.6.0/lasso/xml/xml.c:505:2: style: Variable 'envelope' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/xml.c:499:0: note: Variable 'envelope' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:505:2: note: Variable 'envelope' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:791:2: style: Variable 'klass' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/xml.c:788:0: note: Variable 'klass' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:791:2: note: Variable 'klass' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:849:2: style: Variable 'xmlnode' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/xml.c:844:0: note: Variable 'xmlnode' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:849:2: note: Variable 'xmlnode' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:933:3: style: Variable 'copy' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/xml.c:930:0: note: Variable 'copy' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:933:3: note: Variable 'copy' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:1318:2: style: Variable 'content' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/xml.c:1313:0: note: Variable 'content' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:1318:2: note: Variable 'content' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:1917:2: style: Variable 'existing' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/xml.c:1915:0: note: Variable 'existing' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:1917:2: note: Variable 'existing' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:1987:4: style: Variable 'oldns' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/xml.c:1985:0: note: Variable 'oldns' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:1987:4: note: Variable 'oldns' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:2459:2: style: Variable 'xsitype' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/xml.c:2455:0: note: Variable 'xsitype' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:2459:2: note: Variable 'xsitype' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:2618:2: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/xml.c:2611:0: note: Variable 'msg' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:2618:2: note: Variable 'msg' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:2651:5: style: Variable 'is_soap' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/xml.c:2649:0: note: Variable 'is_soap' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:2651:5: note: Variable 'is_soap' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:2979:2: style: Variable 'node_data' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/xml.c:2975:0: note: Variable 'node_data' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:2979:2: note: Variable 'node_data' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:3606:2: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/xml.c:3603:0: note: Variable 'value' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:3606:2: note: Variable 'value' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:2795:9: style: The scope of the variable 'ns' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/xml.c:3201:8: style: The scope of the variable 'v' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/xml.c:3254:16: style: The scope of the variable 't' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/xml.c:3299:12: style: The scope of the variable 'value' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/xml.c:3300:13: style: The scope of the variable 'xmlnode' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/xml.c:3300:23: style: The scope of the variable 'xmlchild' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/xml.c:2539:38: style: Function 'lasso_node_new_from_xmlNode' argument 1 names different: declaration 'node' definition 'xmlnode'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/xml/xml.h:158:62: note: Function 'lasso_node_new_from_xmlNode' argument 1 names different: declaration 'node' definition 'xmlnode'.
lasso-2.6.0/lasso/xml/xml.c:2539:38: note: Function 'lasso_node_new_from_xmlNode' argument 1 names different: declaration 'node' definition 'xmlnode'.
lasso-2.6.0/lasso/xml/xml.c:1423:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lasso-2.6.0/tests/basic_tests.c:178:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/basic_tests.c:158:0: note: Variable 'node' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/basic_tests.c:178:2: note: Variable 'node' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/basic_tests.c:2101:2: style: Variable 'issuer' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/basic_tests.c:2090:0: note: Variable 'issuer' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/basic_tests.c:2101:2: note: Variable 'issuer' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests.c:189:17: style: Condition 'rc==0' is always true [knownConditionTrueFalse]
lasso-2.6.0/tests/login_tests.c:141:11: note: Assignment 'rc=0', assigned value is 0
lasso-2.6.0/tests/login_tests.c:189:17: note: Condition 'rc==0' is always true
lasso-2.6.0/tests/login_tests.c:253:17: style: Condition 'rc==0' is always true [knownConditionTrueFalse]
lasso-2.6.0/tests/login_tests.c:141:11: note: Assignment 'rc=0', assigned value is 0
lasso-2.6.0/tests/login_tests.c:253:17: note: Condition 'rc==0' is always true
lasso-2.6.0/tests/login_tests.c:255:17: style: Condition 'rc==0' is always true [knownConditionTrueFalse]
lasso-2.6.0/tests/login_tests.c:141:11: note: Assignment 'rc=0', assigned value is 0
lasso-2.6.0/tests/login_tests.c:255:17: note: Condition 'rc==0' is always true
lasso-2.6.0/tests/login_tests.c:304:17: style: Condition 'rc==0' is always true [knownConditionTrueFalse]
lasso-2.6.0/tests/login_tests.c:141:11: note: Assignment 'rc=0', assigned value is 0
lasso-2.6.0/tests/login_tests.c:304:17: note: Condition 'rc==0' is always true
lasso-2.6.0/tests/login_tests.c:381:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests.c:377:2: note: Variable 'rc' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests.c:381:2: note: Variable 'rc' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests.c:387:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests.c:381:2: note: Variable 'rc' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests.c:387:2: note: Variable 'rc' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests.c:189:17: style: Same expression on both sides of '==' because the value of 'rc' and '0' are the same. [duplicateExpression]
lasso-2.6.0/tests/login_tests.c:141:11: note: 'rc' is assigned value '0' here.
lasso-2.6.0/tests/login_tests.c:189:17: note: Same expression on both sides of '==' because the value of 'rc' and '0' are the same.
lasso-2.6.0/tests/login_tests.c:253:17: style: Same expression on both sides of '==' because the value of 'rc' and '0' are the same. [duplicateExpression]
lasso-2.6.0/tests/login_tests.c:141:11: note: 'rc' is assigned value '0' here.
lasso-2.6.0/tests/login_tests.c:253:17: note: Same expression on both sides of '==' because the value of 'rc' and '0' are the same.
lasso-2.6.0/tests/login_tests.c:255:17: style: Same expression on both sides of '==' because the value of 'rc' and '0' are the same. [duplicateExpression]
lasso-2.6.0/tests/login_tests.c:141:11: note: 'rc' is assigned value '0' here.
lasso-2.6.0/tests/login_tests.c:255:17: note: Same expression on both sides of '==' because the value of 'rc' and '0' are the same.
lasso-2.6.0/tests/login_tests.c:304:17: style: Same expression on both sides of '==' because the value of 'rc' and '0' are the same. [duplicateExpression]
lasso-2.6.0/tests/login_tests.c:141:11: note: 'rc' is assigned value '0' here.
lasso-2.6.0/tests/login_tests.c:304:17: note: Same expression on both sides of '==' because the value of 'rc' and '0' are the same.
lasso-2.6.0/tests/login_tests_saml2.c:102:2: style: Variable 'serverContext' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:91:0: note: Variable 'serverContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:102:2: note: Variable 'serverContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:116:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:96:0: note: Variable 'ret' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:116:2: note: Variable 'ret' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:159:2: style: Variable 'serviceProviderContextDump' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:140:0: note: Variable 'serviceProviderContextDump' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:159:2: note: Variable 'serviceProviderContextDump' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:160:2: style: Variable 'spContext' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:141:0: note: Variable 'spContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:160:2: note: Variable 'spContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:161:2: style: Variable 'spLoginContext' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:142:0: note: Variable 'spLoginContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:161:2: note: Variable 'spLoginContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:167:2: style: Variable 'request' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:144:0: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:167:2: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:358:2: style: Variable 'serviceProviderContextDump' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:344:0: note: Variable 'serviceProviderContextDump' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:358:2: note: Variable 'serviceProviderContextDump' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:359:2: style: Variable 'spContext' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:345:0: note: Variable 'spContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:359:2: note: Variable 'spContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:360:2: style: Variable 'spLoginContext' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:346:0: note: Variable 'spLoginContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:360:2: note: Variable 'spLoginContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:366:2: style: Variable 'request' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:347:0: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:366:2: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:401:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:396:2: note: Variable 'rc' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:401:2: note: Variable 'rc' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:407:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:401:2: note: Variable 'rc' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:407:2: note: Variable 'rc' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:505:2: style: Variable 'serviceProviderContextDump' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:486:0: note: Variable 'serviceProviderContextDump' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:505:2: note: Variable 'serviceProviderContextDump' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:506:2: style: Variable 'spContext' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:487:0: note: Variable 'spContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:506:2: note: Variable 'spContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:507:2: style: Variable 'spLoginContext' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:488:0: note: Variable 'spLoginContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:507:2: note: Variable 'spLoginContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:513:2: style: Variable 'request' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:490:0: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:513:2: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:694:2: style: Variable 'idpContext1' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:686:0: note: Variable 'idpContext1' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:694:2: note: Variable 'idpContext1' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:881:2: style: Variable 'idp_context_before_rollover' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:874:0: note: Variable 'idp_context_before_rollover' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:881:2: note: Variable 'idp_context_before_rollover' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:992:2: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:989:0: note: Variable 'key' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:992:2: note: Variable 'key' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:997:2: style: Variable 'idp_context' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:986:0: note: Variable 'idp_context' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:997:2: note: Variable 'idp_context' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1089:2: style: Variable 'idp_context' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:1084:0: note: Variable 'idp_context' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1089:2: note: Variable 'idp_context' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1161:5: style: Variable 'idp_entity_ids' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:1153:0: note: Variable 'idp_entity_ids' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1161:5: note: Variable 'idp_entity_ids' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1321:2: style: Variable 'serviceProviderContextDump' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:1283:0: note: Variable 'serviceProviderContextDump' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1321:2: note: Variable 'serviceProviderContextDump' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1322:2: style: Variable 'spContext' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:1284:0: note: Variable 'spContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1322:2: note: Variable 'spContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1323:2: style: Variable 'spLoginContext' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:1285:0: note: Variable 'spLoginContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1323:2: note: Variable 'spLoginContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1549:2: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:1546:0: note: Variable 'key' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1549:2: note: Variable 'key' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1553:2: style: Variable 'idp_context' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:1543:0: note: Variable 'idp_context' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1553:2: note: Variable 'idp_context' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1157:26: style: The scope of the variable 'idp_entry' can be reduced. [variableScope]
lasso-2.6.0/tests/login_tests_saml2.c:1189:26: style: The scope of the variable 'idp_entry' can be reduced. [variableScope]
lasso-2.6.0/tests/non_regression_tests.c:117:2: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/non_regression_tests.c:90:0: note: Variable 'provider' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/non_regression_tests.c:117:2: note: Variable 'provider' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/tests.c:80:37: style: Function 'fail_logger' argument 1 names different: declaration 'log_domain' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lasso-2.6.0/tests/tests.h:79:31: note: Function 'fail_logger' argument 1 names different: declaration 'log_domain' definition 'G_GNUC_UNUSED'.
lasso-2.6.0/tests/tests.c:80:37: note: Function 'fail_logger' argument 1 names different: declaration 'log_domain' definition 'G_GNUC_UNUSED'.
lasso-2.6.0/tests/tests.c:81:24: style: Function 'fail_logger' argument 3 names different: declaration 'message' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lasso-2.6.0/tests/tests.h:80:17: note: Function 'fail_logger' argument 3 names different: declaration 'message' definition 'G_GNUC_UNUSED'.
lasso-2.6.0/tests/tests.c:81:24: note: Function 'fail_logger' argument 3 names different: declaration 'message' definition 'G_GNUC_UNUSED'.
lasso-2.6.0/tests/tests.c:81:39: style: Function 'fail_logger' argument 4 names different: declaration 'user_data' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lasso-2.6.0/tests/tests.h:80:49: note: Function 'fail_logger' argument 4 names different: declaration 'user_data' definition 'G_GNUC_UNUSED'.
lasso-2.6.0/tests/tests.c:81:39: note: Function 'fail_logger' argument 4 names different: declaration 'user_data' definition 'G_GNUC_UNUSED'.
lasso-2.6.0/tests/tests2.c:13:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/tests2.c:7:0: note: Variable 'node' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/tests2.c:13:2: note: Variable 'node' is reassigned a value before the old one has been used.
[02:20]
ftp://ftp.se.debian.org/debian/pool/main/l/last-align/last-align_938.orig.tar.xz
last-938/src/SegmentPair.hh:17:3: warning: Member variable 'SegmentPair::score' is not initialized in the constructor. [uninitMemberVar]
last-938/src/Alignment.hh:37:3: warning: Member variable 'AlignmentText::score' is not initialized in the constructor. [uninitMemberVar]
last-938/src/Alignment.hh:37:3: warning: Member variable 'AlignmentText::text' is not initialized in the constructor. [uninitMemberVar]
last-938/src/GappedXdropAligner.hh:60:1: style: The class 'GappedXdropAligner' does not have a constructor although it has private member variables. [noConstructor]
last-938/src/Centroid.hh:33:3: style: The class 'Centroid' does not have a constructor although it has private member variables. [noConstructor]
last-938/src/GreedyXdropAligner.hh:37:1: style: The class 'GreedyXdropAligner' does not have a constructor although it has private member variables. [noConstructor]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::lambda' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::lambda_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::C' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::C_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::K' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::K_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::a_I' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::a_I_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::a_J' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::a_J_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::sigma' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::sigma_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::alpha_I' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::alpha_I_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::alpha_J' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::alpha_J_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::a' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::a_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::alpha' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::alpha_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::gapless_a' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::gapless_a_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::gapless_alpha' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::gapless_alpha_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::G' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::G1' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::G2' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::m_CalcTime' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::vi_y_thr' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::vj_y_thr' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::c_y_thr' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alignment_evaluer.hpp:60:3: warning: Member variable 'gapped_computation_parameters_struct::d_total_realizations_number_with_ALP' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alignment_evaluer.hpp:60:3: warning: Member variable 'gapped_computation_parameters_struct::d_total_realizations_number_with_killing' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::lambda' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::lambda_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::lambda_last_ALP_relative_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::C' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::C_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::K_C' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::K_C_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::K' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::K_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::a_I' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::a_I_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::a_J' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::a_J_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::sigma' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::sigma_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::alpha_I' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::alpha_I_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::alpha_J' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::alpha_J_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::gapless_a_I' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::gapless_a_I_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::gapless_a_J' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::gapless_a_J_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::gapless_alpha_I' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::gapless_alpha_I_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::gapless_alpha_J' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::gapless_alpha_J_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::gapless_sigma' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::gapless_sigma_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::G' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::G1' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::G2' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::realizations_number' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::m_CalcTime' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::vi_y_thr' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::vj_y_thr' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::c_y_thr' is not initialized in the constructor. [uninitMemberVar]
last-938/src/LastEvaluer.hh:29:1: style: The class 'LastEvaluer' does not have a constructor although it has private member variables. [noConstructor]
last-938/src/MultiSequence.hh:22:1: style: The class 'MultiSequence' does not have a constructor although it has private member variables. [noConstructor]
last-938/src/AlignmentWrite.cc:38:3: warning: Member variable 'IntText::b' is not initialized in the constructor. [uninitMemberVar]
last-938/src/AlignmentWrite.cc:38:3: warning: Member variable 'IntText::s' is not initialized in the constructor. [uninitMemberVar]
last-938/src/AlignmentWrite.cc:50:3: warning: Member variable 'FloatText::b' is not initialized in the constructor. [uninitMemberVar]
last-938/src/AlignmentWrite.cc:50:3: warning: Member variable 'FloatText::s' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_basic.hpp:64:47: performance: Variable 'st' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
last-938/src/alp/sls_basic.hpp:64:21: performance: Function parameter 'st_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_alignment_evaluer.hpp:199:21: performance: Function parameter 'function_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_falp_alignment_evaluer.hpp:177:22: performance: Function parameter 'function_name_' should be passed by const reference. [passedByValue]
last-938/src/GappedXdropAlignerInl.hh:112:70: style: Function 'updateBest' argument 5 names different: declaration 'x0ori' definition 'x0base'. [funcArgNamesDifferent]
last-938/src/GappedXdropAligner.hh:231:45: note: Function 'updateBest' argument 5 names different: declaration 'x0ori' definition 'x0base'.
last-938/src/GappedXdropAlignerInl.hh:112:70: note: Function 'updateBest' argument 5 names different: declaration 'x0ori' definition 'x0base'.
last-938/src/Centroid.cc:685:22: style: Function 'computeExpectedCounts' argument 7 names different: declaration 'count' definition 'c'. [funcArgNamesDifferent]
last-938/src/Centroid.hh:92:26: note: Function 'computeExpectedCounts' argument 7 names different: declaration 'count' definition 'c'.
last-938/src/Centroid.cc:685:22: note: Function 'computeExpectedCounts' argument 7 names different: declaration 'count' definition 'c'.
last-938/src/mcf_zstream.hh:20:3: warning: Member variable 'zbuf::buffer' is not initialized in the constructor. [uninitMemberVar]
last-938/src/mcf_zstream.hh:60:3: style: Class 'izstream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/GeneticCode.cc:21:48: style: Function 'fromFile' argument 1 names different: declaration 'codeTable' definition 'tableFile'. [funcArgNamesDifferent]
last-938/src/GeneticCode.hh:34:37: note: Function 'fromFile' argument 1 names different: declaration 'codeTable' definition 'tableFile'.
last-938/src/GeneticCode.cc:21:48: note: Function 'fromFile' argument 1 names different: declaration 'codeTable' definition 'tableFile'.
last-938/src/GeneticCode.hh:34:8: style: Technically the member function 'cbrc::GeneticCode::fromFile' can be const. [functionConst]
last-938/src/GeneticCode.cc:21:19: note: Technically the member function 'cbrc::GeneticCode::fromFile' can be const.
last-938/src/GeneticCode.hh:34:8: note: Technically the member function 'cbrc::GeneticCode::fromFile' can be const.
last-938/src/GeneticCode.hh:35:8: style: Technically the member function 'cbrc::GeneticCode::fromString' can be const. [functionConst]
last-938/src/GeneticCode.cc:31:19: note: Technically the member function 'cbrc::GeneticCode::fromString' can be const.
last-938/src/GeneticCode.hh:35:8: note: Technically the member function 'cbrc::GeneticCode::fromString' can be const.
last-938/src/LambdaCalculator.cc:83:7: style: The scope of the variable 'v' can be reduced. [variableScope]
last-938/src/LambdaCalculator.cc:199:10: style: The scope of the variable 'r_max' can be reduced. [variableScope]
last-938/src/LambdaCalculator.cc:200:10: style: The scope of the variable 'c_max' can be reduced. [variableScope]
last-938/src/LambdaCalculator.cc:202:10: style: The scope of the variable 'r_min' can be reduced. [variableScope]
last-938/src/LambdaCalculator.cc:203:10: style: The scope of the variable 'c_min' can be reduced. [variableScope]
last-938/src/LambdaCalculator.hh:50:8: performance: Technically the member function 'cbrc::LambdaCalculator::find_ub' can be static. [functionStatic]
last-938/src/LambdaCalculator.cc:195:24: note: Technically the member function 'cbrc::LambdaCalculator::find_ub' can be static.
last-938/src/LambdaCalculator.hh:50:8: note: Technically the member function 'cbrc::LambdaCalculator::find_ub' can be static.
last-938/src/LambdaCalculator.hh:53:8: performance: Technically the member function 'cbrc::LambdaCalculator::check_lambda' can be static. [functionStatic]
last-938/src/LambdaCalculator.cc:349:24: note: Technically the member function 'cbrc::LambdaCalculator::check_lambda' can be static.
last-938/src/LambdaCalculator.hh:53:8: note: Technically the member function 'cbrc::LambdaCalculator::check_lambda' can be static.
last-938/src/LambdaCalculator.cc:153:0: error: Memory leak: e [memleak]
last-938/src/LastalArguments.cc:48:37: style: Same expression on both sides of '&&'. [duplicateExpression]
last-938/src/LastalArguments.cc:276:21: style: Checking if unsigned variable 'queryStep' is less than zero. This might be a false warning. [unsignedLessThanZero]
last-938/src/LastalArguments.cc:298:48: style: Checking if unsigned variable 'maxGaplessAlignmentsPerQueryPosition' is less than zero. This might be a false warning. [unsignedLessThanZero]
last-938/src/LastalArguments.cc:311:21: style: Checking if unsigned variable 'batchSize' is less than zero. This might be a false warning. [unsignedLessThanZero]
last-938/src/LastalArguments.cc:57:18: warning: Member variable 'LastalArguments::programName' is not initialized in the constructor. [uninitMemberVar]
last-938/src/LastalArguments.cc:57:18: warning: Member variable 'LastalArguments::inputStart' is not initialized in the constructor. [uninitMemberVar]
last-938/src/LastdbArguments.cc:28:18: warning: Member variable 'LastdbArguments::programName' is not initialized in the constructor. [uninitMemberVar]
last-938/src/LastdbArguments.cc:28:18: warning: Member variable 'LastdbArguments::inputStart' is not initialized in the constructor. [uninitMemberVar]
last-938/src/QualityPssmMaker.cc:26:21: warning: Redundant assignment of 'this->scoreMatrix' to itself. [selfAssignment]
last-938/src/QualityPssmMaker.hh:45:1: style: The class 'QualityPssmMaker' does not have a constructor although it has private member variables. [noConstructor]
last-938/src/ScoreMatrix.cc:60:50: style: Function 'fromString' argument 1 names different: declaration 's' definition 'matString'. [funcArgNamesDifferent]
last-938/src/ScoreMatrix.hh:31:39: note: Function 'fromString' argument 1 names different: declaration 's' definition 'matString'.
last-938/src/ScoreMatrix.cc:60:50: note: Function 'fromString' argument 1 names different: declaration 's' definition 'matString'.
last-938/src/ScoreMatrix.cc:150:62: style: Function 'operator>>' argument 2 names different: declaration 'mat' definition 'm'. [funcArgNamesDifferent]
last-938/src/ScoreMatrix.hh:52:62: note: Function 'operator>>' argument 2 names different: declaration 'mat' definition 'm'.
last-938/src/ScoreMatrix.cc:150:62: note: Function 'operator>>' argument 2 names different: declaration 'mat' definition 'm'.
last-938/src/ScoreMatrix.hh:31:8: style: Technically the member function 'cbrc::ScoreMatrix::fromString' can be const. [functionConst]
last-938/src/ScoreMatrix.cc:60:19: note: Technically the member function 'cbrc::ScoreMatrix::fromString' can be const.
last-938/src/ScoreMatrix.hh:31:8: note: Technically the member function 'cbrc::ScoreMatrix::fromString' can be const.
last-938/src/SubsetSuffixArray.hh:120:12: style: Technically the member function 'cbrc::SubsetSuffixArray::defaultBucketDepth' can be const. [functionConst]
last-938/src/SubsetSuffixArray.cc:161:29: note: Technically the member function 'cbrc::SubsetSuffixArray::defaultBucketDepth' can be const.
last-938/src/SubsetSuffixArray.hh:120:12: note: Technically the member function 'cbrc::SubsetSuffixArray::defaultBucketDepth' can be const.
last-938/src/TantanMasker.hh:32:1: style: The class 'TantanMasker' does not have a constructor although it has private member variables. [noConstructor]
last-938/src/alp/njn_dynprogprob.cpp:131:11: style: Function 'copy' argument 7 names different: declaration 'valueFct_' definition 'newStateFct_'. [funcArgNamesDifferent]
last-938/src/alp/njn_dynprogprob.hpp:131:19: note: Function 'copy' argument 7 names different: declaration 'valueFct_' definition 'newStateFct_'.
last-938/src/alp/njn_dynprogprob.cpp:131:11: note: Function 'copy' argument 7 names different: declaration 'valueFct_' definition 'newStateFct_'.
last-938/src/alp/njn_ioutil.hpp:114:25: style: Unused variable: line [unusedVariable]
last-938/src/alp/njn_dynprogprob.hpp:144:29: warning: Virtual function 'setValueFct' is called from constructor 'DynProgProb(ValueFct*valueFct_=0,long dimInputProb_=0,const double*inputProb_=0,long valueLower_=0,long valueUpper_=0,const double*prob_=0)' at line 84. Dynamic binding is not used. [virtualCallInConstructor]
last-938/src/alp/njn_dynprogprob.hpp:84:13: note: Calling setValueFct
last-938/src/alp/njn_dynprogprob.hpp:144:29: note: setValueFct is a virtual method
last-938/src/alp/njn_dynprogprob.hpp:149:22: warning: Virtual function 'setInput' is called from constructor 'DynProgProb(ValueFct*valueFct_=0,long dimInputProb_=0,const double*inputProb_=0,long valueLower_=0,long valueUpper_=0,const double*prob_=0)' at line 85. Dynamic binding is not used. [virtualCallInConstructor]
last-938/src/alp/njn_dynprogprob.hpp:85:13: note: Calling setInput
last-938/src/alp/njn_dynprogprob.hpp:149:22: note: setInput is a virtual method
last-938/src/alp/njn_dynprogprob.hpp:135:22: warning: Virtual function 'clear' is called from constructor 'DynProgProb(ValueFct*valueFct_=0,long dimInputProb_=0,const double*inputProb_=0,long valueLower_=0,long valueUpper_=0,const double*prob_=0)' at line 87. Dynamic binding is not used. [virtualCallInConstructor]
last-938/src/alp/njn_dynprogprob.hpp:87:13: note: Calling clear
last-938/src/alp/njn_dynprogprob.hpp:135:22: note: clear is a virtual method
last-938/src/alp/njn_dynprogprob.hpp:116:29: warning: Virtual function 'copy' is called from copy constructor 'DynProgProb(const DynProgProb&dynProgProb_)' at line 95. Dynamic binding is not used. [virtualCallInConstructor]
last-938/src/alp/njn_dynprogprob.hpp:95:13: note: Calling copy
last-938/src/alp/njn_dynprogprob.hpp:116:29: note: copy is a virtual method
last-938/src/alp/njn_dynprogprob.hpp:202:22: warning: Virtual function 'free2' is called from destructor '~DynProgProb()' at line 100. Dynamic binding is not used. [virtualCallInConstructor]
last-938/src/alp/njn_dynprogprob.hpp:100:13: note: Calling free2
last-938/src/alp/njn_dynprogprob.hpp:202:22: note: free2 is a virtual method
last-938/src/alp/njn_dynprogprob.hpp:195:22: warning: Virtual function 'freeInput' is called from destructor '~DynProgProb()' at line 101. Dynamic binding is not used. [virtualCallInConstructor]
last-938/src/alp/njn_dynprogprob.hpp:101:13: note: Calling freeInput
last-938/src/alp/njn_dynprogprob.hpp:195:22: note: freeInput is a virtual method
last-938/src/alp/njn_dynprogprob.hpp:104:17: style: The function 'operatorbool' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
last-938/src/alp/njn_dynprogprobproto.hpp:67:17: note: Virtual function in base class
last-938/src/alp/njn_dynprogprob.hpp:104:17: note: Function in derived class
last-938/src/alp/njn_dynprogprob.hpp:142:29: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
last-938/src/alp/njn_dynprogprobproto.hpp:69:22: note: Virtual function in base class
last-938/src/alp/njn_dynprogprob.hpp:142:29: note: Function in derived class
last-938/src/alp/njn_dynprogprob.hpp:153:22: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
last-938/src/alp/njn_dynprogprobproto.hpp:71:22: note: Virtual function in base class
last-938/src/alp/njn_dynprogprob.hpp:153:22: note: Function in derived class
last-938/src/alp/njn_dynprogprob.hpp:158:31: style: The function 'getProb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
last-938/src/alp/njn_dynprogprobproto.hpp:73:31: note: Virtual function in base class
last-938/src/alp/njn_dynprogprob.hpp:158:31: note: Function in derived class
last-938/src/alp/njn_dynprogprob.hpp:167:31: style: The function 'getStep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
last-938/src/alp/njn_dynprogprobproto.hpp:75:31: note: Virtual function in base class
last-938/src/alp/njn_dynprogprob.hpp:167:31: note: Function in derived class
last-938/src/alp/njn_dynprogprob.hpp:172:29: style: The function 'getValueLower' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
last-938/src/alp/njn_dynprogprobproto.hpp:77:29: note: Virtual function in base class
last-938/src/alp/njn_dynprogprob.hpp:172:29: note: Function in derived class
last-938/src/alp/njn_dynprogprob.hpp:173:29: style: The function 'getValueUpper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
last-938/src/alp/njn_dynprogprobproto.hpp:78:29: note: Virtual function in base class
last-938/src/alp/njn_dynprogprob.hpp:173:29: note: Function in derived class
last-938/src/alp/njn_dynprogproblim.hpp:114:22: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
last-938/src/alp/njn_dynprogprob.hpp:153:22: note: Virtual function in base class
last-938/src/alp/njn_dynprogproblim.hpp:114:22: note: Function in derived class
last-938/src/alp/njn_dynprogproblim.hpp:119:29: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
last-938/src/alp/njn_dynprogprob.hpp:135:22: note: Virtual function in base class
last-938/src/alp/njn_dynprogproblim.hpp:119:29: note: Function in derived class
last-938/src/alp/njn_dynprogproblim.hpp:130:29: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
last-938/src/alp/njn_dynprogprob.hpp:142:29: note: Virtual function in base class
last-938/src/alp/njn_dynprogproblim.hpp:130:29: note: Function in derived class
last-938/src/alp/njn_dynprogproblim.hpp:155:22: style: The function 'setValueBegin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
last-938/src/alp/njn_dynprogprob.hpp:223:22: note: Virtual function in base class
last-938/src/alp/njn_dynprogproblim.hpp:155:22: note: Function in derived class
last-938/src/alp/njn_ioutil.cpp:147:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
last-938/src/alp/njn_matrix.hpp:284:16: style: The scope of the variable 'j' can be reduced. [variableScope]
last-938/src/alp/njn_localmaxstat.cpp:105:8: style: Function 'copy' argument 15 names different: declaration 'meanDLE_' definition 'meanLength_'. [funcArgNamesDifferent]
last-938/src/alp/njn_localmaxstat.hpp:132:14: note: Function 'copy' argument 15 names different: declaration 'meanDLE_' definition 'meanLength_'.
last-938/src/alp/njn_localmaxstat.cpp:105:8: note: Function 'copy' argument 15 names different: declaration 'meanDLE_' definition 'meanLength_'.
last-938/src/alp/njn_localmaxstatmatrix.hpp:47:6: warning: The class 'LocalMaxStatMatrix' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
last-938/src/alp/njn_root.hpp:433:22: style: Condition 'iter==0' is always false [knownConditionTrueFalse]
last-938/src/alp/njn_root.hpp:421:26: note: Assignment 'iter=1000', assigned value is 1000
last-938/src/alp/njn_root.hpp:433:22: note: Condition 'iter==0' is always false
last-938/src/alp/njn_root.hpp:292:15: style: The scope of the variable 'fx' can be reduced. [variableScope]
last-938/src/alp/njn_root.hpp:293:15: style: The scope of the variable 'dfx' can be reduced. [variableScope]
last-938/src/alp/njn_root.hpp:369:17: style: The scope of the variable 'fx' can be reduced. [variableScope]
last-938/src/alp/njn_root.hpp:418:17: style: The scope of the variable 'x' can be reduced. [variableScope]
last-938/src/alp/njn_localmaxstatutil.cpp:127:8: style: Function 'lambda' argument 1 names different: declaration 'dimMatrix_' definition 'dimension_'. [funcArgNamesDifferent]
last-938/src/alp/njn_localmaxstatutil.hpp:59:16: note: Function 'lambda' argument 1 names different: declaration 'dimMatrix_' definition 'dimension_'.
last-938/src/alp/njn_localmaxstatutil.cpp:127:8: note: Function 'lambda' argument 1 names different: declaration 'dimMatrix_' definition 'dimension_'.
last-938/src/alp/njn_dynprogprob.hpp:90:9: warning: Member variable 'DynProgProb::d_array_p' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/njn_dynprogprob.hpp:110:37: warning: Member variable 'DynProgProb::d_step' is not assigned a value in 'DynProgProb::operator='. [operatorEqVarError]
last-938/src/alp/njn_dynprogprob.hpp:110:37: warning: Member variable 'DynProgProb::d_array_p' is not assigned a value in 'DynProgProb::operator='. [operatorEqVarError]
last-938/src/alp/njn_dynprogprob.hpp:110:37: warning: Member variable 'DynProgProb::d_arrayCapacity' is not assigned a value in 'DynProgProb::operator='. [operatorEqVarError]
last-938/src/alp/njn_dynprogprob.hpp:110:37: warning: Member variable 'DynProgProb::d_valueBegin' is not assigned a value in 'DynProgProb::operator='. [operatorEqVarError]
last-938/src/alp/njn_dynprogprob.hpp:110:37: warning: Member variable 'DynProgProb::d_valueLower' is not assigned a value in 'DynProgProb::operator='. [operatorEqVarError]
last-938/src/alp/njn_dynprogprob.hpp:110:37: warning: Member variable 'DynProgProb::d_valueUpper' is not assigned a value in 'DynProgProb::operator='. [operatorEqVarError]
last-938/src/alp/njn_dynprogprob.hpp:110:37: warning: Member variable 'DynProgProb::d_valueFct' is not assigned a value in 'DynProgProb::operator='. [operatorEqVarError]
last-938/src/alp/njn_dynprogprob.hpp:110:37: warning: Member variable 'DynProgProb::d_dimInputProb' is not assigned a value in 'DynProgProb::operator='. [operatorEqVarError]
last-938/src/alp/njn_dynprogprob.hpp:110:37: warning: Member variable 'DynProgProb::d_inputProb_p' is not assigned a value in 'DynProgProb::operator='. [operatorEqVarError]
last-938/src/alp/njn_random.cpp:68:25: style: Function 'seed' argument 1 names different: declaration 'n' definition 'x'. [funcArgNamesDifferent]
last-938/src/alp/njn_random.hpp:46:23: note: Function 'seed' argument 1 names different: declaration 'n' definition 'x'.
last-938/src/alp/njn_random.cpp:68:25: note: Function 'seed' argument 1 names different: declaration 'n' definition 'x'.
last-938/src/alp/sls_alp_data.hpp:859:0: style: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_alp_data.hpp:858:0: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_alp_data.hpp:859:0: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_alp_data.hpp:920:0: style: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_alp_data.hpp:919:0: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_alp_data.hpp:920:0: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_alp_data.hpp:501:9: style: The scope of the variable 'i' can be reduced. [variableScope]
last-938/src/alp/sls_alp.hpp:153:14: performance: Technically the member function 'Sls::alp::swap' can be static. [functionStatic]
last-938/src/alp/sls_alp.hpp:94:2: style: Class 'alp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_alp_sim.hpp:78:3: style: Class 'alp_sim' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_alp_data.hpp:169:0: style: Class 'Sls :: array < long >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_alp_data.hpp:103:0: style: Class 'Sls :: array_positive < long >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_alp_data.hpp:103:0: style: Class 'Sls :: array_positive < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_alp_data.hpp:103:0: style: Class 'Sls :: array_positive < state * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_alp_data.hpp:103:0: style: Class 'Sls :: array_positive < alp * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_alp_data.hpp:863:3: style: Exception should be caught by reference. [catchExceptionByValue]
last-938/src/alp/sls_alignment_evaluer.cpp:101:14: performance: Function parameter 'function_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_alp.cpp:587:3: style: Variable 'd_seqi' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_alp.cpp:583:18: note: Variable 'd_seqi' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_alp.cpp:587:3: note: Variable 'd_seqi' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_alp.cpp:588:3: style: Variable 'd_seqj' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_alp.cpp:584:18: note: Variable 'd_seqj' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_alp.cpp:588:3: note: Variable 'd_seqj' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_alp.cpp:269:7: style: The scope of the variable 'i' can be reduced. [variableScope]
last-938/src/alp/sls_alp.cpp:386:7: style: The scope of the variable 'i' can be reduced. [variableScope]
last-938/src/alp/sls_alp.cpp:1203:8: style: The scope of the variable 'i' can be reduced. [variableScope]
last-938/src/alp/sls_alp.cpp:1389:8: style: The scope of the variable 'i' can be reduced. [variableScope]
last-938/src/alp/sls_alp.cpp:1673:8: style: The scope of the variable 'i' can be reduced. [variableScope]
last-938/src/alp/sls_alp.cpp:1906:8: style: The scope of the variable 'i' can be reduced. [variableScope]
last-938/src/alp/sls_alp.cpp:2252:5: style: Variable 'UI' is assigned a value that is never used. [unreadVariable]
last-938/src/alp/sls_alp.cpp:2255:5: style: Variable 'VD' is assigned a value that is never used. [unreadVariable]
last-938/src/alp/sls_alp.cpp:1998:8: warning: Member variable 'state::d_HS_ij_next' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp.cpp:1998:8: warning: Member variable 'state::d_HI_ij_next' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp.cpp:1998:8: warning: Member variable 'state::d_HD_ij_next' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp.cpp:1998:8: warning: Member variable 'state::d_H_ij_next' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp.cpp:1998:8: warning: Member variable 'state::d_H_matr_len' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp.cpp:1998:8: warning: Member variable 'state::d_M' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp.cpp:1998:8: warning: Member variable 'state::d_sentinel_i_next' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp.cpp:1998:8: warning: Member variable 'state::d_sentinel_j_next' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp.cpp:44:6: warning: Member variable 'alp::d_nalp_killing' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp.cpp:44:6: warning: Member variable 'alp::d_diff_opt' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp.cpp:44:6: warning: Member variable 'alp::d_sentinels_flag' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp.cpp:44:6: warning: Member variable 'alp::d_IS_state' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp.cpp:127:3: style: Class 'alp' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
last-938/src/alp/sls_alp.cpp:127:3: style: Class 'alp' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
last-938/src/alp/sls_alp_data.hpp:859:4: style: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_alp_data.hpp:858:19: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_alp_data.hpp:859:4: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_alp_data.hpp:920:4: style: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_alp_data.hpp:919:19: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_alp_data.hpp:920:4: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_alp_data.cpp:1347:27: warning: Redundant assignment of 'd_elements_values[ind]' to itself. [selfAssignment]
last-938/src/alp/sls_alp_data.cpp:306:24: warning: Division of result of sizeof() on pointer type. [divideSizeof]
last-938/src/alp/sls_alp_data.cpp:686:23: warning: Division of result of sizeof() on pointer type. [divideSizeof]
last-938/src/alp/sls_alp_data.cpp:1253:14: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
last-938/src/alp/sls_alp_data.hpp:396:8: style: Technically the member function 'Sls::alp_data::check_out_file' can be const. [functionConst]
last-938/src/alp/sls_alp_data.cpp:702:16: note: Technically the member function 'Sls::alp_data::check_out_file' can be const.
last-938/src/alp/sls_alp_data.hpp:396:8: note: Technically the member function 'Sls::alp_data::check_out_file' can be const.
last-938/src/alp/sls_alp_data.cpp:1289:3: style: Class 'importance_sampling' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
last-938/src/alp/sls_alp_data.cpp:1289:3: style: Class 'importance_sampling' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
last-938/src/alp/sls_alp_data.cpp:532:3: style: Class 'alp_data' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
last-938/src/alp/sls_alp_data.cpp:532:3: style: Class 'alp_data' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
last-938/src/alp/sls_alp_data.hpp:103:3: style: Class 'array_positive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_alp_data.hpp:169:3: style: Class 'array' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_alp_data.cpp:42:8: performance: Function parameter 'randout_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_alp_data.cpp:43:8: performance: Function parameter 'smatr_file_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_alp_data.cpp:44:8: performance: Function parameter 'RR1_file_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_alp_data.cpp:45:8: performance: Function parameter 'RR2_file_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_alp_data.cpp:209:8: performance: Function parameter 'randout_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_alp_data.cpp:374:8: performance: Function parameter 'randout_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_alp_data.cpp:384:8: performance: Function parameter 'smatr_file_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_alp_data.cpp:385:8: performance: Function parameter 'RR1_file_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_alp_data.cpp:386:8: performance: Function parameter 'RR2_file_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_alp_data.cpp:860:8: performance: Function parameter 'RR_file_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_alp_regression.cpp:164:7: style: Variable 'y2' is assigned a value that is never used. [unreadVariable]
last-938/src/alp/sls_alp_sim.cpp:2265:21: warning: Possible null pointer dereference: alp_obj_tmp [nullPointer]
last-938/src/alp/sls_alp_sim.cpp:2255:36: note: Assignment 'alp_obj_tmp=NULL', assigned value is 0
last-938/src/alp/sls_alp_sim.cpp:2265:21: note: Null pointer dereference
last-938/src/alp/sls_alp_sim.cpp:2268:3: warning: Possible null pointer dereference: alp_obj_tmp [nullPointer]
last-938/src/alp/sls_alp_sim.cpp:2255:36: note: Assignment 'alp_obj_tmp=NULL', assigned value is 0
last-938/src/alp/sls_alp_sim.cpp:2268:3: note: Null pointer dereference
last-938/src/alp/sls_alp_sim.cpp:2269:3: warning: Possible null pointer dereference: alp_obj_tmp [nullPointer]
last-938/src/alp/sls_alp_sim.cpp:2255:36: note: Assignment 'alp_obj_tmp=NULL', assigned value is 0
last-938/src/alp/sls_alp_sim.cpp:2269:3: note: Null pointer dereference
last-938/src/alp/sls_alp_sim.cpp:2270:7: warning: Possible null pointer dereference: alp_obj_tmp [nullPointer]
last-938/src/alp/sls_alp_sim.cpp:2255:36: note: Assignment 'alp_obj_tmp=NULL', assigned value is 0
last-938/src/alp/sls_alp_sim.cpp:2270:7: note: Null pointer dereference
last-938/src/alp/sls_alp_sim.cpp:1151:11: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:1164:11: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:1180:13: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:1200:13: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:2482:14: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:2492:14: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:2604:11: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:2615:11: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:2908:31: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:3585:32: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:3586:39: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:3686:32: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:3687:39: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:3951:5: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:3952:5: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:3957:31: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:3958:38: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:3976:12: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:3985:12: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:3994:12: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:4003:12: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:4430:32: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:4431:39: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:570:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
last-938/src/alp/sls_alp_sim.cpp:575:6: note: Found duplicate branches for 'if' and 'else'.
last-938/src/alp/sls_alp_sim.cpp:570:6: note: Found duplicate branches for 'if' and 'else'.
last-938/src/alp/sls_alp_sim.cpp:277:8: style: The scope of the variable 'number_of_realizations_with_ALP_pred' can be reduced. [variableScope]
last-938/src/alp/sls_alp_sim.cpp:383:8: style: The scope of the variable 'number_of_realizations_with_killing_pred' can be reduced. [variableScope]
last-938/src/alp/sls_alp_sim.cpp:590:10: style: The scope of the variable 'sucess_flag' can be reduced. [variableScope]
last-938/src/alp/sls_alp_sim.cpp:2006:7: style: The scope of the variable 'i' can be reduced. [variableScope]
last-938/src/alp/sls_alp_sim.cpp:2302:12: style: The scope of the variable 'alp_number' can be reduced. [variableScope]
last-938/src/alp/sls_alp_sim.cpp:45:10: warning: Member variable 'alp_sim::m_GaplessAlpha' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp_sim.cpp:45:10: warning: Member variable 'alp_sim::m_GaplessAlphaError' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp_sim.cpp:45:10: warning: Member variable 'alp_sim::m_GaplessA' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp_sim.cpp:45:10: warning: Member variable 'alp_sim::m_GaplessAError' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp_sim.cpp:45:10: warning: Member variable 'alp_sim::m_G' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp_sim.cpp:45:10: warning: Member variable 'alp_sim::m_G1' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp_sim.cpp:45:10: warning: Member variable 'alp_sim::m_G2' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp_sim.hpp:102:8: performance: Technically the member function 'Sls::alp_sim::memory_release_for_get_minimal_simulation' can be static. [functionStatic]
last-938/src/alp/sls_alp_sim.cpp:2593:15: note: Technically the member function 'Sls::alp_sim::memory_release_for_get_minimal_simulation' can be static.
last-938/src/alp/sls_alp_sim.hpp:102:8: note: Technically the member function 'Sls::alp_sim::memory_release_for_get_minimal_simulation' can be static.
last-938/src/alp/sls_alp_sim.hpp:136:8: performance: Technically the member function 'Sls::alp_sim::calculate_C' can be static. [functionStatic]
last-938/src/alp/sls_alp_sim.cpp:3534:15: note: Technically the member function 'Sls::alp_sim::calculate_C' can be static.
last-938/src/alp/sls_alp_sim.hpp:136:8: note: Technically the member function 'Sls::alp_sim::calculate_C' can be static.
last-938/src/alp/sls_alp_sim.hpp:148:8: performance: Technically the member function 'Sls::alp_sim::memory_release_for_calculate_FSC' can be static. [functionStatic]
last-938/src/alp/sls_alp_sim.cpp:2773:15: note: Technically the member function 'Sls::alp_sim::memory_release_for_calculate_FSC' can be static.
last-938/src/alp/sls_alp_sim.hpp:148:8: note: Technically the member function 'Sls::alp_sim::memory_release_for_calculate_FSC' can be static.
last-938/src/alp/sls_alp_sim.hpp:206:8: performance: Technically the member function 'Sls::alp_sim::sigma_calculation' can be static. [functionStatic]
last-938/src/alp/sls_alp_sim.cpp:3493:15: note: Technically the member function 'Sls::alp_sim::sigma_calculation' can be static.
last-938/src/alp/sls_alp_sim.hpp:206:8: note: Technically the member function 'Sls::alp_sim::sigma_calculation' can be static.
last-938/src/alp/sls_alp_sim.hpp:354:8: style: Technically the member function 'Sls::alp_sim::memory_release_for_calculate_main_parameters2m' can be const. [functionConst]
last-938/src/alp/sls_alp_sim.cpp:1104:15: note: Technically the member function 'Sls::alp_sim::memory_release_for_calculate_main_parameters2m' can be const.
last-938/src/alp/sls_alp_sim.hpp:354:8: note: Technically the member function 'Sls::alp_sim::memory_release_for_calculate_main_parameters2m' can be const.
last-938/src/alp/sls_alp_sim.cpp:72:3: style: Class 'alp_sim' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
last-938/src/alp/sls_alp_sim.cpp:72:3: style: Class 'alp_sim' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
last-938/src/alp/sls_alp_sim.cpp:660:5: style: Exception should be caught by reference. [catchExceptionByValue]
last-938/src/alp/sls_fsa1.hpp:456:4: style: Variable 'd_layers1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_fsa1.hpp:451:4: note: Variable 'd_layers1' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1.hpp:456:4: note: Variable 'd_layers1' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1.hpp:478:4: style: Variable 'd_layers1_tmp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_fsa1.hpp:477:4: note: Variable 'd_layers1_tmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1.hpp:478:4: note: Variable 'd_layers1_tmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1.hpp:482:4: style: Variable 'd_layers2_tmp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_fsa1.hpp:481:4: note: Variable 'd_layers2_tmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1.hpp:482:4: note: Variable 'd_layers2_tmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1.hpp:510:4: style: Variable 'd_layers1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_fsa1.hpp:505:4: note: Variable 'd_layers1' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1.hpp:510:4: note: Variable 'd_layers1' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:1057:0: style: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_fsa1_utils.hpp:1056:0: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:1057:0: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:1114:0: style: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_fsa1_utils.hpp:1113:0: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:1114:0: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:1013:0: style: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_fsa1_utils.hpp:1011:0: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:1013:0: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:385:9: style: The scope of the variable 'i' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.hpp:90:3: warning: Member variable 'state_type::d_ALP_number' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:90:3: warning: Member variable 'state_type::d_IS1_general_simulation' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:90:3: warning: Member variable 'state_type::d_two_dim_layer_alignment_algorithm' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:90:3: warning: Member variable 'state_type::d_expanding_finished_flag' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:90:3: warning: Member variable 'state_type::d_seq1_length_after_expanding' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:90:3: warning: Member variable 'state_type::d_seq2_length_after_expanding' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:90:3: warning: Member variable 'state_type::d_M_after_expanding' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:129:3: warning: Member variable 'mult_states_type::d_number_of_ALP' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:129:3: warning: Member variable 'mult_states_type::d_total_calculation_time' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:129:3: warning: Member variable 'mult_states_type::d_average_ALP_pos1_mult_ALP_pos2' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:129:3: warning: Member variable 'mult_states_type::d_average_ALP_pos1' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:129:3: warning: Member variable 'mult_states_type::d_average_ALP_pos2' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:129:3: warning: Member variable 'mult_states_type::d_average_expanding_length1' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:129:3: warning: Member variable 'mult_states_type::d_average_expanding_length2' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:129:3: warning: Member variable 'mult_states_type::d_average_expanding_length1_mult_expanding_length2' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:129:3: warning: Member variable 'mult_states_type::d_total_number_of_ALP_cells' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:129:3: warning: Member variable 'mult_states_type::d_total_number_of_exp_cells' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:129:3: warning: Member variable 'mult_states_type::d_total_number_of_ALPs' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:508:4: performance: Variable 'd_null' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
last-938/src/alp/sls_fsa1.hpp:627:5: style: Technically the member function 'Sls::two_dim_layer::get_element' can be const. [functionConst]
last-938/src/alp/sls_fsa1.hpp:647:8: performance: Technically the member function 'Sls::two_dim_layer::auxiliary_function_for_set_element' can be static. [functionStatic]
last-938/src/alp/sls_fsa1_utils.hpp:725:0: style: Technically the member function 'Sls :: array_v < double >::get_elem' can be const. [functionConst]
last-938/src/alp/sls_fsa1.hpp:510:4: style: Class 'two_dim_layer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
last-938/src/alp/sls_fsa1.hpp:510:4: style: Class 'two_dim_layer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
last-938/src/alp/sls_fsa1.hpp:969:3: style: Class 'IS1_general_simulation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_fsa1_utils.hpp:657:0: style: Class 'Sls :: array_v < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_fsa1_utils.hpp:557:0: style: Class 'Sls :: array_positive < long >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_fsa1_utils.hpp:557:0: style: Class 'Sls :: array_positive < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_fsa1_utils.hpp:1061:3: style: Exception should be caught by reference. [catchExceptionByValue]
last-938/src/alp/sls_fsa1_utils.hpp:319:44: performance: Function parameter 'A_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_falp_alignment_evaluer.cpp:104:14: performance: Function parameter 'function_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_fsa1.cpp:6723:29: style: Public interface of test is not safe. When calling test::realization_number_into_set_number(), if parameter number_of_realizations_set_ is 0 that leads to division by zero. [unsafeClassDivZero]
last-938/src/alp/sls_fsa1.cpp:543:5: style: Condition 'test_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:542:17: note: Assignment 'test_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:543:5: note: Condition 'test_flag' is always false
last-938/src/alp/sls_fsa1.cpp:574:5: style: Condition 'test_out' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:571:16: note: Assignment 'test_out=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:574:5: note: Condition 'test_out' is always false
last-938/src/alp/sls_fsa1.cpp:892:5: style: Condition 'frame_output_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:773:25: note: Assignment 'frame_output_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:892:5: note: Condition 'frame_output_flag' is always false
last-938/src/alp/sls_fsa1.cpp:907:5: style: Condition 'frame_output_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:773:25: note: Assignment 'frame_output_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:907:5: note: Condition 'frame_output_flag' is always false
last-938/src/alp/sls_fsa1.cpp:3861:5: style: Condition 'add_fake_state_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:3848:27: note: Assignment 'add_fake_state_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:3861:5: note: Condition 'add_fake_state_flag' is always false
last-938/src/alp/sls_fsa1.cpp:4079:6: style: Condition 'futher_expanding' is always true [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:3831:24: note: Assignment 'futher_expanding=true', assigned value is 1
last-938/src/alp/sls_fsa1.cpp:4079:6: note: Condition 'futher_expanding' is always true
last-938/src/alp/sls_fsa1.cpp:4307:5: style: Condition 'add_fake_state_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:3848:27: note: Assignment 'add_fake_state_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:4307:5: note: Condition 'add_fake_state_flag' is always false
last-938/src/alp/sls_fsa1.cpp:4325:5: style: Condition 'add_fake_state_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:3848:27: note: Assignment 'add_fake_state_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:4325:5: note: Condition 'add_fake_state_flag' is always false
last-938/src/alp/sls_fsa1.cpp:4340:5: style: Condition 'add_fake_state_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:3848:27: note: Assignment 'add_fake_state_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:4340:5: note: Condition 'add_fake_state_flag' is always false
last-938/src/alp/sls_fsa1.cpp:4349:26: style: Condition 'choice_of_IS_weights==1' is always true [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:4289:32: note: Assignment 'choice_of_IS_weights=1', assigned value is 1
last-938/src/alp/sls_fsa1.cpp:4349:26: note: Condition 'choice_of_IS_weights==1' is always true
last-938/src/alp/sls_fsa1.cpp:4403:26: style: Condition 'choice_of_IS_weights==2' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:4289:32: note: Assignment 'choice_of_IS_weights=1', assigned value is 1
last-938/src/alp/sls_fsa1.cpp:4403:26: note: Condition 'choice_of_IS_weights==2' is always false
last-938/src/alp/sls_fsa1.cpp:4456:26: style: Condition 'choice_of_IS_weights==3' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:4289:32: note: Assignment 'choice_of_IS_weights=1', assigned value is 1
last-938/src/alp/sls_fsa1.cpp:4456:26: note: Condition 'choice_of_IS_weights==3' is always false
last-938/src/alp/sls_fsa1.cpp:4753:5: style: Condition 'lambda_output_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:3837:26: note: Assignment 'lambda_output_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:4753:5: note: Condition 'lambda_output_flag' is always false
last-938/src/alp/sls_fsa1.cpp:4798:5: style: Condition 'lambda_output_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:3837:26: note: Assignment 'lambda_output_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:4798:5: note: Condition 'lambda_output_flag' is always false
last-938/src/alp/sls_fsa1.cpp:5138:8: style: Condition 'test_output1' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:5133:23: note: Assignment 'test_output1=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:5138:8: note: Condition 'test_output1' is always false
last-938/src/alp/sls_fsa1.cpp:5519:47: style: Condition 'count_of_failed_relative_errors_max>0' is always true [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:5208:50: note: Assignment 'count_of_failed_relative_errors_max=3', assigned value is 3
last-938/src/alp/sls_fsa1.cpp:5519:47: note: Condition 'count_of_failed_relative_errors_max>0' is always true
last-938/src/alp/sls_fsa1.cpp:6410:5: style: Condition 'test_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:6391:17: note: Assignment 'test_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:6410:5: note: Condition 'test_flag' is always false
last-938/src/alp/sls_fsa1.cpp:6836:5: style: Condition 'output_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:6791:19: note: Assignment 'output_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:6836:5: note: Condition 'output_flag' is always false
last-938/src/alp/sls_fsa1.cpp:8165:5: style: Condition 'output_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:8118:19: note: Assignment 'output_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:8165:5: note: Condition 'output_flag' is always false
last-938/src/alp/sls_fsa1.cpp:9616:7: style: Condition 'test_FSC_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:9614:23: note: Assignment 'test_FSC_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:9616:7: note: Condition 'test_FSC_flag' is always false
last-938/src/alp/sls_fsa1.cpp:9653:7: style: Condition 'test_FSC_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:9614:23: note: Assignment 'test_FSC_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:9653:7: note: Condition 'test_FSC_flag' is always false
last-938/src/alp/sls_fsa1.cpp:6529:16: warning: Possible null pointer dereference: sequences1 [nullPointer]
last-938/src/alp/sls_fsa1.cpp:6407:24: note: Assignment 'sequences1=NULL', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:6529:16: note: Null pointer dereference
last-938/src/alp/sls_fsa1.cpp:6530:16: warning: Possible null pointer dereference: sequences2 [nullPointer]
last-938/src/alp/sls_fsa1.cpp:6408:24: note: Assignment 'sequences2=NULL', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:6530:16: note: Null pointer dereference
last-938/src/alp/sls_fsa1.cpp:354:34: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_fsa1.cpp:539:34: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_fsa1.cpp:10557:33: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_fsa1.cpp:10579:37: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_fsa1.cpp:3563:2: style: Variable 'two_dim_layer_alignment_algorithm_test' is reassigned a value before the old one has been used. [redundantAssignment]
last-938/src/alp/sls_fsa1.cpp:3559:0: note: Variable 'two_dim_layer_alignment_algorithm_test' is reassigned a value before the old one has been used.
last-938/src/alp/sls_fsa1.cpp:3563:2: note: Variable 'two_dim_layer_alignment_algorithm_test' is reassigned a value before the old one has been used.
last-938/src/alp/sls_fsa1.cpp:5724:5: style: Variable 'states_new1' is reassigned a value before the old one has been used. [redundantAssignment]
last-938/src/alp/sls_fsa1.cpp:5723:5: note: Variable 'states_new1' is reassigned a value before the old one has been used.
last-938/src/alp/sls_fsa1.cpp:5724:5: note: Variable 'states_new1' is reassigned a value before the old one has been used.
last-938/src/alp/sls_fsa1.cpp:6055:5: style: Variable 'states_new1' is reassigned a value before the old one has been used. [redundantAssignment]
last-938/src/alp/sls_fsa1.cpp:6054:0: note: Variable 'states_new1' is reassigned a value before the old one has been used.
last-938/src/alp/sls_fsa1.cpp:6055:5: note: Variable 'states_new1' is reassigned a value before the old one has been used.
last-938/src/alp/sls_fsa1.cpp:10208:2: style: Variable 'states_description_cs' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_fsa1.cpp:10202:0: note: Variable 'states_description_cs' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1.cpp:10208:2: note: Variable 'states_description_cs' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1.cpp:10214:2: style: Variable 'states_distr_cs' is reassigned a value before the old one has been used. [redundantAssignment]
last-938/src/alp/sls_fsa1.cpp:10203:0: note: Variable 'states_distr_cs' is reassigned a value before the old one has been used.
last-938/src/alp/sls_fsa1.cpp:10214:2: note: Variable 'states_distr_cs' is reassigned a value before the old one has been used.
last-938/src/alp/sls_fsa1.cpp:10896:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
last-938/src/alp/sls_fsa1.cpp:10900:3: note: Found duplicate branches for 'if' and 'else'.
last-938/src/alp/sls_fsa1.cpp:10896:3: note: Found duplicate branches for 'if' and 'else'.
last-938/src/alp/sls_fsa1.cpp:10931:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
last-938/src/alp/sls_fsa1.cpp:10935:3: note: Found duplicate branches for 'if' and 'else'.
last-938/src/alp/sls_fsa1.cpp:10931:3: note: Found duplicate branches for 'if' and 'else'.
last-938/src/alp/sls_fsa1.cpp:10948:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
last-938/src/alp/sls_fsa1.cpp:10952:3: note: Found duplicate branches for 'if' and 'else'.
last-938/src/alp/sls_fsa1.cpp:10948:3: note: Found duplicate branches for 'if' and 'else'.
last-938/src/alp/sls_fsa1.cpp:10964:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
last-938/src/alp/sls_fsa1.cpp:10968:3: note: Found duplicate branches for 'if' and 'else'.
last-938/src/alp/sls_fsa1.cpp:10964:3: note: Found duplicate branches for 'if' and 'else'.
last-938/src/alp/sls_fsa1.cpp:4349:26: style: Same expression on both sides of '==' because the value of 'choice_of_IS_weights' and '1' are the same. [duplicateExpression]
last-938/src/alp/sls_fsa1.cpp:4289:32: note: 'choice_of_IS_weights' is assigned value '1' here.
last-938/src/alp/sls_fsa1.cpp:4349:26: note: Same expression on both sides of '==' because the value of 'choice_of_IS_weights' and '1' are the same.
last-938/src/alp/sls_fsa1.cpp:11451:23: style: Same expression on both sides of '<' because the value of 'M_tmp' and 'd_M' are the same. [duplicateExpression]
last-938/src/alp/sls_fsa1.cpp:11378:18: note: 'M_tmp' is assigned value 'd_M' here.
last-938/src/alp/sls_fsa1.cpp:11451:23: note: Same expression on both sides of '<' because the value of 'M_tmp' and 'd_M' are the same.
last-938/src/alp/sls_fsa1.cpp:379:8: style: The scope of the variable 'i_div_3' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:1086:8: style: The scope of the variable 'dim1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:1227:8: style: The scope of the variable 'dim1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:1810:8: style: The scope of the variable 'code1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:1811:8: style: The scope of the variable 'code2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:2103:12: style: The scope of the variable 'q2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:2180:11: style: The scope of the variable 's1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:2356:12: style: The scope of the variable 'q2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:2432:11: style: The scope of the variable 's1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4100:10: style: The scope of the variable 'GaplessTimePortion' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4289:7: style: The scope of the variable 'choice_of_IS_weights' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4562:7: style: The scope of the variable 's' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4895:10: style: The scope of the variable 'fraction_of_ALP_opt' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4913:11: style: The scope of the variable 'time_for_one_realization_without_killing' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4918:12: style: The scope of the variable 'time_tmp00' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4922:12: style: The scope of the variable 'ending_time_tmp2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4923:10: style: The scope of the variable 'stopped_by_ending_time_flag_tmp2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4924:10: style: The scope of the variable 'number_of_realizations_with_ending_time_tmp2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4925:12: style: The scope of the variable 'ending_time_to_test_logarithmic_regime2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4927:10: style: The scope of the variable 'inside_simulation_flag' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4928:10: style: The scope of the variable 'save_states_flag' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4931:10: style: The scope of the variable 'futher_expanding_test' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4936:10: style: The scope of the variable 'number_of_sets_test' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:5190:12: style: The scope of the variable 'X1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:5191:12: style: The scope of the variable 'X2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:5192:12: style: The scope of the variable 'X1_X2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:5194:12: style: The scope of the variable 'time_cell_ALP' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6396:7: style: The scope of the variable 'number_of_letters1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6397:7: style: The scope of the variable 'number_of_letters2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6399:8: style: The scope of the variable 'alphabet1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6400:8: style: The scope of the variable 'alphabet2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6402:7: style: The scope of the variable 'number_of_sequences' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6404:10: style: The scope of the variable 'headers' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6405:12: style: The scope of the variable 'lengths1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6406:12: style: The scope of the variable 'lengths2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6756:10: style: The scope of the variable 'lambda_out_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6757:10: style: The scope of the variable 'lambda_out_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6758:10: style: The scope of the variable 'C_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6759:10: style: The scope of the variable 'C_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6761:10: style: The scope of the variable 'a_I_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6762:10: style: The scope of the variable 'a_I_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6763:10: style: The scope of the variable 'a_J_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6764:10: style: The scope of the variable 'a_J_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6765:10: style: The scope of the variable 'sigma_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6766:10: style: The scope of the variable 'sigma_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6767:10: style: The scope of the variable 'alpha_I_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6768:10: style: The scope of the variable 'alpha_I_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6769:10: style: The scope of the variable 'alpha_J_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6770:10: style: The scope of the variable 'alpha_J_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6772:10: style: The scope of the variable 'K_C_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6773:10: style: The scope of the variable 'K_C_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7944:10: style: The scope of the variable 'lambda_out_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7945:10: style: The scope of the variable 'lambda_out_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7946:10: style: The scope of the variable 'C_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7947:10: style: The scope of the variable 'C_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7949:10: style: The scope of the variable 'a_I_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7950:10: style: The scope of the variable 'a_I_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7951:10: style: The scope of the variable 'a_J_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7952:10: style: The scope of the variable 'a_J_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7953:10: style: The scope of the variable 'sigma_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7954:10: style: The scope of the variable 'sigma_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7955:10: style: The scope of the variable 'alpha_I_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7956:10: style: The scope of the variable 'alpha_I_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7957:10: style: The scope of the variable 'alpha_J_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7958:10: style: The scope of the variable 'alpha_J_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7960:10: style: The scope of the variable 'K_C_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7961:10: style: The scope of the variable 'K_C_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:9012:9: style: The scope of the variable 'time2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:10845:12: style: The scope of the variable 'alphabet_letters_number1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:10847:12: style: The scope of the variable 'open1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:10848:12: style: The scope of the variable 'open2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:10850:12: style: The scope of the variable 'epen1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:10851:12: style: The scope of the variable 'epen2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:10853:12: style: The scope of the variable 'gamma' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:10856:13: style: The scope of the variable 'seq1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:10857:13: style: The scope of the variable 'seq2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:10859:13: style: The scope of the variable 'codon_AA' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:10861:8: style: The scope of the variable 'insertions_after_deletions' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:10878:7: style: The scope of the variable 'codon_length' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:1659:10: style: Variable 'depth1' is assigned a value that is never used. [unreadVariable]
last-938/src/alp/sls_fsa1.cpp:1660:10: style: Variable 'depth2' is assigned a value that is never used. [unreadVariable]
last-938/src/alp/sls_fsa1.cpp:10729:12: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
last-938/src/alp/sls_fsa1.cpp:46:6: warning: Member variable 'FSA::d_max_time' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.cpp:46:6: warning: Member variable 'FSA::d_max_mem' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.cpp:46:6: warning: Member variable 'FSA::d_memory_size_in_MB' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.cpp:1525:25: warning: Member variable 'IS1_general_simulation::d_W1_seq1_current_length' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.cpp:1525:25: warning: Member variable 'IS1_general_simulation::d_W1_seq2_current_length' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:1146:8: performance: Technically the member function 'Sls::test::input_data_for_the_constructor' can be static. [functionStatic]
last-938/src/alp/sls_fsa1.cpp:3666:12: note: Technically the member function 'Sls::test::input_data_for_the_constructor' can be static.
last-938/src/alp/sls_fsa1.hpp:1146:8: note: Technically the member function 'Sls::test::input_data_for_the_constructor' can be static.
last-938/src/alp/sls_fsa1.cpp:198:3: style: Class 'FSA' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
last-938/src/alp/sls_fsa1.cpp:198:3: style: Class 'FSA' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
last-938/src/alp/sls_fsa1.cpp:949:2: style: Class 'IS1_general' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
last-938/src/alp/sls_fsa1.cpp:949:2: style: Class 'IS1_general' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
last-938/src/alp/sls_fsa1.cpp:1623:2: style: Class 'IS1_general_simulation' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
last-938/src/alp/sls_fsa1.cpp:1623:2: style: Class 'IS1_general_simulation' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
last-938/src/alp/sls_fsa1.cpp:5053:5: style: Exception should be caught by reference. [catchExceptionByValue]
last-938/src/alp/sls_fsa1.cpp:784:0: error: Memory leak: freqs_from_frames [memleak]
last-938/src/alp/sls_fsa1.cpp:6942:0: error: Memory leak: diff [memleak]
last-938/src/alp/sls_fsa1.cpp:6942:0: error: Memory leak: diff_errors [memleak]
last-938/src/alp/sls_fsa1.cpp:6942:0: error: Memory leak: distance_along_direction_1 [memleak]
last-938/src/alp/sls_fsa1.cpp:6942:0: error: Memory leak: distance_along_direction_2 [memleak]
last-938/src/alp/sls_fsa1.cpp:6942:0: error: Memory leak: ALP_weight [memleak]
last-938/src/alp/sls_fsa1.cpp:6942:0: error: Memory leak: ALP_edge_max [memleak]
last-938/src/alp/sls_fsa1.cpp:6942:0: error: Memory leak: sum_of_weights [memleak]
last-938/src/alp/sls_fsa1.cpp:6942:0: error: Memory leak: sum_of_weights_error [memleak]
last-938/src/alp/sls_fsa1.cpp:49:8: performance: Function parameter 'alignment_type_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_fsa1.cpp:3773:8: performance: Function parameter 'smatr_file_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_fsa1.cpp:3774:8: performance: Function parameter 'RR1_file_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_fsa1.cpp:3775:8: performance: Function parameter 'RR2_file_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_fsa1.cpp:3776:8: performance: Function parameter 'DNA_codon_table_file_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_fsa1_parameters.cpp:1015:6: style: Condition 'calculate_C_S_constant_flag' is always true [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1_parameters.cpp:1014:36: note: Assignment 'calculate_C_S_constant_flag=true', assigned value is 1
last-938/src/alp/sls_fsa1_parameters.cpp:1015:6: note: Condition 'calculate_C_S_constant_flag' is always true
last-938/src/alp/sls_fsa1_parameters.cpp:1727:6: style: Condition 'append_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1_parameters.cpp:1722:19: note: Assignment 'append_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1_parameters.cpp:1727:6: note: Condition 'append_flag' is always false
last-938/src/alp/sls_fsa1_parameters.cpp:1740:6: style: Condition '!append_flag' is always true [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1_parameters.cpp:1722:19: note: Assignment 'append_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1_parameters.cpp:1740:6: note: Condition '!append_flag' is always true
last-938/src/alp/sls_fsa1_utils.hpp:1013:4: style: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_fsa1_utils.hpp:1011:19: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:1013:4: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:1057:4: style: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_fsa1_utils.hpp:1056:19: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:1057:4: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:1114:4: style: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_fsa1_utils.hpp:1113:19: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:1114:4: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:725:5: style: Technically the member function 'Sls::array_v::get_elem' can be const. [functionConst]
last-938/src/alp/sls_fsa1_utils.hpp:557:3: style: Class 'array_positive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_fsa1_utils.hpp:657:3: style: Class 'array_v' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_fsa1_parameters.cpp:305:2: style: Exception should be caught by reference. [catchExceptionByValue]
last-938/src/alp/sls_fsa1_parameters.cpp:673:2: style: Exception should be caught by reference. [catchExceptionByValue]
last-938/src/alp/sls_fsa1_parameters.cpp:1560:2: style: Exception should be caught by reference. [catchExceptionByValue]
last-938/src/alp/sls_fsa1_pvalues.cpp:159:5: style: Condition 'blast_' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1_pvalues.cpp:113:9: note: Assignment 'blast_=false', assigned value is 0
last-938/src/alp/sls_fsa1_pvalues.cpp:159:5: note: Condition 'blast_' is always false
last-938/src/alp/sls_fsa1_pvalues.cpp:305:5: style: Condition '!blast_' is always true [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1_pvalues.cpp:113:9: note: Assignment 'blast_=false', assigned value is 0
last-938/src/alp/sls_fsa1_pvalues.cpp:305:5: note: Condition '!blast_' is always true
last-938/src/alp/sls_fsa1_pvalues.cpp:413:5: style: Condition 'blast_' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1_pvalues.cpp:384:9: note: Assignment 'blast_=false', assigned value is 0
last-938/src/alp/sls_fsa1_pvalues.cpp:413:5: note: Condition 'blast_' is always false
last-938/src/alp/sls_fsa1_pvalues.cpp:509:5: style: Condition '!blast_' is always true [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1_pvalues.cpp:384:9: note: Assignment 'blast_=false', assigned value is 0
last-938/src/alp/sls_fsa1_pvalues.cpp:509:5: note: Condition '!blast_' is always true
last-938/src/alp/sls_fsa1_pvalues.cpp:856:10: style: The scope of the variable 'P_tmp' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1_pvalues.cpp:856:16: style: The scope of the variable 'E_tmp' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1_utils.cpp:932:15: style: Condition 'AA_length!=1' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1_utils.cpp:931:13: note: Assignment 'AA_length=1', assigned value is 1
last-938/src/alp/sls_fsa1_utils.cpp:932:15: note: Condition 'AA_length!=1' is always false
last-938/src/alp/sls_fsa1_utils.cpp:479:4: style: Variable 'zero_flag_RR1' is assigned a value that is never used. [unreadVariable]
last-938/src/alp/sls_fsa1_utils.cpp:499:4: style: Variable 'zero_flag_RR2' is assigned a value that is never used. [unreadVariable]
last-938/src/alp/sls_fsa1_utils.cpp:481:4: style: Variable 'old1_numbering_to_the_new1' is assigned a value that is never used. [unreadVariable]
last-938/src/alp/sls_fsa1_utils.cpp:2042:0: error: Memory leak: letter_to_int1 [memleak]
last-938/src/alp/sls_fsa1_utils.cpp:2042:0: error: Memory leak: letter_to_int2 [memleak]
last-938/src/alp/sls_fsa1_utils.cpp:44:8: performance: Function parameter 'RR_file_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_fsa1_utils.cpp:1854:41: performance: Function parameter 'A_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_pvalues.cpp:113:5: style: Condition 'blast_' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_pvalues.cpp:67:9: note: Assignment 'blast_=false', assigned value is 0
last-938/src/alp/sls_pvalues.cpp:113:5: note: Condition 'blast_' is always false
last-938/src/alp/sls_pvalues.cpp:257:5: style: Condition '!blast_' is always true [knownConditionTrueFalse]
last-938/src/alp/sls_pvalues.cpp:67:9: note: Assignment 'blast_=false', assigned value is 0
last-938/src/alp/sls_pvalues.cpp:257:5: note: Condition '!blast_' is always true
last-938/src/alp/sls_pvalues.cpp:411:5: style: Condition 'blast_' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_pvalues.cpp:383:9: note: Assignment 'blast_=false', assigned value is 0
last-938/src/alp/sls_pvalues.cpp:411:5: note: Condition 'blast_' is always false
last-938/src/alp/sls_pvalues.cpp:510:5: style: Condition '!blast_' is always true [knownConditionTrueFalse]
last-938/src/alp/sls_pvalues.cpp:383:9: note: Assignment 'blast_=false', assigned value is 0
last-938/src/alp/sls_pvalues.cpp:510:5: note: Condition '!blast_' is always true
last-938/src/alp/sls_pvalues.cpp:864:10: style: The scope of the variable 'P_tmp' can be reduced. [variableScope]
last-938/src/alp/sls_pvalues.cpp:864:16: style: The scope of the variable 'E_tmp' can be reduced. [variableScope]
last-938/src/last-merge-batches.c:83:0: error: Memory leak: files [memleak]
last-938/src/last-pair-probs.cc:140:12: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
last-938/src/last-pair-probs.cc:141:12: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
last-938/src/last-pair-probs.cc:610:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
last-938/src/split/cbrc_unsplit_alignment.hh:33:5: warning: Member variable 'UnsplitAlignment::qname' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_unsplit_alignment.hh:33:5: warning: Member variable 'UnsplitAlignment::qstart' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_unsplit_alignment.hh:33:5: warning: Member variable 'UnsplitAlignment::qend' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_unsplit_alignment.hh:33:5: warning: Member variable 'UnsplitAlignment::qstrand' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_unsplit_alignment.hh:33:5: warning: Member variable 'UnsplitAlignment::rstart' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_unsplit_alignment.hh:33:5: warning: Member variable 'UnsplitAlignment::rend' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_unsplit_alignment.hh:33:5: warning: Member variable 'UnsplitAlignment::rname' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_unsplit_alignment.hh:33:5: warning: Member variable 'UnsplitAlignment::ralign' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_unsplit_alignment.hh:33:5: warning: Member variable 'UnsplitAlignment::qalign' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_unsplit_alignment.hh:33:5: warning: Member variable 'UnsplitAlignment::qQual' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_int_exponentiator.hh:15:1: style: The class 'IntExponentiator' does not have a constructor although it has private member variables. [noConstructor]
last-938/src/split/cbrc_split_aligner.hh:24:5: warning: Member variable 'SplitAligner::maxMatchScore' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_split_aligner.hh:24:5: warning: Member variable 'SplitAligner::numAlns' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_split_aligner.hh:24:5: warning: Member variable 'SplitAligner::minBeg' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_split_aligner.hh:24:5: warning: Member variable 'SplitAligner::maxEnd' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_split_aligner.hh:24:5: warning: Member variable 'SplitAligner::maxSpliceBegEndScore' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_split_aligner.hh:24:5: warning: Member variable 'SplitAligner::spliceBegScores' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_split_aligner.hh:24:5: warning: Member variable 'SplitAligner::spliceEndScores' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_split_aligner.hh:24:5: warning: Member variable 'SplitAligner::spliceBegProbs' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_split_aligner.hh:24:5: warning: Member variable 'SplitAligner::spliceEndProbs' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_split_aligner.cc:815:3: style: Struct 'RnameAndStrandLess' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/split/cbrc_unsplit_alignment.cc:101:17: style: The scope of the variable 'd' can be reduced. [variableScope]
last-938/src/split/cbrc_unsplit_alignment.cc:101:21: style: The scope of the variable 'e' can be reduced. [variableScope]
last-938/src/split/cbrc_unsplit_alignment.cc:174:17: style: The scope of the variable 'd' can be reduced. [variableScope]
last-938/src/split/cbrc_unsplit_alignment.cc:174:21: style: The scope of the variable 'e' can be reduced. [variableScope]
last-938/src/split/cbrc_unsplit_alignment.cc:227:21: style: The scope of the variable 'e' can be reduced. [variableScope]
last-938/src/split/cbrc_unsplit_alignment.cc:227:25: style: The scope of the variable 'f' can be reduced. [variableScope]
last-938/src/split/cbrc_unsplit_alignment.cc:91:17: style: Technically the member function 'cbrc::Complement::operator()' can be const. [functionConst]
last-938/src/tantan.cc:72:3: warning: Member variable 'Tantan::backgroundProb' is not initialized in the constructor. [uninitMemberVar]
last-938/src/tantan.cc:262:8: style: Technically the member function 'tantan::Tantan::addEndCounts' can be const. [functionConst]
[02:20]
ftp://ftp.se.debian.org/debian/pool/main/l/lastfm/lastfm_1.5.4.27091+dfsg1.orig.tar.gz
lastfm-1.5.4.27091+dfsg1/src/AudioController.cpp:451:56: style: Function 'onInputStateChanged' argument 1 names different: declaration 'state' definition 'newState'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/AudioController.h:222:42: note: Function 'onInputStateChanged' argument 1 names different: declaration 'state' definition 'newState'.
lastfm-1.5.4.27091+dfsg1/src/AudioController.cpp:451:56: note: Function 'onInputStateChanged' argument 1 names different: declaration 'state' definition 'newState'.
lastfm-1.5.4.27091+dfsg1/src/AudioController.cpp:490:45: style: Function 'setState' argument 1 names different: declaration 'state' definition 'newState'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/AudioController.h:223:31: note: Function 'setState' argument 1 names different: declaration 'state' definition 'newState'.
lastfm-1.5.4.27091+dfsg1/src/AudioController.cpp:490:45: note: Function 'setState' argument 1 names different: declaration 'state' definition 'newState'.
lastfm-1.5.4.27091+dfsg1/src/AudioController.cpp:593:36: style: Function 'play' argument 1 names different: declaration 'trackUrl' definition 'url'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/AudioController.h:295:28: note: Function 'play' argument 1 names different: declaration 'trackUrl' definition 'url'.
lastfm-1.5.4.27091+dfsg1/src/AudioController.cpp:593:36: note: Function 'play' argument 1 names different: declaration 'trackUrl' definition 'url'.
lastfm-1.5.4.27091+dfsg1/src/AudioController.cpp:901:39: style: Function 'setState' argument 1 names different: declaration 'state' definition 'newState'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/AudioController.h:393:31: note: Function 'setState' argument 1 names different: declaration 'state' definition 'newState'.
lastfm-1.5.4.27091+dfsg1/src/AudioController.cpp:901:39: note: Function 'setState' argument 1 names different: declaration 'state' definition 'newState'.
lastfm-1.5.4.27091+dfsg1/src/AudioController.cpp:69:24: warning: Member variable 'AudioControllerThread::m_handler' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/AudioController.cpp:69:24: warning: Member variable 'AudioControllerThread::m_timer' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::device' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::mode' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::state' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::doConvertBuffer' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::deInterleave' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::doByteSwap' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::sampleRate' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::bufferSize' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::nBuffers' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::nUserChannels' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::nDeviceChannels' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::userFormat' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::deviceFormat' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::convertInfo' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:238:5: warning: Member variable 'RtApiDevice::hasDuplexSupport' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/exceptions.h:44:5: style: Class 'LastFmException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/exceptions.h:73:5: style: Class 'ConnectionException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/exceptions.h:82:5: style: Class 'NetworkException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/exceptions.h:91:5: style: Class 'BadClientException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/exceptions.h:100:5: style: Class 'ParseException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/exceptions.h:109:5: style: Class 'BadCommandException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/exceptions.h:118:5: style: Class 'RadioException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/XspfResolver.h:48:13: style: Class 'ParseException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/AudioController.h:128:5: style: Class 'AudioControllerThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/AudioController.h:113:9: style: Class 'VolumeEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/AudioController.h:242:5: style: Class 'AudioControllerEventHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Radio.h:71:5: style: Class 'Radio' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:363:3: style: Class 'RtAudio' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:40:22: style: The function 'initAudio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:42:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:40:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:42:23: style: The function 'volume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:45:23: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:42:23: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:44:22: style: The function 'pause' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:48:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:44:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:46:22: style: The function 'resume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:51:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:46:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:48:22: style: The function 'isActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:80:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:48:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:49:22: style: The function 'needsData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:57:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:49:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:50:22: style: The function 'hasData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:54:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:50:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:52:22: style: The function 'processData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:61:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:52:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:54:21: style: The function 'soundSystems' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:64:29: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:54:21: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:55:21: style: The function 'devices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:67:29: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:55:21: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:56:14: style: The function 'setDevice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:71:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:56:14: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:64:13: style: The function 'bufferSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:77:21: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:64:13: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:66:14: style: The function 'setBufferCapacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:74:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:66:14: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:69:14: style: The function 'clearBuffers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:84:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:69:14: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:71:14: style: The function 'startPlayback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:87:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:71:14: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:72:14: style: The function 'stopPlayback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:90:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:72:14: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:74:14: style: The function 'setVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:93:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:74:14: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:77:14: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:96:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:77:14: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/Bootstrapper/ITunesDevice/itunesdevice.h:47:9: style: Member variable 'ITunesDevice::m_totalSize' is in the wrong place in the initializer list. [initializerList]
lastfm-1.5.4.27091+dfsg1/src/Bootstrapper/ITunesDevice/itunesdevice.cpp:154:7: note: Member variable 'ITunesDevice::m_totalSize' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/Bootstrapper/ITunesDevice/itunesdevice.h:47:9: note: Member variable 'ITunesDevice::m_totalSize' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/Bootstrapper/PluginBootstrapper.h:34:10: style: The function 'bootStrap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/Bootstrapper/AbstractBootstrapper.h:48:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/Bootstrapper/PluginBootstrapper.h:34:10: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/Bootstrapper/iTunesBootstrapper.h:32:5: style: Class 'iTunesBootstrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Bootstrapper/iTunesBootstrapper.h:34:10: style: The function 'bootStrap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/Bootstrapper/AbstractBootstrapper.h:48:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/Bootstrapper/iTunesBootstrapper.h:34:10: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/Cleaner/Cleaner.cpp:32:38: style: Function 'Cleaner' argument 1 names different: declaration 'argv' definition 'args'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/Cleaner/Cleaner.h:44:33: note: Function 'Cleaner' argument 1 names different: declaration 'argv' definition 'args'.
lastfm-1.5.4.27091+dfsg1/src/Cleaner/Cleaner.cpp:32:38: note: Function 'Cleaner' argument 1 names different: declaration 'argv' definition 'args'.
lastfm-1.5.4.27091+dfsg1/src/Cleaner/Cleaner.h:52:5: performance: Technically the member function 'Cleaner::cleanRegistry' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/Cleaner/Cleaner.cpp:46:10: note: Technically the member function 'Cleaner::cleanRegistry' can be static.
lastfm-1.5.4.27091+dfsg1/src/Cleaner/Cleaner.h:52:5: note: Technically the member function 'Cleaner::cleanRegistry' can be static.
lastfm-1.5.4.27091+dfsg1/src/Cleaner/Cleaner.h:55:5: performance: Technically the member function 'Cleaner::cleanFiles' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/Cleaner/Cleaner.cpp:54:10: note: Technically the member function 'Cleaner::cleanFiles' can be static.
lastfm-1.5.4.27091+dfsg1/src/Cleaner/Cleaner.h:55:5: note: Technically the member function 'Cleaner::cleanFiles' can be static.
lastfm-1.5.4.27091+dfsg1/src/Cleaner/Cleaner.h:44:5: style: Class 'Cleaner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/CrashReporter/CrashReporter.cpp:37:50: style: Function 'CrashReporter' argument 1 names different: declaration 'argv' definition 'args'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/CrashReporter/CrashReporter.h:36:39: note: Function 'CrashReporter' argument 1 names different: declaration 'argv' definition 'args'.
lastfm-1.5.4.27091+dfsg1/src/CrashReporter/CrashReporter.cpp:37:50: note: Function 'CrashReporter' argument 1 names different: declaration 'argv' definition 'args'.
lastfm-1.5.4.27091+dfsg1/src/CrashReporter/CrashReporter.h:36:5: style: Class 'CrashReporter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/lastfmapplication.h:239:47: style: C-style pointer casting [cstyleCast]
lastfm-1.5.4.27091+dfsg1/src/DiagnosticsDialog.cpp:266:94: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/Track.h:47:5: style: Technically the member function 'Track::operator==' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/RedirectHttp.h:39:9: style: Class 'RedirectHttp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/CachedHttp.h:49:9: style: Class 'CachedHttp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/TrackInfo.h:69:9: style: Class 'TrackInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:151:5: style: Class 'ScrobblerManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:224:5: style: Class 'ScrobblerHandshakeRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:247:5: style: Class 'ScrobblerPostRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:267:5: style: Class 'ScrobblerNowPlayingRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/DiagnosticsDialog.h:38:5: style: Class 'DiagnosticsDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.h:113:5: style: Class 'LastFmUserSettings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.h:385:5: style: Class 'CurrentUserSettings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter2.h:54:9: style: Class 'Fingerprinter2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:221:18: style: The function 'request' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:205:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:221:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:244:18: style: The function 'request' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:205:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:244:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:264:18: style: The function 'request' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:244:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:264:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter2.h:66:34: performance: Function parameter 'track' should be passed by const reference. [passedByValue]
lastfm-1.5.4.27091+dfsg1/src/DiagnosticsDialog.cpp:347:60: performance: Function parameter 'track' should be passed by const reference. [passedByValue]
lastfm-1.5.4.27091+dfsg1/src/DiagnosticsDialog.cpp:355:52: performance: Function parameter 'track' should be passed by const reference. [passedByValue]
lastfm-1.5.4.27091+dfsg1/src/ITunesPluginInstaller.h:38:10: style: Technically the member function 'ITunesPluginInstaller::uninstall' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/ITunesPluginInstaller.cpp:262:24: note: Technically the member function 'ITunesPluginInstaller::uninstall' can be const.
lastfm-1.5.4.27091+dfsg1/src/ITunesPluginInstaller.h:38:10: note: Technically the member function 'ITunesPluginInstaller::uninstall' can be const.
lastfm-1.5.4.27091+dfsg1/src/ITunesPluginInstaller.h:45:13: performance: Technically the member function 'ITunesPluginInstaller::pListVersion' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/ITunesPluginInstaller.cpp:106:24: note: Technically the member function 'ITunesPluginInstaller::pListVersion' can be static.
lastfm-1.5.4.27091+dfsg1/src/ITunesPluginInstaller.h:45:13: note: Technically the member function 'ITunesPluginInstaller::pListVersion' can be static.
lastfm-1.5.4.27091+dfsg1/src/ITunesPluginInstaller.h:51:10: performance: Technically the member function 'ITunesPluginInstaller::disableLegacyHelperApp' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/ITunesPluginInstaller.cpp:211:24: note: Technically the member function 'ITunesPluginInstaller::disableLegacyHelperApp' can be static.
lastfm-1.5.4.27091+dfsg1/src/ITunesPluginInstaller.h:51:10: note: Technically the member function 'ITunesPluginInstaller::disableLegacyHelperApp' can be static.
lastfm-1.5.4.27091+dfsg1/src/MediaDeviceScrobbler.cpp:225:16: style: The scope of the variable 'desiredwidth' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/MetaDataWidget.h:150:10: style: C-style pointer casting [cstyleCast]
lastfm-1.5.4.27091+dfsg1/src/MetaDataWidget.cpp:72:5: performance: Variable 'm_urlBase' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lastfm-1.5.4.27091+dfsg1/src/MetaDataWidget.h:56:9: style: Class 'MetaDataWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/MetaDataWidget.h:143:5: style: Class 'MetaDataScrollArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/SpinnerLabel.h:48:5: style: Class 'SpinnerLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/playercommands.h:58:5: warning: Member variable 'CPlayerCommand::mCmd' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/playerconnection.h:49:5: style: Class 'CPlayerConnection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/playerlistener.h:88:5: style: Class 'CPlayerListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/RestStateMessage.h:38:5: style: Class 'RestStateMessage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:40:5: warning: Member variable 'CComponentInfo::mSize' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:40:5: warning: Member variable 'CPluginInfo::m_BootstrapType' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:46:13: style: Technically the member function 'CComponentInfo::GetName' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:47:13: style: Technically the member function 'CComponentInfo::GetPath' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:50:13: style: Technically the member function 'CComponentInfo::GetDownloadURL' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:51:18: style: Technically the member function 'CComponentInfo::GetSize' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:54:13: style: Technically the member function 'CComponentInfo::GetVersion' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:56:13: style: Technically the member function 'CComponentInfo::GetInstallArgs' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:56:13: style: Technically the member function 'CPluginInfo::GetId' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:57:13: style: Technically the member function 'CPluginInfo::GetPlayerName' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:58:13: style: Technically the member function 'CPluginInfo::GetPlayerPath' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:62:13: style: Technically the member function 'CPluginInfo::GetPlayerVerMin' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:63:13: style: Technically the member function 'CPluginInfo::GetPlayerVerMax' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:64:19: style: Technically the member function 'CPluginInfo::GetBootstrapType' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/RestStateWidget.h:39:5: style: Class 'RestStateWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/wizardloginpage.h:34:5: style: Class 'WizardLoginPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/wizardselectpluginpage.h:42:5: style: Class 'WizardSelectPluginPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/WizardTwiddlyBootstrapPage.h:33:5: style: Class 'WizardTwiddlyBootstrapPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/autoupdater.h:48:5: style: Class 'CAutoUpdater' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/simplewizard_mac.h:49:5: style: The function 'switchPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/simplewizard.h:60:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/simplewizard_mac.h:49:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:61:21: style: The function 'GetInstallPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:55:21: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:61:21: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:85:18: style: The function 'IsInstalled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:81:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:85:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:86:18: style: The function 'IsVersionNewer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:82:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:86:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:87:18: style: The function 'IsRunning' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:83:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:87:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:96:5: style: The function 'Clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:90:5: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:96:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:103:5: style: The function 'KillProcess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:96:5: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:103:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:106:5: style: The function 'ExecuteProcess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:99:5: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:106:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/appinfo.h:37:18: style: The function 'IsInstalled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:81:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/appinfo.h:37:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/appinfo.h:38:18: style: The function 'IsVersionNewer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:82:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/appinfo.h:38:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/appinfo.h:39:18: style: The function 'IsRunning' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:83:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/appinfo.h:39:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/configwizard.h:77:5: style: The function 'createPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/simplewizard.h:58:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/configwizard.h:77:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/configwizard.h:81:5: style: The function 'headerForPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/simplewizard_mac.h:54:5: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/configwizard.h:81:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/configwizard.h:96:5: style: The function 'backButtonClicked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/simplewizard.h:66:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/configwizard.h:96:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/configwizard.h:99:5: style: The function 'nextButtonClicked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/simplewizard.h:67:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/configwizard.h:99:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.1.h:51:9: style: Class 'ScrobblerSubmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:83:9: style: Condition '!scrobbler' is always true [knownConditionTrueFalse]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:81:17: note: Assignment 'scrobbler=0', assigned value is 0
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:83:9: note: Condition '!scrobbler' is always true
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:183:28: style: C-style pointer casting [cstyleCast]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:482:27: style: C-style pointer casting [cstyleCast]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:608:33: style: C-style pointer casting [cstyleCast]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:672:48: style: C-style pointer casting [cstyleCast]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:179:38: style: Function 'onInvalidated' argument 1 names different: declaration 'errorcode' definition 'code'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:177:29: note: Function 'onInvalidated' argument 1 names different: declaration 'errorcode' definition 'code'.
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:179:38: note: Function 'onInvalidated' argument 1 names different: declaration 'errorcode' definition 'code'.
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:442:5: performance: Variable 'm_hard_failures' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:442:23: performance: Variable 'm_scrobbled' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:443:5: performance: Variable 'm_init' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:205:18: warning: Call of pure virtual function 'request' in constructor. [pureVirtualCall]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:730:53: note: Call of pure virtual function 'request' in constructor.
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:205:18: note: Call of pure virtual function 'request' in constructor.
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:264:18: warning: Virtual function 'request' is called from constructor 'ScrobblerNowPlayingRequest(QObject*)' at line 839. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:839:47: note: Calling request
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:264:18: note: request is a virtual method
lastfm-1.5.4.27091+dfsg1/src/ShareDialog.cpp:82:49: style: Function 'onRecipientChanged' argument 1 names different: declaration 'recpipient' definition 'recipient'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/ShareDialog.h:47:45: note: Function 'onRecipientChanged' argument 1 names different: declaration 'recpipient' definition 'recipient'.
lastfm-1.5.4.27091+dfsg1/src/ShareDialog.cpp:82:49: note: Function 'onRecipientChanged' argument 1 names different: declaration 'recpipient' definition 'recipient'.
lastfm-1.5.4.27091+dfsg1/src/ShareDialog.h:52:18: warning: Virtual function 'accept' is called from constructor 'ShareDialog(QWidget*parent)' at line 40. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/ShareDialog.cpp:40:56: note: Calling accept
lastfm-1.5.4.27091+dfsg1/src/ShareDialog.h:52:18: note: accept is a virtual method
lastfm-1.5.4.27091+dfsg1/src/ShareDialog.h:35:5: style: Class 'ShareDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/SideBarDelegate.cpp:109:10: style: The scope of the variable 'has_children' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/SideBarDelegate.cpp:32:83: style: Function 'sizeHint' argument 2 names different: declaration 'index' definition 'i'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/SideBarDelegate.h:36:73: note: Function 'sizeHint' argument 2 names different: declaration 'index' definition 'i'.
lastfm-1.5.4.27091+dfsg1/src/SideBarDelegate.cpp:32:83: note: Function 'sizeHint' argument 2 names different: declaration 'index' definition 'i'.
lastfm-1.5.4.27091+dfsg1/src/SideBarDelegate.h:29:1: style: The class 'SideBarDelegate' does not have a constructor although it has private member variables. [noConstructor]
lastfm-1.5.4.27091+dfsg1/src/SideBarModel.cpp:291:42: style: Function 'parent' argument 1 names different: declaration 'index' definition 'i'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/SideBarModel.h:135:43: note: Function 'parent' argument 1 names different: declaration 'index' definition 'i'.
lastfm-1.5.4.27091+dfsg1/src/SideBarModel.cpp:291:42: note: Function 'parent' argument 1 names different: declaration 'index' definition 'i'.
lastfm-1.5.4.27091+dfsg1/src/SideBarModel.cpp:45:5: performance: Variable 'm_change_station_text' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lastfm-1.5.4.27091+dfsg1/src/SideBarToolTipLabel.h:30:5: style: Class 'ToolTipLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/SideBarRevealPopup.h:30:5: style: Class 'RevealPopup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/SideBarView.cpp:1098:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lastfm-1.5.4.27091+dfsg1/src/SideBarView.cpp:166:30: style: Function 'onAppEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/SideBarView.h:52:30: note: Function 'onAppEvent' argument 1 names different: declaration 'event' definition 'e'.
lastfm-1.5.4.27091+dfsg1/src/SideBarView.cpp:166:30: note: Function 'onAppEvent' argument 1 names different: declaration 'event' definition 'e'.
lastfm-1.5.4.27091+dfsg1/src/SideBarView.cpp:914:92: style: Function 'dragDropHandlerPrivate' argument 3 names different: declaration 'status_message' definition 'status'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/SideBarView.h:79:80: note: Function 'dragDropHandlerPrivate' argument 3 names different: declaration 'status_message' definition 'status'.
lastfm-1.5.4.27091+dfsg1/src/SideBarView.cpp:914:92: note: Function 'dragDropHandlerPrivate' argument 3 names different: declaration 'status_message' definition 'status'.
lastfm-1.5.4.27091+dfsg1/src/SideBarTreeStyle.h:60:26: style: Variable 'aft_h' is assigned a value that is never used. [unreadVariable]
lastfm-1.5.4.27091+dfsg1/src/SideBarTreeStyle.h:61:26: style: Variable 'aft_v' is assigned a value that is never used. [unreadVariable]
lastfm-1.5.4.27091+dfsg1/src/SideBarView.h:38:9: style: Class 'SideBarTree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/TagListWidget.cpp:113:33: style: Function 'addItem' argument 1 names different: declaration 'tag' definition 'label'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/TagListWidget.h:50:39: note: Function 'addItem' argument 1 names different: declaration 'tag' definition 'label'.
lastfm-1.5.4.27091+dfsg1/src/TagListWidget.cpp:113:33: note: Function 'addItem' argument 1 names different: declaration 'tag' definition 'label'.
lastfm-1.5.4.27091+dfsg1/src/TagListWidget.h:43:5: style: Class 'TagListWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/progressframe.h:38:9: style: Class 'ProgressFrame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/TrackProgressFrame.h:32:5: style: Class 'TrackProgressFrame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/TrackProgressFrame.h:43:19: style: The function 'paintClock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/progressframe.h:112:9: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/TrackProgressFrame.h:43:19: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/Twiddly/IPod.cpp:85:0: error: #error What kind of operating system are you?! \ [preprocessorErrorDirective]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/ITunesLibrary_mac.cpp:29:46: style: Function 'ITunesLibrary' argument 1 names different: declaration 'source' definition 'pid'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/ITunesLibrary.h:38:35: note: Function 'ITunesLibrary' argument 1 names different: declaration 'source' definition 'pid'.
lastfm-1.5.4.27091+dfsg1/src/Twiddly/ITunesLibrary_mac.cpp:29:46: note: Function 'ITunesLibrary' argument 1 names different: declaration 'source' definition 'pid'.
lastfm-1.5.4.27091+dfsg1/src/Twiddly/PlayCountsDatabase.h:53:13: performance: Variable 'm_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/PlayCountsDatabase.h:39:5: style: Class 'PlayCountsDatabase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/ITunesLibrary_win.cpp:33:58: style: Function 'ITunesLibrary' argument 2 names different: declaration 'isIPod' definition 'iPod'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/ITunesLibrary.h:38:53: note: Function 'ITunesLibrary' argument 2 names different: declaration 'isIPod' definition 'iPod'.
lastfm-1.5.4.27091+dfsg1/src/Twiddly/ITunesLibrary_win.cpp:33:58: note: Function 'ITunesLibrary' argument 2 names different: declaration 'isIPod' definition 'iPod'.
lastfm-1.5.4.27091+dfsg1/src/Twiddly/ITunesLibrary.h:45:9: performance: Technically the member function 'ITunesLibrary::trackCount' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/ITunesLibrary_win.cpp:74:16: note: Technically the member function 'ITunesLibrary::trackCount' can be static.
lastfm-1.5.4.27091+dfsg1/src/Twiddly/ITunesLibrary.h:45:9: note: Technically the member function 'ITunesLibrary::trackCount' can be static.
lastfm-1.5.4.27091+dfsg1/src/Twiddly/IPod.h:98:13: performance: Variable 'm_uid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/PlayCountsDatabase.cpp:93:5: performance: Variable 'm_db' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/IPod.h:96:9: style: Class 'Settings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/IPod.h:175:9: style: Class 'PlayCountsDatabase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/IPod.h:183:9: style: Class 'Library' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/PlayCountsDatabase.cpp:56:9: style: Class 'SqlQuery' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/common/EncodingUtils.cpp:162:22: style: Variable 'nError' is assigned a value that is never used. [unreadVariable]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/common/EncodingUtils.cpp:180:22: style: Variable 'nError' is assigned a value that is never used. [unreadVariable]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/common/EncodingUtils.cpp:195:22: style: Variable 'nError' is assigned a value that is never used. [unreadVariable]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/common/ITunesTrack.h:88:10: performance: Technically the member function 'ITunesTrack::playCount' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/common/ITunesTrack.cpp:156:14: note: Technically the member function 'ITunesTrack::playCount' can be static.
lastfm-1.5.4.27091+dfsg1/src/Twiddly/common/ITunesTrack.h:88:10: note: Technically the member function 'ITunesTrack::playCount' can be static.
lastfm-1.5.4.27091+dfsg1/src/Twiddly/common/ITunesExceptions.h:28:5: style: Class 'ITunesException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/User.cpp:27:28: style: Function 'User' argument 1 names different: declaration 'name' definition 'username'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/User.h:40:26: note: Function 'User' argument 1 names different: declaration 'name' definition 'username'.
lastfm-1.5.4.27091+dfsg1/src/User.cpp:27:28: note: Function 'User' argument 1 names different: declaration 'name' definition 'username'.
lastfm-1.5.4.27091+dfsg1/src/User.h:43:5: style: Class 'User' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/WizardBootstrapSelectorPage.cpp:49:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lastfm-1.5.4.27091+dfsg1/src/XspfResolver.h:63:9: performance: Technically the member function 'XspfResolver::childText' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/XspfResolver.cpp:175:15: note: Technically the member function 'XspfResolver::childText' can be static.
lastfm-1.5.4.27091+dfsg1/src/XspfResolver.h:63:9: note: Technically the member function 'XspfResolver::childText' can be static.
lastfm-1.5.4.27091+dfsg1/src/aboutdialog.h:36:9: style: Class 'AboutDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/versionnumber.h:37:5: style: Class 'CVersionNumber' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/autoupdater.cpp:126:34: performance: Function parameter 'vecInfo' should be passed by const reference. [passedByValue]
lastfm-1.5.4.27091+dfsg1/src/breakpad/BreakPad.h:42:5: style: Class 'BreakPad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/checkdirtree.cpp:259:24: style: Function 'fillDown' argument 1 names different: declaration 'index' definition 'parent'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/checkdirtree.h:106:32: note: Function 'fillDown' argument 1 names different: declaration 'index' definition 'parent'.
lastfm-1.5.4.27091+dfsg1/src/checkdirtree.cpp:259:24: note: Function 'fillDown' argument 1 names different: declaration 'index' definition 'parent'.
lastfm-1.5.4.27091+dfsg1/src/checkdirtree.h:35:9: style: Class 'CheckDirModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/checkdirtree.h:80:9: style: Class 'CheckDirTree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.cpp:276:20: style: Function 'ProgramExists' argument 1 names different: declaration 'sProgram' definition 'sPath'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:119:24: note: Function 'ProgramExists' argument 1 names different: declaration 'sProgram' definition 'sPath'.
lastfm-1.5.4.27091+dfsg1/src/componentinfo.cpp:276:20: note: Function 'ProgramExists' argument 1 names different: declaration 'sProgram' definition 'sPath'.
lastfm-1.5.4.27091+dfsg1/src/componentinfo.cpp:318:47: style: Function 'GetRegVersion' argument 1 names different: declaration 'sRegKey' definition 'sSubKey'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:134:24: note: Function 'GetRegVersion' argument 1 names different: declaration 'sRegKey' definition 'sSubKey'.
lastfm-1.5.4.27091+dfsg1/src/componentinfo.cpp:318:47: note: Function 'GetRegVersion' argument 1 names different: declaration 'sRegKey' definition 'sSubKey'.
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:118:5: performance: Technically the member function 'CComponentInfo::ProgramExists' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.cpp:275:17: note: Technically the member function 'CComponentInfo::ProgramExists' can be static.
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:118:5: note: Technically the member function 'CComponentInfo::ProgramExists' can be static.
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:125:5: performance: Technically the member function 'CComponentInfo::GetExeVersion' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.cpp:289:17: note: Technically the member function 'CComponentInfo::GetExeVersion' can be static.
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:125:5: note: Technically the member function 'CComponentInfo::GetExeVersion' can be static.
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:133:5: performance: Technically the member function 'CComponentInfo::GetRegVersion' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.cpp:318:17: note: Technically the member function 'CComponentInfo::GetRegVersion' can be static.
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:133:5: note: Technically the member function 'CComponentInfo::GetRegVersion' can be static.
lastfm-1.5.4.27091+dfsg1/src/container.cpp:601:10: style: Condition 'quit' is always false [knownConditionTrueFalse]
lastfm-1.5.4.27091+dfsg1/src/container.cpp:577:17: note: Assignment 'quit=false', assigned value is 0
lastfm-1.5.4.27091+dfsg1/src/container.cpp:601:10: note: Condition 'quit' is always false
lastfm-1.5.4.27091+dfsg1/src/XspfResolver.h:38:1: style: The class 'XspfResolver' does not have a constructor although it has private member variables. [noConstructor]
lastfm-1.5.4.27091+dfsg1/src/deleteuserdialog.h:35:9: style: Class 'DeleteUserDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/failedlogindialog.h:36:9: style: Class 'FailedLoginDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/settingsdialog.h:42:9: style: Class 'SettingsDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/systray.h:35:5: style: Class 'TrayIcon' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/wizardselectupdatespage.h:44:5: style: Class 'WizardSelectUpdatesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/updatewizard.h:53:19: style: Class 'UpdateWizard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/toolbarvolumeslider.h:32:9: style: Class 'VolumeSlider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/mediadevices/ipod/IpodDevice.h:88:30: style: The function 'tracksToScrobble' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/mediadevices/ipod/IpodDevice.h:64:30: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/mediadevices/ipod/IpodDevice.h:88:30: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/updatewizard.h:60:5: style: The function 'createPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/simplewizard.h:58:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/updatewizard.h:60:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/updatewizard.h:64:5: style: The function 'headerForPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/simplewizard_mac.h:54:5: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/updatewizard.h:64:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/updatewizard.h:77:5: style: The function 'backButtonClicked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/simplewizard.h:66:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/updatewizard.h:77:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/updatewizard.h:80:5: style: The function 'nextButtonClicked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/simplewizard.h:67:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/updatewizard.h:80:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/deleteuserdialog.h:38:22: warning: Virtual function 'accept' is called from constructor 'DeleteUserDialog(QWidget*parent=0)' at line 33. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/deleteuserdialog.cpp:33:56: note: Calling accept
lastfm-1.5.4.27091+dfsg1/src/deleteuserdialog.h:38:22: note: accept is a virtual method
lastfm-1.5.4.27091+dfsg1/src/extensions/messenger/messengernotifyextension.h:77:18: style: Member variable 'MessengerNotifyExtension::m_settingsPanel' is in the wrong place in the initializer list. [initializerList]
lastfm-1.5.4.27091+dfsg1/src/extensions/messenger/messengernotifyextension.cpp:51:5: note: Member variable 'MessengerNotifyExtension::m_settingsPanel' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/extensions/messenger/messengernotifyextension.h:77:18: note: Member variable 'MessengerNotifyExtension::m_settingsPanel' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/extensions/messenger/messengernotifyextension.h:80:20: style: Member variable 'MessengerNotifyExtension::m_config' is in the wrong place in the initializer list. [initializerList]
lastfm-1.5.4.27091+dfsg1/src/extensions/messenger/messengernotifyextension.cpp:53:5: note: Member variable 'MessengerNotifyExtension::m_config' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/extensions/messenger/messengernotifyextension.h:80:20: note: Member variable 'MessengerNotifyExtension::m_config' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/extensions/messenger/messengernotifyextension.h:39:25: warning: Virtual function 'name' is called from constructor 'MessengerNotifyExtension()' at line 57. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/extensions/messenger/messengernotifyextension.cpp:57:57: note: Calling onAppEvent
lastfm-1.5.4.27091+dfsg1/src/extensions/messenger/messengernotifyextension.cpp:179:11: note: Calling isEnabled
lastfm-1.5.4.27091+dfsg1/src/extensions/messenger/messengernotifyextension.cpp:195:27: note: Calling name
lastfm-1.5.4.27091+dfsg1/src/extensions/messenger/messengernotifyextension.h:39:25: note: name is a virtual method
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.h:83:18: style: Member variable 'SkypeNotifyExtension::m_settingsPanel' is in the wrong place in the initializer list. [initializerList]
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.cpp:50:11: note: Member variable 'SkypeNotifyExtension::m_settingsPanel' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.h:83:18: note: Member variable 'SkypeNotifyExtension::m_settingsPanel' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.h:90:14: style: Member variable 'SkypeNotifyExtension::m_haveWaiting' is in the wrong place in the initializer list. [initializerList]
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.cpp:53:11: note: Member variable 'SkypeNotifyExtension::m_haveWaiting' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.h:90:14: note: Member variable 'SkypeNotifyExtension::m_haveWaiting' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.h:85:20: style: Member variable 'SkypeNotifyExtension::m_config' is in the wrong place in the initializer list. [initializerList]
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.cpp:54:11: note: Member variable 'SkypeNotifyExtension::m_config' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.h:85:20: note: Member variable 'SkypeNotifyExtension::m_config' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.h:40:25: warning: Virtual function 'name' is called from constructor 'SkypeNotifyExtension()' at line 58. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.cpp:58:57: note: Calling onAppEvent
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.cpp:185:10: note: Calling isEnabled
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.cpp:294:27: note: Calling name
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.h:40:25: note: name is a virtual method
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.cpp:185:39: style: Function 'setSession' argument 1 names different: declaration 'session' definition 'sesh'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.h:90:45: note: Function 'setSession' argument 1 names different: declaration 'session' definition 'sesh'.
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.cpp:185:39: note: Function 'setSession' argument 1 names different: declaration 'session' definition 'sesh'.
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.cpp:343:48: style: Function 'onHttpRequestFinished' argument 2 names different: declaration 'error' definition 'err'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.h:143:41: note: Function 'onHttpRequestFinished' argument 2 names different: declaration 'error' definition 'err'.
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.cpp:343:48: note: Function 'onHttpRequestFinished' argument 2 names different: declaration 'error' definition 'err'.
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.h:100:18: warning: Virtual function 'stateChanged' is called from constructor 'HttpInput()' at line 46. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.cpp:46:31: note: Calling stateChanged
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.h:100:18: note: stateChanged is a virtual method
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.h:102:18: warning: Virtual function 'error' is called from constructor 'HttpInput()' at line 54. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.cpp:54:39: note: Calling onHttpTimeout
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.cpp:391:5: note: Calling error
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.h:102:18: note: error is a virtual method
lastfm-1.5.4.27091+dfsg1/src/itunesscript.cpp:81:5: warning: Member variable 'ITunesDictionaryHelper::duration' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/itunesscript.cpp:81:5: warning: Member variable 'ITunesDictionaryHelper::position' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/itunesscript.cpp:81:5: style: Class 'ITunesDictionaryHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/lastfmapplication.cpp:803:22: style: The scope of the variable 'mbid' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/lastfmapplication.cpp:614:68: style: Function 'onListenerNewSong' argument 2 names different: declaration 'eriks_started_hack' definition 'started'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/lastfmapplication.h:175:52: note: Function 'onListenerNewSong' argument 2 names different: declaration 'eriks_started_hack' definition 'started'.
lastfm-1.5.4.27091+dfsg1/src/lastfmapplication.cpp:614:68: note: Function 'onListenerNewSong' argument 2 names different: declaration 'eriks_started_hack' definition 'started'.
lastfm-1.5.4.27091+dfsg1/src/lastfmapplication.cpp:959:56: style: Function 'onListenerException' argument 1 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/lastfmapplication.h:177:46: note: Function 'onListenerException' argument 1 names different: declaration 'message' definition 'msg'.
lastfm-1.5.4.27091+dfsg1/src/lastfmapplication.cpp:959:56: note: Function 'onListenerException' argument 1 names different: declaration 'message' definition 'msg'.
lastfm-1.5.4.27091+dfsg1/src/lastfmapplication.cpp:1024:19: style: Variable 'vid' is assigned a value that is never used. [unreadVariable]
lastfm-1.5.4.27091+dfsg1/src/lastfmapplication.cpp:1025:19: style: Variable 'pid' is assigned a value that is never used. [unreadVariable]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/FingerprintQueryer.h:59:9: style: Class 'FingerprintQueryer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/lastfmapplication.cpp:1135:54: performance: Function parameter 'track' should be passed by const reference. [passedByValue]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/FingerprintQueryer.cpp:32:21: warning: Member variable 'FingerprintQueryer::m_currentQuery' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter.cpp:100:19: style: The scope of the variable 'c' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter.cpp:109:42: style: Function 'fingerprint' argument 1 names different: declaration 'path' definition 'filename'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter.h:68:35: note: Function 'fingerprint' argument 1 names different: declaration 'path' definition 'filename'.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter.cpp:109:42: note: Function 'fingerprint' argument 1 names different: declaration 'path' definition 'filename'.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter2.cpp:271:19: style: The scope of the variable 'samplerate' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter2.cpp:271:31: style: The scope of the variable 'bitrate' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter2.cpp:271:40: style: The scope of the variable 'nchannels' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter2.cpp:267:43: style: Function 'fingerprint' argument 1 names different: declaration 'path' definition 'filename'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter2.h:84:35: note: Function 'fingerprint' argument 1 names different: declaration 'path' definition 'filename'.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter2.cpp:267:43: note: Function 'fingerprint' argument 1 names different: declaration 'path' definition 'filename'.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter2.cpp:375:65: style: Function 'decode' argument 2 names different: declaration 'transcoder' definition 'transcoder2'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter2.h:98:42: note: Function 'decode' argument 2 names different: declaration 'transcoder' definition 'transcoder2'.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter2.cpp:375:65: note: Function 'decode' argument 2 names different: declaration 'transcoder' definition 'transcoder2'.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/MP3_Source_Qt.cpp:223:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/MP3_Source_Qt.cpp:327:20: style: Checking if unsigned variable 'readSize' is less than zero. [unsignedLessThanZero]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/MP3_Source_Qt.cpp:35:13: warning: Member variable 'MP3_Source::m_pcmpos' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/MP3_Source_Qt.cpp:36:3: style: Class 'MP3_Source' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/MP3_Source_Qt.cpp:36:3: style: Class 'MP3_Source' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Sha256.cpp:324:12: style: The scope of the variable 'bufferBytesLeft' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Sha256.cpp:325:12: style: The scope of the variable 'bytesToCopy' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Sha256.cpp:401:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Sha256.cpp:321:46: style: Function 'SHA256Update' argument 2 names different: declaration 'data' definition 'vdata'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Sha256.h:173:51: note: Function 'SHA256Update' argument 2 names different: declaration 'data' definition 'vdata'.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Sha256.cpp:321:46: note: Function 'SHA256Update' argument 2 names different: declaration 'data' definition 'vdata'.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Sha256File.cpp:53:17: style: The scope of the variable 'len' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/fp_helper_fun.h:85:21: style: Checking if unsigned variable 'numSkipKeys' is less than zero. This might be a false warning. [unsignedLessThanZero]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:226:4: warning: Either the condition '!m_pPimplData' is redundant or there is possible null pointer dereference: m_pPimplData. [nullPointerRedundantCheck]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:229:9: note: Assuming that condition '!m_pPimplData' is not redundant
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:226:4: note: Null pointer dereference
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:227:4: warning: Either the condition '!m_pPimplData' is redundant or there is possible null pointer dereference: m_pPimplData. [nullPointerRedundantCheck]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:229:9: note: Assuming that condition '!m_pPimplData' is not redundant
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:227:4: note: Null pointer dereference
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:244:4: warning: Either the condition '!m_pPimplData' is redundant or there is possible null pointer dereference: m_pPimplData. [nullPointerRedundantCheck]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:247:9: note: Assuming that condition '!m_pPimplData' is not redundant
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:244:4: note: Null pointer dereference
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:245:4: warning: Either the condition '!m_pPimplData' is redundant or there is possible null pointer dereference: m_pPimplData. [nullPointerRedundantCheck]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:247:9: note: Assuming that condition '!m_pPimplData' is not redundant
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:245:4: note: Null pointer dereference
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_groupsReady' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_preBufferPassed' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_toSkipSize' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_toSkipMs' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_skippedSoFar' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_skipPassed' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_freq' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_nchannels' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_lengthMs' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_minUniqueKeys' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_uniqueKeyWindowMs' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_toProcessKeys' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_totalWindowKeys' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_processedKeys' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/CircularArray.h:168:0: warning: Member variable 'CircularArray < double >::_size' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/CircularArray.h:66:0: warning: Member variable 'iterator::_size' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/include/FingerprintExtractor.h:55:9: style: Technically the member function 'fingerprint::FingerprintExtractor::process' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:363:28: note: Technically the member function 'fingerprint::FingerprintExtractor::process' can be const.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/include/FingerprintExtractor.h:55:9: note: Technically the member function 'fingerprint::FingerprintExtractor::process' can be const.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/include/FingerprintExtractor.h:58:35: style: Technically the member function 'fingerprint::FingerprintExtractor::getFingerprint' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:557:49: note: Technically the member function 'fingerprint::FingerprintExtractor::getFingerprint' can be const.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/include/FingerprintExtractor.h:58:35: note: Technically the member function 'fingerprint::FingerprintExtractor::getFingerprint' can be const.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/include/FingerprintExtractor.h:66:11: style: Technically the member function 'fingerprint::FingerprintExtractor::getToSkipMs' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:207:30: note: Technically the member function 'fingerprint::FingerprintExtractor::getToSkipMs' can be const.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/include/FingerprintExtractor.h:66:11: note: Technically the member function 'fingerprint::FingerprintExtractor::getToSkipMs' can be const.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:194:4: style: Class 'FingerprintExtractor' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:194:4: style: Class 'FingerprintExtractor' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:79:7: style: Class 'PimplData' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:79:7: style: Class 'PimplData' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/OptFFT.h:39:4: style: Class 'OptFFT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FloatingAverage.h:32:0: style: Class 'FloatingAverage < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/CircularArray.h:172:0: style: Class 'CircularArray < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/OptFFT.cpp:371:8: style: The scope of the variable 'frameStart' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/OptFFT.cpp:236:9: warning: Member variable 'OptFFT::m_numSamples' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/OptFFT.cpp:236:9: warning: Member variable 'OptFFT::m_numOutSamples' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/OptFFT.h:50:9: performance: Technically the member function 'fingerprint::OptFFT::applyHann' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/OptFFT.cpp:406:14: note: Technically the member function 'fingerprint::OptFFT::applyHann' can be static.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/OptFFT.h:50:9: note: Technically the member function 'fingerprint::OptFFT::applyHann' can be static.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/OptFFT.cpp:298:4: style: Class 'OptFFT' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/OptFFT.cpp:298:4: style: Class 'OptFFT' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:158:46: style: Function 'removeRecentStation' argument 1 names different: declaration 'list_index' definition 'n'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.h:156:35: note: Function 'removeRecentStation' argument 1 names different: declaration 'list_index' definition 'n'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:158:46: note: Function 'removeRecentStation' argument 1 names different: declaration 'list_index' definition 'n'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:189:47: style: Function 'clearRecentStations' argument 1 names different: declaration 'emit_signal' definition 'emitting'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.h:157:36: note: Function 'clearRecentStations' argument 1 names different: declaration 'emit_signal' definition 'emitting'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:189:47: note: Function 'clearRecentStations' argument 1 names different: declaration 'emit_signal' definition 'emitting'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:499:43: style: Function 'setDontAsk' argument 1 names different: declaration 'operation_name' definition 'op'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.h:306:30: note: Function 'setDontAsk' argument 1 names different: declaration 'operation_name' definition 'op'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:499:43: note: Function 'setDontAsk' argument 1 names different: declaration 'operation_name' definition 'op'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:506:42: style: Function 'isDontAsk' argument 1 names different: declaration 'operation_name' definition 'op'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.h:305:30: note: Function 'isDontAsk' argument 1 names different: declaration 'operation_name' definition 'op'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:506:42: note: Function 'isDontAsk' argument 1 names different: declaration 'operation_name' definition 'op'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:575:40: style: Function 'pluginVersion' argument 1 names different: declaration 'pluginId' definition 'id'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.h:249:36: note: Function 'pluginVersion' argument 1 names different: declaration 'pluginId' definition 'id'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:575:40: note: Function 'pluginVersion' argument 1 names different: declaration 'pluginId' definition 'id'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:587:43: style: Function 'pluginPlayerPath' argument 1 names different: declaration 'pluginId' definition 'id'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.h:250:39: note: Function 'pluginPlayerPath' argument 1 names different: declaration 'pluginId' definition 'id'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:587:43: note: Function 'pluginPlayerPath' argument 1 names different: declaration 'pluginId' definition 'id'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:604:46: style: Function 'setPluginPlayerPath' argument 1 names different: declaration 'pluginId' definition 'id'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.h:251:39: note: Function 'setPluginPlayerPath' argument 1 names different: declaration 'pluginId' definition 'id'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:604:46: note: Function 'setPluginPlayerPath' argument 1 names different: declaration 'pluginId' definition 'id'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.h:231:5: style: Class 'LastFmSettings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libMoose/MooseCommon.cpp:322:32: style: Function 'sendToInstance' argument 1 names different: declaration 'command' definition 'data'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libMoose/MooseCommon.h:191:36: note: Function 'sendToInstance' argument 1 names different: declaration 'command' definition 'data'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/MooseCommon.cpp:322:32: note: Function 'sendToInstance' argument 1 names different: declaration 'command' definition 'data'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/confirmdialog.cpp:82:40: style: Function 'setIcon' argument 1 names different: declaration 'path' definition 'file'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libMoose/confirmdialog.h:67:34: note: Function 'setIcon' argument 1 names different: declaration 'path' definition 'file'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/confirmdialog.cpp:82:40: note: Function 'setIcon' argument 1 names different: declaration 'path' definition 'file'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/confirmdialog.h:47:5: style: Class 'ConfirmDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/CachedHttp.cpp:375:36: style: Function 'putCachedCopy' argument 1 names different: declaration 'cacheKey' definition 'url'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/CachedHttp.h:126:37: note: Function 'putCachedCopy' argument 1 names different: declaration 'cacheKey' definition 'url'.
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/CachedHttp.cpp:375:36: note: Function 'putCachedCopy' argument 1 names different: declaration 'cacheKey' definition 'url'.
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/StationUrl.h:33:5: style: Class 'StationUrl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/Settings.h:48:5: style: Class 'UsersSettings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/Settings.h:73:5: style: Class 'UserSettings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/Settings.h:106:9: style: Class 'MyQSettings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/Settings.h:128:5: style: Class 'SharedSettings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/Settings.h:191:5: style: Class 'AppSettings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WeightedStringList.h:42:5: style: Class 'WeightedStringList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/LastMessageBox.h:34:5: style: Class 'LastMessageBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/RedirectHttp.cpp:125:13: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/StopWatch.cpp:41:12: warning: Member variable 'StopWatch::mLastTime' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/StopWatch.cpp:41:12: warning: Member variable 'StopWatch::mbTimedOut' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/StopWatch.cpp:41:12: warning: Member variable 'StopWatch::mMutex' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/StopWatch.cpp:52:12: warning: Member variable 'StopWatch::mLastTime' is not assigned a value in 'StopWatch::operator='. [operatorEqVarError]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/StopWatch.cpp:52:12: warning: Member variable 'StopWatch::mbTimedOut' is not assigned a value in 'StopWatch::operator='. [operatorEqVarError]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/StopWatch.cpp:52:12: warning: Member variable 'StopWatch::mMutex' is not assigned a value in 'StopWatch::operator='. [operatorEqVarError]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/URLLabel.cpp:65:13: style: Class 'Private' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/URLLabel.cpp:65:13: style: Class 'Private' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/URLLabel.h:78:15: warning: Virtual function 'setFont' is called from constructor 'URLLabel(const QUrl&url,const QString&text,QWidget*parent=0,const char*name=0)' at line 100. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/URLLabel.cpp:100:5: note: Calling setFont
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/URLLabel.h:78:15: note: setFont is a virtual method
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/URLLabel.h:78:15: warning: Virtual function 'setFont' is called from constructor 'URLLabel(QWidget*parent=0,const char*name=0)' at line 110. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/URLLabel.cpp:110:5: note: Calling setFont
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/URLLabel.h:78:15: note: setFont is a virtual method
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/UnicornCommon.cpp:54:5: warning: The buffer 'tmp' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/VersionUpdater/VersionUpdater.cpp:255:13: warning: The buffer 'line' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:310:5: style: Class 'DeleteFriendRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:386:5: style: Class 'LoveRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:387:5: style: Class 'UnLoveRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:388:5: style: Class 'BanRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:389:5: style: Class 'UnBanRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:390:5: style: Class 'AddToMyPlaylistRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:462:5: style: Class 'SimilarArtistsRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:588:5: style: Class 'ArtistTagsRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:628:5: style: Class 'SimilarTagsRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:746:5: style: Class 'ProxyTestRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/TrackToIdRequest.h:40:5: style: Class 'TrackToIdRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService.h:42:9: style: Class 'WebService' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:224:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:224:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:225:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:225:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:260:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:260:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:278:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:278:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:279:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:279:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:314:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:314:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:342:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:342:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:343:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:343:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:344:21: style: The function 'errorMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:79:21: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:344:21: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:358:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:358:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:359:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:359:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:378:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:378:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:409:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:409:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:410:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:410:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:428:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:428:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:429:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:429:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:448:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:448:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:449:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:449:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:464:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:464:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:465:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:465:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:502:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:502:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:503:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:503:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:524:21: style: The function 'path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:497:21: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:524:21: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:542:21: style: The function 'path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:524:21: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:542:21: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:561:21: style: The function 'path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:524:21: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:561:21: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:576:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:576:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:577:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:577:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:590:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:590:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:591:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:591:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:603:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:590:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:603:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:604:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:591:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:604:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:616:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:590:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:616:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:617:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:591:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:617:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:630:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:630:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:631:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:631:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:644:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:644:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:645:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:645:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:680:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:680:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:681:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:681:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:697:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:697:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:698:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:698:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:712:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:712:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:713:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:713:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:732:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:732:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:733:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:733:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:748:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:748:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:756:22: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:756:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:790:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:790:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:793:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:793:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/GetXspfPlaylistRequest.h:40:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/GetXspfPlaylistRequest.h:40:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/GetXspfPlaylistRequest.h:45:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/GetXspfPlaylistRequest.h:45:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/TrackToIdRequest.h:42:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/TrackToIdRequest.h:42:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/TrackToIdRequest.h:45:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/TrackToIdRequest.h:45:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/FingerprintQueryRequest.cpp:46:5: performance: Variable 'm_track' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/FingerprintQueryRequest.h:47:22: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/FingerprintQueryRequest.h:47:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/FingerprintQueryRequest.h:55:22: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/FingerprintQueryRequest.h:55:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/FrikkinNormanRequest.h:39:22: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/FrikkinNormanRequest.h:39:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/FrikkinNormanRequest.h:42:22: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/FrikkinNormanRequest.h:42:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:697:18: warning: Virtual function 'start' is called from constructor 'RadioMetaDataRequest()' at line 32. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/RadioMetaDataRequest.cpp:32:54: note: Calling start
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:697:18: note: start is a virtual method
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.cpp:314:29: style: Function 'parameter' argument 1 names different: declaration 'key' definition 'keyName'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:173:32: note: Function 'parameter' argument 1 names different: declaration 'key' definition 'keyName'.
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.cpp:314:29: note: Function 'parameter' argument 1 names different: declaration 'key' definition 'keyName'.
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: warning: Call of pure virtual function 'start' in constructor. [pureVirtualCall]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.cpp:80:54: note: Call of pure virtual function 'start' in constructor.
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Call of pure virtual function 'start' in constructor.
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/SetTagRequest.cpp:29:16: warning: Member variable 'SetTagRequest::m_type' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/SubmitFullFingerprintRequest.cpp:40:5: performance: Variable 'm_track' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/SubmitFullFingerprintRequest.h:41:22: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/SubmitFullFingerprintRequest.h:41:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/TrackUploadRequest.h:38:22: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/TrackUploadRequest.h:38:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/UserLabelsRequest.cpp:89:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/UserLabelsRequest.h:41:22: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/UserLabelsRequest.h:41:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/UserLabelsRequest.h:42:22: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/UserLabelsRequest.h:42:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/draglabel.cpp:263:44: style: Function 'setItemColor' argument 2 names different: declaration 'color' definition 'col'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/draglabel.h:66:46: note: Function 'setItemColor' argument 2 names different: declaration 'color' definition 'col'.
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/draglabel.cpp:263:44: note: Function 'setItemColor' argument 2 names different: declaration 'color' definition 'col'.
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/draglabel.h:37:9: style: Class 'DragLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/imagebutton.cpp:30:14: warning: Member variable 'ImageButton::m_itemType' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/imagebutton.h:37:5: style: Class 'ImageButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/logger.cpp:77:36: style: Function 'Logger' argument 1 names different: declaration 'filename' definition 'path'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/logger.h:61:41: note: Function 'Logger' argument 1 names different: declaration 'filename' definition 'path'.
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/logger.cpp:77:36: note: Function 'Logger' argument 1 names different: declaration 'filename' definition 'path'.
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/metadata.h:34:9: warning: Member variable 'MetaData::m_numTracks' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/metadata.h:34:9: warning: Member variable 'MetaData::m_numListeners' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/metadata.h:34:9: warning: Member variable 'MetaData::m_numPlays' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/metadata.h:35:9: warning: Member variable 'MetaData::m_numTracks' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/metadata.h:35:9: warning: Member variable 'MetaData::m_numListeners' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/metadata.h:35:9: warning: Member variable 'MetaData::m_numPlays' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/metadata.h:35:9: style: Class 'MetaData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/watermarkwidget.h:33:9: style: Class 'WatermarkWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/loginwidget.cpp:287:40: style: Function 'userComboChanged' argument 1 names different: declaration 'user' definition 'username'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/loginwidget.h:86:40: note: Function 'userComboChanged' argument 1 names different: declaration 'user' definition 'username'.
lastfm-1.5.4.27091+dfsg1/src/loginwidget.cpp:287:40: note: Function 'userComboChanged' argument 1 names different: declaration 'user' definition 'username'.
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8633:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8684:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8695:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8707:20: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8759:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8769:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8825:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8835:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8891:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8901:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8956:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8966:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:9020:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:9030:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:271:10: warning: Member variable 'RtApi::message_' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:271:10: warning: Member variable 'RtApi::nDevices_' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:162:7: style: Technically the member function 'RtApi::getDeviceCount' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:423:14: note: Technically the member function 'RtApi::getDeviceCount' can be const.
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:162:7: note: Technically the member function 'RtApi::getDeviceCount' can be const.
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:295:8: performance: Technically the member function 'RtApi::clearDeviceInfo' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8566:15: note: Technically the member function 'RtApi::clearDeviceInfo' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:295:8: note: Technically the member function 'RtApi::clearDeviceInfo' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:316:8: performance: Technically the member function 'RtApi::byteSwapBuffer' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:9042:15: note: Technically the member function 'RtApi::byteSwapBuffer' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:316:8: note: Technically the member function 'RtApi::byteSwapBuffer' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:116:5: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:136:5: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.cpp:275:9: style: The scope of the variable 'nBuffers' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.cpp:143:49: style: Function 'processData' argument 1 names different: declaration 'data' definition 'buffer'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:52:53: note: Function 'processData' argument 1 names different: declaration 'data' definition 'buffer'.
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.cpp:143:49: note: Function 'processData' argument 1 names different: declaration 'data' definition 'buffer'.
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.cpp:99:18: warning: Member variable 'RtAudioPlayback::m_bufferCapacity' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:87:13: style: Member variable 'RtAudioPlayback::m_deviceNum' is in the wrong place in the initializer list. [initializerList]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.cpp:102:5: note: Member variable 'RtAudioPlayback::m_deviceNum' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:87:13: note: Member variable 'RtAudioPlayback::m_deviceNum' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:390:8: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:590:25: style: C-style pointer casting [cstyleCast]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:476:9: style: The scope of the variable 'cnt' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:651:9: style: The scope of the variable 'cnt' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:474:46: style: Function 'alsaWrite' argument 1 names different: declaration 'inputData' definition 'input'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:76:39: note: Function 'alsaWrite' argument 1 names different: declaration 'inputData' definition 'input'.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:474:46: note: Function 'alsaWrite' argument 1 names different: declaration 'inputData' definition 'input'.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:530:30: style: Function 'setVolume' argument 1 names different: declaration 'vol' definition 'v'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:80:28: note: Function 'setVolume' argument 1 names different: declaration 'vol' definition 'v'.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:530:30: note: Function 'setVolume' argument 1 names different: declaration 'vol' definition 'v'.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:70:20: style: Technically the member function 'AlsaAudio::getDeviceInfo' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:172:27: note: Technically the member function 'AlsaAudio::getDeviceInfo' can be const.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:70:20: note: Technically the member function 'AlsaAudio::getDeviceInfo' can be const.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:76:10: performance: Technically the member function 'AlsaAudio::alsaWrite' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:474:17: note: Technically the member function 'AlsaAudio::alsaWrite' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:76:10: note: Technically the member function 'AlsaAudio::alsaWrite' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:77:10: performance: Technically the member function 'AlsaAudio::stopPlayback' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:537:12: note: Technically the member function 'AlsaAudio::stopPlayback' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:77:10: note: Technically the member function 'AlsaAudio::stopPlayback' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:80:10: performance: Technically the member function 'AlsaAudio::setVolume' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:530:12: note: Technically the member function 'AlsaAudio::setVolume' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:80:10: note: Technically the member function 'AlsaAudio::setVolume' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:81:9: style: Technically the member function 'AlsaAudio::hasData' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:511:12: note: Technically the member function 'AlsaAudio::hasData' can be const.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:81:9: note: Technically the member function 'AlsaAudio::hasData' can be const.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:82:9: performance: Technically the member function 'AlsaAudio::get_thread_buffer_filled' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:495:12: note: Technically the member function 'AlsaAudio::get_thread_buffer_filled' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:82:9: note: Technically the member function 'AlsaAudio::get_thread_buffer_filled' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:85:10: performance: Technically the member function 'AlsaAudio::clearBuffer' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:463:17: note: Technically the member function 'AlsaAudio::clearBuffer' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:85:10: note: Technically the member function 'AlsaAudio::clearBuffer' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:111:10: performance: Technically the member function 'AlsaAudio::volume_adjust' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:732:17: note: Technically the member function 'AlsaAudio::volume_adjust' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:111:10: note: Technically the member function 'AlsaAudio::volume_adjust' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:121:9: performance: Technically the member function 'AlsaAudio::xrun_recover' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:870:16: note: Technically the member function 'AlsaAudio::xrun_recover' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:121:9: note: Technically the member function 'AlsaAudio::xrun_recover' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:122:9: performance: Technically the member function 'AlsaAudio::suspend_recover' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:889:16: note: Technically the member function 'AlsaAudio::suspend_recover' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:122:9: note: Technically the member function 'AlsaAudio::suspend_recover' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:123:9: performance: Technically the member function 'AlsaAudio::format_from_alsa' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:823:16: note: Technically the member function 'AlsaAudio::format_from_alsa' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:123:9: note: Technically the member function 'AlsaAudio::format_from_alsa' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:126:10: performance: Technically the member function 'AlsaAudio::alsa_close_pcm' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:810:17: note: Technically the member function 'AlsaAudio::alsa_close_pcm' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:126:10: note: Technically the member function 'AlsaAudio::alsa_close_pcm' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaplayback.cpp:35:15: warning: Member variable 'AlsaPlayback::m_bufferCapacity' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/portAudio/portAudioOutput.cpp:35:31: style: C-style pointer casting [cstyleCast]
lastfm-1.5.4.27091+dfsg1/src/output/portAudio/portAudioOutput.cpp:46:9: style: The scope of the variable 'x' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/output/portAudio/portAudioOutput.h:54:29: warning: Virtual function 'devices' is called from constructor 'PortAudioOutput()' at line 90. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/output/portAudio/portAudioOutput.cpp:90:9: note: Calling devices
lastfm-1.5.4.27091+dfsg1/src/output/portAudio/portAudioOutput.h:54:29: note: devices is a virtual method
lastfm-1.5.4.27091+dfsg1/src/playercommandparser.cpp:148:10: style: The scope of the variable 'cField' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/playercommandparser.h:69:5: performance: Technically the member function 'CPlayerCommandParser::ParseArgs' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/playercommandparser.cpp:135:23: note: Technically the member function 'CPlayerCommandParser::ParseArgs' can be static.
lastfm-1.5.4.27091+dfsg1/src/playercommandparser.h:69:5: note: Technically the member function 'CPlayerCommandParser::ParseArgs' can be static.
lastfm-1.5.4.27091+dfsg1/src/playercommandparser.h:77:5: performance: Technically the member function 'CPlayerCommandParser::Validate' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/playercommandparser.cpp:219:23: note: Technically the member function 'CPlayerCommandParser::Validate' can be static.
lastfm-1.5.4.27091+dfsg1/src/playercommandparser.h:77:5: note: Technically the member function 'CPlayerCommandParser::Validate' can be static.
lastfm-1.5.4.27091+dfsg1/src/playercommandparser.h:85:5: performance: Technically the member function 'CPlayerCommandParser::ParseTrack' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/playercommandparser.cpp:278:23: note: Technically the member function 'CPlayerCommandParser::ParseTrack' can be static.
lastfm-1.5.4.27091+dfsg1/src/playercommandparser.h:85:5: note: Technically the member function 'CPlayerCommandParser::ParseTrack' can be static.
lastfm-1.5.4.27091+dfsg1/src/playerlistener.cpp:402:13: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lastfm-1.5.4.27091+dfsg1/src/playerlistener.cpp:409:13: note: Found duplicate branches for 'if' and 'else'.
lastfm-1.5.4.27091+dfsg1/src/playerlistener.cpp:402:13: note: Found duplicate branches for 'if' and 'else'.
lastfm-1.5.4.27091+dfsg1/src/playerlistener.cpp:565:9: style: The scope of the variable 'nBytesRead' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/playerlistener.cpp:42:18: warning: Member variable 'CPlayerListener::mnActualPort' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/playerlistener.cpp:817:50: performance: Function parameter 'track' should be passed by const reference. [passedByValue]
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:90:10: style: Technically the member function 'CPluginInfo::IsBootstrappable' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/plugininfo.cpp:329:19: note: Technically the member function 'CPluginInfo::IsBootstrappable' can be const.
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:90:10: note: Technically the member function 'CPluginInfo::IsBootstrappable' can be const.
lastfm-1.5.4.27091+dfsg1/src/progressframe.cpp:300:30: style: Function 'setValue' argument 1 names different: declaration 'secs' definition 'value'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/progressframe.h:154:28: note: Function 'setValue' argument 1 names different: declaration 'secs' definition 'value'.
lastfm-1.5.4.27091+dfsg1/src/progressframe.cpp:300:30: note: Function 'setValue' argument 1 names different: declaration 'secs' definition 'value'.
lastfm-1.5.4.27091+dfsg1/src/simplewizard.h:66:18: warning: Virtual function 'backButtonClicked' is called from constructor 'SimpleWizard(QWidget*parent=0)' at line 39. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/simplewizard.cpp:39:58: note: Calling backButtonClicked
lastfm-1.5.4.27091+dfsg1/src/simplewizard.h:66:18: note: backButtonClicked is a virtual method
lastfm-1.5.4.27091+dfsg1/src/simplewizard.h:67:18: warning: Virtual function 'nextButtonClicked' is called from constructor 'SimpleWizard(QWidget*parent=0)' at line 40. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/simplewizard.cpp:40:58: note: Calling nextButtonClicked
lastfm-1.5.4.27091+dfsg1/src/simplewizard.h:67:18: note: nextButtonClicked is a virtual method
lastfm-1.5.4.27091+dfsg1/src/simplewizard_win.h:41:5: style: The function 'switchPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/simplewizard.h:60:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/simplewizard_win.h:41:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/toolbarvolumeslider.cpp:87:44: style: Function 'mouseMoveEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/toolbarvolumeslider.h:44:43: note: Function 'mouseMoveEvent' argument 1 names different: declaration 'event' definition 'e'.
lastfm-1.5.4.27091+dfsg1/src/toolbarvolumeslider.cpp:87:44: note: Function 'mouseMoveEvent' argument 1 names different: declaration 'event' definition 'e'.
lastfm-1.5.4.27091+dfsg1/src/toolbarvolumeslider.cpp:106:45: style: Function 'mousePressEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/toolbarvolumeslider.h:45:44: note: Function 'mousePressEvent' argument 1 names different: declaration 'event' definition 'e'.
lastfm-1.5.4.27091+dfsg1/src/toolbarvolumeslider.cpp:106:45: note: Function 'mousePressEvent' argument 1 names different: declaration 'event' definition 'e'.
lastfm-1.5.4.27091+dfsg1/src/transcode/mad/RingBuffer.cpp:36:5: style: Struct 'RingBuffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lastfm-1.5.4.27091+dfsg1/src/transcode/mad/RingBuffer.cpp:36:5: style: Struct 'RingBuffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lastfm-1.5.4.27091+dfsg1/src/transcode/mad/RingBuffer.cpp:36:5: style: Struct 'RingBuffer' does not have a destructor which is recommended since it has dynamic memory/resource allocation(s). [noDestructor]
lastfm-1.5.4.27091+dfsg1/src/transcode/mad/madtranscode.cpp:137:46: style: Function 'processData' argument 1 names different: declaration 'data' definition 'buffer'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/transcode/mad/madtranscode.h:77:53: note: Function 'processData' argument 1 names different: declaration 'data' definition 'buffer'.
lastfm-1.5.4.27091+dfsg1/src/transcode/mad/madtranscode.cpp:137:46: note: Function 'processData' argument 1 names different: declaration 'data' definition 'buffer'.
lastfm-1.5.4.27091+dfsg1/src/transcode/mpglib/mp3transcode.cpp:63:46: style: Function 'processData' argument 1 names different: declaration 'data' definition 'buffer'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/transcode/mpglib/mp3transcode.h:71:53: note: Function 'processData' argument 1 names different: declaration 'data' definition 'buffer'.
lastfm-1.5.4.27091+dfsg1/src/transcode/mpglib/mp3transcode.cpp:63:46: note: Function 'processData' argument 1 names different: declaration 'data' definition 'buffer'.
lastfm-1.5.4.27091+dfsg1/src/versionnumber.h:50:5: style: Technically the member function 'CVersionNumber::GetVersion' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/versionnumber.cpp:41:17: note: Technically the member function 'CVersionNumber::GetVersion' can be const.
lastfm-1.5.4.27091+dfsg1/src/versionnumber.h:50:5: note: Technically the member function 'CVersionNumber::GetVersion' can be const.
lastfm-1.5.4.27091+dfsg1/src/versionnumber.cpp:32:40: performance: Function parameter 'sVersion' should be passed by const reference. [passedByValue]
[02:20]
ftp://ftp.se.debian.org/debian/pool/main/l/lastfmsubmitd/lastfmsubmitd_1.0.6.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/lastpass-cli/lastpass-cli_1.3.1.orig.tar.gz
lastpass-cli-1.3.1/agent.c:85:2: style: Variable 'iterationbuf' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/agent.c:79:0: note: Variable 'iterationbuf' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/agent.c:85:2: note: Variable 'iterationbuf' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/agent.c:86:2: style: Variable 'username' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/agent.c:81:0: note: Variable 'username' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/agent.c:86:2: note: Variable 'username' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/cipher.c:383:2: style: Variable 'base64' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/cipher.c:380:0: note: Variable 'base64' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/cipher.c:383:2: note: Variable 'base64' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/cipher.c:531:2: style: Variable 'hash_hex' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/cipher.c:529:0: note: Variable 'hash_hex' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/cipher.c:531:2: note: Variable 'hash_hex' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/cipher.c:230:22: style: Function 'cipher_aes_encrypt' argument 3 names different: declaration 'ciphertext' definition 'out'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/cipher.h:17:105: note: Function 'cipher_aes_encrypt' argument 3 names different: declaration 'ciphertext' definition 'out'.
lastpass-cli-1.3.1/cipher.c:230:22: note: Function 'cipher_aes_encrypt' argument 3 names different: declaration 'ciphertext' definition 'out'.
lastpass-cli-1.3.1/cipher.c:302:29: style: Function 'unbase64' argument 1 names different: declaration 'ptext' definition 'bytes'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/cipher.h:20:29: note: Function 'unbase64' argument 1 names different: declaration 'ptext' definition 'bytes'.
lastpass-cli-1.3.1/cipher.c:302:29: note: Function 'unbase64' argument 1 names different: declaration 'ptext' definition 'bytes'.
lastpass-cli-1.3.1/cipher.c:302:52: style: Function 'unbase64' argument 2 names different: declaration 'b64data' definition 'unbase64'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/cipher.h:20:52: note: Function 'unbase64' argument 2 names different: declaration 'b64data' definition 'unbase64'.
lastpass-cli-1.3.1/cipher.c:302:52: note: Function 'unbase64' argument 2 names different: declaration 'b64data' definition 'unbase64'.
lastpass-cli-1.3.1/cmd-import.c:70:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
lastpass-cli-1.3.1/cmd-import.c:409:0: error: Resource leak: fp [resourceLeak]
lastpass-cli-1.3.1/cmd-passwd.c:177:2: style: Variable 'username' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/cmd-passwd.c:169:0: note: Variable 'username' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/cmd-passwd.c:177:2: note: Variable 'username' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/cmd-show.c:223:2: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/cmd-show.c:220:0: note: Variable 'filename' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/cmd-show.c:223:2: note: Variable 'filename' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/cmd-show.c:131:7: style: The scope of the variable 'opt' can be reduced. [variableScope]
lastpass-cli-1.3.1/cmd.c:84:3: style: Variable 'params' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/cmd.c:81:0: note: Variable 'params' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/cmd.c:84:3: note: Variable 'params' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/cmd.c:46:45: style: Function 'parse_sync_string' argument 1 names different: declaration 'str' definition 'syncstr'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/cmd.h:40:45: note: Function 'parse_sync_string' argument 1 names different: declaration 'str' definition 'syncstr'.
lastpass-cli-1.3.1/cmd.c:46:45: note: Function 'parse_sync_string' argument 1 names different: declaration 'str' definition 'syncstr'.
lastpass-cli-1.3.1/config.c:208:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/config.c:207:0: note: Variable 'path' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/config.c:208:2: note: Variable 'path' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/config.c:218:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/config.c:215:0: note: Variable 'path' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/config.c:218:2: note: Variable 'path' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/config.c:227:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/config.c:224:0: note: Variable 'path' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/config.c:227:2: note: Variable 'path' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/config.c:293:2: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/config.c:289:0: note: Variable 'file' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/config.c:293:2: note: Variable 'file' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/config.c:291:14: style: The scope of the variable 'read' can be reduced. [variableScope]
lastpass-cli-1.3.1/config.c:287:61: style: Function 'config_read_buffer' argument 2 names different: declaration 'buffer' definition 'out'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/config.h:25:61: note: Function 'config_read_buffer' argument 2 names different: declaration 'buffer' definition 'out'.
lastpass-cli-1.3.1/config.c:287:61: note: Function 'config_read_buffer' argument 2 names different: declaration 'buffer' definition 'out'.
lastpass-cli-1.3.1/config.c:310:0: error: Resource leak: file [resourceLeak]
lastpass-cli-1.3.1/edit.c:189:9: style: The scope of the variable 'read' can be reduced. [variableScope]
lastpass-cli-1.3.1/edit.c:253:15: style: The scope of the variable 'delim' can be reduced. [variableScope]
lastpass-cli-1.3.1/edit.c:458:6: style: The scope of the variable 'tmpfd' can be reduced. [variableScope]
lastpass-cli-1.3.1/endpoints-login.c:209:2: style: Variable 'oob_capabilities' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints-login.c:202:0: note: Variable 'oob_capabilities' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-login.c:209:2: note: Variable 'oob_capabilities' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-login.c:322:2: style: Variable 'iters' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints-login.c:313:0: note: Variable 'iters' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-login.c:322:2: note: Variable 'iters' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-login.c:323:2: style: Variable 'user_lower' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints-login.c:312:0: note: Variable 'user_lower' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-login.c:323:2: note: Variable 'user_lower' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-login.c:324:2: style: Variable 'trusted_id' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints-login.c:314:0: note: Variable 'trusted_id' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-login.c:324:2: note: Variable 'trusted_id' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-login.c:348:123: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:53:2: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints-share.c:50:0: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:53:2: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:72:2: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints-share.c:68:0: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:72:2: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:93:2: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints-share.c:86:0: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:93:2: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:175:2: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints-share.c:172:0: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:175:2: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:198:2: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints-share.c:195:0: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:198:2: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:294:2: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints-share.c:291:0: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:294:2: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:372:2: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints-share.c:369:0: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:372:2: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:55:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:76:19: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:97:19: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:158:20: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:184:19: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:204:19: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:281:19: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:298:19: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:338:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:342:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:348:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:377:19: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:420:19: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:52:2: style: Variable 'user_lower' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints.c:50:0: note: Variable 'user_lower' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints.c:52:2: note: Variable 'user_lower' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints.c:53:2: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints.c:49:0: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints.c:53:2: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints.c:178:2: style: Variable 'fields' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints.c:175:0: note: Variable 'fields' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints.c:178:2: note: Variable 'fields' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints.c:236:2: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints.c:233:0: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints.c:236:2: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints.c:270:2: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints.c:268:0: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints.c:270:2: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints.c:53:78: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:63:114: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:70:149: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:84:104: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:87:69: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:161:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:188:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:193:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:202:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:206:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:216:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:222:24: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:236:78: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:255:66: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:258:69: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:279:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:339:27: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:348:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:353:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:396:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:423:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:480:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:485:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:266:134: style: Function 'lastpass_pwchange_start' argument 4 names different: declaration 'pwchange_info' definition 'info'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/endpoints.h:27:134: note: Function 'lastpass_pwchange_start' argument 4 names different: declaration 'pwchange_info' definition 'info'.
lastpass-cli-1.3.1/endpoints.c:266:134: note: Function 'lastpass_pwchange_start' argument 4 names different: declaration 'pwchange_info' definition 'info'.
lastpass-cli-1.3.1/endpoints.c:291:33: style: Function 'lastpass_pwchange_complete' argument 6 names different: declaration 'pwchange_info' definition 'info'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/endpoints.h:28:187: note: Function 'lastpass_pwchange_complete' argument 6 names different: declaration 'pwchange_info' definition 'info'.
lastpass-cli-1.3.1/endpoints.c:291:33: note: Function 'lastpass_pwchange_complete' argument 6 names different: declaration 'pwchange_info' definition 'info'.
lastpass-cli-1.3.1/http.c:147:3: style: Variable 'spki_hash' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/http.c:146:0: note: Variable 'spki_hash' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/http.c:147:3: note: Variable 'spki_hash' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/http.c:238:16: style: The scope of the variable 'encoded_param' can be reduced. [variableScope]
lastpass-cli-1.3.1/http.c:241:14: style: The scope of the variable 'new_len' can be reduced. [variableScope]
lastpass-cli-1.3.1/http.c:208:50: style: Function 'http_post_add_params' argument 1 names different: declaration 'params' definition 'param_set'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/http.h:21:50: note: Function 'http_post_add_params' argument 1 names different: declaration 'params' definition 'param_set'.
lastpass-cli-1.3.1/http.c:208:50: note: Function 'http_post_add_params' argument 1 names different: declaration 'params' definition 'param_set'.
lastpass-cli-1.3.1/http.c:216:83: style: Function 'http_post_lastpass' argument 3 names different: declaration 'len' definition 'final_len'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/http.h:22:83: note: Function 'http_post_lastpass' argument 3 names different: declaration 'len' definition 'final_len'.
lastpass-cli-1.3.1/http.c:216:83: note: Function 'http_post_lastpass' argument 3 names different: declaration 'len' definition 'final_len'.
lastpass-cli-1.3.1/http.c:330:105: style: Function 'http_post_lastpass_v' argument 4 names different: declaration 'len' definition 'final_len'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/http.h:23:105: note: Function 'http_post_lastpass_v' argument 4 names different: declaration 'len' definition 'final_len'.
lastpass-cli-1.3.1/http.c:330:105: note: Function 'http_post_lastpass_v' argument 4 names different: declaration 'len' definition 'final_len'.
lastpass-cli-1.3.1/http.c:346:93: style: Function 'http_post_lastpass_param_set' argument 3 names different: declaration 'len' definition 'final_len'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/http.h:24:93: note: Function 'http_post_lastpass_param_set' argument 3 names different: declaration 'len' definition 'final_len'.
lastpass-cli-1.3.1/http.c:346:93: note: Function 'http_post_lastpass_param_set' argument 3 names different: declaration 'len' definition 'final_len'.
lastpass-cli-1.3.1/http.c:346:127: style: Function 'http_post_lastpass_param_set' argument 4 names different: declaration 'params' definition 'param_set'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/http.h:25:31: note: Function 'http_post_lastpass_param_set' argument 4 names different: declaration 'params' definition 'param_set'.
lastpass-cli-1.3.1/http.c:346:127: note: Function 'http_post_lastpass_param_set' argument 4 names different: declaration 'params' definition 'param_set'.
lastpass-cli-1.3.1/http.c:228:15: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
lastpass-cli-1.3.1/lpass.c:174:2: style: Variable 'env' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/lpass.c:172:0: note: Variable 'env' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/lpass.c:174:2: note: Variable 'env' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/notes.c:144:56: style: Function 'notes_get_type_by_shortname' argument 1 names different: declaration 'shortname' definition 'type_str'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/notes.h:41:56: note: Function 'notes_get_type_by_shortname' argument 1 names different: declaration 'shortname' definition 'type_str'.
lastpass-cli-1.3.1/notes.c:144:56: note: Function 'notes_get_type_by_shortname' argument 1 names different: declaration 'shortname' definition 'type_str'.
lastpass-cli-1.3.1/password.c:329:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lastpass-cli-1.3.1/password.c:102:2: error: Returning/dereferencing 'password' after it is deallocated / released [deallocret]
lastpass-cli-1.3.1/pbkdf2.c:47:15: style: The scope of the variable 'cp_len' can be reduced. [variableScope]
lastpass-cli-1.3.1/process.c:127:0: error: #error "Please provide a pid_to_cmd for your platform" [preprocessorErrorDirective]
lastpass-cli-1.3.1/terminal.c:79:46: style: Function 'terminal_set_color_mode' argument 1 names different: declaration 'color_mode' definition 'mode'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/terminal.h:52:46: note: Function 'terminal_set_color_mode' argument 1 names different: declaration 'color_mode' definition 'mode'.
lastpass-cli-1.3.1/terminal.c:79:46: note: Function 'terminal_set_color_mode' argument 1 names different: declaration 'color_mode' definition 'mode'.
lastpass-cli-1.3.1/test/http_mock.c:161:2: style: Variable 'response' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/test/http_mock.c:159:0: note: Variable 'response' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/test/http_mock.c:161:2: note: Variable 'response' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/upload-queue.c:68:2: style: Variable 'base_path' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/upload-queue.c:64:0: note: Variable 'base_path' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/upload-queue.c:68:2: note: Variable 'base_path' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/upload-queue.c:396:2: style: Variable 'pidstr' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/upload-queue.c:393:0: note: Variable 'pidstr' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/upload-queue.c:396:2: note: Variable 'pidstr' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/upload-queue.c:410:2: style: Variable 'pidstr' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/upload-queue.c:407:0: note: Variable 'pidstr' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/upload-queue.c:410:2: note: Variable 'pidstr' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/util.c:199:26: style: Function 'reallocarray' argument 1 names different: declaration 'ptr' definition 'optr'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/util.h:67:26: note: Function 'reallocarray' argument 1 names different: declaration 'ptr' definition 'optr'.
lastpass-cli-1.3.1/util.c:199:26: note: Function 'reallocarray' argument 1 names different: declaration 'ptr' definition 'optr'.
lastpass-cli-1.3.1/util.c:401:42: style: Function 'xstrprepend' argument 2 names different: declaration 'suffix' definition 'prefix'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/util.h:91:42: note: Function 'xstrprepend' argument 2 names different: declaration 'suffix' definition 'prefix'.
lastpass-cli-1.3.1/util.c:401:42: note: Function 'xstrprepend' argument 2 names different: declaration 'suffix' definition 'prefix'.
lastpass-cli-1.3.1/xml.c:49:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/xml.c:47:0: note: Variable 'doc' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/xml.c:49:2: note: Variable 'doc' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/xml.c:93:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/xml.c:90:0: note: Variable 'doc' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/xml.c:93:2: note: Variable 'doc' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/xml.c:134:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/xml.c:131:0: note: Variable 'doc' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/xml.c:134:2: note: Variable 'doc' is reassigned a value before the old one has been used.
[02:20]
ftp://ftp.se.debian.org/debian/pool/main/l/lat/lat_1.2.4.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/late/late_0.1.0.orig.tar.gz
late-0.1.0/src/arch.cpp:63:7: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
late-0.1.0/src/arch.cpp:74:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
late-0.1.0/src/arch.cpp:83:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
late-0.1.0/src/point.h:31:3: warning: Member variable 'point::x' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/point.h:31:3: warning: Member variable 'point::y' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/point.h:59:3: warning: Member variable 'floatpoint::x' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/point.h:59:3: warning: Member variable 'floatpoint::y' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/ball.cpp:89:12: warning: Member variable 'ball_base::boundary' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/ball.cpp:89:12: warning: Member variable 'ball_base::package' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/ball.cpp:89:12: warning: Member variable 'ball_base::condemned' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/ball.cpp:93:12: warning: Member variable 'ball_base::boundary' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/ball.cpp:93:12: warning: Member variable 'ball_base::condemned' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/ball.cpp:80:14: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
late-0.1.0/src/square.h:42:8: style: Technically the member function 'square::operator==' can be const. [functionConst]
late-0.1.0/src/square.h:47:7: style: Technically the member function 'square::area' can be const. [functionConst]
late-0.1.0/src/ball.h:116:16: style: Technically the member function 'ball::getserial' can be const. [functionConst]
late-0.1.0/src/point.h:44:3: style: Struct 'point' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/point.h:67:3: style: Struct 'floatpoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/ball.h:40:3: style: Class 'ball_base' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/ball.h:106:3: style: Class 'ball' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/ball.h:108:3: style: Class 'ball' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/killerball.h:8:3: style: Class 'kball' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/boringball.h:13:3: style: Class 'boringball' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/splitball.h:37:3: style: Class 'splitball' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/explosiveball.h:10:3: style: Class 'expball' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/explosiveball.h:21:3: style: Class 'explosion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/chronoball.h:36:3: style: Class 'chronoball' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/goody.h:10:3: style: Class 'lifeup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/goody.h:30:3: style: Class 'lazershot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/goody.h:50:3: style: Class 'magnetitem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/goody.h:70:3: style: Class 'bonus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/goody.h:90:3: style: Class 'brpu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/killerball.h:9:8: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:95:16: note: Virtual function in base class
late-0.1.0/src/killerball.h:9:8: note: Function in derived class
late-0.1.0/src/killerball.h:10:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:90:16: note: Virtual function in base class
late-0.1.0/src/killerball.h:10:8: note: Function in derived class
late-0.1.0/src/killerball.h:11:15: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:97:23: note: Virtual function in base class
late-0.1.0/src/killerball.h:11:15: note: Function in derived class
late-0.1.0/src/killerball.h:12:16: style: The function 'getradius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:53:24: note: Virtual function in base class
late-0.1.0/src/killerball.h:12:16: note: Function in derived class
late-0.1.0/src/boringball.h:11:8: style: The function 'specialcollide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:93:16: note: Virtual function in base class
late-0.1.0/src/boringball.h:11:8: note: Function in derived class
late-0.1.0/src/boringball.h:12:8: style: The function 'specialcollideb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:94:16: note: Virtual function in base class
late-0.1.0/src/boringball.h:12:8: note: Function in derived class
late-0.1.0/src/boringball.h:14:16: style: The function 'getradius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:53:24: note: Virtual function in base class
late-0.1.0/src/boringball.h:14:16: note: Function in derived class
late-0.1.0/src/boringball.h:18:8: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:95:16: note: Virtual function in base class
late-0.1.0/src/boringball.h:18:8: note: Function in derived class
late-0.1.0/src/boringball.h:19:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:90:16: note: Virtual function in base class
late-0.1.0/src/boringball.h:19:8: note: Function in derived class
late-0.1.0/src/boringball.h:20:15: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:97:23: note: Virtual function in base class
late-0.1.0/src/boringball.h:20:15: note: Function in derived class
late-0.1.0/src/splitball.h:32:16: style: The function 'getradius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:53:24: note: Virtual function in base class
late-0.1.0/src/splitball.h:32:16: note: Function in derived class
late-0.1.0/src/splitball.h:33:9: style: The function 'getmass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:61:17: note: Virtual function in base class
late-0.1.0/src/splitball.h:33:9: note: Function in derived class
late-0.1.0/src/splitball.h:34:8: style: The function 'specialcollide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:93:16: note: Virtual function in base class
late-0.1.0/src/splitball.h:34:8: note: Function in derived class
late-0.1.0/src/splitball.h:35:8: style: The function 'specialcollideb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:94:16: note: Virtual function in base class
late-0.1.0/src/splitball.h:35:8: note: Function in derived class
late-0.1.0/src/splitball.h:38:8: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:95:16: note: Virtual function in base class
late-0.1.0/src/splitball.h:38:8: note: Function in derived class
late-0.1.0/src/splitball.h:40:15: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:97:23: note: Virtual function in base class
late-0.1.0/src/splitball.h:40:15: note: Function in derived class
late-0.1.0/src/explosiveball.h:11:8: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:95:16: note: Virtual function in base class
late-0.1.0/src/explosiveball.h:11:8: note: Function in derived class
late-0.1.0/src/explosiveball.h:12:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:90:16: note: Virtual function in base class
late-0.1.0/src/explosiveball.h:12:8: note: Function in derived class
late-0.1.0/src/explosiveball.h:13:15: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:97:23: note: Virtual function in base class
late-0.1.0/src/explosiveball.h:13:15: note: Function in derived class
late-0.1.0/src/chronoball.h:32:16: style: The function 'getradius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:53:24: note: Virtual function in base class
late-0.1.0/src/chronoball.h:32:16: note: Function in derived class
late-0.1.0/src/chronoball.h:37:8: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:95:16: note: Virtual function in base class
late-0.1.0/src/chronoball.h:37:8: note: Function in derived class
late-0.1.0/src/chronoball.h:38:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:90:16: note: Virtual function in base class
late-0.1.0/src/chronoball.h:38:8: note: Function in derived class
late-0.1.0/src/chronoball.h:39:15: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:97:23: note: Virtual function in base class
late-0.1.0/src/chronoball.h:39:15: note: Function in derived class
late-0.1.0/src/goody.h:11:16: style: The function 'getradius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:53:24: note: Virtual function in base class
late-0.1.0/src/goody.h:11:16: note: Function in derived class
late-0.1.0/src/goody.h:15:8: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:95:16: note: Virtual function in base class
late-0.1.0/src/goody.h:15:8: note: Function in derived class
late-0.1.0/src/goody.h:16:15: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:97:23: note: Virtual function in base class
late-0.1.0/src/goody.h:16:15: note: Function in derived class
late-0.1.0/src/goody.h:17:7: style: The function 'hitchopper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:78:15: note: Virtual function in base class
late-0.1.0/src/goody.h:17:7: note: Function in derived class
late-0.1.0/src/goody.h:18:7: style: The function 'ishostile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:82:15: note: Virtual function in base class
late-0.1.0/src/goody.h:18:7: note: Function in derived class
late-0.1.0/src/goody.h:22:8: style: The function 'exploded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:86:16: note: Virtual function in base class
late-0.1.0/src/goody.h:22:8: note: Function in derived class
late-0.1.0/src/goody.h:23:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:90:16: note: Virtual function in base class
late-0.1.0/src/goody.h:23:8: note: Function in derived class
late-0.1.0/src/goody.h:31:16: style: The function 'getradius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:53:24: note: Virtual function in base class
late-0.1.0/src/goody.h:31:16: note: Function in derived class
late-0.1.0/src/goody.h:35:8: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:95:16: note: Virtual function in base class
late-0.1.0/src/goody.h:35:8: note: Function in derived class
late-0.1.0/src/goody.h:36:15: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:97:23: note: Virtual function in base class
late-0.1.0/src/goody.h:36:15: note: Function in derived class
late-0.1.0/src/goody.h:37:7: style: The function 'hitchopper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:78:15: note: Virtual function in base class
late-0.1.0/src/goody.h:37:7: note: Function in derived class
late-0.1.0/src/goody.h:38:7: style: The function 'ishostile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:82:15: note: Virtual function in base class
late-0.1.0/src/goody.h:38:7: note: Function in derived class
late-0.1.0/src/goody.h:42:8: style: The function 'exploded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:86:16: note: Virtual function in base class
late-0.1.0/src/goody.h:42:8: note: Function in derived class
late-0.1.0/src/goody.h:43:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:90:16: note: Virtual function in base class
late-0.1.0/src/goody.h:43:8: note: Function in derived class
late-0.1.0/src/goody.h:51:16: style: The function 'getradius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:53:24: note: Virtual function in base class
late-0.1.0/src/goody.h:51:16: note: Function in derived class
late-0.1.0/src/goody.h:55:8: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:95:16: note: Virtual function in base class
late-0.1.0/src/goody.h:55:8: note: Function in derived class
late-0.1.0/src/goody.h:56:15: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:97:23: note: Virtual function in base class
late-0.1.0/src/goody.h:56:15: note: Function in derived class
late-0.1.0/src/goody.h:57:7: style: The function 'hitchopper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:78:15: note: Virtual function in base class
late-0.1.0/src/goody.h:57:7: note: Function in derived class
late-0.1.0/src/goody.h:58:7: style: The function 'ishostile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:82:15: note: Virtual function in base class
late-0.1.0/src/goody.h:58:7: note: Function in derived class
late-0.1.0/src/goody.h:62:8: style: The function 'exploded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:86:16: note: Virtual function in base class
late-0.1.0/src/goody.h:62:8: note: Function in derived class
late-0.1.0/src/goody.h:63:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:90:16: note: Virtual function in base class
late-0.1.0/src/goody.h:63:8: note: Function in derived class
late-0.1.0/src/goody.h:71:16: style: The function 'getradius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:53:24: note: Virtual function in base class
late-0.1.0/src/goody.h:71:16: note: Function in derived class
late-0.1.0/src/goody.h:75:8: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:95:16: note: Virtual function in base class
late-0.1.0/src/goody.h:75:8: note: Function in derived class
late-0.1.0/src/goody.h:76:15: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:97:23: note: Virtual function in base class
late-0.1.0/src/goody.h:76:15: note: Function in derived class
late-0.1.0/src/goody.h:77:7: style: The function 'hitchopper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:78:15: note: Virtual function in base class
late-0.1.0/src/goody.h:77:7: note: Function in derived class
late-0.1.0/src/goody.h:78:7: style: The function 'ishostile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:82:15: note: Virtual function in base class
late-0.1.0/src/goody.h:78:7: note: Function in derived class
late-0.1.0/src/goody.h:82:8: style: The function 'exploded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:86:16: note: Virtual function in base class
late-0.1.0/src/goody.h:82:8: note: Function in derived class
late-0.1.0/src/goody.h:83:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:90:16: note: Virtual function in base class
late-0.1.0/src/goody.h:83:8: note: Function in derived class
late-0.1.0/src/goody.h:91:16: style: The function 'getradius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:53:24: note: Virtual function in base class
late-0.1.0/src/goody.h:91:16: note: Function in derived class
late-0.1.0/src/goody.h:95:8: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:95:16: note: Virtual function in base class
late-0.1.0/src/goody.h:95:8: note: Function in derived class
late-0.1.0/src/goody.h:96:15: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:97:23: note: Virtual function in base class
late-0.1.0/src/goody.h:96:15: note: Function in derived class
late-0.1.0/src/goody.h:97:7: style: The function 'hitchopper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:78:15: note: Virtual function in base class
late-0.1.0/src/goody.h:97:7: note: Function in derived class
late-0.1.0/src/goody.h:98:7: style: The function 'ishostile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:82:15: note: Virtual function in base class
late-0.1.0/src/goody.h:98:7: note: Function in derived class
late-0.1.0/src/goody.h:102:8: style: The function 'exploded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:86:16: note: Virtual function in base class
late-0.1.0/src/goody.h:102:8: note: Function in derived class
late-0.1.0/src/goody.h:103:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:90:16: note: Virtual function in base class
late-0.1.0/src/goody.h:103:8: note: Function in derived class
late-0.1.0/src/explosiveball.cpp:60:3: performance: Variable 'center' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
late-0.1.0/src/explosiveball.h:22:8: style: Technically the member function 'explosion::display' can be const. [functionConst]
late-0.1.0/src/explosiveball.cpp:63:18: note: Technically the member function 'explosion::display' can be const.
late-0.1.0/src/explosiveball.h:22:8: note: Technically the member function 'explosion::display' can be const.
late-0.1.0/src/game.cpp:777:16: style: The scope of the variable 'newticks' can be reduced. [variableScope]
late-0.1.0/src/game.cpp:229:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:232:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:234:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:268:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:283:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:287:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:316:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:344:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:370:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:385:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:401:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:484:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:506:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:507:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:528:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:530:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:540:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:565:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:577:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:613:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:696:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:721:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/player.h:15:8: style: Technically the member function 'player::getdirection' can be const. [functionConst]
late-0.1.0/src/magnet.h:14:3: style: Class 'magnet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/graphics.cpp:132:17: style: The scope of the variable 'temp' can be reduced. [variableScope]
late-0.1.0/src/graphics.cpp:148:17: style: The scope of the variable 'frame' can be reduced. [variableScope]
late-0.1.0/src/graphics.cpp:217:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/highscores.cpp:38:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/highscores.cpp:50:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/magnet.cpp:22:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/magnet.cpp:15:3: performance: Variable 'center' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
late-0.1.0/src/magnet.h:25:8: style: Technically the member function 'magnetpair::display' can be const. [functionConst]
late-0.1.0/src/magnet.cpp:62:18: note: Technically the member function 'magnetpair::display' can be const.
late-0.1.0/src/magnet.h:25:8: note: Technically the member function 'magnetpair::display' can be const.
late-0.1.0/src/menu.h:44:10: style: Technically the member function 'menu::get_discription' can be const. [functionConst]
late-0.1.0/src/menu.cpp:69:14: note: Technically the member function 'menu::get_discription' can be const.
late-0.1.0/src/menu.h:44:10: note: Technically the member function 'menu::get_discription' can be const.
late-0.1.0/src/menu.cpp:36:29: performance: Function parameter 'title' should be passed by const reference. [passedByValue]
late-0.1.0/src/menu.cpp:41:30: performance: Function parameter 'title' should be passed by const reference. [passedByValue]
late-0.1.0/src/menu.cpp:53:33: performance: Function parameter 'title' should be passed by const reference. [passedByValue]
late-0.1.0/src/menu.cpp:58:33: performance: Function parameter 'title' should be passed by const reference. [passedByValue]
late-0.1.0/src/menu.cpp:58:56: performance: Function parameter 'discription' should be passed by const reference. [passedByValue]
late-0.1.0/src/player.h:12:9: style: Technically the member function 'player::getcenter' can be const. [functionConst]
late-0.1.0/src/player.cpp:33:15: note: Technically the member function 'player::getcenter' can be const.
late-0.1.0/src/player.h:12:9: note: Technically the member function 'player::getcenter' can be const.
late-0.1.0/src/slicer.cpp:42:9: warning: Member variable 'slicer::lazerset' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/slicer.cpp:42:9: warning: Member variable 'slicer::speed' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/slicer.cpp:42:9: warning: Member variable 'slicer::direction' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/slicer.cpp:42:9: warning: Member variable 'slicer::boundary' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/slicer.cpp:51:9: warning: Member variable 'slicer::cuttime' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/slicer.cpp:51:9: warning: Member variable 'slicer::boundary' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/slicer.cpp:59:3: performance: Variable 'center' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
late-0.1.0/src/splitball.cpp:72:19: style: The scope of the variable 'tempball' can be reduced. [variableScope]
late-0.1.0/src/splitball.cpp:132:15: style: The scope of the variable 'tempball' can be reduced. [variableScope]
late-0.1.0/src/stripmaker.c:56:3: warning: snprintf format string requires 1 parameter but 2 are given. [wrongPrintfScanfArgNum]
late-0.1.0/src/text.cpp:33:3: warning: Member variable 'font::bitmaprange' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/text.cpp:34:3: style: Class 'font' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[02:20]
ftp://ftp.se.debian.org/debian/pool/main/l/latencytop/latencytop_0.5.orig.tar.gz
latencytop-0.5/fsync.c:119:24: style: The scope of the variable 'proc' can be reduced. [variableScope]
latencytop-0.5/fsync.c:316:6: style: The scope of the variable 'key' can be reduced. [variableScope]
latencytop-0.5/fsync.c:195:6: style: Unused variable: midy [unusedVariable]
latencytop-0.5/gtk_display.c:109:6: style: The scope of the variable 'preferred' can be reduced. [variableScope]
latencytop-0.5/gtk_display.c:176:23: style: The scope of the variable 'line' can be reduced. [variableScope]
latencytop-0.5/latencytop.c:545:6: style: Condition '!use_gtk' is always true [knownConditionTrueFalse]
latencytop-0.5/latencytop.c:535:19: note: Assignment 'use_gtk=0', assigned value is 0
latencytop-0.5/latencytop.c:545:6: note: Condition '!use_gtk' is always true
latencytop-0.5/latencytop.c:263:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
latencytop-0.5/latencytop.c:281:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
latencytop-0.5/latencytop.c:56:23: style: The scope of the variable 'line2' can be reduced. [variableScope]
latencytop-0.5/latencytop.c:76:23: style: The scope of the variable 'line2' can be reduced. [variableScope]
latencytop-0.5/latencytop.c:185:23: style: The scope of the variable 'line' can be reduced. [variableScope]
latencytop-0.5/latencytop.c:202:18: style: The scope of the variable 'proc' can be reduced. [variableScope]
latencytop-0.5/latencytop.c:235:18: style: The scope of the variable 'proc' can be reduced. [variableScope]
latencytop-0.5/latencytop.c:399:10: style: The scope of the variable 'q' can be reduced. [variableScope]
latencytop-0.5/latencytop.c:419:10: style: The scope of the variable 'q' can be reduced. [variableScope]
latencytop-0.5/latencytop.c:478:23: style: The scope of the variable 'line' can be reduced. [variableScope]
latencytop-0.5/latencytop.c:490:3: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
latencytop-0.5/text_display.c:273:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
latencytop-0.5/text_display.c:145:2: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
latencytop-0.5/text_display.c:135:0: note: Variable 'start' is reassigned a value before the old one has been used.
latencytop-0.5/text_display.c:145:2: note: Variable 'start' is reassigned a value before the old one has been used.
latencytop-0.5/text_display.c:111:23: style: The scope of the variable 'line' can be reduced. [variableScope]
latencytop-0.5/text_display.c:257:18: style: The scope of the variable 'proc' can be reduced. [variableScope]
latencytop-0.5/text_display.c:324:6: style: The scope of the variable 'key' can be reduced. [variableScope]
latencytop-0.5/translate.c:116:10: warning: Size of pointer 'trans' used instead of size of its data. [pointerSize]
latencytop-0.5/translate.c:57:2: warning: The buffer 'buffer' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
[02:20]
ftp://ftp.se.debian.org/debian/pool/main/l/latex-beamer/latex-beamer_3.10.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/latex-cjk-japanese-wadalab/latex-cjk-japanese-wadalab_0.20050817.orig.tar.gz
latex-cjk-japanese-wadalab-0.20050817.orig/wftodm.c:102:19: style: The scope of the variable 'len' can be reduced. [variableScope]
latex-cjk-japanese-wadalab-0.20050817.orig/wftodm.c:102:7: style: Unused variable: kcode_low [unusedVariable]
latex-cjk-japanese-wadalab-0.20050817.orig/wftodm.c:230:11: style: Unused variable: len [unusedVariable]
latex-cjk-japanese-wadalab-0.20050817.orig/wftodm.c:230:15: style: Unused variable: charlen [unusedVariable]
[02:20]
ftp://ftp.se.debian.org/debian/pool/main/l/latex-coffee-stains/latex-coffee-stains_5.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/latex-make/latex-make_2.2.4.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/latex-mk/latex-mk_2.1.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/latex-sanskrit/latex-sanskrit_2.2.orig.tar.gz
latex-sanskrit-2.2/skt.c:1015:18: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
latex-sanskrit-2.2/skt.c:2283:62: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:2284:60: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:2285:52: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:2349:59: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:2350:50: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:2351:43: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:2355:60: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:2356:51: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:2361:59: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:2362:50: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:2363:63: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:2367:60: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:2368:70: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:267:6: style: The scope of the variable 'c' can be reduced. [variableScope]
latex-sanskrit-2.2/skt.c:267:12: style: The scope of the variable 'e' can be reduced. [variableScope]
latex-sanskrit-2.2/skt.c:402:25: style: The scope of the variable 'j' can be reduced. [variableScope]
latex-sanskrit-2.2/skt.c:433:19: style: The scope of the variable 'c' can be reduced. [variableScope]
latex-sanskrit-2.2/skt.c:433:21: style: The scope of the variable 'd' can be reduced. [variableScope]
latex-sanskrit-2.2/skt.c:335:7: style: Unused variable: p [unusedVariable]
latex-sanskrit-2.2/skt.c:1475:7: style: Unused variable: p [unusedVariable]
latex-sanskrit-2.2/skt.c:161:32: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
latex-sanskrit-2.2/skt.c:162:33: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
latex-sanskrit-2.2/skt.c:164:32: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
latex-sanskrit-2.2/skt.c:2283:33: warning: Conversion of char literal '~' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2284:33: warning: Conversion of char literal '~' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2285:15: warning: Conversion of char literal '~' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2295:4: warning: Conversion of char literal 'n' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2332:51: warning: Conversion of char literal 'i' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2333:21: warning: Conversion of char literal 'i' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2334:51: warning: Conversion of char literal 'E' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2335:21: warning: Conversion of char literal 'E' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2338:4: warning: Conversion of char literal 'a' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2338:34: warning: Conversion of char literal 'u' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2339:4: warning: Conversion of char literal 'e' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2339:34: warning: Conversion of char literal 'o' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2341:4: warning: Conversion of char literal 'A' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2341:34: warning: Conversion of char literal 'I' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2342:4: warning: Conversion of char literal 'U' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2342:34: warning: Conversion of char literal 'O' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2344:4: warning: Conversion of char literal '\26' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2349:34: warning: Conversion of char literal 'w' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2350:29: warning: Conversion of char literal 'w' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2351:14: warning: Conversion of char literal 'w' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2355:29: warning: Conversion of char literal 'W' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2356:14: warning: Conversion of char literal 'W' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2361:34: warning: Conversion of char literal 'x' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2362:29: warning: Conversion of char literal 'x' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2363:14: warning: Conversion of char literal 'x' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2367:29: warning: Conversion of char literal 'X' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2368:14: warning: Conversion of char literal 'X' to bool always evaluates to true. [incorrectCharBooleanError]
[02:20]
ftp://ftp.se.debian.org/debian/pool/main/l/latex-xcolor/latex-xcolor_2.11.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/latex209/latex209_25.mar.1992.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/latex2html/latex2html_2018.2-debian1.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/latex2rtf/latex2rtf_2.3.8.orig.tar.gz
latex2rtf-2.3.8/acronyms.c:323:5: style: Variable 'acDef' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/acronyms.c:320:0: note: Variable 'acDef' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/acronyms.c:323:5: note: Variable 'acDef' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/acronyms.c:324:5: style: Variable 'acShort' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/acronyms.c:320:0: note: Variable 'acShort' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/acronyms.c:324:5: note: Variable 'acShort' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/acronyms.c:325:5: style: Variable 'acLong' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/acronyms.c:320:0: note: Variable 'acLong' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/acronyms.c:325:5: note: Variable 'acLong' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/acronyms.c:454:5: style: Variable 'found' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/acronyms.c:447:0: note: Variable 'found' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/acronyms.c:454:5: note: Variable 'found' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/acronyms.c:509:5: style: Variable 'acronym' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/acronyms.c:507:0: note: Variable 'acronym' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/acronyms.c:509:5: note: Variable 'acronym' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/acronyms.c:184:9: style: The scope of the variable 'i' can be reduced. [variableScope]
latex2rtf-2.3.8/biblio.c:81:29: style: Function 'getBiblio' argument 1 names different: declaration 'cite' definition 'key'. [funcArgNamesDifferent]
latex2rtf-2.3.8/biblio.h:18:29: note: Function 'getBiblio' argument 1 names different: declaration 'cite' definition 'key'.
latex2rtf-2.3.8/biblio.c:81:29: note: Function 'getBiblio' argument 1 names different: declaration 'cite' definition 'key'.
latex2rtf-2.3.8/cfg.c:461:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/cfg.c:460:0: note: Variable 's' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/cfg.c:461:5: note: Variable 's' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/cfg.c:288:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
latex2rtf-2.3.8/cfg.c:289:11: style: The scope of the variable 'fname' can be reduced. [variableScope]
latex2rtf-2.3.8/cfg.c:359:32: style: Function 'SearchCfgRtf' argument 1 names different: declaration 'theCommand' definition 'theTexCommand'. [funcArgNamesDifferent]
latex2rtf-2.3.8/cfg.h:40:42: note: Function 'SearchCfgRtf' argument 1 names different: declaration 'theCommand' definition 'theTexCommand'.
latex2rtf-2.3.8/cfg.c:359:32: note: Function 'SearchCfgRtf' argument 1 names different: declaration 'theCommand' definition 'theTexCommand'.
latex2rtf-2.3.8/cfg.c:359:51: style: Function 'SearchCfgRtf' argument 2 names different: declaration 'WhichArray' definition 'WhichCfg'. [funcArgNamesDifferent]
latex2rtf-2.3.8/cfg.h:40:58: note: Function 'SearchCfgRtf' argument 2 names different: declaration 'WhichArray' definition 'WhichCfg'.
latex2rtf-2.3.8/cfg.c:359:51: note: Function 'SearchCfgRtf' argument 2 names different: declaration 'WhichArray' definition 'WhichCfg'.
latex2rtf-2.3.8/chars.c:1283:25: error: Array 'num[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
latex2rtf-2.3.8/chars.c:1277:9: note: After for loop, i has value 4
latex2rtf-2.3.8/chars.c:1283:25: note: Array index out of bounds
latex2rtf-2.3.8/chars.c:1284:12: error: Array 'num[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
latex2rtf-2.3.8/chars.c:1277:9: note: After for loop, i has value 4
latex2rtf-2.3.8/chars.c:1284:12: note: Array index out of bounds
latex2rtf-2.3.8/chars.c:1250:10: style: The scope of the variable 'c' can be reduced. [variableScope]
latex2rtf-2.3.8/chars.c:1250:18: style: The scope of the variable 't' can be reduced. [variableScope]
latex2rtf-2.3.8/commands.c:1133:9: style: The scope of the variable 'iCommand' can be reduced. [variableScope]
latex2rtf-2.3.8/commands.c:1134:11: style: The scope of the variable 'macro_string' can be reduced. [variableScope]
latex2rtf-2.3.8/commands.c:1188:10: style: The scope of the variable 'unknown_environment' can be reduced. [variableScope]
latex2rtf-2.3.8/convert.c:82:10: style: The scope of the variable 'cThis' can be reduced. [variableScope]
latex2rtf-2.3.8/convert.c:57:34: warning: Char literal compared with pointer 'string'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
latex2rtf-2.3.8/counters.c:96:30: style: Function 'setCounter' argument 2 names different: declaration 'd' definition 'n'. [funcArgNamesDifferent]
latex2rtf-2.3.8/counters.h:1:31: note: Function 'setCounter' argument 2 names different: declaration 'd' definition 'n'.
latex2rtf-2.3.8/counters.c:96:30: note: Function 'setCounter' argument 2 names different: declaration 'd' definition 'n'.
latex2rtf-2.3.8/definitions.c:153:31: warning: Either the condition 'if(dmacro)' is redundant or there is possible null pointer dereference: macro_piece. [nullPointerRedundantCheck]
latex2rtf-2.3.8/definitions.c:242:8: note: Assuming that condition 'if(dmacro)' is not redundant
latex2rtf-2.3.8/definitions.c:152:19: note: Assignment 'macro_piece=dmacro', assigned value is 0
latex2rtf-2.3.8/definitions.c:153:31: note: Null pointer dereference
latex2rtf-2.3.8/definitions.c:162:25: warning: Either the condition 'if(dmacro)' is redundant or there is possible null pointer dereference: dmacro. [nullPointerRedundantCheck]
latex2rtf-2.3.8/definitions.c:242:8: note: Assuming that condition 'if(dmacro)' is not redundant
latex2rtf-2.3.8/definitions.c:162:25: note: Null pointer dereference
latex2rtf-2.3.8/definitions.c:164:25: warning: Either the condition 'if(dmacro)' is redundant or there is possible null pointer dereference: dmacro. [nullPointerRedundantCheck]
latex2rtf-2.3.8/definitions.c:242:8: note: Assuming that condition 'if(dmacro)' is not redundant
latex2rtf-2.3.8/definitions.c:164:25: note: Null pointer dereference
latex2rtf-2.3.8/definitions.c:168:25: warning: Either the condition 'if(dmacro)' is redundant or there is possible null pointer dereference: dmacro. [nullPointerRedundantCheck]
latex2rtf-2.3.8/definitions.c:242:8: note: Assuming that condition 'if(dmacro)' is not redundant
latex2rtf-2.3.8/definitions.c:168:25: note: Null pointer dereference
latex2rtf-2.3.8/definitions.c:170:25: warning: Either the condition 'if(dmacro)' is redundant or there is possible null pointer dereference: dmacro. [nullPointerRedundantCheck]
latex2rtf-2.3.8/definitions.c:242:8: note: Assuming that condition 'if(dmacro)' is not redundant
latex2rtf-2.3.8/definitions.c:170:25: note: Null pointer dereference
latex2rtf-2.3.8/definitions.c:125:16: style: The scope of the variable 'param' can be reduced. [variableScope]
latex2rtf-2.3.8/definitions.c:654:19: style: The scope of the variable 'num' can be reduced. [variableScope]
latex2rtf-2.3.8/definitions.c:569:41: style: Function 'expandEnvironment' argument 2 names different: declaration 'starting' definition 'code'. [funcArgNamesDifferent]
latex2rtf-2.3.8/definitions.h:11:43: note: Function 'expandEnvironment' argument 2 names different: declaration 'starting' definition 'code'.
latex2rtf-2.3.8/definitions.c:569:41: note: Function 'expandEnvironment' argument 2 names different: declaration 'starting' definition 'code'.
latex2rtf-2.3.8/direct.c:46:9: style: The scope of the variable 'n' can be reduced. [variableScope]
latex2rtf-2.3.8/encodings.c:223:31: style: Same expression on both sides of '&&'. [duplicateExpression]
latex2rtf-2.3.8/equations.c:894:5: style: Variable 'power' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/equations.c:892:0: note: Variable 'power' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/equations.c:894:5: note: Variable 'power' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/equations.c:895:5: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/equations.c:891:0: note: Variable 'root' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/equations.c:895:5: note: Variable 'root' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/equations.c:604:10: style: The scope of the variable 'cNext' can be reduced. [variableScope]
latex2rtf-2.3.8/equations.c:1228:10: style: The scope of the variable 'cThis' can be reduced. [variableScope]
latex2rtf-2.3.8/equations.c:1511:11: style: The scope of the variable 'v_align' can be reduced. [variableScope]
latex2rtf-2.3.8/equations.c:1511:33: style: The scope of the variable 's' can be reduced. [variableScope]
latex2rtf-2.3.8/equations.c:1512:9: style: The scope of the variable 'n' can be reduced. [variableScope]
latex2rtf-2.3.8/equations.c:1698:24: style: Function 'CmdSlashSlash' argument 1 names different: declaration 'code' definition 'height'. [funcArgNamesDifferent]
latex2rtf-2.3.8/equations.h:45:24: note: Function 'CmdSlashSlash' argument 1 names different: declaration 'code' definition 'height'.
latex2rtf-2.3.8/equations.c:1698:24: note: Function 'CmdSlashSlash' argument 1 names different: declaration 'code' definition 'height'.
latex2rtf-2.3.8/fields.c:115:12: warning: Either the condition 'g_field_depth>=20' is redundant or the array 'g_field[20]' is accessed at index 20, which is out of bounds. [arrayIndexOutOfBoundsCond]
latex2rtf-2.3.8/fields.c:116:23: note: Assuming that condition 'g_field_depth>=20' is not redundant
latex2rtf-2.3.8/fields.c:115:12: note: Array index out of bounds
latex2rtf-2.3.8/fonts.c:111:11: style: The scope of the variable 'font_type' can be reduced. [variableScope]
latex2rtf-2.3.8/fonts.c:111:23: style: The scope of the variable 'font_name' can be reduced. [variableScope]
latex2rtf-2.3.8/fonts.c:112:9: style: The scope of the variable 'font_id' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:1348:6: error: Array 't[100]' accessed at index 100, which is out of bounds. [arrayIndexOutOfBounds]
latex2rtf-2.3.8/funct1.c:1344:5: note: After for loop, i has value 100
latex2rtf-2.3.8/funct1.c:1348:6: note: Array index out of bounds
latex2rtf-2.3.8/funct1.c:72:50: style: The scope of the variable 'cThis' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:219:17: style: The scope of the variable 'option' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:726:15: style: The scope of the variable 's2' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:726:20: style: The scope of the variable 's3' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:726:25: style: The scope of the variable 's4' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:770:15: style: The scope of the variable 's1' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:772:9: style: The scope of the variable 'num' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:940:9: style: The scope of the variable 'vspace' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:1144:11: style: The scope of the variable 'verbatim_text' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:1531:11: style: The scope of the variable 'figure_contents' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:1531:29: style: The scope of the variable 'lines' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:1531:37: style: The scope of the variable 'position' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:1531:48: style: The scope of the variable 'width' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:1647:15: style: The scope of the variable 'p3' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:2388:19: style: The scope of the variable 'text' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:2388:35: style: The scope of the variable 'text1' can be reduced. [variableScope]
latex2rtf-2.3.8/utils.h:62:20: warning: Either the condition 'pre' is redundant or there is possible null pointer dereference: s1. [nullPointerRedundantCheck]
latex2rtf-2.3.8/graphics.c:1923:9: note: Assuming that condition 'pre' is not redundant
latex2rtf-2.3.8/graphics.c:1951:20: note: Calling function 'streq', 1st argument 's1' value is 0
latex2rtf-2.3.8/utils.h:62:20: note: Null pointer dereference
latex2rtf-2.3.8/graphics.c:1712:9: style: Variable 'eps_file_name' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/graphics.c:1711:0: note: Variable 'eps_file_name' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/graphics.c:1712:9: note: Variable 'eps_file_name' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/graphics.c:540:16: style: The scope of the variable 'x' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1417:11: style: The scope of the variable 'png' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1417:17: style: The scope of the variable 'pdf' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1417:23: style: The scope of the variable 'eps' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1417:29: style: The scope of the variable 'out' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1417:35: style: The scope of the variable 'tmp_dir' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1465:11: style: The scope of the variable 'png' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1490:11: style: The scope of the variable 'png' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1490:17: style: The scope of the variable 'ps' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1490:22: style: The scope of the variable 'eps' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1490:28: style: The scope of the variable 'out' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1490:34: style: The scope of the variable 'tmp_dir' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1591:9: style: The scope of the variable 'thechar' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1873:9: style: The scope of the variable 'i' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1873:13: style: The scope of the variable 'half' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:2020:11: style: The scope of the variable 'x' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:2020:15: style: The scope of the variable 'newpath' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:2220:21: style: The scope of the variable 'options2' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:2223:12: style: The scope of the variable 'baseline' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:2243:13: style: The scope of the variable 'n' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:78:14: style: struct member '_WindowsMetaHeader::FileType' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:79:14: style: struct member '_WindowsMetaHeader::HeaderSize' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:80:14: style: struct member '_WindowsMetaHeader::Version' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:81:14: style: struct member '_WindowsMetaHeader::FileSize' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:82:14: style: struct member '_WindowsMetaHeader::NumOfObjects' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:83:14: style: struct member '_WindowsMetaHeader::MaxRecordSize' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:84:14: style: struct member '_WindowsMetaHeader::NumOfParams' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:88:14: style: struct member '_PlaceableMetaHeader::Key' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:89:14: style: struct member '_PlaceableMetaHeader::Handle' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:90:13: style: struct member '_PlaceableMetaHeader::Left' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:91:13: style: struct member '_PlaceableMetaHeader::Top' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:92:13: style: struct member '_PlaceableMetaHeader::Right' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:93:13: style: struct member '_PlaceableMetaHeader::Bottom' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:94:14: style: struct member '_PlaceableMetaHeader::Inch' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:95:14: style: struct member '_PlaceableMetaHeader::Reserved' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:96:14: style: struct member '_PlaceableMetaHeader::Checksum' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:100:14: style: struct member '_EnhancedMetaHeader::RecordType' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:101:14: style: struct member '_EnhancedMetaHeader::RecordSize' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:102:13: style: struct member '_EnhancedMetaHeader::BoundsLeft' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:103:13: style: struct member '_EnhancedMetaHeader::BoundsTop' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:104:13: style: struct member '_EnhancedMetaHeader::BoundsRight' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:105:13: style: struct member '_EnhancedMetaHeader::BoundsBottom' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:106:13: style: struct member '_EnhancedMetaHeader::FrameLeft' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:107:13: style: struct member '_EnhancedMetaHeader::FrameTop' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:108:13: style: struct member '_EnhancedMetaHeader::FrameRight' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:109:13: style: struct member '_EnhancedMetaHeader::FrameBottom' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:110:14: style: struct member '_EnhancedMetaHeader::Signature' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:111:14: style: struct member '_EnhancedMetaHeader::Version' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:112:14: style: struct member '_EnhancedMetaHeader::Size' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:113:14: style: struct member '_EnhancedMetaHeader::NumOfRecords' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:114:14: style: struct member '_EnhancedMetaHeader::NumOfHandles' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:115:14: style: struct member '_EnhancedMetaHeader::Reserved' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:116:14: style: struct member '_EnhancedMetaHeader::SizeOfDescrip' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:117:14: style: struct member '_EnhancedMetaHeader::OffsOfDescrip' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:118:14: style: struct member '_EnhancedMetaHeader::NumPalEntries' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:119:13: style: struct member '_EnhancedMetaHeader::WidthDevPixels' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:120:13: style: struct member '_EnhancedMetaHeader::HeightDevPixels' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:121:13: style: struct member '_EnhancedMetaHeader::WidthDevMM' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:122:13: style: struct member '_EnhancedMetaHeader::HeightDevMM' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:133:14: style: struct member '_GdiCommentMultiFormats::Identifier' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:134:14: style: struct member '_GdiCommentMultiFormats::Comment' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:135:13: style: struct member '_GdiCommentMultiFormats::BoundsLeft' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:136:13: style: struct member '_GdiCommentMultiFormats::BoundsRight' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:137:13: style: struct member '_GdiCommentMultiFormats::BoundsTop' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:138:13: style: struct member '_GdiCommentMultiFormats::BoundsBottom' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:139:14: style: struct member '_GdiCommentMultiFormats::NumFormats' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:140:16: style: struct member '_GdiCommentMultiFormats::Data' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:1098:11: style: Unused variable: s [unusedVariable]
latex2rtf-2.3.8/graphics.c:1650:13: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
latex2rtf-2.3.8/graphics.c:1654:17: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
latex2rtf-2.3.8/graphics.c:1714:61: error: Uninitialized variable: bmoffset [uninitvar]
latex2rtf-2.3.8/ignore.c:188:31: style: Function 'Ignore_Environment' argument 1 names different: declaration 'endstring' definition 'cCommand'. [funcArgNamesDifferent]
latex2rtf-2.3.8/ignore.h:2:31: note: Function 'Ignore_Environment' argument 1 names different: declaration 'endstring' definition 'cCommand'.
latex2rtf-2.3.8/ignore.c:188:31: note: Function 'Ignore_Environment' argument 1 names different: declaration 'endstring' definition 'cCommand'.
latex2rtf-2.3.8/main.c:973:6: warning: Either the condition 's==NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
latex2rtf-2.3.8/main.c:974:11: note: Assuming that condition 's==NULL' is not redundant
latex2rtf-2.3.8/main.c:973:6: note: Null pointer dereference
latex2rtf-2.3.8/main.c:320:17: style: Variable 'g_safety_braces' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
latex2rtf-2.3.8/main.c:319:17: note: Variable 'g_safety_braces' is reassigned a value before the old one has been used if variable is no semaphore variable.
latex2rtf-2.3.8/main.c:320:17: note: Variable 'g_safety_braces' is reassigned a value before the old one has been used if variable is no semaphore variable.
latex2rtf-2.3.8/main.c:972:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/main.c:968:0: note: Variable 's' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/main.c:972:5: note: Variable 's' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/main.c:599:16: style: The scope of the variable 'first' can be reduced. [variableScope]
latex2rtf-2.3.8/main.c:603:9: style: The scope of the variable 'i' can be reduced. [variableScope]
latex2rtf-2.3.8/main.c:904:10: style: The scope of the variable 'pathsep_str' can be reduced. [variableScope]
latex2rtf-2.3.8/parser.c:139:11: style: The scope of the variable 's' can be reduced. [variableScope]
latex2rtf-2.3.8/parser.c:356:10: style: The scope of the variable 'name' can be reduced. [variableScope]
latex2rtf-2.3.8/parser.c:357:9: style: The scope of the variable 'i' can be reduced. [variableScope]
latex2rtf-2.3.8/parser.c:942:22: style: The scope of the variable 's' can be reduced. [variableScope]
latex2rtf-2.3.8/preamble.c:1367:5: style: Variable 'AlternText' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/preamble.c:1365:0: note: Variable 'AlternText' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/preamble.c:1367:5: note: Variable 'AlternText' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/preamble.c:89:29: style: The scope of the variable 'comma' can be reduced. [variableScope]
latex2rtf-2.3.8/preamble.c:559:11: style: The scope of the variable 'options' can be reduced. [variableScope]
latex2rtf-2.3.8/preamble.c:1188:11: style: The scope of the variable 'font_name' can be reduced. [variableScope]
latex2rtf-2.3.8/preamble.c:1223:17: style: The scope of the variable 'rtf' can be reduced. [variableScope]
latex2rtf-2.3.8/preamble.c:1261:9: style: The scope of the variable 'n' can be reduced. [variableScope]
latex2rtf-2.3.8/preamble.c:239:32: style: Function 'setPaperSize' argument 1 names different: declaration 'size' definition 'option'. [funcArgNamesDifferent]
latex2rtf-2.3.8/preamble.c:79:32: note: Function 'setPaperSize' argument 1 names different: declaration 'size' definition 'option'.
latex2rtf-2.3.8/preamble.c:239:32: note: Function 'setPaperSize' argument 1 names different: declaration 'size' definition 'option'.
latex2rtf-2.3.8/preamble.c:776:29: style: Function 'ExecGeomOptions' argument 1 names different: declaration 'option' definition 'key'. [funcArgNamesDifferent]
latex2rtf-2.3.8/preamble.c:85:29: note: Function 'ExecGeomOptions' argument 1 names different: declaration 'option' definition 'key'.
latex2rtf-2.3.8/preamble.c:776:29: note: Function 'ExecGeomOptions' argument 1 names different: declaration 'option' definition 'key'.
latex2rtf-2.3.8/preparse.c:58:10: style: The scope of the variable 'c' can be reduced. [variableScope]
latex2rtf-2.3.8/preparse.c:165:17: style: The scope of the variable 'cThis' can be reduced. [variableScope]
latex2rtf-2.3.8/stack.c:83:10: warning: Either the condition 'top>=10000' is redundant or the array 'stack[10000]' is accessed at index 10000, which is out of bounds. [arrayIndexOutOfBoundsCond]
latex2rtf-2.3.8/stack.c:85:13: note: Assuming that condition 'top>=10000' is not redundant
latex2rtf-2.3.8/stack.c:83:10: note: Array index out of bounds
latex2rtf-2.3.8/stack.c:46:12: style: The scope of the variable 'lev' can be reduced. [variableScope]
latex2rtf-2.3.8/stack.c:46:17: style: The scope of the variable 'brack' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:107:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
latex2rtf-2.3.8/tables.c:984:24: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
latex2rtf-2.3.8/tables.c:981:23: note: outer condition: begins>ends
latex2rtf-2.3.8/tables.c:984:24: note: identical inner condition: begins>ends
latex2rtf-2.3.8/tables.c:447:42: style: Redundant condition: *s=='&'. '*s!='&' || (*s=='&' && escaped)' is equivalent to '*s!='&' || escaped' [redundantCondition]
latex2rtf-2.3.8/tables.c:502:16: warning: Either the condition 'cell!=NULL' is redundant or there is possible null pointer dereference: cell. [nullPointerRedundantCheck]
latex2rtf-2.3.8/tables.c:770:18: note: Assuming that condition 'cell!=NULL' is not redundant
latex2rtf-2.3.8/tables.c:763:32: note: Calling function 'TabularMultiParameters', 1st argument 'cell' value is 0
latex2rtf-2.3.8/tables.c:502:16: note: Null pointer dereference
latex2rtf-2.3.8/tables.c:557:5: style: Variable 'cline' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/tables.c:555:0: note: Variable 'cline' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/tables.c:557:5: note: Variable 'cline' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/tables.c:554:15: style: The scope of the variable 'm' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:624:27: style: The scope of the variable 'left_border' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:624:40: style: The scope of the variable 'right_border' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:627:9: style: The scope of the variable 'top' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:627:14: style: The scope of the variable 'bottom' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:794:9: style: The scope of the variable 'len' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:919:33: style: The scope of the variable 'first_row' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:919:44: style: The scope of the variable 'begins' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:919:52: style: The scope of the variable 'ends' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:926:15: style: The scope of the variable 'tabular_layout' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:982:19: style: The scope of the variable 'table2' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:982:28: style: The scope of the variable 'table3' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:1083:10: style: The scope of the variable 'endchar' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:1191:25: style: The scope of the variable 'cell' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:1348:12: style: The scope of the variable 'n_total' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:1349:45: style: The scope of the variable 'row_start' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:1425:11: style: The scope of the variable 'location' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:1425:22: style: The scope of the variable 'table_contents' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:1518:11: style: The scope of the variable 's' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:1711:11: style: The scope of the variable 's' can be reduced. [variableScope]
latex2rtf-2.3.8/utils.c:587:10: style: The scope of the variable 'c' can be reduced. [variableScope]
latex2rtf-2.3.8/utils.c:116:30: style: Function 'my_strndup' argument 1 names different: declaration 's' definition 'src'. [funcArgNamesDifferent]
latex2rtf-2.3.8/utils.h:35:32: note: Function 'my_strndup' argument 1 names different: declaration 's' definition 'src'.
latex2rtf-2.3.8/utils.c:116:30: note: Function 'my_strndup' argument 1 names different: declaration 's' definition 'src'.
latex2rtf-2.3.8/utils.c:239:37: style: Function 'strdup_nobadchars' argument 1 names different: declaration 's' definition 'text'. [funcArgNamesDifferent]
latex2rtf-2.3.8/utils.h:41:39: note: Function 'strdup_nobadchars' argument 1 names different: declaration 's' definition 'text'.
latex2rtf-2.3.8/utils.c:239:37: note: Function 'strdup_nobadchars' argument 1 names different: declaration 's' definition 'text'.
latex2rtf-2.3.8/utils.c:523:28: style: Function 'keyvalue_pair' argument 1 names different: declaration 't' definition 's'. [funcArgNamesDifferent]
latex2rtf-2.3.8/utils.h:47:29: note: Function 'keyvalue_pair' argument 1 names different: declaration 't' definition 's'.
latex2rtf-2.3.8/utils.c:523:28: note: Function 'keyvalue_pair' argument 1 names different: declaration 't' definition 's'.
latex2rtf-2.3.8/vertical.c:578:8: style: The scope of the variable 'sizeParam' can be reduced. [variableScope]
latex2rtf-2.3.8/vertical.c:611:11: style: The scope of the variable 's' can be reduced. [variableScope]
latex2rtf-2.3.8/xrefs.c:772:5: style: Variable 'option' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/xrefs.c:769:0: note: Variable 'option' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/xrefs.c:772:5: note: Variable 'option' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/xrefs.c:1341:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/xrefs.c:1339:0: note: Variable 's' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/xrefs.c:1341:5: note: Variable 's' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/xrefs.c:1986:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/xrefs.c:1984:0: note: Variable 's' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/xrefs.c:1986:5: note: Variable 's' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/xrefs.c:2071:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/xrefs.c:2069:0: note: Variable 's' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/xrefs.c:2071:5: note: Variable 's' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/xrefs.c:2371:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/xrefs.c:2369:0: note: Variable 's' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/xrefs.c:2371:5: note: Variable 's' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/xrefs.c:526:9: style: The scope of the variable 'amount' can be reduced. [variableScope]
latex2rtf-2.3.8/xrefs.c:527:9: style: The scope of the variable 'i' can be reduced. [variableScope]
latex2rtf-2.3.8/xrefs.c:664:22: style: The scope of the variable 's' can be reduced. [variableScope]
latex2rtf-2.3.8/xrefs.c:767:9: style: The scope of the variable 'brace' can be reduced. [variableScope]
latex2rtf-2.3.8/xrefs.c:768:35: style: The scope of the variable 'p' can be reduced. [variableScope]
latex2rtf-2.3.8/xrefs.c:1694:15: style: The scope of the variable 's' can be reduced. [variableScope]
latex2rtf-2.3.8/xrefs.c:2094:12: style: The scope of the variable 'month' can be reduced. [variableScope]
latex2rtf-2.3.8/xrefs.c:273:12: error: Array 'buffer[4096]' accessed at index 4096, which is out of bounds. [arrayIndexOutOfBounds]
[02:20]
ftp://ftp.se.debian.org/debian/pool/main/l/latexdiff/latexdiff_1.2.1.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/latexdraw/latexdraw_3.3.8+ds1.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/latexila/latexila_3.22.0.orig.tar.xz
latexila-3.22.0/src/app_settings.c:793:14: warning: Either the condition 'doc==NULL' is redundant or there is possible null pointer dereference: _tmp16_. [nullPointerRedundantCheck]
latexila-3.22.0/src/app_settings.c:796:4: note: Assuming that condition 'doc==NULL' is not redundant
latexila-3.22.0/src/app_settings.c:792:14: note: Assignment '_tmp16_=doc', assigned value is 0
latexila-3.22.0/src/app_settings.c:793:14: note: Null pointer dereference
latexila-3.22.0/src/app_settings.c:862:14: warning: Either the condition 'doc==NULL' is redundant or there is possible null pointer dereference: _tmp15_. [nullPointerRedundantCheck]
latexila-3.22.0/src/app_settings.c:865:4: note: Assuming that condition 'doc==NULL' is not redundant
latexila-3.22.0/src/app_settings.c:861:14: note: Assignment '_tmp15_=doc', assigned value is 0
latexila-3.22.0/src/app_settings.c:862:14: note: Null pointer dereference
latexila-3.22.0/src/app_settings.c:169:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:168:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:169:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:190:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:187:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:190:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:193:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:192:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:193:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:213:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:205:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:213:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:214:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:206:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:214:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:215:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:207:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:215:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:216:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:208:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:216:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:219:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:209:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:219:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:220:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:210:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:220:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:223:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:222:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:223:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:245:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:236:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:245:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:246:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:237:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:246:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:247:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:238:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:247:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:248:2: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:235:0: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:248:2: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:249:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:240:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:249:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:253:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:251:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:253:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:254:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:252:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:254:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:260:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:258:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:260:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:261:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:259:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:261:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:287:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:279:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:287:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:288:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:280:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:288:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:321:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:308:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:321:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:322:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:309:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:322:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:323:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:310:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:323:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:324:2: style: Variable 'scheme_id' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:307:0: note: Variable 'scheme_id' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:324:2: note: Variable 'scheme_id' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:325:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:312:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:325:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:326:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:313:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:326:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:327:2: style: Variable 'manager' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:311:0: note: Variable 'manager' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:327:2: note: Variable 'manager' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:328:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:315:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:328:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:329:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:316:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:329:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:330:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:317:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:330:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:331:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:318:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:331:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:332:2: style: Variable 'scheme' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:314:0: note: Variable 'scheme' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:332:2: note: Variable 'scheme' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:344:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:335:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:344:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:345:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:336:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:345:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:346:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:337:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:346:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:347:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:338:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:347:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:400:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:396:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:400:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:401:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:397:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:401:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:414:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:405:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:414:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:415:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:406:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:415:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:416:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:407:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:416:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:417:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:408:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:417:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:468:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:463:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:468:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:469:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:464:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:469:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:470:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:465:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:470:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:471:2: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:462:0: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:471:2: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:483:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:474:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:483:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:484:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:475:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:484:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:485:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:476:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:485:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:486:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:477:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:486:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:537:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:532:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:537:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:538:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:533:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:538:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:539:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:534:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:539:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:540:2: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:531:0: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:540:2: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:552:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:543:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:552:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:553:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:544:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:553:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:554:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:545:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:554:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:555:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:546:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:555:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:606:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:601:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:606:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:607:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:602:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:607:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:608:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:603:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:608:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:609:2: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:600:0: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:609:2: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:621:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:612:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:621:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:622:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:613:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:622:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:623:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:614:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:623:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:624:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:615:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:624:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:675:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:670:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:675:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:676:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:671:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:676:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:677:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:672:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:677:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:678:2: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:669:0: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:678:2: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:690:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:681:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:690:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:691:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:682:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:691:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:692:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:683:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:692:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:693:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:684:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:693:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:744:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:739:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:744:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:745:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:740:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:745:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:746:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:741:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:746:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:747:2: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:738:0: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:747:2: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:759:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:750:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:759:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:760:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:751:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:760:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:761:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:752:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:761:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:762:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:753:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:762:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:814:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:810:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:814:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:815:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:811:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:815:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:828:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:819:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:828:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:829:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:820:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:829:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:830:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:821:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:830:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:831:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:822:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:831:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:896:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:879:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:896:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:897:2: style: Variable 'prefs' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:878:0: note: Variable 'prefs' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:897:2: note: Variable 'prefs' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:898:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:880:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:898:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:947:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:938:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:947:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:948:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:939:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:948:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:949:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:940:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:949:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:950:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:941:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:950:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:993:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:991:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:993:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:1003:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:1000:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:1003:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:1004:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:1001:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:1004:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:81:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:69:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:81:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:83:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:71:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:83:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:84:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:72:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:84:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:85:2: style: Variable 'scrolled_window' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:70:0: note: Variable 'scrolled_window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:85:2: note: Variable 'scrolled_window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:90:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:74:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:90:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:92:2: style: Variable 'grid' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:73:0: note: Variable 'grid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:92:2: note: Variable 'grid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:94:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:75:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:94:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:95:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:76:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:95:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:133:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:128:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:133:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:135:2: style: Variable 'close_button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:127:0: note: Variable 'close_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:135:2: note: Variable 'close_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:138:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:129:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:138:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:140:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:130:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:140:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:142:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:131:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:142:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:246:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:227:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:246:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:247:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:228:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:247:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:248:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:229:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:248:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:271:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:264:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:271:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:272:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:265:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:272:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:274:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:266:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:274:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:275:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:267:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:275:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:277:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:268:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:277:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:278:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:269:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:278:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:280:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:270:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:280:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:285:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:283:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:285:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:286:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:284:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:286:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:331:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:318:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:331:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:333:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:320:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:333:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:334:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:321:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:334:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:335:2: style: Variable 'build_tool' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:317:0: note: Variable 'build_tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:335:2: note: Variable 'build_tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:336:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:322:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:336:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:338:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:323:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:338:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:340:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:325:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:340:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:342:2: style: Variable 'apply' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:324:0: note: Variable 'apply' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:342:2: note: Variable 'apply' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:343:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:327:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:343:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:357:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:346:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:357:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:358:3: style: Variable 'new_build_tool' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:345:0: note: Variable 'new_build_tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:358:3: note: Variable 'new_build_tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:359:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:347:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:359:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:360:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:348:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:360:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:362:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:350:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:362:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:364:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:352:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:364:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:365:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:353:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:365:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:391:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:385:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:391:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:393:2: style: Variable 'apply' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:384:0: note: Variable 'apply' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:393:2: note: Variable 'apply' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:394:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:387:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:394:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:404:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:397:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:404:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:405:3: style: Variable 'new_build_tool' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:396:0: note: Variable 'new_build_tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:405:3: note: Variable 'new_build_tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:406:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:398:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:406:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:408:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:400:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:408:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:409:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:401:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:409:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:410:3: style: Variable 'build_tools' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:399:0: note: Variable 'build_tools' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:410:3: note: Variable 'build_tools' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:411:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:402:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:411:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:412:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:403:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:412:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:439:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:426:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:439:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:479:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:471:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:479:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:511:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:502:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:511:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:513:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:501:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:513:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:514:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:504:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:514:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:515:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:505:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:515:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:516:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:506:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:516:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:517:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:507:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:517:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:534:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:523:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:534:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:535:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:524:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:535:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:568:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:560:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:568:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:569:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:561:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:569:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:571:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:559:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:571:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:572:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:563:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:572:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:573:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:564:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:573:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:574:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:565:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:574:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:594:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:586:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:594:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:595:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:587:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:595:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:597:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:585:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:597:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:598:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:589:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:598:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:599:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:590:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:599:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:600:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:591:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:600:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:641:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:611:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:641:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:656:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:655:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:656:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:728:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:727:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:728:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:744:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:743:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:744:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:745:2: style: Variable 'new_job' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:742:0: note: Variable 'new_job' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:745:2: note: Variable 'new_job' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:764:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:761:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:764:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:766:2: style: Variable 'add_button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:760:0: note: Variable 'add_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:766:2: note: Variable 'add_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:768:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:762:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:768:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:771:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:759:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:771:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:801:2: style: Variable 'row_selected' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:797:0: note: Variable 'row_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:801:2: note: Variable 'row_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:818:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:814:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:818:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:820:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:812:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:820:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:826:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:824:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:826:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:827:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:825:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:827:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:850:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:841:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:850:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:854:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:842:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:854:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:857:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:843:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:857:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:858:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:844:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:858:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:862:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:845:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:862:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:863:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:839:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:863:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:922:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:908:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:922:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:923:2: style: Variable 'selected_rows' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:907:0: note: Variable 'selected_rows' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:923:2: note: Variable 'selected_rows' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:924:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:909:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:924:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:925:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:910:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:925:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:960:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:955:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:960:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:962:2: style: Variable 'iter_selected' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:953:0: note: Variable 'iter_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:962:2: note: Variable 'iter_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:970:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:967:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:970:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:971:3: style: Variable 'iter_up' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:966:0: note: Variable 'iter_up' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:971:3: note: Variable 'iter_up' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:972:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:968:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:972:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:973:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:969:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:973:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:978:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:975:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:978:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:979:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:976:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:979:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:980:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:977:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:980:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1005:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:996:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1005:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1009:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:997:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1009:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1012:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:998:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1012:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1013:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:999:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1013:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1017:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1000:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1017:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1018:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:994:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1018:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1068:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1047:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1068:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1069:2: style: Variable 'selected_rows' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1046:0: note: Variable 'selected_rows' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1069:2: note: Variable 'selected_rows' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1070:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1048:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1070:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1071:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1049:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1071:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1114:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1109:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1114:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1116:2: style: Variable 'iter_selected' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1107:0: note: Variable 'iter_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1116:2: note: Variable 'iter_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1124:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1121:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1124:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1125:3: style: Variable 'iter_down' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1120:0: note: Variable 'iter_down' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1125:3: note: Variable 'iter_down' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1126:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1122:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1126:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1127:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1123:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1127:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1132:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1129:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1132:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1133:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1130:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1133:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1134:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1131:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1134:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1159:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1150:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1159:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1163:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1151:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1163:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1166:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1152:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1166:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1167:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1153:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1167:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1171:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1154:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1171:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1172:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1148:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1172:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1189:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1181:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1189:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1191:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1182:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1191:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1193:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1183:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1193:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1195:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1184:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1195:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1197:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1185:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1197:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1199:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1186:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1199:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1201:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1187:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1201:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1242:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1208:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1242:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1244:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1210:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1244:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1245:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1207:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1245:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1248:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1247:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1248:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1268:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1267:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1268:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1280:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1279:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1280:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1299:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1298:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1299:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1313:5: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1311:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1313:5: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1314:5: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1312:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1314:5: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1333:5: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1331:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1333:5: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1334:5: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1332:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1334:5: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1349:3: style: Variable 'build_job_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1347:0: note: Variable 'build_job_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1349:3: note: Variable 'build_job_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1353:4: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1351:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1353:4: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1354:4: style: Variable 'build_job' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1352:0: note: Variable 'build_job' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1354:4: note: Variable 'build_job' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1357:5: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1356:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1357:5: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1378:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1375:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1378:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1379:2: style: Variable '_result_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1374:0: note: Variable '_result_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1379:2: note: Variable '_result_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1380:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1376:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1380:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1382:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1373:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1382:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1433:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1390:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1433:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1434:2: style: Variable 'tool' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1389:0: note: Variable 'tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1434:2: note: Variable 'tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1435:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1391:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1435:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1436:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1392:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1436:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1437:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1393:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1437:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1438:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1394:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1438:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1439:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1395:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1439:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1440:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1396:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1440:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1443:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1397:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1443:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1444:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1398:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1444:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1445:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1399:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1445:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1446:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1400:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1446:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1447:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1401:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1447:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1448:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1402:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1448:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1451:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1403:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1451:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1452:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1404:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1452:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1453:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1405:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1453:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1454:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1406:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1454:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1455:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1407:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1455:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1456:2: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1408:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1456:2: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1459:2: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1409:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1459:2: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1460:2: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1410:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1460:2: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1461:2: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1411:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1461:2: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1462:2: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1412:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1462:2: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1463:2: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1413:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1463:2: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1464:2: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1414:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1464:2: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1467:2: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1416:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1467:2: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1469:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1415:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1469:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1470:2: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1419:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1470:2: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1471:2: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1420:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1471:2: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1507:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1488:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1507:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1528:4: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1526:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1528:4: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1571:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1552:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1571:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1574:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1555:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1574:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1575:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1556:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1575:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1576:2: style: Variable 'post_processor_name' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1551:0: note: Variable 'post_processor_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1576:2: note: Variable 'post_processor_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1577:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1558:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1577:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1579:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1557:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1579:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1580:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1560:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1580:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1581:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1561:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1581:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1582:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1562:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1582:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1584:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1564:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1584:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1585:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1565:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1585:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1588:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1567:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1588:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1589:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1568:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1589:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1590:2: style: Variable 'select' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1566:0: note: Variable 'select' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1590:2: note: Variable 'select' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1615:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1600:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1615:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1617:2: style: Variable 'main_grid' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1599:0: note: Variable 'main_grid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1617:2: note: Variable 'main_grid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1620:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1601:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1620:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1621:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1602:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1621:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1667:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1653:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1667:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1669:2: style: Variable 'grid' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1652:0: note: Variable 'grid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1669:2: note: Variable 'grid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1672:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1655:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1672:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1674:2: style: Variable 'title' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1654:0: note: Variable 'title' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1674:2: note: Variable 'title' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1675:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1656:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1675:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1676:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1657:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1676:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1677:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1658:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1677:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1678:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1659:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1678:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1679:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1660:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1679:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1685:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1662:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1685:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1687:2: style: Variable 'arrow' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1661:0: note: Variable 'arrow' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1687:2: note: Variable 'arrow' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1688:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1663:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1688:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1695:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1664:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1695:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1697:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1665:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1697:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1699:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1651:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1699:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1714:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1708:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1714:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1716:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1709:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1716:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1717:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1710:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1717:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1718:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1711:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1718:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1719:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1712:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1719:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1720:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1707:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1720:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1744:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1727:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1744:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1745:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1728:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1745:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1746:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1729:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1746:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1747:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1730:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1747:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1748:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1731:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1748:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1749:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1732:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1749:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1750:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1733:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1750:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1751:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1734:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1751:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1752:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1735:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1752:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1753:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1736:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1753:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1754:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1737:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1754:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1755:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1738:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1755:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1761:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1739:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1761:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1762:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1740:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1762:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1763:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1741:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1763:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1764:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1742:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1764:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1765:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1726:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1765:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1777:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1772:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1777:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1778:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1773:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1778:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1779:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1774:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1779:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1780:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1775:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1780:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1781:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1771:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1781:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1838:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1789:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1838:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1839:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1790:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1839:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1841:2: style: Variable 'placeholders' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1788:0: note: Variable 'placeholders' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1841:2: note: Variable 'placeholders' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1842:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1792:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1842:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1844:2: style: Variable 'placeholder_filename' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1791:0: note: Variable 'placeholder_filename' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1844:2: note: Variable 'placeholder_filename' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1845:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1793:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1845:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1846:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1794:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1846:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1847:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1795:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1847:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1848:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1796:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1848:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1849:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1797:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1849:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1850:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1798:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1850:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1851:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1799:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1851:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1855:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1801:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1855:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1857:2: style: Variable 'placeholder_shortname' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1800:0: note: Variable 'placeholder_shortname' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1857:2: note: Variable 'placeholder_shortname' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1858:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1802:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1858:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1859:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1803:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1859:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1860:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1804:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1860:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1861:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1805:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1861:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1862:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1806:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1862:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1863:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1807:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1863:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1864:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1808:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1864:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1868:2: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1810:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1868:2: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1870:2: style: Variable 'placeholders_grid' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1809:0: note: Variable 'placeholders_grid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1870:2: note: Variable 'placeholders_grid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1871:2: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1811:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1871:2: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1873:2: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1812:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1873:2: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1875:2: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1813:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1875:2: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1876:2: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1814:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1876:2: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1878:2: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1815:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1878:2: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1879:2: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1816:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1879:2: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1881:2: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1817:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1881:2: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1882:2: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1818:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1882:2: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1884:2: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1819:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1884:2: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1886:2: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1821:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1886:2: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1887:2: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1822:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1887:2: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1888:2: style: Variable 'scrolled_window' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1820:0: note: Variable 'scrolled_window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1888:2: note: Variable 'scrolled_window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1889:2: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1823:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1889:2: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1891:2: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1824:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1891:2: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1893:2: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1826:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1893:2: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1895:2: style: Variable 'jobs_box' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1825:0: note: Variable 'jobs_box' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1895:2: note: Variable 'jobs_box' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1896:2: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1827:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1896:2: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1898:2: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1828:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1898:2: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1899:2: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1829:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1899:2: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1901:2: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1830:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1901:2: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1902:2: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1831:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1902:2: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1904:2: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1832:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1904:2: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1934:3: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1907:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1934:3: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1936:3: style: Variable 'toolbar' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1906:0: note: Variable 'toolbar' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1936:3: note: Variable 'toolbar' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1937:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1908:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1937:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1938:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1909:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1938:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1939:3: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1910:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1939:3: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2017:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1999:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2017:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2018:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2000:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2018:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2019:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2001:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2019:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2020:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2002:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2020:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2021:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2003:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2021:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2022:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2004:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2022:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2023:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2005:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2023:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2024:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2006:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2024:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2025:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2007:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2025:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2026:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2008:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2026:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2027:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2009:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2027:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2028:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2010:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2028:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2034:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2011:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2034:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2036:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2012:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2036:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2037:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2013:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2037:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2038:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2014:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2038:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2039:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2015:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2039:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2040:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1998:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2040:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:799:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/build_tool_dialog.c:921:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/build_tools_preferences.c:270:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:245:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:270:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:271:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:246:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:271:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:394:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:378:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:394:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:395:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:379:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:395:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:396:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:380:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:396:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:439:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:422:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:439:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:440:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:423:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:440:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:497:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:472:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:497:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:498:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:473:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:498:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:561:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:545:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:561:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:563:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:547:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:563:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:564:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:548:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:564:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:565:2: style: Variable 'scrolled_window' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:546:0: note: Variable 'scrolled_window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:565:2: note: Variable 'scrolled_window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:568:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:549:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:568:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:570:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:550:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:570:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:572:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:552:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:572:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:573:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:553:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:573:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:574:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:554:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:574:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:575:2: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:551:0: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:575:2: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:577:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:555:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:577:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:578:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:556:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:578:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:579:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:557:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:579:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:580:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:544:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:580:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:591:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:589:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:591:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:592:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:588:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:592:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:640:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:621:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:640:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:641:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:622:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:641:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:643:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:620:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:643:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:644:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:626:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:644:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:645:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:627:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:645:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:676:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:672:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:676:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:685:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:679:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:685:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:686:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:681:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:686:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:689:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:683:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:689:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:731:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:704:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:731:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:732:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:705:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:732:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:809:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:802:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:809:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:810:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:803:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:810:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:811:2: style: Variable 'selected_items' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:801:0: note: Variable 'selected_items' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:811:2: note: Variable 'selected_items' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:812:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:804:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:812:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:813:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:805:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:813:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:816:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:815:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:816:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:850:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:846:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:850:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:857:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:855:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:857:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:888:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:872:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:888:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:889:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:873:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:889:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:904:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:901:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:904:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:906:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:902:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:906:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:907:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:903:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:907:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:913:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:910:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:913:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:915:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:911:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:915:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:916:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:912:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:916:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:980:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:954:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:980:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1045:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1031:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1045:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1046:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1032:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1046:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1075:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1071:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1075:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1076:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1072:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1076:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1077:2: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1070:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1077:2: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1078:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1073:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1078:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1079:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1074:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1079:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1098:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1095:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1098:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1100:2: style: Variable 'add_button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1094:0: note: Variable 'add_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1100:2: note: Variable 'add_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1102:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1096:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1102:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1105:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1093:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1105:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1134:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1113:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1134:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1136:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1111:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1136:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1165:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1161:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1165:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1166:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1162:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1166:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1168:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1163:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1168:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1192:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1188:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1192:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1194:2: style: Variable 'remove_button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1187:0: note: Variable 'remove_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1194:2: note: Variable 'remove_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1196:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1189:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1196:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1198:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1190:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1198:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1201:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1186:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1201:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1247:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1233:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1247:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1248:2: style: Variable 'selected_rows' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1232:0: note: Variable 'selected_rows' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1248:2: note: Variable 'selected_rows' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1249:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1234:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1249:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1250:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1235:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1250:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1285:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1280:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1285:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1287:2: style: Variable 'iter_selected' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1278:0: note: Variable 'iter_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1287:2: note: Variable 'iter_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1295:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1292:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1295:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1296:3: style: Variable 'iter_up' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1291:0: note: Variable 'iter_up' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1296:3: note: Variable 'iter_up' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1297:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1293:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1297:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1298:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1294:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1298:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1305:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1300:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1305:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1306:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1301:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1306:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1307:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1302:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1307:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1309:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1303:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1309:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1335:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1326:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1335:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1339:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1327:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1339:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1342:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1328:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1342:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1343:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1329:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1343:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1347:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1330:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1347:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1348:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1324:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1348:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1398:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1377:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1398:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1399:2: style: Variable 'selected_rows' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1376:0: note: Variable 'selected_rows' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1399:2: note: Variable 'selected_rows' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1400:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1378:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1400:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1401:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1379:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1401:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1444:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1439:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1444:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1446:2: style: Variable 'iter_selected' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1437:0: note: Variable 'iter_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1446:2: note: Variable 'iter_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1454:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1451:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1454:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1455:3: style: Variable 'iter_down' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1450:0: note: Variable 'iter_down' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1455:3: note: Variable 'iter_down' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1456:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1452:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1456:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1457:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1453:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1457:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1464:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1459:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1464:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1465:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1460:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1465:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1466:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1461:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1466:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1468:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1462:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1468:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1494:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1485:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1494:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1498:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1486:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1498:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1501:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1487:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1501:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1502:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1488:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1502:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1506:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1489:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1506:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1507:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1483:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1507:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1518:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1515:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1518:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1519:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1516:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1519:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1528:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1525:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1528:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1529:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1526:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1529:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1541:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1535:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1541:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1543:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1536:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1543:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1544:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1537:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1544:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1548:3: style: Variable 'tool_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1546:0: note: Variable 'tool_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1548:3: note: Variable 'tool_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1552:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1550:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1552:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1553:4: style: Variable 'tool' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1551:0: note: Variable 'tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1553:4: note: Variable 'tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1576:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1556:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1576:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1577:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1557:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1577:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1578:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1558:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1578:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1579:5: style: Variable 'description' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1555:0: note: Variable 'description' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1579:5: note: Variable 'description' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1580:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1560:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1580:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1582:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1559:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1582:5: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1583:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1562:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1583:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1584:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1563:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1584:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1585:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1564:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1585:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1587:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1566:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1587:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1588:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1567:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1588:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1590:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1569:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1590:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1591:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1570:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1591:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1592:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1571:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1592:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1594:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1573:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1594:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1595:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1574:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1595:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1596:5: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1575:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1596:5: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1623:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1610:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1623:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1624:2: style: Variable 'editable' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1609:0: note: Variable 'editable' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1624:2: note: Variable 'editable' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1625:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1612:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1625:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1626:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1613:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1626:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1627:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1614:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1627:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1628:2: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1611:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1628:2: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1629:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1616:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1629:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1630:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1617:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1630:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1632:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1619:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1632:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1633:2: style: Variable 'edited' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1615:0: note: Variable 'edited' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1633:2: note: Variable 'edited' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1634:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1620:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1634:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1668:2: style: Variable 'row_selected' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1663:0: note: Variable 'row_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1668:2: note: Variable 'row_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1669:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1665:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1669:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1692:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1681:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1692:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1693:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1682:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1693:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:638:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/build_tools_preferences.c:1246:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/build_tools_preferences.c:1666:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/clean_build_files.c:509:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp10_. [nullPointerRedundantCheck]
latexila-3.22.0/src/clean_build_files.c:512:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/clean_build_files.c:508:13: note: Assignment '_tmp10_=e', assigned value is 0
latexila-3.22.0/src/clean_build_files.c:509:13: note: Null pointer dereference
latexila-3.22.0/src/clean_build_files.c:574:14: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp16_. [nullPointerRedundantCheck]
latexila-3.22.0/src/clean_build_files.c:576:4: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/clean_build_files.c:573:14: note: Assignment '_tmp16_=e', assigned value is 0
latexila-3.22.0/src/clean_build_files.c:574:14: note: Null pointer dereference
latexila-3.22.0/src/clean_build_files.c:180:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:173:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:180:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:181:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:174:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:181:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:183:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:175:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:183:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:184:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:176:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:184:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:216:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:200:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:216:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:217:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:201:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:217:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:231:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:226:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:231:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:232:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:227:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:232:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:233:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:228:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:233:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:246:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:241:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:246:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:247:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:242:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:247:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:248:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:243:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:248:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:249:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:244:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:249:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:264:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:263:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:264:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:284:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:277:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:284:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:285:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:278:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:285:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:286:4: style: Variable '_file_to_delete_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:276:0: note: Variable '_file_to_delete_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:286:4: note: Variable '_file_to_delete_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:287:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:280:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:287:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:321:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:319:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:321:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:322:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:320:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:322:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:361:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:334:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:361:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:362:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:335:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:362:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:363:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:336:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:363:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:364:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:337:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:364:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:365:2: style: Variable 'location' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:333:0: note: Variable 'location' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:365:2: note: Variable 'location' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:366:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:339:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:366:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:367:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:340:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:367:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:368:2: style: Variable 'directory' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:338:0: note: Variable 'directory' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:368:2: note: Variable 'directory' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:369:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:342:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:369:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:370:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:343:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:370:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:371:2: style: Variable 'exts' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:341:0: note: Variable 'exts' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:371:2: note: Variable 'exts' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:372:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:345:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:372:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:373:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:347:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:373:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:374:2: style: Variable 'extensions' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:344:0: note: Variable 'extensions' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:374:2: note: Variable 'extensions' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:377:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:351:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:377:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:378:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:352:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:378:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:379:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:353:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:379:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:380:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:354:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:380:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:381:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:355:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:381:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:383:2: style: Variable 'shortname' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:350:0: note: Variable 'shortname' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:383:2: note: Variable 'shortname' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:384:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:357:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:384:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:385:2: style: Variable 'files_to_delete' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:356:0: note: Variable 'files_to_delete' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:385:2: note: Variable 'files_to_delete' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:386:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:358:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:386:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:393:3: style: Variable 'extension_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:389:0: note: Variable 'extension_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:393:3: note: Variable 'extension_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:398:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:396:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:398:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:399:4: style: Variable 'extension' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:397:0: note: Variable 'extension' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:399:4: note: Variable 'extension' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:411:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:402:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:411:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:412:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:403:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:412:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:413:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:404:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:413:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:414:5: style: Variable 'basename' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:401:0: note: Variable 'basename' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:414:5: note: Variable 'basename' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:415:5: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:406:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:415:5: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:416:5: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:407:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:416:5: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:417:5: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:408:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:417:5: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:418:5: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:405:0: note: Variable 'file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:418:5: note: Variable 'file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:419:5: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:409:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:419:5: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:420:5: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:410:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:420:5: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:424:6: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:422:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:424:6: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:425:6: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:423:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:425:6: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:449:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:446:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:449:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:450:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:447:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:450:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:451:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:445:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:451:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:473:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:459:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:473:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:474:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:460:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:474:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:475:2: style: Variable 'exts' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:458:0: note: Variable 'exts' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:475:2: note: Variable 'exts' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:476:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:462:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:476:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:477:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:464:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:477:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:478:2: style: Variable 'extensions' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:461:0: note: Variable 'extensions' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:478:2: note: Variable 'extensions' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:481:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:468:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:481:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:482:2: style: Variable 'files_to_delete' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:467:0: note: Variable 'files_to_delete' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:482:2: note: Variable 'files_to_delete' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:488:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:485:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:488:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:489:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:486:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:489:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:490:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:484:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:490:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:506:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:503:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:506:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:508:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:504:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:508:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:509:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:505:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:509:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:547:3: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:529:0: note: Variable 'info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:547:3: note: Variable 'info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:553:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:550:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:553:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:554:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:551:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:554:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:555:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:549:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:555:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:571:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:568:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:571:4: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:573:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:569:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:573:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:574:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:570:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:574:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:621:4: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:617:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:621:4: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:622:4: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:618:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:622:4: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:623:4: style: Variable 'files_to_delete_in_dir' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:616:0: note: Variable 'files_to_delete_in_dir' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:623:4: note: Variable 'files_to_delete_in_dir' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:624:4: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:619:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:624:4: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:625:4: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:620:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:625:4: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:640:4: style: Variable 'ext_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:636:0: note: Variable 'ext_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:640:4: note: Variable 'ext_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:645:5: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:643:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:645:5: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:646:5: style: Variable 'ext' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:644:0: note: Variable 'ext' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:646:5: note: Variable 'ext' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:651:6: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:648:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:651:6: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:652:6: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:649:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:652:6: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:653:6: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:650:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:653:6: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:657:7: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:655:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:657:7: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:658:7: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:656:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:658:7: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:693:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:680:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:693:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:697:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:684:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:697:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:698:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:685:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:698:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:699:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:686:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:699:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:700:2: style: Variable 'list_files' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:683:0: note: Variable 'list_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:700:2: note: Variable 'list_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:701:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:688:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:701:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:702:2: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:687:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:702:2: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:703:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:689:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:703:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:751:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:739:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:751:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:752:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:740:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:752:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:753:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:738:0: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:753:2: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:754:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:743:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:754:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:756:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:741:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:756:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:757:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:745:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:757:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:758:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:746:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:758:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:760:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:747:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:760:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:761:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:748:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:761:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:802:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:776:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:802:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:804:2: style: Variable 'treeview' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:775:0: note: Variable 'treeview' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:804:2: note: Variable 'treeview' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:805:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:777:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:805:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:807:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:778:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:807:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:809:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:779:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:809:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:811:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:780:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:811:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:813:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:781:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:813:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:815:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:782:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:815:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:826:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:819:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:826:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:827:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:820:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:827:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:828:3: style: Variable '_file_to_delete_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:818:0: note: Variable '_file_to_delete_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:828:3: note: Variable '_file_to_delete_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:829:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:822:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:829:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:945:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:919:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:945:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:946:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:920:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:946:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:947:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:921:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:947:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:948:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:922:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:948:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:950:2: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:918:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:950:2: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:951:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:924:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:951:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:953:2: style: Variable 'grid' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:923:0: note: Variable 'grid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:953:2: note: Variable 'grid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:957:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:926:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:957:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:958:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:927:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:958:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1025:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1019:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1025:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1039:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1029:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1039:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1040:3: style: Variable 'selected_files' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1028:0: note: Variable 'selected_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1040:3: note: Variable 'selected_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1043:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1034:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1043:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1044:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1036:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1044:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1045:3: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1032:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1045:3: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1046:3: style: Variable 'valid' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1033:0: note: Variable 'valid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1046:3: note: Variable 'valid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1056:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1048:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1056:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1069:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1065:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1069:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1071:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1067:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1071:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1072:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1068:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1072:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1087:4: style: Variable 'file_to_delete_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1083:0: note: Variable 'file_to_delete_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1087:4: note: Variable 'file_to_delete_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1092:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1090:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1092:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1093:5: style: Variable 'file_to_delete' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1091:0: note: Variable 'file_to_delete' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1093:5: note: Variable 'file_to_delete' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1096:6: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1095:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1096:6: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1122:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1113:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1122:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1123:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1114:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1123:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1125:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1115:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1125:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1126:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1116:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1126:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1142:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1138:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1142:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1143:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1139:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1143:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1144:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1140:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1144:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1146:2: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1137:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1146:2: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:376:22: style: Variable '_extensions_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/clean_build_files.c:394:34: style: Variable 'extension_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/clean_build_files.c:391:0: style: Variable '_extension_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/clean_build_files.c:749:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/clean_build_files.c:1070:23: style: Variable '_tmp10__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/clean_build_files.c:1088:40: style: Variable 'file_to_delete_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/clean_build_files.c:1085:0: style: Variable '_file_to_delete_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:2574:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp14_. [nullPointerRedundantCheck]
latexila-3.22.0/src/completion.c:2576:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/completion.c:2573:13: note: Assignment '_tmp14_=e', assigned value is 0
latexila-3.22.0/src/completion.c:2574:13: note: Null pointer dereference
latexila-3.22.0/src/completion.c:3363:13: warning: Either the condition '_tmp8_==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
latexila-3.22.0/src/completion.c:746:2: note: Assuming that condition '_tmp8_==NULL' is not redundant
latexila-3.22.0/src/completion.c:744:47: note: Calling function 'completion_provider_completion_command_copy', 1st argument 'self' value is 0
latexila-3.22.0/src/completion.c:3363:13: note: Null pointer dereference
latexila-3.22.0/src/completion.c:3367:13: warning: Either the condition '_tmp8_==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
latexila-3.22.0/src/completion.c:746:2: note: Assuming that condition '_tmp8_==NULL' is not redundant
latexila-3.22.0/src/completion.c:744:47: note: Calling function 'completion_provider_completion_command_copy', 1st argument 'self' value is 0
latexila-3.22.0/src/completion.c:3367:13: note: Null pointer dereference
latexila-3.22.0/src/completion.c:3371:13: warning: Either the condition '_tmp8_==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
latexila-3.22.0/src/completion.c:746:2: note: Assuming that condition '_tmp8_==NULL' is not redundant
latexila-3.22.0/src/completion.c:744:47: note: Calling function 'completion_provider_completion_command_copy', 1st argument 'self' value is 0
latexila-3.22.0/src/completion.c:3371:13: note: Null pointer dereference
latexila-3.22.0/src/completion.c:3372:21: warning: Either the condition '_tmp8_==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
latexila-3.22.0/src/completion.c:746:2: note: Assuming that condition '_tmp8_==NULL' is not redundant
latexila-3.22.0/src/completion.c:744:47: note: Calling function 'completion_provider_completion_command_copy', 1st argument 'self' value is 0
latexila-3.22.0/src/completion.c:3372:21: note: Null pointer dereference
latexila-3.22.0/src/completion.c:301:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:296:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:301:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:302:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:297:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:302:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:334:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:331:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:334:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:337:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:336:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:337:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:353:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:351:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:353:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:354:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:350:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:354:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:367:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:363:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:367:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:368:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:364:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:368:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:394:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:383:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:394:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:395:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:385:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:395:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:396:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:382:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:396:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:444:2: style: Variable '_vala_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:420:0: note: Variable '_vala_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:444:2: note: Variable '_vala_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:445:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:424:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:445:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:447:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:426:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:447:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:448:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:427:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:448:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:449:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:428:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:449:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:450:2: style: Variable 'cmd' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:423:0: note: Variable 'cmd' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:450:2: note: Variable 'cmd' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:451:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:429:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:451:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:469:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:468:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:469:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:476:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:475:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:476:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:494:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:493:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:494:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:501:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:500:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:501:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:534:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:517:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:534:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:535:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:519:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:535:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:536:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:516:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:536:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:539:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:538:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:539:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:550:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:548:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:550:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:551:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:549:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:551:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:565:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:563:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:565:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:566:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:564:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:566:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:576:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:575:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:576:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:580:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:579:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:580:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:598:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:589:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:598:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:599:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:590:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:599:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:607:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:602:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:607:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:609:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:603:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:609:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:612:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:606:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:612:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:615:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:614:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:615:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:623:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:622:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:623:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:650:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:635:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:650:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:651:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:636:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:651:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:652:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:637:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:652:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:653:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:638:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:653:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:656:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:655:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:656:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:667:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:665:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:667:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:668:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:666:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:668:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:674:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:670:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:674:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:675:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:671:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:675:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:676:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:672:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:676:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:677:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:673:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:677:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:681:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:680:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:681:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:734:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:696:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:734:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:735:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:697:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:735:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:736:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:698:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:736:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:737:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:699:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:737:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:739:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:701:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:739:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:740:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:702:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:740:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:741:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:703:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:741:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:742:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:704:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:742:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:743:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:705:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:743:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:745:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:707:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:745:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:781:3: style: Variable 'choice_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:777:0: note: Variable 'choice_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:781:3: note: Variable 'choice_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:787:4: style: Variable 'choice' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:785:0: note: Variable 'choice' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:787:4: note: Variable 'choice' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:804:5: style: Variable 'arg_info' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:790:0: note: Variable 'arg_info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:804:5: note: Variable 'arg_info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:805:5: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:791:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:805:5: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:806:5: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:792:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:806:5: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:816:6: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:808:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:816:6: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:817:6: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:809:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:817:6: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:832:6: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:830:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:832:6: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:833:6: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:831:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:833:6: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:841:6: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:840:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:841:6: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:883:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:880:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:883:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:893:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:889:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:893:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:894:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:890:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:894:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:909:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:901:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:909:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:914:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:913:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:914:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:920:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:918:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:920:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:921:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:919:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:921:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:930:3: style: Variable 'item_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:928:0: note: Variable 'item_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:930:3: note: Variable 'item_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:934:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:932:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:934:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:935:4: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:933:0: note: Variable 'item' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:935:4: note: Variable 'item' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:944:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:937:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:944:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:946:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:939:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:946:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:947:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:940:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:947:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:948:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:941:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:948:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:949:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:942:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:949:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:950:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:943:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:950:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:955:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:953:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:955:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:956:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:954:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:956:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:972:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:968:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:972:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:973:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:969:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:973:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:974:3: style: Variable 'dummy_proposal' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:967:0: note: Variable 'dummy_proposal' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:974:3: note: Variable 'dummy_proposal' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:975:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:970:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:975:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:976:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:971:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:976:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:994:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:989:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:994:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1029:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1009:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1029:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1030:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1010:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1030:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1031:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1011:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1031:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1033:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1013:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1033:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1034:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1014:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1034:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1035:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1015:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1035:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1036:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1016:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1036:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1038:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1018:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1038:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1054:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1050:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1054:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1056:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1052:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1056:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1057:3: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1049:0: note: Variable 'info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1057:3: note: Variable 'info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1058:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1053:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1058:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1098:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1067:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1098:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1145:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1143:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1145:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1148:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1147:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1148:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1171:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1159:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1171:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1172:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1160:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1172:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1173:2: style: Variable 'text' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1158:0: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1173:2: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1174:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1162:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1174:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1179:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1178:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1179:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1196:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1194:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1196:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1197:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1195:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1197:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1204:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1201:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1204:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1205:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1202:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1205:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1206:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1203:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1206:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1213:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1210:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1213:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1214:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1212:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1214:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1224:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1218:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1224:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1225:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1219:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1225:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1226:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1220:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1226:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1227:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1221:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1227:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1228:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1222:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1228:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1229:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1223:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1229:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1263:2: style: Variable 'string_length' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1245:0: note: Variable 'string_length' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1263:2: note: Variable 'string_length' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1264:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1248:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1264:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1268:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1266:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1268:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1269:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1267:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1269:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1276:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1274:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1276:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1277:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1275:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1277:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1284:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1282:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1284:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1285:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1283:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1285:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1295:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1293:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1295:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1296:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1294:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1296:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1353:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1316:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1353:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1354:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1317:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1354:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1355:2: style: Variable 'text' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1315:0: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1355:2: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1356:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1319:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1356:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1361:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1358:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1361:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1404:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1402:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1404:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1405:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1403:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1405:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1441:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1417:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1441:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1442:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1418:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1442:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1443:2: style: Variable 'text' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1416:0: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1443:2: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1444:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1420:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1444:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1449:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1446:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1449:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1479:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1474:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1479:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1484:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1483:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1484:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1507:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1505:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1507:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1565:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1514:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1565:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1566:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1515:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1566:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1597:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1595:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1597:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1598:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1596:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1598:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1607:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1604:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1607:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1608:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1605:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1608:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1609:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1606:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1609:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1621:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1619:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1621:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1622:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1620:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1622:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1631:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1628:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1631:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1632:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1629:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1632:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1633:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1630:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1633:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1678:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1674:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1678:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1681:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1676:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1681:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1716:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1704:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1716:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1717:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1705:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1717:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1718:2: style: Variable 'text' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1703:0: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1718:2: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1719:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1707:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1719:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1730:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1724:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1730:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1731:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1726:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1731:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1741:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1740:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1741:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1748:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1745:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1748:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1750:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1747:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1750:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1780:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1773:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1780:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1781:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1774:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1781:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1782:2: style: Variable 'text' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1772:0: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1782:2: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1785:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1777:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1785:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1786:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1771:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1786:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1804:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1795:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1804:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1818:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1811:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1818:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1819:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1813:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1819:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1833:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1826:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1833:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1835:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1828:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1835:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1850:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1849:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1850:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1887:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1867:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1887:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1909:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1901:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1909:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1910:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1903:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1910:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1911:3: style: Variable 'cur_char' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1900:0: note: Variable 'cur_char' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1911:3: note: Variable 'cur_char' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1927:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1926:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1927:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1936:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1933:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1936:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1938:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1935:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1938:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1951:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1944:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1951:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1952:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1945:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1952:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1953:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1946:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1953:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1955:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1947:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1955:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1958:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1950:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1958:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1972:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1968:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1972:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1973:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1970:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1973:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1974:3: style: Variable 'cur_char' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1967:0: note: Variable 'cur_char' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1974:3: note: Variable 'cur_char' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1989:4: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1987:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1989:4: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1990:4: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1988:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1990:4: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1995:5: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1992:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1995:5: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1997:5: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1994:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1997:5: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2003:4: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2002:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2003:4: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2008:5: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2007:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2008:5: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2020:5: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2012:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2020:5: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2022:5: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2014:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2022:5: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2049:5: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2047:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2049:5: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2050:5: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2048:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2050:5: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2055:6: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2054:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2055:6: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2064:6: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2059:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2064:6: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2066:6: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2061:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2066:6: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2069:6: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2062:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2069:6: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2070:6: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2063:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2070:6: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2082:6: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2080:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2082:6: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2083:6: style: Variable '_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2081:0: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2083:6: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2115:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2110:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2115:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2118:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2109:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2118:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2137:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2125:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2137:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2139:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2127:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2139:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2140:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2128:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2140:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2141:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2129:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2141:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2143:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2131:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2143:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2144:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2132:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2144:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2170:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2159:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2170:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2171:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2160:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2171:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2172:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2158:0: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2172:2: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2174:2: style: Variable 'iter_start' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2161:0: note: Variable 'iter_start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2174:2: note: Variable 'iter_start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2175:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2163:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2175:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2176:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2164:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2176:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2177:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2165:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2177:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2178:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2155:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2178:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2198:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2187:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2198:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2199:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2188:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2199:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2200:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2189:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2200:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2201:2: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2186:0: note: Variable 'info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2201:2: note: Variable 'info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2203:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2191:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2203:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2204:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2192:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2204:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2211:3: style: Variable 'arg_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2207:0: note: Variable 'arg_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2211:3: note: Variable 'arg_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2217:4: style: Variable 'arg' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2215:0: note: Variable 'arg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2217:4: note: Variable 'arg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2231:6: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2229:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2231:6: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2232:6: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2230:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2232:6: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2247:6: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2239:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2247:6: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2248:6: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2240:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2248:6: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2249:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2241:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2249:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2250:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2242:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2250:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2251:6: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2243:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2251:6: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2252:6: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2244:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2252:6: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2253:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2245:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2253:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2254:6: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2246:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2254:6: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2268:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2260:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2268:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2269:6: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2261:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2269:6: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2270:6: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2262:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2270:6: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2271:6: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2263:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2271:6: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2272:6: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2264:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2272:6: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2273:6: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2265:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2273:6: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2274:6: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2266:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2274:6: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2275:6: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2267:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2275:6: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2286:6: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2284:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2286:6: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2287:6: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2285:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2287:6: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2306:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2300:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2306:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2307:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2301:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2307:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2308:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2302:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2308:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2309:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2303:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2309:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2310:3: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2304:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2310:3: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2311:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2305:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2311:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2331:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2323:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2331:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2333:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2325:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2333:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2350:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2343:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2350:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2351:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2344:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2351:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2352:3: style: Variable '_arg_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2342:0: note: Variable '_arg_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2352:3: note: Variable '_arg_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2353:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2346:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2353:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2389:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2379:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2389:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2411:6: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2406:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2411:6: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2414:6: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2409:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2414:6: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2415:6: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2410:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2415:6: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2446:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2438:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2446:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2447:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2439:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2447:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2448:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2440:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2448:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2449:2: style: Variable 'text_to_insert' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2437:0: note: Variable 'text_to_insert' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2449:2: note: Variable 'text_to_insert' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2450:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2441:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2450:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2451:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2442:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2451:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2458:3: style: Variable 'arg_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2454:0: note: Variable 'arg_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2458:3: note: Variable 'arg_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2464:4: style: Variable 'arg' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2462:0: note: Variable 'arg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2464:4: note: Variable 'arg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2468:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2466:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2468:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2469:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2467:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2469:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2473:6: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2471:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2473:6: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2474:6: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2472:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2474:6: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2517:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2504:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2517:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2551:3: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2539:0: note: Variable 'parser' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2551:3: note: Variable 'parser' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2552:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2542:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2552:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2553:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2543:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2553:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2554:3: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2541:0: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2554:3: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2555:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2544:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2555:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2556:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2545:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2556:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2571:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2568:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2571:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2573:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2569:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2573:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2574:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2570:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2574:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2607:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2592:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2607:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2608:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2593:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2608:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2609:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2594:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2609:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2625:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2621:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2625:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2627:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2623:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2627:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2651:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2647:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2651:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2653:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2649:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2653:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2677:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2673:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2677:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2679:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2675:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2679:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2720:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2713:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2720:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2721:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2714:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2721:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2722:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2715:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2722:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2723:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2716:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2723:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2724:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2717:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2724:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2725:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2718:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2725:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2726:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2719:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2726:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2754:4: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2753:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2754:4: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2795:8: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2790:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2795:8: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2798:8: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2793:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2798:8: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2799:8: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2794:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2799:8: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2814:8: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2809:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2814:8: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2817:8: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2812:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2817:8: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2818:8: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2813:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2818:8: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2845:8: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2835:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2845:8: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2848:8: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2838:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2848:8: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2849:8: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2839:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2849:8: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2850:8: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2840:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2850:8: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2851:8: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2841:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2851:8: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2852:8: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2842:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2852:8: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2853:8: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2843:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2853:8: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2854:8: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2844:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2854:8: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2886:4: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2885:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2886:4: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2926:8: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2921:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2926:8: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2929:8: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2924:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2929:8: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2930:8: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2925:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2930:8: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2944:8: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2940:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2944:8: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2947:8: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2943:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2947:8: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2966:8: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2956:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2966:8: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2969:8: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2959:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2969:8: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2970:8: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2960:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2970:8: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2971:8: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2961:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2971:8: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2972:8: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2962:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2972:8: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2973:8: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2963:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2973:8: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2974:8: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2964:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2974:8: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2975:8: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2965:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2975:8: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3006:4: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3005:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3006:4: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3046:8: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3041:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3046:8: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3049:8: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3044:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3049:8: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3050:8: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3045:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3050:8: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3065:8: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3060:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3065:8: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3068:8: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3063:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3068:8: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3069:8: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3064:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3069:8: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3089:8: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3079:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3089:8: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3092:8: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3082:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3092:8: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3093:8: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3083:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3093:8: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3094:8: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3084:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3094:8: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3095:8: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3085:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3095:8: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3096:8: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3086:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3096:8: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3097:8: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3087:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3097:8: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3098:8: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3088:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3098:8: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3147:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3138:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3147:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3148:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3139:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3148:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3149:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3140:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3149:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3176:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3155:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3176:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3177:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3156:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3177:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3180:6: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3179:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3180:6: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3184:6: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3183:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3184:6: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3214:6: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3210:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3214:6: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3215:6: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3211:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3215:6: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3216:6: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3212:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3216:6: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3217:6: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3213:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3217:6: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3233:5: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3229:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3233:5: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3235:5: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3231:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3235:5: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3252:5: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3245:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3252:5: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3254:5: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3247:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3254:5: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3257:5: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3250:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3257:5: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3258:5: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3251:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3258:5: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3264:6: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3262:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3264:6: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3265:6: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3263:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3265:6: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3273:6: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3269:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3273:6: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3274:6: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3270:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3274:6: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3275:6: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3271:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3275:6: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3276:6: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3272:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3276:6: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3296:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3287:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3296:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3297:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3288:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3297:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3298:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3289:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3298:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3299:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3290:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3299:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3306:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3304:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3306:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3307:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3305:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3307:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3319:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3317:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3319:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3320:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3318:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3320:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3363:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3355:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3363:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3364:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3356:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3364:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3367:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3357:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3367:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3368:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3358:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3368:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3371:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3359:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3371:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3373:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3361:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3373:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3446:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3439:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3446:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3447:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3440:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3447:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3450:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3441:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3450:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3452:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3442:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3452:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3454:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3444:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3454:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3503:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3495:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3503:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3504:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3496:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3504:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3507:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3497:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3507:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3508:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3498:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3508:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3511:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3499:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3511:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3512:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3500:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3512:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3515:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3501:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3515:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3516:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3502:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3516:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3562:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3556:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3562:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3563:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3557:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3563:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3566:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3558:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3566:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3567:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3559:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3567:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3570:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3560:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3570:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3571:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3561:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3571:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:352:31: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:392:31: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:767:20: style: Variable '_tmp20__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:782:31: style: Variable 'choice_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:779:0: style: Variable '_choice_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:2212:28: style: Variable 'arg_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:2209:0: style: Variable '_arg_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:2412:24: style: Variable '_tmp22__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:2459:28: style: Variable 'arg_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:2456:0: style: Variable '_arg_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:2846:26: style: Variable '_tmp18__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:2967:26: style: Variable '_tmp17__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:3090:26: style: Variable '_tmp18__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/custom_statusbar.c:77:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/custom_statusbar.c:72:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/custom_statusbar.c:77:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/custom_statusbar.c:78:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/custom_statusbar.c:73:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/custom_statusbar.c:78:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/custom_statusbar.c:110:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/custom_statusbar.c:100:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/custom_statusbar.c:110:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:436:14: warning: Either the condition 'doc==NULL' is redundant or there is possible null pointer dereference: _tmp66_. [nullPointerRedundantCheck]
latexila-3.22.0/src/dialogs.c:441:4: note: Assuming that condition 'doc==NULL' is not redundant
latexila-3.22.0/src/dialogs.c:435:14: note: Assignment '_tmp66_=doc', assigned value is 0
latexila-3.22.0/src/dialogs.c:436:14: note: Null pointer dereference
latexila-3.22.0/src/dialogs.c:162:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:151:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:162:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:163:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:152:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:163:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:164:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:150:0: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:164:2: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:165:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:155:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:165:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:167:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:153:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:167:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:168:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:157:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:168:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:169:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:158:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:169:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:171:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:159:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:171:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:172:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:160:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:172:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:295:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:196:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:295:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:299:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:200:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:299:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:300:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:201:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:300:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:301:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:202:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:301:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:302:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:203:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:302:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:303:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:204:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:303:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:305:2: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:199:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:305:2: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:306:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:206:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:306:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:308:2: style: Variable 'grid' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:205:0: note: Variable 'grid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:308:2: note: Variable 'grid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:309:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:207:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:309:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:311:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:208:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:311:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:313:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:209:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:313:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:315:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:211:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:315:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:316:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:212:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:316:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:317:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:213:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:317:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:393:3: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:386:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:393:3: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:394:3: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:387:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:394:3: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:395:3: style: Variable '_doc_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:385:0: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:395:3: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:396:3: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:389:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:396:3: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:502:3: style: Variable '_tmp101_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:501:0: note: Variable '_tmp101_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:502:3: note: Variable '_tmp101_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:524:5: style: Variable '_tmp103_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:517:0: note: Variable '_tmp103_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:524:5: note: Variable '_tmp103_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:525:5: style: Variable '_tmp104_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:518:0: note: Variable '_tmp104_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:525:5: note: Variable '_tmp104_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:526:5: style: Variable '_doc_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:516:0: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:526:5: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:527:5: style: Variable '_tmp105_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:520:0: note: Variable '_tmp105_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:527:5: note: Variable '_tmp105_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:559:7: style: Variable '_tmp116_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:556:0: note: Variable '_tmp116_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:559:7: note: Variable '_tmp116_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:560:7: style: Variable '_tmp117_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:557:0: note: Variable '_tmp117_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:560:7: note: Variable '_tmp117_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:561:7: style: Variable '_tmp118_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:558:0: note: Variable '_tmp118_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:561:7: note: Variable '_tmp118_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:582:5: style: Variable '_tmp122_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:574:0: note: Variable '_tmp122_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:582:5: note: Variable '_tmp122_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:593:6: style: Variable '_tmp126_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:591:0: note: Variable '_tmp126_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:593:6: note: Variable '_tmp126_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:594:6: style: Variable '_tmp127_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:592:0: note: Variable '_tmp127_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:594:6: note: Variable '_tmp127_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:600:6: style: Variable '_tmp128_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:597:0: note: Variable '_tmp128_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:600:6: note: Variable '_tmp128_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:601:6: style: Variable '_tmp129_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:598:0: note: Variable '_tmp129_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:601:6: note: Variable '_tmp129_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:602:6: style: Variable '_tmp130_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:599:0: note: Variable '_tmp130_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:602:6: note: Variable '_tmp130_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:615:5: style: Variable 'doc_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:613:0: note: Variable 'doc_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:615:5: note: Variable 'doc_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:619:6: style: Variable '_tmp134_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:617:0: note: Variable '_tmp134_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:619:6: note: Variable '_tmp134_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:620:6: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:618:0: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:620:6: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:625:7: style: Variable '_tmp135_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:622:0: note: Variable '_tmp135_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:625:7: note: Variable '_tmp135_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:626:7: style: Variable '_tmp136_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:623:0: note: Variable '_tmp136_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:626:7: note: Variable '_tmp136_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:627:7: style: Variable '_tmp137_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:624:0: note: Variable '_tmp137_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:627:7: note: Variable '_tmp137_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:632:8: style: Variable '_tmp138_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:629:0: note: Variable '_tmp138_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:632:8: note: Variable '_tmp138_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:633:8: style: Variable '_tmp139_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:630:0: note: Variable '_tmp139_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:633:8: note: Variable '_tmp139_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:634:8: style: Variable '_tmp140_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:631:0: note: Variable '_tmp140_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:634:8: note: Variable '_tmp140_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:491:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document.c:496:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/document.c:490:12: note: Assignment '_tmp4_=e', assigned value is 0
latexila-3.22.0/src/document.c:491:12: note: Null pointer dereference
latexila-3.22.0/src/document.c:595:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp23_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document.c:613:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/document.c:594:13: note: Assignment '_tmp23_=e', assigned value is 0
latexila-3.22.0/src/document.c:595:13: note: Null pointer dereference
latexila-3.22.0/src/document.c:608:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp33_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document.c:613:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/document.c:607:13: note: Assignment '_tmp33_=e', assigned value is 0
latexila-3.22.0/src/document.c:608:13: note: Null pointer dereference
latexila-3.22.0/src/document.c:2096:13: warning: Either the condition 'project==NULL' is redundant or there is possible null pointer dereference: _tmp5_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document.c:2099:2: note: Assuming that condition 'project==NULL' is not redundant
latexila-3.22.0/src/document.c:2095:11: note: Assignment '_tmp5_=project', assigned value is 0
latexila-3.22.0/src/document.c:2096:13: note: Null pointer dereference
latexila-3.22.0/src/document.c:2398:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp5_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document.c:2401:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/document.c:2397:12: note: Assignment '_tmp5_=e', assigned value is 0
latexila-3.22.0/src/document.c:2398:12: note: Null pointer dereference
latexila-3.22.0/src/document.c:2479:12: warning: Either the condition '_error_==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document.c:2481:3: note: Assuming that condition '_error_==NULL' is not redundant
latexila-3.22.0/src/document.c:2478:12: note: Assignment '_tmp4_=_error_', assigned value is 0
latexila-3.22.0/src/document.c:2479:12: note: Null pointer dereference
latexila-3.22.0/src/document.c:325:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:321:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:325:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:326:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:322:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:326:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:355:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:350:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:355:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:356:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:352:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:356:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:357:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:353:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:357:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:358:2: style: Variable 'lm' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:351:0: note: Variable 'lm' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:358:2: note: Variable 'lm' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:359:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:354:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:359:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:379:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:376:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:379:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:414:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:411:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:414:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:442:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:428:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:442:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:443:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:429:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:443:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:444:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:430:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:444:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:445:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:431:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:445:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:446:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:432:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:446:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:447:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:433:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:447:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:450:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:434:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:450:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:469:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:466:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:469:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:470:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:467:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:470:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:471:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:465:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:471:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:488:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:484:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:488:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:490:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:485:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:490:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:491:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:486:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:491:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:493:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:487:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:493:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:523:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:510:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:523:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:544:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:543:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:544:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:551:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:548:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:551:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:552:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:549:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:552:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:553:4: style: Variable 'utf8_text' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:547:0: note: Variable 'utf8_text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:553:4: note: Variable 'utf8_text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:592:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:576:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:592:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:594:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:577:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:594:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:595:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:578:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:595:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:597:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:580:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:597:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:598:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:581:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:598:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:599:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:582:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:599:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:600:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:583:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:600:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:601:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:584:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:601:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:602:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:585:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:602:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:604:3: style: Variable 'primary_msg' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:579:0: note: Variable 'primary_msg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:604:3: note: Variable 'primary_msg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:605:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:586:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:605:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:606:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:587:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:606:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:607:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:588:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:607:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:608:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:589:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:608:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:609:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:590:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:609:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:610:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:591:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:610:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:629:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:626:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:629:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:630:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:627:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:630:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:631:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:625:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:631:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:656:2: style: Variable 'string_length' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:638:0: note: Variable 'string_length' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:656:2: note: Variable 'string_length' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:657:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:641:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:657:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:661:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:659:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:661:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:662:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:660:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:662:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:669:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:667:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:669:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:670:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:668:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:670:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:677:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:675:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:677:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:678:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:676:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:678:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:688:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:686:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:688:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:689:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:687:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:689:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:721:2: style: Variable 'contents2' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:708:0: note: Variable 'contents2' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:721:2: note: Variable 'contents2' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:722:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:709:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:722:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:723:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:710:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:723:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:726:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:713:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:726:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:730:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:728:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:730:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:731:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:729:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:731:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:740:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:739:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:740:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:758:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:756:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:758:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:776:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:765:0: note: Variable 'res' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:776:2: note: Variable 'res' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:783:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:771:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:783:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:785:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:773:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:785:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:853:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:834:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:853:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:855:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:837:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:855:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:858:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:857:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:858:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:865:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:864:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:865:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:889:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:886:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:889:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:890:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:887:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:890:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:891:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:888:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:891:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:924:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:897:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:924:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:925:3: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:896:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:925:3: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:926:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:899:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:926:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:930:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:928:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:930:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:931:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:929:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:931:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:940:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:939:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:940:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:957:4: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:950:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:957:4: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:958:4: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:951:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:958:4: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:961:4: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:954:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:961:4: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:962:4: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:955:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:962:4: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:963:4: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:949:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:963:4: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:982:4: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:976:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:982:4: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:983:4: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:977:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:983:4: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:986:4: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:980:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:986:4: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:987:4: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:975:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:987:4: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1006:4: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1004:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1006:4: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1007:4: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1005:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1007:4: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1014:4: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1013:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1014:4: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1057:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1055:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1057:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1059:3: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1056:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1059:3: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1084:4: style: Variable '_tmp63_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1063:0: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1084:4: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1085:4: style: Variable '_tmp64_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1064:0: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1085:4: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1086:4: style: Variable '_tmp65_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1065:0: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1086:4: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1087:4: style: Variable '_tmp66_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1066:0: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1087:4: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1088:4: style: Variable '_tmp67_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1067:0: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1088:4: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1089:4: style: Variable '_tmp68_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1068:0: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1089:4: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1091:4: style: Variable 'primary_msg' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1062:0: note: Variable 'primary_msg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1091:4: note: Variable 'primary_msg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1092:4: style: Variable '_tmp69_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1070:0: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1092:4: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1094:4: style: Variable '_tmp70_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1071:0: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1094:4: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1095:4: style: Variable 'secondary_msg' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1069:0: note: Variable 'secondary_msg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1095:4: note: Variable 'secondary_msg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1096:4: style: Variable '_tmp71_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1072:0: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1096:4: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1097:4: style: Variable '_tmp72_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1073:0: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1097:4: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1098:4: style: Variable '_tmp73_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1074:0: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1098:4: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1099:4: style: Variable '_tmp74_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1075:0: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1099:4: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1101:4: style: Variable '_tmp75_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1076:0: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1101:4: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1102:4: style: Variable '_tmp76_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1077:0: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1102:4: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1104:4: style: Variable '_tmp77_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1078:0: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1104:4: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1105:4: style: Variable '_tmp78_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1079:0: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1105:4: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1107:4: style: Variable '_tmp79_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1080:0: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1107:4: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1126:4: style: Variable '_tmp80_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1114:0: note: Variable '_tmp80_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1126:4: note: Variable '_tmp80_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1127:4: style: Variable '_tmp81_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1115:0: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1127:4: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1129:4: style: Variable '_tmp82_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1117:0: note: Variable '_tmp82_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1129:4: note: Variable '_tmp82_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1130:4: style: Variable '_tmp83_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1118:0: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1130:4: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1131:4: style: Variable 'primary_msg' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1116:0: note: Variable 'primary_msg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1131:4: note: Variable 'primary_msg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1132:4: style: Variable '_tmp84_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1120:0: note: Variable '_tmp84_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1132:4: note: Variable '_tmp84_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1133:4: style: Variable '_tmp85_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1121:0: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1133:4: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1134:4: style: Variable '_tmp86_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1122:0: note: Variable '_tmp86_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1134:4: note: Variable '_tmp86_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1135:4: style: Variable '_tmp87_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1123:0: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1135:4: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1136:4: style: Variable '_tmp88_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1124:0: note: Variable '_tmp88_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1136:4: note: Variable '_tmp88_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1137:4: style: Variable 'infobar' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1119:0: note: Variable 'infobar' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1137:4: note: Variable 'infobar' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1138:4: style: Variable '_tmp89_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1125:0: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1138:4: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1168:3: style: Variable 'charset_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1164:0: note: Variable 'charset_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1168:3: note: Variable 'charset_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1173:4: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1171:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1173:4: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1174:4: style: Variable 'charset' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1172:0: note: Variable 'charset' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1174:4: note: Variable 'charset' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1186:6: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1178:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1186:6: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1187:6: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1179:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1187:6: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1190:6: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1182:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1190:6: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1191:6: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1183:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1191:6: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1192:6: style: Variable 'utf8_text' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1177:0: note: Variable 'utf8_text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1192:6: note: Variable 'utf8_text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1214:6: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1213:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1214:6: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1264:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1251:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1264:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1265:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1252:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1265:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1266:2: style: Variable 'lm' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1250:0: note: Variable 'lm' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1266:2: note: Variable 'lm' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1267:2: style: Variable 'content_type' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1253:0: note: Variable 'content_type' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1267:2: note: Variable 'content_type' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1274:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1270:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1274:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1275:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1271:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1275:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1276:3: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1269:0: note: Variable 'info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1276:3: note: Variable 'info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1290:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1289:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1290:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1328:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1324:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1328:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1329:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1325:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1329:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1330:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1326:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1330:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1331:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1327:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1331:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1348:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1335:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1348:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1349:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1336:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1349:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1391:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1384:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1391:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1394:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1393:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1394:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1415:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1411:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1415:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1418:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1417:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1418:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1441:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1432:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1441:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1442:2: style: Variable 'num' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1431:0: note: Variable 'num' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1442:2: note: Variable 'num' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1443:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1433:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1443:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1444:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1434:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1444:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1445:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1435:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1445:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1446:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1436:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1446:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1447:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1437:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1447:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1448:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1438:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1448:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1449:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1439:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1449:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1452:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1430:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1452:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1488:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1479:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1488:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1490:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1480:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1490:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1493:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1492:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1493:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1512:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1503:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1512:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1513:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1504:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1513:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1514:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1505:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1514:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1515:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1506:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1515:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1557:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1553:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1557:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1559:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1555:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1559:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1560:5: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1556:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1560:5: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1570:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1568:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1570:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1577:5: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1576:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1577:5: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1603:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1599:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1603:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1623:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1617:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1623:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1636:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1631:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1636:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1637:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1632:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1637:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1638:3: style: Variable 'file_info' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1630:0: note: Variable 'file_info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1638:3: note: Variable 'file_info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1653:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1652:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1653:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1671:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1669:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1671:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1672:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1670:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1672:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1691:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1685:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1691:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1692:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1686:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1692:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1693:2: style: Variable 'manager' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1684:0: note: Variable 'manager' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1693:2: note: Variable 'manager' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1694:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1687:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1694:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1695:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1688:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1695:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1710:2: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1702:0: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1710:2: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1711:2: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1703:0: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1711:2: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1712:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1706:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1712:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1713:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1707:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1713:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1734:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1723:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1734:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1751:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1750:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1751:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1794:2: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1782:0: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1794:2: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1795:2: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1783:0: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1795:2: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1810:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1809:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1810:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1874:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1867:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1874:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1876:6: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1869:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1876:6: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1893:7: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1886:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1893:7: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1895:7: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1888:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1895:7: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1907:7: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1904:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1907:7: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1909:7: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1906:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1909:7: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1914:8: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1911:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1914:8: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1916:8: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1913:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1916:8: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1965:2: style: Variable 'start_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1951:0: note: Variable 'start_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1965:2: note: Variable 'start_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1968:2: style: Variable 'end_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1952:0: note: Variable 'end_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1968:2: note: Variable 'end_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1969:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1957:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1969:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1970:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1958:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1970:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1972:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1959:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1972:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1973:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1960:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1973:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1974:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1961:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1974:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1990:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1981:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1990:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1991:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1982:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1991:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2021:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2013:0: note: Variable 'ret' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2021:2: note: Variable 'ret' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2078:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2070:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2078:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2089:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2087:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2089:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2090:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2088:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2090:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2115:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2107:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2115:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2116:2: style: Variable 'main_file' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2106:0: note: Variable 'main_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2116:2: note: Variable 'main_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2117:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2108:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2117:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2143:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2139:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2143:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2144:2: style: Variable '_vala_c' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2136:0: note: Variable '_vala_c' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2144:2: note: Variable '_vala_c' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2145:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2140:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2145:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2150:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2148:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2150:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2175:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2173:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2175:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2176:2: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2172:0: note: Variable 'str' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2176:2: note: Variable 'str' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2177:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2174:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2177:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2179:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2171:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2179:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2208:2: style: Variable 'start_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2186:0: note: Variable 'start_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2208:2: note: Variable 'start_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2211:2: style: Variable 'end_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2187:0: note: Variable 'end_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2211:2: note: Variable 'end_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2212:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2195:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2212:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2213:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2196:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2213:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2214:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2197:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2214:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2215:2: style: Variable 'text' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2194:0: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2215:2: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2216:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2199:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2216:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2217:2: style: Variable 'current_indent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2198:0: note: Variable 'current_indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2217:2: note: Variable 'current_indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2225:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2220:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2225:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2226:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2222:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2226:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2236:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2235:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2236:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2245:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2240:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2245:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2246:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2241:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2246:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2247:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2242:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2247:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2248:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2243:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2248:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2249:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2244:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2249:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2269:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2265:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2269:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2273:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2271:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2273:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2316:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2313:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2316:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2317:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2314:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2317:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2318:3: style: Variable 'main_window' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2312:0: note: Variable 'main_window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2318:3: note: Variable 'main_window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2322:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2321:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2322:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2361:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2340:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2361:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2362:2: style: Variable 'template' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2339:0: note: Variable 'template' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2362:2: note: Variable 'template' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2368:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2365:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2368:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2369:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2366:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2369:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2370:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2364:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2370:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2395:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2392:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2395:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2397:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2393:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2397:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2398:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2394:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2398:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2454:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2450:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2454:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2456:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2451:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2456:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2463:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2461:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2463:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2464:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2462:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2464:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2476:3: style: Variable '_error_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2473:0: note: Variable '_error_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2476:3: note: Variable '_error_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2478:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2474:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2478:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2479:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2475:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2479:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2497:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2493:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2497:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2499:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2494:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2499:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2504:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2501:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2504:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2505:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2502:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2505:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2506:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2503:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2506:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2511:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2509:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2511:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2512:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2510:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2512:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2528:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2521:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2528:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2530:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2523:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2530:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2531:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2524:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2531:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2532:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2525:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2532:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2537:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2534:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2537:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2538:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2535:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2538:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2549:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2545:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2549:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2550:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2546:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2550:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2551:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2547:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2551:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2552:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2548:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2552:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2565:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2563:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2565:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2575:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2572:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2575:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2576:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2573:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2576:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2587:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2585:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2587:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2596:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2594:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2596:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2644:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2635:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2644:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:412:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document.c:778:15: style: Variable '_res_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document.c:782:11: style: Variable '_tmp2_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:360:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp11_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:362:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:359:13: note: Assignment '_tmp11_=e', assigned value is 0
latexila-3.22.0/src/document_structure.c:360:13: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:551:43: warning: Either the condition 'start_match_index==NULL' is redundant or there is possible null pointer dereference: _tmp27_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:559:5: note: Assuming that condition 'start_match_index==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:550:15: note: Assignment '_tmp27_=start_match_index', assigned value is 0
latexila-3.22.0/src/document_structure.c:551:43: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:555:44: warning: Either the condition 'type==NULL' is redundant or there is possible null pointer dereference: _tmp28_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:561:5: note: Assuming that condition 'type==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:552:15: note: Assignment '_tmp28_=type', assigned value is 0
latexila-3.22.0/src/document_structure.c:555:44: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:557:20: warning: Either the condition 'end_match_index==NULL' is redundant or there is possible null pointer dereference: _tmp31_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:558:5: note: Assuming that condition 'end_match_index==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:556:15: note: Assignment '_tmp31_=end_match_index', assigned value is 0
latexila-3.22.0/src/document_structure.c:557:20: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:642:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:645:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:641:12: note: Assignment '_tmp4_=e', assigned value is 0
latexila-3.22.0/src/document_structure.c:642:12: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:852:14: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp34_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:854:4: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:851:14: note: Assignment '_tmp34_=e', assigned value is 0
latexila-3.22.0/src/document_structure.c:852:14: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:973:59: warning: Either the condition 'begin_contents_index==NULL' is redundant or there is possible null pointer dereference: _tmp10_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:980:3: note: Assuming that condition 'begin_contents_index==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:971:13: note: Assignment '_tmp10_=begin_contents_index', assigned value is 0
latexila-3.22.0/src/document_structure.c:973:59: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:1026:68: warning: Either the condition 'begin_contents_index==NULL' is redundant or there is possible null pointer dereference: _tmp19_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:1034:2: note: Assuming that condition 'begin_contents_index==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:1025:12: note: Assignment '_tmp19_=begin_contents_index', assigned value is 0
latexila-3.22.0/src/document_structure.c:1026:68: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:2169:13: warning: Either the condition '_tmp14_==NULL' is redundant or there is possible null pointer dereference: _tmp14_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:2170:2: note: Assuming that condition '_tmp14_==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:2169:13: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:2996:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp21_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:2999:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:2995:13: note: Assignment '_tmp21_=e', assigned value is 0
latexila-3.22.0/src/document_structure.c:2996:13: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:3183:14: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp18_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:3186:4: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:3182:14: note: Assignment '_tmp18_=e', assigned value is 0
latexila-3.22.0/src/document_structure.c:3183:14: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:3229:14: warning: Either the condition 'next_section_iter==NULL' is redundant or there is possible null pointer dereference: _tmp23_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:3240:3: note: Assuming that condition 'next_section_iter==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:3228:13: note: Assignment '_tmp23_=next_section_iter', assigned value is 0
latexila-3.22.0/src/document_structure.c:3229:14: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:3406:68: warning: Either the condition 'low_level_type==NULL' is redundant or there is possible null pointer dereference: _tmp19_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:3418:3: note: Assuming that condition 'low_level_type==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:3403:12: note: Assignment '_tmp19_=low_level_type', assigned value is 0
latexila-3.22.0/src/document_structure.c:3406:68: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:3413:57: warning: Either the condition 'end_match_index==NULL' is redundant or there is possible null pointer dereference: _tmp24_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:3415:3: note: Assuming that condition 'end_match_index==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:3412:13: note: Assignment '_tmp24_=end_match_index', assigned value is 0
latexila-3.22.0/src/document_structure.c:3413:57: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:3602:21: warning: Either the condition 'line==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:3711:3: note: Assuming that condition 'line==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:3706:12: note: Assignment '_tmp13_=line', assigned value is 0
latexila-3.22.0/src/document_structure.c:3708:24: note: Calling function 'string_get', 1st argument 'self' value is 0
latexila-3.22.0/src/document_structure.c:3602:21: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:3751:22: warning: Either the condition 'markup_type==NULL' is redundant or there is possible null pointer dereference: _tmp24_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:3756:3: note: Assuming that condition 'markup_type==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:3750:12: note: Assignment '_tmp24_=markup_type', assigned value is 0
latexila-3.22.0/src/document_structure.c:3751:22: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:282:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:277:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:282:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:283:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:278:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:283:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:285:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:279:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:285:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:299:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:291:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:299:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:300:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:290:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:300:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:357:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:354:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:357:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:359:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:355:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:359:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:360:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:356:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:360:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:382:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:381:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:382:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:383:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:380:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:383:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:399:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:396:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:399:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:422:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:419:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:422:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:423:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:420:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:423:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:424:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:418:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:424:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:440:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:439:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:440:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:443:4: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:442:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:443:4: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:448:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:447:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:448:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:459:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:458:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:459:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:473:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:472:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:473:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:486:6: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:485:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:486:6: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:573:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:569:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:573:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:575:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:570:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:575:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:576:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:571:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:576:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:578:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:572:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:578:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:623:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:619:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:623:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:624:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:620:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:624:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:639:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:636:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:639:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:641:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:637:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:641:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:642:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:638:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:642:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:689:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:677:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:689:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:690:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:678:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:690:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:736:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:733:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:736:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:737:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:734:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:737:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:738:4: style: Variable 'char_matched' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:732:0: note: Variable 'char_matched' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:738:4: note: Variable 'char_matched' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:739:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:735:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:739:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:749:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:742:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:749:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:751:5: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:747:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:751:5: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:793:5: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:787:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:793:5: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:795:5: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:792:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:795:5: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:831:4: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:830:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:831:4: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:849:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:846:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:849:4: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:851:4: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:847:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:851:4: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:852:4: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:848:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:852:4: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:958:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:957:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:958:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1114:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1113:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1114:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1121:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1119:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1121:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1149:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1147:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1149:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1177:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1175:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1177:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1203:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1202:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1203:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1212:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1210:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1212:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1252:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1248:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1252:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1253:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1249:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1253:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1254:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1250:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1254:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1255:2: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1247:0: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1255:2: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1256:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1251:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1256:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1259:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1258:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1259:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1265:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1263:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1265:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1266:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1264:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1266:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1287:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1277:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1287:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1290:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1289:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1290:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1299:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1296:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1299:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1300:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1297:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1300:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1301:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1298:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1301:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1315:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1312:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1315:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1316:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1313:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1316:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1318:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1314:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1318:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1323:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1321:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1323:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1324:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1322:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1324:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1331:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1329:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1331:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1332:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1330:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1332:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1446:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1442:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1446:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1447:2: style: Variable '_vala_c' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1439:0: note: Variable '_vala_c' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1447:2: note: Variable '_vala_c' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1448:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1443:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1448:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1453:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1451:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1453:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1485:2: style: Variable 'in_optional_arg' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1478:0: note: Variable 'in_optional_arg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1485:2: note: Variable 'in_optional_arg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1500:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1492:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1500:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1501:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1494:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1501:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1502:3: style: Variable 'cur_char' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1490:0: note: Variable 'cur_char' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1502:3: note: Variable 'cur_char' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1503:3: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1491:0: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1503:3: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1504:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1495:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1504:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1507:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1506:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1507:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1514:6: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1511:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1514:6: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1516:6: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1513:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1516:6: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1535:6: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1532:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1535:6: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1537:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1534:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1537:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1550:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1549:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1550:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1620:2: style: Variable 'string_length' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1602:0: note: Variable 'string_length' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1620:2: note: Variable 'string_length' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1621:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1605:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1621:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1625:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1623:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1625:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1626:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1624:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1626:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1633:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1631:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1633:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1634:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1632:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1634:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1641:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1639:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1641:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1642:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1640:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1642:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1652:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1650:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1652:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1653:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1651:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1653:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1698:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1689:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1698:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1699:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1691:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1699:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1700:3: style: Variable 'cur_char' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1687:0: note: Variable 'cur_char' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1700:3: note: Variable 'cur_char' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1701:3: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1688:0: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1701:3: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1702:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1693:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1702:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1707:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1704:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1707:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1709:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1706:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1709:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1721:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1720:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1721:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1726:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1723:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1726:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1728:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1725:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1728:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1749:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1742:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1749:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1752:6: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1745:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1752:6: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1753:6: style: Variable 'contents' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1741:0: note: Variable 'contents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1753:6: note: Variable 'contents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1754:6: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1746:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1754:6: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1806:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1803:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1806:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1807:2: style: Variable '_result_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1802:0: note: Variable '_result_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1807:2: note: Variable '_result_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1808:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1804:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1808:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1810:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1801:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1810:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1937:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1932:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1937:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1962:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1956:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1962:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1963:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1957:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1963:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1964:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1955:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1964:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1968:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1966:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1968:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1969:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1967:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1969:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1983:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1981:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1983:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1991:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1986:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1991:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1992:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1987:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1992:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1993:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1988:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1993:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1994:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1989:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1994:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2016:6: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2014:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2016:6: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2025:7: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2024:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2025:7: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2033:7: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2031:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2033:7: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2034:7: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2032:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2034:7: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2045:7: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2041:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2045:7: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2046:7: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2042:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2046:7: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2047:7: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2040:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2047:7: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2051:8: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2049:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2051:8: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2052:8: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2050:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2052:8: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2066:7: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2064:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2066:7: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2077:8: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2069:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2077:8: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2078:8: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2070:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2078:8: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2079:8: style: Variable 'end_mark' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2068:0: note: Variable 'end_mark' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2079:8: note: Variable 'end_mark' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2080:8: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2071:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2080:8: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2081:8: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2072:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2081:8: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2082:8: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2073:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2082:8: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2083:8: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2074:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2083:8: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2084:8: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2075:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2084:8: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2085:8: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2076:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2085:8: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2096:9: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2094:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2096:9: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2097:9: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2095:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2097:9: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2157:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2156:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2157:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2161:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2160:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2161:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2187:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2183:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2187:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2196:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2194:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2196:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2205:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2203:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2205:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2228:2: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2217:0: note: Variable 'data' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2228:2: note: Variable 'data' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2231:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2220:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2231:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2232:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2221:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2232:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2258:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2251:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2258:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2259:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2252:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2259:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2262:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2261:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2262:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2292:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2277:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2292:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2293:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2278:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2293:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2294:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2276:0: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2294:2: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2296:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2281:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2296:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2297:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2282:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2297:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2298:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2283:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2298:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2299:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2284:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2299:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2322:4: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2321:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2322:4: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2365:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2363:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2365:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2366:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2364:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2366:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2383:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2380:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2383:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2384:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2381:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2384:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2402:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2392:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2402:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2450:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2426:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2450:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2451:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2427:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2451:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2452:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2428:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2452:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2460:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2458:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2460:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2472:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2470:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2472:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2484:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2482:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2484:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2496:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2494:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2496:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2508:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2506:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2508:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2520:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2518:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2520:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2532:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2530:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2532:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2544:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2542:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2544:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2556:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2554:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2556:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2568:5: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2566:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2568:5: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2580:5: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2578:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2580:5: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2612:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2600:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2612:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2613:2: style: Variable 'begin_line' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2599:0: note: Variable 'begin_line' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2613:2: note: Variable 'begin_line' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2615:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2602:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2615:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2616:2: style: Variable 'end_line' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2601:0: note: Variable 'end_line' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2616:2: note: Variable 'end_line' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2617:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2603:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2617:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2659:2: style: Variable '_vala_refresh_simple_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2635:0: note: Variable '_vala_refresh_simple_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2659:2: note: Variable '_vala_refresh_simple_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2666:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2662:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2666:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2667:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2663:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2667:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2670:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2669:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2670:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2713:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2702:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2713:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2718:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2715:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2718:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2719:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2716:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2719:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2720:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2717:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2720:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2728:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2726:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2728:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2729:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2727:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2729:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2753:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2751:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2753:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2756:5: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2755:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2756:5: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2774:4: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2772:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2774:4: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2775:4: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2773:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2775:4: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2780:4: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2778:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2780:4: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2781:4: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2779:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2781:4: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2797:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2796:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2797:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2819:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2816:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2819:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2820:3: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2817:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2820:3: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2821:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2818:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2821:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2847:3: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2838:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2847:3: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2848:3: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2839:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2848:3: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2849:3: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2840:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2849:3: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2850:3: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2841:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2850:3: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2851:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2837:0: note: Variable 'data' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2851:3: note: Variable 'data' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2852:3: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2843:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2852:3: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2853:3: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2844:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2853:3: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2854:3: style: Variable 'clipboard' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2842:0: note: Variable 'clipboard' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2854:3: note: Variable 'clipboard' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2855:3: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2845:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2855:3: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2856:3: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2846:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2856:3: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2875:3: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2870:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2875:3: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2877:3: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2871:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2877:3: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2879:3: style: Variable '_tmp60_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2872:0: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2879:3: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2881:3: style: Variable '_tmp61_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2873:0: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2881:3: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2882:3: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2874:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2882:3: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2920:2: style: Variable 'start_mark' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2895:0: note: Variable 'start_mark' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2920:2: note: Variable 'start_mark' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2921:2: style: Variable 'end_mark' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2896:0: note: Variable 'end_mark' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2921:2: note: Variable 'end_mark' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2922:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2897:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2922:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2923:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2898:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2923:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2925:2: style: Variable 'end_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2900:0: note: Variable 'end_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2925:2: note: Variable 'end_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2926:2: style: Variable 'end_iter_set' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2902:0: note: Variable 'end_iter_set' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2926:2: note: Variable 'end_iter_set' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2927:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2903:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2927:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2928:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2904:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2928:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2930:2: style: Variable 'start_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2899:0: note: Variable 'start_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2930:2: note: Variable 'start_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2931:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2906:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2931:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2936:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2933:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2936:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2937:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2934:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2937:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2949:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2945:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2949:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2950:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2946:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2950:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2951:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2947:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2951:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2952:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2948:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2952:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2966:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2962:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2966:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2967:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2963:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2967:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2968:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2964:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2968:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2969:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2961:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2969:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2993:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2990:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2993:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2995:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2991:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2995:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2996:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2992:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2996:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3022:3: style: Variable 'end_of_file' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3017:0: note: Variable 'end_of_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3022:3: note: Variable 'end_of_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3025:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3020:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3025:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3034:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3028:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3034:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3035:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3029:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3035:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3036:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3030:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3036:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3038:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3031:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3038:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3039:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3032:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3039:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3047:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3046:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3047:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3100:2: style: Variable 'start_mark' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3070:0: note: Variable 'start_mark' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3100:2: note: Variable 'start_mark' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3101:2: style: Variable 'end_mark' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3071:0: note: Variable 'end_mark' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3101:2: note: Variable 'end_mark' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3102:2: style: Variable 'item_contents' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3072:0: note: Variable 'item_contents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3102:2: note: Variable 'item_contents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3103:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3073:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3103:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3104:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3074:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3104:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3106:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3075:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3106:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3107:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3076:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3107:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3109:2: style: Variable '_vala_start_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3066:0: note: Variable '_vala_start_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3109:2: note: Variable '_vala_start_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3111:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3080:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3111:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3112:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3081:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3112:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3113:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3083:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3113:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3114:2: style: Variable '_vala_end_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3067:0: note: Variable '_vala_end_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3114:2: note: Variable '_vala_end_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3115:2: style: Variable 'found' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3078:0: note: Variable 'found' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3115:2: note: Variable 'found' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3116:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3084:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3116:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3145:3: style: Variable 'next_section_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3133:0: note: Variable 'next_section_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3145:3: note: Variable 'next_section_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3152:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3148:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3152:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3153:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3149:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3153:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3154:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3150:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3154:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3155:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3147:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3155:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3180:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3177:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3180:4: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3182:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3178:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3182:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3183:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3179:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3183:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3255:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3253:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3255:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3354:2: style: Variable '_vala_end_match_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3322:0: note: Variable '_vala_end_match_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3354:2: note: Variable '_vala_end_match_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3355:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3326:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3355:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3356:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3327:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3356:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3357:2: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3325:0: note: Variable 'line' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3357:2: note: Variable 'line' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3360:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3335:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3360:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3362:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3341:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3362:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3379:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3377:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3379:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3397:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3396:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3397:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3410:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3408:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3410:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3412:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3409:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3412:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3448:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3441:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3448:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3460:3: style: Variable 'same_type' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3450:0: note: Variable 'same_type' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3460:3: note: Variable 'same_type' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3461:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3454:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3461:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3462:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3455:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3462:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3463:3: style: Variable 'same_contents' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3453:0: note: Variable 'same_contents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3463:3: note: Variable 'same_contents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3464:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3457:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3464:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3467:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3466:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3467:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3478:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3477:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3478:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3494:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3493:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3494:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3519:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3514:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3519:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3526:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3522:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3526:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3527:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3523:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3527:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3529:3: style: Variable 'end_document_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3521:0: note: Variable 'end_document_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3529:3: note: Variable 'end_document_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3567:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3549:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3567:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3589:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3588:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3589:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3601:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3598:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3601:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3602:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3599:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3602:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3603:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3597:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3603:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3673:2: style: Variable '_vala_doc_modified' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3609:0: note: Variable '_vala_doc_modified' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3673:2: note: Variable '_vala_doc_modified' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3674:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3613:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3674:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3675:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3614:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3675:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3677:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3615:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3677:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3787:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3785:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3787:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3788:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3786:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3788:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3818:4: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3817:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3818:4: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3895:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3885:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3895:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3927:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3898:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3927:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3932:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3899:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3932:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3934:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3901:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3934:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3992:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3990:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3992:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:4001:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3999:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:4001:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:4018:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:4013:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:4018:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:4019:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:4014:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:4019:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3896:19: style: Variable '_tmp0__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3979:20: style: Variable '_tmp25__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3933:20: style: Variable '_tmp2__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3937:12: style: Variable '_tmp4_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3939:20: style: Variable '_tmp5__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3943:12: style: Variable '_tmp7_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3945:20: style: Variable '_tmp8__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3949:13: style: Variable '_tmp10_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3951:21: style: Variable '_tmp11__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3955:13: style: Variable '_tmp13_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3957:21: style: Variable '_tmp14__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3961:13: style: Variable '_tmp16_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3963:21: style: Variable '_tmp17__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3967:13: style: Variable '_tmp19_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3969:21: style: Variable '_tmp20__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3973:13: style: Variable '_tmp22_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_tab.c:578:14: warning: Either the condition 'project==NULL' is redundant or there is possible null pointer dereference: _tmp11_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_tab.c:654:2: note: Assuming that condition 'project==NULL' is not redundant
latexila-3.22.0/src/document_tab.c:577:12: note: Assignment '_tmp11_=project', assigned value is 0
latexila-3.22.0/src/document_tab.c:578:14: note: Null pointer dereference
latexila-3.22.0/src/document_tab.c:697:13: warning: Either the condition 'project==NULL' is redundant or there is possible null pointer dereference: _tmp7_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_tab.c:712:2: note: Assuming that condition 'project==NULL' is not redundant
latexila-3.22.0/src/document_tab.c:696:11: note: Assignment '_tmp7_=project', assigned value is 0
latexila-3.22.0/src/document_tab.c:697:13: note: Null pointer dereference
latexila-3.22.0/src/document_tab.c:701:14: warning: Either the condition 'project==NULL' is redundant or there is possible null pointer dereference: _tmp10_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_tab.c:712:2: note: Assuming that condition 'project==NULL' is not redundant
latexila-3.22.0/src/document_tab.c:700:12: note: Assignment '_tmp10_=project', assigned value is 0
latexila-3.22.0/src/document_tab.c:701:14: note: Null pointer dereference
latexila-3.22.0/src/document_tab.c:224:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:218:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:224:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:225:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:219:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:225:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:226:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:220:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:226:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:250:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:246:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:250:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:251:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:247:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:251:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:252:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:248:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:252:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:270:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:264:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:270:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:271:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:265:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:271:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:273:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:266:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:273:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:274:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:267:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:274:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:275:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:268:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:275:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:319:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:315:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:319:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:320:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:316:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:320:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:355:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:354:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:355:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:405:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:369:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:405:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:406:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:370:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:406:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:407:2: style: Variable 'reparent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:368:0: note: Variable 'reparent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:407:2: note: Variable 'reparent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:408:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:371:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:408:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:409:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:372:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:409:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:431:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:429:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:431:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:432:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:430:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:432:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:437:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:435:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:437:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:438:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:436:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:438:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:504:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:496:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:504:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:505:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:497:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:505:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:507:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:499:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:507:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:509:2: style: Variable 'infobar' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:495:0: note: Variable 'infobar' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:509:2: note: Variable 'infobar' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:510:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:500:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:510:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:512:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:494:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:512:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:524:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:518:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:524:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:525:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:519:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:525:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:526:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:520:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:526:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:527:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:521:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:527:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:528:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:522:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:528:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:554:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:536:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:554:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:555:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:537:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:555:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:556:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:538:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:556:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:559:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:558:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:559:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:596:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:584:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:596:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:597:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:585:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:597:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:598:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:586:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:598:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:599:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:587:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:599:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:600:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:588:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:600:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:601:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:589:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:601:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:602:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:590:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:602:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:603:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:591:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:603:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:604:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:592:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:604:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:605:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:593:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:605:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:606:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:594:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:606:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:607:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:595:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:607:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:630:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:614:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:630:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:631:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:615:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:631:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:632:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:616:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:632:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:633:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:617:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:633:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:634:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:618:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:634:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:635:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:619:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:635:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:636:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:620:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:636:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:637:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:621:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:637:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:638:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:622:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:638:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:639:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:623:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:639:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:640:3: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:624:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:640:3: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:641:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:625:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:641:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:642:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:626:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:642:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:643:3: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:627:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:643:3: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:644:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:628:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:644:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:645:3: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:629:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:645:3: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:682:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:661:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:682:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:683:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:662:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:683:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:684:2: style: Variable 'project' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:660:0: note: Variable 'project' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:684:2: note: Variable 'project' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:685:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:663:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:685:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:726:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:719:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:726:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:727:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:720:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:727:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:728:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:721:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:728:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:729:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:722:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:729:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:730:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:723:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:730:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:731:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:724:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:731:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:732:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:718:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:732:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:746:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:739:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:746:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:747:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:740:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:747:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:748:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:741:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:748:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:749:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:742:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:749:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:750:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:743:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:750:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:751:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:744:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:751:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:753:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:738:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:753:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:789:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:785:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:789:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:790:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:786:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:790:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:791:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:787:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:791:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:792:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:788:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:792:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:816:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:810:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:816:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:855:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:832:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:855:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:856:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:833:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:856:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:857:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:834:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:857:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:858:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:835:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:858:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:859:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:836:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:859:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:860:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:837:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:860:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:861:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:838:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:861:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:862:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:839:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:862:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:864:3: style: Variable 'primary_msg' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:831:0: note: Variable 'primary_msg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:864:3: note: Variable 'primary_msg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:865:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:841:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:865:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:866:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:842:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:866:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:870:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:868:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:870:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:871:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:869:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:871:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:877:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:875:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:877:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:878:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:876:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:878:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:921:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:912:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:921:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:923:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:913:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:923:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:924:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:914:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:924:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:926:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:915:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:926:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:927:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:916:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:927:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:929:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:917:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:929:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:930:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:918:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:930:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:931:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:919:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:931:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:944:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:938:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:944:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:946:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:941:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:946:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:947:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:942:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:947:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:952:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:949:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:952:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:953:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:950:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:953:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:954:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:951:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:954:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:963:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:960:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:963:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:964:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:961:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:964:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:965:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:962:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:965:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:984:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:981:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:984:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:986:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:982:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:986:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1008:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:994:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1008:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1009:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:995:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1009:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1010:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:996:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1010:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1012:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:997:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1012:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1013:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:998:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1013:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1014:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:999:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1014:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1016:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1000:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1016:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1018:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1001:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1018:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1019:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1002:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1019:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1021:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1003:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1021:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1022:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1004:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1022:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1024:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1005:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1024:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1025:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1006:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1025:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1028:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1027:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1028:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1040:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1038:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1040:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1050:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1047:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1050:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1051:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1048:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1051:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1062:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1060:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1062:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1072:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1069:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1072:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1073:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1070:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1073:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1084:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1082:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1084:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1096:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1092:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1096:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1097:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1093:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1097:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1098:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1094:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1098:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1108:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1105:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1108:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1109:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1106:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1109:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1119:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1117:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1119:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1133:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1126:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1133:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1135:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1127:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1135:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1136:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1128:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1136:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1154:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1148:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1154:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1155:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1149:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1155:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1156:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1150:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1156:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1158:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1151:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1158:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1159:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1152:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1159:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1160:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1153:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1160:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1173:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1171:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1173:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1194:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1180:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1194:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1195:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1181:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1195:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1204:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1203:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1204:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1213:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1210:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1213:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1214:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1211:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1214:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1215:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1212:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1215:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1224:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1221:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1224:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1225:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1222:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1225:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1226:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1223:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1226:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1238:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1237:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1238:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1250:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1249:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1250:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1261:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1258:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1261:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1262:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1259:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1262:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1263:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1260:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1263:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1272:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1269:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1272:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1273:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1270:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1273:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1274:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1271:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1274:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1303:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1299:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1303:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1306:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1300:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1306:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:596:13: style: Variable '_tmp17_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_tab.c:630:13: style: Variable '_tmp29_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_view.c:311:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp29_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_view.c:313:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/document_view.c:310:13: note: Assignment '_tmp29_=e', assigned value is 0
latexila-3.22.0/src/document_view.c:311:13: note: Null pointer dereference
latexila-3.22.0/src/document_view.c:1136:14: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp22_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_view.c:1138:4: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/document_view.c:1135:14: note: Assignment '_tmp22_=e', assigned value is 0
latexila-3.22.0/src/document_view.c:1136:14: note: Null pointer dereference
latexila-3.22.0/src/document_view.c:186:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:181:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:186:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:187:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:182:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:187:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:188:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:183:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:188:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:228:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:206:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:228:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:229:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:207:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:229:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:231:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:208:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:231:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:236:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:209:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:236:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:278:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:267:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:278:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:279:3: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:266:0: note: Variable 'provider' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:279:3: note: Variable 'provider' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:280:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:268:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:280:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:281:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:269:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:281:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:308:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:305:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:308:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:310:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:306:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:310:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:311:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:307:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:311:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:338:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:333:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:338:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:339:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:334:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:339:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:340:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:335:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:340:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:341:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:336:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:341:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:364:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:352:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:364:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:365:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:353:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:365:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:367:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:355:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:367:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:368:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:356:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:368:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:369:2: style: Variable 'clipboard' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:354:0: note: Variable 'clipboard' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:369:2: note: Variable 'clipboard' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:370:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:357:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:370:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:371:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:358:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:371:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:372:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:359:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:372:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:373:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:360:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:373:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:374:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:361:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:374:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:375:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:362:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:375:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:392:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:384:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:392:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:393:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:385:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:393:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:395:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:387:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:395:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:396:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:388:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:396:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:397:2: style: Variable 'clipboard' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:386:0: note: Variable 'clipboard' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:397:2: note: Variable 'clipboard' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:398:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:389:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:398:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:399:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:390:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:399:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:419:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:407:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:419:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:420:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:408:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:420:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:422:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:410:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:422:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:423:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:411:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:423:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:424:2: style: Variable 'clipboard' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:409:0: note: Variable 'clipboard' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:424:2: note: Variable 'clipboard' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:425:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:412:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:425:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:426:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:413:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:426:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:427:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:414:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:427:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:428:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:415:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:428:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:429:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:416:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:429:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:430:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:417:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:430:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:448:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:439:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:448:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:449:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:440:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:449:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:451:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:441:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:451:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:452:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:442:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:452:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:453:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:443:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:453:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:454:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:444:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:454:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:455:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:445:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:455:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:456:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:446:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:456:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:476:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:463:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:476:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:477:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:464:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:477:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:479:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:467:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:479:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:480:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:468:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:480:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:482:2: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:465:0: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:482:2: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:483:2: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:466:0: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:483:2: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:484:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:471:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:484:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:485:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:472:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:485:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:486:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:473:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:486:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:487:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:474:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:487:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:498:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:494:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:498:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:499:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:495:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:499:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:506:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:501:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:506:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:507:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:502:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:507:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:508:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:503:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:508:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:509:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:504:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:509:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:510:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:505:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:510:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:517:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:515:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:517:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:518:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:516:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:518:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:534:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:529:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:534:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:535:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:530:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:535:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:549:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:544:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:549:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:550:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:545:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:550:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:553:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:547:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:553:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:564:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:559:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:564:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:565:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:560:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:565:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:568:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:562:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:568:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:579:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:575:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:579:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:580:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:576:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:580:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:585:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:582:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:585:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:586:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:583:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:586:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:587:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:584:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:587:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:604:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:600:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:604:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:605:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:601:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:605:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:609:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:607:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:609:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:634:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:617:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:634:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:635:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:618:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:635:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:636:3: style: Variable 'synctex' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:616:0: note: Variable 'synctex' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:636:3: note: Variable 'synctex' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:637:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:620:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:637:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:638:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:621:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:638:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:639:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:622:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:639:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:665:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:664:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:665:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:666:2: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:663:0: note: Variable 'provider' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:666:2: note: Variable 'provider' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:681:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:678:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:681:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:682:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:679:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:682:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:715:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:713:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:715:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:730:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:728:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:730:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:770:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:752:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:770:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:771:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:753:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:771:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:773:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:755:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:773:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:774:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:756:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:774:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:775:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:757:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:775:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:776:2: style: Variable 'gspell_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:754:0: note: Variable 'gspell_buffer' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:776:2: note: Variable 'gspell_buffer' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:779:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:759:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:779:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:803:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:800:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:803:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:804:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:801:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:804:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:805:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:799:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:805:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:824:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:813:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:824:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:825:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:814:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:825:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:834:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:832:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:834:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:835:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:833:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:835:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:864:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:859:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:864:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:865:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:860:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:865:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:866:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:861:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:866:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:867:2: style: Variable 'gspell_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:858:0: note: Variable 'gspell_buffer' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:867:2: note: Variable 'gspell_buffer' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:868:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:862:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:868:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:869:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:857:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:869:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:888:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:876:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:888:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:889:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:877:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:889:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:897:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:896:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:897:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:902:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:900:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:902:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:903:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:901:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:903:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:925:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:919:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:925:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:949:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:940:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:949:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:950:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:941:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:950:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:951:2: style: Variable 'spell_checker' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:939:0: note: Variable 'spell_checker' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:951:2: note: Variable 'spell_checker' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:953:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:943:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:953:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:954:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:944:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:954:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:955:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:945:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:955:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:981:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:970:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:981:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:982:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:971:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:982:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:983:2: style: Variable 'spell_checker' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:969:0: note: Variable 'spell_checker' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:983:2: note: Variable 'spell_checker' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:984:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:972:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:984:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:986:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:974:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:986:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:987:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:975:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:987:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:997:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:994:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:997:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:998:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:995:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:998:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:999:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:996:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:999:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1003:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:1002:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1003:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1022:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:1013:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1022:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1023:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:1014:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1023:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1033:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:1032:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1033:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1037:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:1036:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1037:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1074:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:1047:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1074:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1121:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:1120:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1121:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1133:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:1130:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1133:4: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1135:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:1131:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1135:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1136:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:1132:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1136:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:145:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:142:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:145:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:146:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:143:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:146:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:160:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:157:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:160:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:161:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:158:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:161:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:205:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:201:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:205:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:206:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:202:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:206:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:211:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:208:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:211:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:214:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:210:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:214:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:253:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:231:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:253:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:254:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:232:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:254:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:299:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:290:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:299:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:300:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:289:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:300:2: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:301:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:292:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:301:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:302:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:293:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:302:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:306:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:304:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:306:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:307:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:305:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:307:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:320:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:314:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:320:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:321:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:315:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:321:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:322:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:316:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:322:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:323:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:317:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:323:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:324:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:318:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:324:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:325:3: style: Variable 'build_files' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:313:0: note: Variable 'build_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:325:3: note: Variable 'build_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:326:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:319:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:326:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:370:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:368:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:370:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:380:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:377:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:380:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:381:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:378:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:381:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:110:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp5_. [nullPointerRedundantCheck]
latexila-3.22.0/src/error_entry.c:113:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/error_entry.c:109:12: note: Assignment '_tmp5_=e', assigned value is 0
latexila-3.22.0/src/error_entry.c:110:12: note: Null pointer dereference
latexila-3.22.0/src/error_entry.c:76:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:71:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:76:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:94:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:92:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:94:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:95:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:93:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:95:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:107:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:104:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:107:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:109:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:105:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:109:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:110:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:106:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:110:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:138:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:133:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:138:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:139:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:134:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:139:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:140:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:135:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:140:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:141:2: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:132:0: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:141:2: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:143:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:136:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:143:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:147:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:145:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:147:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:148:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:146:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:148:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:162:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:157:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:162:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:163:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:158:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:163:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:164:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:159:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:164:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:165:2: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:156:0: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:165:2: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:167:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:160:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:167:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:171:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:169:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:171:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:172:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:170:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:172:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:181:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:180:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:181:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:203:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/file_browser.c:529:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp31_. [nullPointerRedundantCheck]
latexila-3.22.0/src/file_browser.c:532:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/file_browser.c:528:13: note: Assignment '_tmp31_=e', assigned value is 0
latexila-3.22.0/src/file_browser.c:529:13: note: Null pointer dereference
latexila-3.22.0/src/file_browser.c:1717:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp5_. [nullPointerRedundantCheck]
latexila-3.22.0/src/file_browser.c:1720:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/file_browser.c:1716:12: note: Assignment '_tmp5_=e', assigned value is 0
latexila-3.22.0/src/file_browser.c:1717:12: note: Null pointer dereference
latexila-3.22.0/src/file_browser.c:256:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:251:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:256:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:257:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:252:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:257:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:265:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:253:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:265:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:266:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:254:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:266:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:296:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:290:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:296:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:321:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:318:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:321:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:322:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:320:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:322:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:323:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:317:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:323:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:333:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:326:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:333:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:334:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:327:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:334:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:335:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:328:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:335:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:336:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:325:0: note: Variable 'model' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:336:3: note: Variable 'model' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:337:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:330:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:337:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:338:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:331:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:338:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:340:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:332:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:340:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:369:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:354:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:369:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:437:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:413:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:437:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:438:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:414:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:438:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:458:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:457:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:458:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:471:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:470:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:471:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:478:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:477:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:478:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:488:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:484:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:488:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:489:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:485:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:489:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:490:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:486:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:490:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:491:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:487:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:491:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:504:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:500:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:504:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:505:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:501:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:505:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:506:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:502:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:506:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:507:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:503:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:507:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:523:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:517:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:523:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:525:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:518:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:525:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:526:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:519:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:526:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:527:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:520:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:527:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:528:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:521:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:528:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:529:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:522:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:529:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:576:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:557:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:576:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:635:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:623:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:635:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:637:2: style: Variable 'toolbar' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:622:0: note: Variable 'toolbar' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:637:2: note: Variable 'toolbar' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:640:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:624:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:640:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:641:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:625:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:641:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:669:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:667:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:669:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:670:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:668:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:670:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:671:2: style: Variable 'home_dir' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:666:0: note: Variable 'home_dir' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:671:2: note: Variable 'home_dir' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:688:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:685:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:688:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:690:2: style: Variable 'home_button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:684:0: note: Variable 'home_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:690:2: note: Variable 'home_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:692:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:686:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:692:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:695:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:683:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:695:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:704:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:702:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:704:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:705:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:703:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:705:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:706:2: style: Variable 'parent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:701:0: note: Variable 'parent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:706:2: note: Variable 'parent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:728:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:720:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:728:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:781:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:766:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:781:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:782:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:767:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:782:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:783:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:768:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:783:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:785:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:769:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:785:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:786:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:770:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:786:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:787:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:771:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:787:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:788:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:772:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:788:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:789:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:773:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:789:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:791:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:774:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:791:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:792:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:775:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:792:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:793:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:776:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:793:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:794:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:777:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:794:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:795:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:778:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:795:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:796:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:779:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:796:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:797:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:780:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:797:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:827:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:822:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:827:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:828:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:823:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:828:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:829:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:824:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:829:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:834:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:831:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:834:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:835:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:832:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:835:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:836:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:833:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:836:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:858:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:850:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:858:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:862:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:851:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:862:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:865:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:852:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:865:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:867:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:853:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:867:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:868:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:848:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:868:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:898:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:896:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:898:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:922:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:911:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:922:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:925:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:912:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:925:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:926:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:913:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:926:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:949:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:947:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:949:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:956:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:952:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:956:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:957:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:953:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:957:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:958:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:954:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:958:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:959:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:955:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:959:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:971:3: style: Variable '_error_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:969:0: note: Variable '_error_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:971:3: note: Variable '_error_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:973:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:970:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:973:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:998:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:994:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:998:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:999:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:995:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:999:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1001:2: style: Variable 'open_directory' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:993:0: note: Variable 'open_directory' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1001:2: note: Variable 'open_directory' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1002:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:996:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1002:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1005:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:992:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1005:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1019:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1011:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1019:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1021:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1013:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1021:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1022:2: style: Variable 'terminal_settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1012:0: note: Variable 'terminal_settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1022:2: note: Variable 'terminal_settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1023:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1015:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1023:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1024:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1016:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1024:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1025:2: style: Variable 'name_term' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1014:0: note: Variable 'name_term' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1025:2: note: Variable 'name_term' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1026:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1017:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1026:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1040:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1030:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1040:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1041:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1031:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1041:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1042:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1032:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1042:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1043:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1033:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1043:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1044:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1034:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1044:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1045:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1035:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1045:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1047:3: style: Variable 'exec_cmd' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1029:0: note: Variable 'exec_cmd' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1047:3: note: Variable 'exec_cmd' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1048:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1037:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1048:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1049:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1038:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1049:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1050:3: style: Variable 'app_info' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1036:0: note: Variable 'app_info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1050:3: note: Variable 'app_info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1070:3: style: Variable '_error_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1068:0: note: Variable '_error_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1070:3: note: Variable '_error_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1072:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1069:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1072:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1101:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1097:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1101:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1102:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1098:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1102:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1104:2: style: Variable 'open_terminal' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1096:0: note: Variable 'open_terminal' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1104:2: note: Variable 'open_terminal' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1105:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1099:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1105:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1108:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1095:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1108:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1136:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1134:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1136:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1164:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1150:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1164:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1165:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1151:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1165:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1167:2: style: Variable 'show_build_files' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1149:0: note: Variable 'show_build_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1167:2: note: Variable 'show_build_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1168:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1152:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1168:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1170:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1154:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1170:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1171:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1155:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1171:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1173:2: style: Variable 'show_hidden_files' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1153:0: note: Variable 'show_hidden_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1173:2: note: Variable 'show_hidden_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1174:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1156:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1174:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1176:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1157:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1176:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1182:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1159:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1182:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1184:2: style: Variable 'button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1158:0: note: Variable 'button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1184:2: note: Variable 'button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1187:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1147:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1187:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1210:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1198:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1210:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1212:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1200:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1212:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1213:2: style: Variable 'parent_dirs' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1199:0: note: Variable 'parent_dirs' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1213:2: note: Variable 'parent_dirs' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1214:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1201:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1214:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1215:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1202:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1215:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1217:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1204:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1217:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1218:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1205:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1218:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1219:2: style: Variable 'parent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1203:0: note: Variable 'parent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1219:2: note: Variable 'parent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1226:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1221:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1226:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1248:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1241:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1248:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1249:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1242:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1249:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1250:3: style: Variable '_parent_dir_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1240:0: note: Variable '_parent_dir_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1250:3: note: Variable '_parent_dir_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1251:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1244:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1251:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1292:5: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1290:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1292:5: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1293:5: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1291:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1293:5: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1299:5: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1297:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1299:5: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1300:5: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1298:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1300:5: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1307:5: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1306:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1307:5: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1316:5: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1311:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1316:5: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1317:5: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1312:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1317:5: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1318:5: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1313:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1318:5: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1319:5: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1314:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1319:5: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1320:5: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1315:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1320:5: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1324:6: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1323:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1324:6: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1329:6: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1328:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1329:6: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1364:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1361:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1364:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1365:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1362:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1365:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1366:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1360:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1366:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1393:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1372:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1393:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1395:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1373:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1395:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1397:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1375:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1397:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1398:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1376:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1398:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1399:2: style: Variable 'show_build_files' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1374:0: note: Variable 'show_build_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1399:2: note: Variable 'show_build_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1400:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1378:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1400:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1401:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1379:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1401:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1402:2: style: Variable 'show_hidden_files' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1377:0: note: Variable 'show_hidden_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1402:2: note: Variable 'show_hidden_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1403:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1381:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1403:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1404:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1382:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1404:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1405:2: style: Variable 'exts' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1380:0: note: Variable 'exts' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1405:2: note: Variable 'exts' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1406:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1384:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1406:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1407:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1386:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1407:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1408:2: style: Variable 'clean_extensions' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1383:0: note: Variable 'clean_extensions' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1408:2: note: Variable 'clean_extensions' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1416:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1413:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1416:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1417:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1414:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1417:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1418:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1412:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1418:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1433:3: style: Variable '_error_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1431:0: note: Variable '_error_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1433:3: note: Variable '_error_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1435:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1432:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1435:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1480:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1477:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1480:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1481:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1478:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1481:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1482:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1476:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1482:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1497:4: style: Variable '_error_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1495:0: note: Variable '_error_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1497:4: note: Variable '_error_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1499:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1496:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1499:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1531:4: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1530:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1531:4: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1547:4: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1546:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1547:4: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1559:4: style: Variable 'is_build_file' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1555:0: note: Variable 'is_build_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1559:4: note: Variable 'is_build_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1560:4: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1556:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1560:4: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1567:5: style: Variable 'ext_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1563:0: note: Variable 'ext_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1567:5: note: Variable 'ext_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1572:6: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1570:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1572:6: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1573:6: style: Variable 'ext' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1571:0: note: Variable 'ext' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1573:6: note: Variable 'ext' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1578:7: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1575:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1578:7: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1579:7: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1576:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1579:7: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1580:7: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1577:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1580:7: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1629:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1620:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1629:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1630:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1621:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1630:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1632:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1623:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1632:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1633:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1624:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1633:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1634:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1625:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1634:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1636:2: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1622:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1636:2: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1637:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1626:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1637:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1638:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1627:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1638:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1658:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1648:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1658:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1660:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1647:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1660:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1661:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1650:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1661:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1662:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1651:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1662:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1663:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1652:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1663:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1664:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1653:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1664:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1665:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1654:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1665:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1680:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1676:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1680:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1691:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1688:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1691:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1692:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1689:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1692:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1693:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1687:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1693:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1714:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1711:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1714:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1716:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1712:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1716:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1717:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1713:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1717:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1738:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1736:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1738:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1747:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1744:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1747:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1763:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1760:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1763:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1766:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1765:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1766:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1784:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1777:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1784:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1785:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1778:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1785:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1786:2: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1776:0: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1786:2: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1787:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1780:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1787:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1790:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1789:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1790:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1801:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1797:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1801:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1802:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1798:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1802:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1803:3: style: Variable 'directory' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1796:0: note: Variable 'directory' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1803:3: note: Variable 'directory' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1804:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1799:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1804:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1805:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1800:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1805:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1836:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1823:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1836:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1840:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1838:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1840:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1841:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1839:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1841:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1879:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1873:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1879:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1880:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1874:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1880:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1881:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1875:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1881:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1888:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1883:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1888:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1889:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1884:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1889:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1890:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1885:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1890:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1891:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1886:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1891:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1892:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1887:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1892:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1918:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1906:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1918:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1919:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1907:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1919:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1921:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1908:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1921:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1922:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1909:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1922:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1924:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1910:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1924:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1925:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1911:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1925:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1936:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1929:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1936:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1937:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1930:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1937:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1939:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1931:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1939:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1940:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1932:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1940:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1942:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1933:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1942:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1943:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1934:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1943:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1980:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1963:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1980:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1981:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1964:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1981:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1982:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1965:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1982:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1988:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1987:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1988:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1998:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1997:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1998:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:2008:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:2007:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:2008:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:2018:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:2017:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:2018:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:2028:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:2027:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:2028:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:2038:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:2037:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:2038:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:897:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/file_browser.c:1135:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/finance.c:444:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp3_. [nullPointerRedundantCheck]
latexila-3.22.0/src/finance.c:446:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/finance.c:443:12: note: Assignment '_tmp3_=e', assigned value is 0
latexila-3.22.0/src/finance.c:444:12: note: Null pointer dereference
latexila-3.22.0/src/finance.c:101:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:52:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:101:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:104:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:103:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:104:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:115:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:114:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:115:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:120:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:119:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:120:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:187:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:181:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:187:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:235:3: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:227:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:235:3: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:241:4: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:240:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:241:4: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:275:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:268:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:275:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:276:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:267:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:276:2: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:277:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:270:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:277:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:278:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:271:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:278:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:279:2: style: Variable 'date' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:269:0: note: Variable 'date' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:279:2: note: Variable 'date' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:280:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:272:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:280:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:326:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:291:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:326:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:327:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:293:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:327:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:328:3: style: Variable 'ymd' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:290:0: note: Variable 'ymd' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:328:3: note: Variable 'ymd' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:331:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:296:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:331:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:400:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:392:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:400:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:401:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:391:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:401:2: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:402:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:394:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:402:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:403:2: style: Variable 'time' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:393:0: note: Variable 'time' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:403:2: note: Variable 'time' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:407:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:399:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:407:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:408:2: style: Variable 'date' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:395:0: note: Variable 'date' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:408:2: note: Variable 'date' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:424:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:421:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:424:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:425:3: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:420:0: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:425:3: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:426:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:422:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:426:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:427:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:423:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:427:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:441:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:438:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:441:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:443:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:439:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:443:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:444:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:440:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:444:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:330:16: style: Variable '_ymd_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/finance.c:341:21: style: Variable '_tmp10__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/finance.c:346:21: style: Variable '_tmp13__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/finance.c:351:21: style: Variable '_tmp16__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latex_menu.c:1452:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1434:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1452:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1454:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1435:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1454:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1456:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1437:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1456:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1457:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1438:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1457:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1458:2: style: Variable 'sectioning' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1436:0: note: Variable 'sectioning' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1458:2: note: Variable 'sectioning' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1459:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1440:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1459:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1460:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1441:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1460:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1461:2: style: Variable 'sizes' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1439:0: note: Variable 'sizes' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1461:2: note: Variable 'sizes' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1462:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1443:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1462:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1463:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1444:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1463:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1464:2: style: Variable 'references' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1442:0: note: Variable 'references' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1464:2: note: Variable 'references' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1465:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1446:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1465:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1466:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1447:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1466:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1467:2: style: Variable 'presentation_env' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1445:0: note: Variable 'presentation_env' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1467:2: note: Variable 'presentation_env' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1468:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1449:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1468:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1469:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1450:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1469:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1470:2: style: Variable 'math_env' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1448:0: note: Variable 'math_env' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1470:2: note: Variable 'math_env' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1503:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1494:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1503:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1504:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1495:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1504:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1505:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1496:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1505:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1506:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1497:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1506:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1507:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1498:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1507:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1508:2: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1493:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1508:2: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1509:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1500:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1509:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1511:2: style: Variable 'menu_tool_button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1499:0: note: Variable 'menu_tool_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1511:2: note: Variable 'menu_tool_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1513:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1492:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1513:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1530:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1526:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1530:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1531:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1527:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1531:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1532:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1525:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1532:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1555:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1545:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1555:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1556:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1546:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1556:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1557:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1547:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1557:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1558:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1548:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1558:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1559:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1549:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1559:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1561:3: style: Variable 'regex' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1544:0: note: Variable 'regex' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1561:3: note: Variable 'regex' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1595:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1594:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1595:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1612:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1610:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1612:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1644:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1618:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1644:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1645:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1619:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1645:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1646:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1620:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1646:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1648:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1622:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1648:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1649:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1623:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1649:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1650:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1624:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1650:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1651:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1625:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1651:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1652:2: style: Variable 'active_document' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1621:0: note: Variable 'active_document' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1652:2: note: Variable 'active_document' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1653:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1629:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1653:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1654:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1632:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1654:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1655:2: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1626:0: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1655:2: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1656:2: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1627:0: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1656:2: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1657:2: style: Variable 'text_selected' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1628:0: note: Variable 'text_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1657:2: note: Variable 'text_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1658:2: style: Variable 'text_before2' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1633:0: note: Variable 'text_before2' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1658:2: note: Variable 'text_before2' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1659:2: style: Variable 'text_after2' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1634:0: note: Variable 'text_after2' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1659:2: note: Variable 'text_after2' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1660:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1636:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1660:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1661:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1637:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1661:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1667:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1665:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1667:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1668:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1666:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1668:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1677:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1673:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1677:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1678:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1674:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1678:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1679:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1675:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1679:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1680:3: style: Variable 'current_indent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1672:0: note: Variable 'current_indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1680:3: note: Variable 'current_indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1681:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1676:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1681:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1695:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1683:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1695:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1696:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1684:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1696:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1697:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1685:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1697:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1698:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1686:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1698:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1699:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1687:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1699:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1700:4: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1688:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1700:4: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1704:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1689:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1704:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1705:4: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1690:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1705:4: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1706:4: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1691:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1706:4: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1707:4: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1692:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1707:4: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1708:4: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1693:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1708:4: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1709:4: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1694:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1709:4: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1741:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1721:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1741:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1742:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1722:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1742:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1743:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1723:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1743:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1744:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1724:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1744:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1745:3: style: Variable 'mark_end' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1720:0: note: Variable 'mark_end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1745:3: note: Variable 'mark_end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1746:3: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1726:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1746:3: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1747:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1725:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1747:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1750:4: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1749:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1750:4: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1763:4: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1762:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1763:4: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1781:3: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1780:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1781:3: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1785:4: style: Variable '_tmp57_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1783:0: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1785:4: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1786:4: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1784:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1786:4: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1812:4: style: Variable '_tmp60_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1790:0: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1812:4: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1813:4: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1789:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1813:4: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1816:5: style: Variable '_tmp61_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1815:0: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1816:5: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1835:5: style: Variable '_tmp73_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1834:0: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1835:5: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1868:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1863:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1868:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1869:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1864:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1869:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1870:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1865:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1870:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1871:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1866:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1871:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1872:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1862:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1872:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1887:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1878:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1887:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1888:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1879:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1888:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1889:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1880:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1889:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1891:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1881:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1891:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1892:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1882:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1892:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1893:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1883:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1893:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1904:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1896:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1904:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1905:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1897:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1905:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1906:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1898:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1906:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1907:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1899:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1907:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1908:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1900:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1908:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1909:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1901:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1909:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1910:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1902:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1910:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1911:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1903:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1911:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1924:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1916:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1924:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1925:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1917:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1925:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1926:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1918:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1926:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1927:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1919:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1927:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1928:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1920:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1928:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1929:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1921:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1929:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1930:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1922:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1930:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1931:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1923:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1931:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2071:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2037:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2071:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2072:2: style: Variable 'indent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2036:0: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2072:2: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2073:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2039:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2073:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2074:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2040:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2074:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2075:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2041:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2075:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2076:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2042:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2076:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2077:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2043:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2077:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2078:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2044:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2078:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2079:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2045:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2079:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2080:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2046:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2080:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2081:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2047:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2081:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2082:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2048:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2082:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2083:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2049:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2083:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2087:2: style: Variable 'before_cursor' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2038:0: note: Variable 'before_cursor' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2087:2: note: Variable 'before_cursor' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2088:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2051:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2088:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2089:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2052:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2089:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2090:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2053:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2090:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2091:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2054:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2091:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2092:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2055:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2092:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2093:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2056:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2093:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2094:2: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2057:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2094:2: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2095:2: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2058:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2095:2: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2096:2: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2059:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2096:2: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2097:2: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2060:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2097:2: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2098:2: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2061:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2098:2: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2099:2: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2062:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2099:2: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2100:2: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2063:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2100:2: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2101:2: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2064:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2101:2: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2102:2: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2065:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2102:2: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2103:2: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2066:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2103:2: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2104:2: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2067:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2104:2: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2105:2: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2068:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2105:2: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2106:2: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2069:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2106:2: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2113:2: style: Variable 'after_cursor' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2050:0: note: Variable 'after_cursor' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2113:2: note: Variable 'after_cursor' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2177:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2123:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2177:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2178:2: style: Variable 'indent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2122:0: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2178:2: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2179:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2125:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2179:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2180:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2126:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2180:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2181:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2127:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2181:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2182:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2128:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2182:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2183:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2129:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2183:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2185:2: style: Variable 'before_cursor' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2124:0: note: Variable 'before_cursor' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2185:2: note: Variable 'before_cursor' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2186:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2131:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2186:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2187:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2132:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2187:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2188:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2133:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2188:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2189:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2134:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2189:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2190:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2135:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2190:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2191:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2136:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2191:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2192:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2137:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2192:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2193:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2138:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2193:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2194:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2139:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2194:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2195:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2140:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2195:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2196:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2141:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2196:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2197:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2142:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2197:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2198:2: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2143:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2198:2: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2199:2: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2144:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2199:2: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2200:2: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2145:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2200:2: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2201:2: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2146:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2201:2: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2202:2: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2147:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2202:2: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2203:2: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2148:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2203:2: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2204:2: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2149:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2204:2: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2205:2: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2150:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2205:2: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2206:2: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2151:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2206:2: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2207:2: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2152:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2207:2: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2208:2: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2153:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2208:2: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2209:2: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2154:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2209:2: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2210:2: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2155:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2210:2: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2211:2: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2156:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2211:2: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2212:2: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2157:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2212:2: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2213:2: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2158:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2213:2: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2214:2: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2159:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2214:2: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2215:2: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2160:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2215:2: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2216:2: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2161:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2216:2: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2217:2: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2162:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2217:2: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2218:2: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2163:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2218:2: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2219:2: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2164:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2219:2: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2220:2: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2165:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2220:2: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2221:2: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2166:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2221:2: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2222:2: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2167:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2222:2: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2223:2: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2168:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2223:2: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2224:2: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2169:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2224:2: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2225:2: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2170:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2225:2: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2226:2: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2171:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2226:2: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2227:2: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2172:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2227:2: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2228:2: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2173:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2228:2: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2229:2: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2174:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2229:2: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2230:2: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2175:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2230:2: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2246:2: style: Variable 'after_cursor' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2130:0: note: Variable 'after_cursor' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2246:2: note: Variable 'after_cursor' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2297:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2292:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2297:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2298:2: style: Variable 'indent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2291:0: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2298:2: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2299:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2293:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2299:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2300:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2294:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2300:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2301:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2295:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2301:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2315:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2310:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2315:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2316:2: style: Variable 'indent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2309:0: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2316:2: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2317:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2311:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2317:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2318:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2312:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2318:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2319:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2313:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2319:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2333:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2328:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2333:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2334:2: style: Variable 'indent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2327:0: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2334:2: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2335:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2329:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2335:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2336:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2330:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2336:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2337:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2331:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2337:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2351:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2346:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2351:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2352:2: style: Variable 'indent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2345:0: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2352:2: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2353:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2347:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2353:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2354:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2348:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2354:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2355:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2349:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2355:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2555:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2538:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2555:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2556:2: style: Variable 'indent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2537:0: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2556:2: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2557:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2540:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2557:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2558:2: style: Variable 'before_cursor' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2539:0: note: Variable 'before_cursor' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2558:2: note: Variable 'before_cursor' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2559:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2542:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2559:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2560:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2543:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2560:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2561:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2544:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2561:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2562:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2545:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2562:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2563:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2546:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2563:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2564:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2547:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2564:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2565:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2548:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2565:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2566:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2549:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2566:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2567:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2550:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2567:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2568:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2551:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2568:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2569:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2552:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2569:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2570:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2553:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2570:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2575:2: style: Variable 'after_cursor' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2541:0: note: Variable 'after_cursor' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2575:2: note: Variable 'after_cursor' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2774:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2759:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2774:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2775:2: style: Variable 'indent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2758:0: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2775:2: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2776:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2761:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2776:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2777:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2762:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2777:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2778:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2763:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2778:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2779:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2764:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2779:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2780:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2765:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2780:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2781:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2766:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2781:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2782:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2767:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2782:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2783:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2768:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2783:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2784:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2769:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2784:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2785:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2770:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2785:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2789:2: style: Variable 'begin_frame' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2760:0: note: Variable 'begin_frame' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2789:2: note: Variable 'begin_frame' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2790:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2772:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2790:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2791:2: style: Variable 'end_frame' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2771:0: note: Variable 'end_frame' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2791:2: note: Variable 'end_frame' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2825:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2801:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2825:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2826:2: style: Variable 'indent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2800:0: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2826:2: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2827:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2803:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2827:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2828:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2804:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2828:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2829:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2805:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2829:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2830:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2806:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2830:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2831:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2807:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2831:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2833:2: style: Variable 'begin_columns' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2802:0: note: Variable 'begin_columns' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2833:2: note: Variable 'begin_columns' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2834:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2809:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2834:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2835:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2810:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2835:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2836:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2811:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2836:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2837:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2812:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2837:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2838:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2813:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2838:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2839:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2814:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2839:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2840:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2815:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2840:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2841:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2816:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2841:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2842:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2817:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2842:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2843:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2818:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2843:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2844:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2819:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2844:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2845:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2820:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2845:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2846:2: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2821:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2846:2: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2847:2: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2822:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2847:2: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2848:2: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2823:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2848:2: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2854:2: style: Variable 'end_columns' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2808:0: note: Variable 'end_columns' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2854:2: note: Variable 'end_columns' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2884:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2882:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2884:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2885:2: style: Variable 'packages' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2881:0: note: Variable 'packages' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2885:2: note: Variable 'packages' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:3445:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latexila_app.c:430:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: e. [nullPointerRedundantCheck]
latexila-3.22.0/src/latexila_app.c:432:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/latexila_app.c:430:12: note: Null pointer dereference
latexila-3.22.0/src/latexila_app.c:609:12: warning: Either the condition '_error_==NULL' is redundant or there is possible null pointer dereference: _tmp6_. [nullPointerRedundantCheck]
latexila-3.22.0/src/latexila_app.c:611:3: note: Assuming that condition '_error_==NULL' is not redundant
latexila-3.22.0/src/latexila_app.c:608:12: note: Assignment '_tmp6_=_error_', assigned value is 0
latexila-3.22.0/src/latexila_app.c:609:12: note: Null pointer dereference
latexila-3.22.0/src/latexila_app.c:728:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp6_. [nullPointerRedundantCheck]
latexila-3.22.0/src/latexila_app.c:730:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/latexila_app.c:727:12: note: Assignment '_tmp6_=e', assigned value is 0
latexila-3.22.0/src/latexila_app.c:728:12: note: Null pointer dereference
latexila-3.22.0/src/latexila_app.c:840:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp15_. [nullPointerRedundantCheck]
latexila-3.22.0/src/latexila_app.c:842:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/latexila_app.c:839:13: note: Assignment '_tmp15_=e', assigned value is 0
latexila-3.22.0/src/latexila_app.c:840:13: note: Null pointer dereference
latexila-3.22.0/src/latexila_app.c:1013:16: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp14_. [nullPointerRedundantCheck]
latexila-3.22.0/src/latexila_app.c:1015:6: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/latexila_app.c:1012:16: note: Assignment '_tmp14_=e', assigned value is 0
latexila-3.22.0/src/latexila_app.c:1013:16: note: Null pointer dereference
latexila-3.22.0/src/latexila_app.c:1118:15: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp14_. [nullPointerRedundantCheck]
latexila-3.22.0/src/latexila_app.c:1120:5: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/latexila_app.c:1117:15: note: Assignment '_tmp14_=e', assigned value is 0
latexila-3.22.0/src/latexila_app.c:1118:15: note: Null pointer dereference
latexila-3.22.0/src/latexila_app.c:319:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:318:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:319:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:345:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:343:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:345:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:346:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:344:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:346:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:356:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:354:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:356:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:360:3: style: Variable 'window_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:358:0: note: Variable 'window_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:360:3: note: Variable 'window_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:364:4: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:362:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:364:4: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:365:4: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:363:0: note: Variable 'window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:365:4: note: Variable 'window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:368:5: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:367:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:368:5: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:372:6: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:370:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:372:6: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:373:6: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:371:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:373:6: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:412:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:411:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:412:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:428:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:426:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:428:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:430:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:427:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:430:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:479:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:461:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:479:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:480:2: style: Variable 'options' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:460:0: note: Variable 'options' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:480:2: note: Variable 'options' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:491:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:465:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:491:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:500:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:467:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:500:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:509:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:469:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:509:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:512:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:471:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:512:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:533:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:522:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:533:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:534:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:523:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:534:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:549:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:546:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:549:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:554:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:551:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:554:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:555:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:552:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:555:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:561:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:559:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:561:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:562:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:560:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:562:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:581:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:570:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:581:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:582:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:571:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:582:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:606:3: style: Variable '_error_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:603:0: note: Variable '_error_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:606:3: note: Variable '_error_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:608:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:604:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:608:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:609:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:605:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:609:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:634:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:628:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:634:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:651:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:649:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:651:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:655:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:653:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:655:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:656:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:654:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:656:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:668:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:665:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:668:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:669:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:666:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:669:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:681:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:676:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:681:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:682:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:677:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:682:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:683:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:678:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:683:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:684:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:679:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:684:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:697:2: style: Variable 'screen' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:691:0: note: Variable 'screen' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:697:2: note: Variable 'screen' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:698:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:693:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:698:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:699:2: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:692:0: note: Variable 'window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:699:2: note: Variable 'window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:700:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:694:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:700:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:705:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:702:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:705:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:706:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:703:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:706:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:707:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:704:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:707:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:713:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:712:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:713:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:725:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:722:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:725:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:727:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:723:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:727:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:728:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:724:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:728:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:749:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:746:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:749:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:750:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:747:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:750:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:786:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:758:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:786:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:787:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:759:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:787:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:788:2: style: Variable 'comments' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:757:0: note: Variable 'comments' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:788:2: note: Variable 'comments' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:789:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:761:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:789:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:790:2: style: Variable 'copyright' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:760:0: note: Variable 'copyright' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:790:2: note: Variable 'copyright' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:791:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:763:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:791:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:792:2: style: Variable 'website' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:762:0: note: Variable 'website' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:792:2: note: Variable 'website' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:793:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:765:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:793:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:794:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:766:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:794:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:797:2: style: Variable 'authors' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:764:0: note: Variable 'authors' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:797:2: note: Variable 'authors' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:800:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:770:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:800:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:801:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:771:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:801:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:802:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:772:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:802:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:803:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:773:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:803:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:804:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:774:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:804:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:805:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:775:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:805:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:812:2: style: Variable 'artists' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:769:0: note: Variable 'artists' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:812:2: note: Variable 'artists' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:815:2: style: Variable 'logo' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:778:0: note: Variable 'logo' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:815:2: note: Variable 'logo' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:820:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:818:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:820:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:821:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:817:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:821:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:837:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:834:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:837:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:839:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:835:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:839:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:840:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:836:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:840:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:877:2: style: Variable 'cont' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:873:0: note: Variable 'cont' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:877:2: note: Variable 'cont' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:886:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:879:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:886:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:911:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:907:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:911:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:912:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:908:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:912:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:952:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:938:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:952:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:953:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:939:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:953:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:954:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:940:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:954:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:955:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:941:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:955:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:956:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:942:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:956:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:957:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:943:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:957:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:963:2: style: Variable 'sizes' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:937:0: note: Variable 'sizes' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:963:2: note: Variable 'sizes' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:966:2: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:946:0: note: Variable 'list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:966:2: note: Variable 'list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:967:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:947:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:967:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:974:3: style: Variable 'size_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:970:0: note: Variable 'size_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:974:3: note: Variable 'size_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:979:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:977:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:979:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:980:4: style: Variable 'size' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:978:0: note: Variable 'size' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:980:4: note: Variable 'size' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:985:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:983:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:985:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:986:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:984:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:986:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:987:5: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:982:0: note: Variable 'filename' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:987:5: note: Variable 'filename' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:993:6: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:990:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:993:6: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:994:6: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:991:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:994:6: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:995:6: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:989:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:995:6: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1010:6: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1007:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1010:6: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1012:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1008:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1012:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1013:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1009:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1013:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1050:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1047:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1050:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1051:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1048:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1051:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1052:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1046:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1052:2: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1073:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1061:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1073:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1074:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1062:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1074:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1075:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1060:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1075:2: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1076:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1064:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1076:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1077:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1065:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1077:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1078:2: style: Variable 'screen' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1063:0: note: Variable 'screen' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1078:2: note: Variable 'screen' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1079:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1066:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1079:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1081:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1068:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1081:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1082:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1069:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1082:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1083:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1070:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1083:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1089:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1086:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1089:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1094:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1091:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1094:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1102:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1100:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1102:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1103:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1101:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1103:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1115:5: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1112:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1115:5: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1117:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1113:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1117:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1118:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1114:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1118:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1138:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1137:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1138:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1142:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1140:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1142:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1143:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1141:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1143:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1170:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1166:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1170:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1171:2: style: Variable 'editor_settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1165:0: note: Variable 'editor_settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1171:2: note: Variable 'editor_settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1172:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1167:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1172:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1173:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1168:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1173:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1191:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1176:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1191:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1192:3: style: Variable 'window_settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1175:0: note: Variable 'window_settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1192:3: note: Variable 'window_settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1193:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1178:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1193:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1194:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1180:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1194:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1195:3: style: Variable 'uris' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1177:0: note: Variable 'uris' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1195:3: note: Variable 'uris' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1198:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1184:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1198:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1199:3: style: Variable 'files' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1183:0: note: Variable 'files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1199:3: note: Variable 'files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1202:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1187:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1202:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1209:4: style: Variable 'uri_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1205:0: note: Variable 'uri_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1209:4: note: Variable 'uri_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1214:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1212:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1214:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1215:5: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1213:0: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1215:5: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1220:6: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1217:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1220:6: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1228:7: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1224:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1228:7: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1230:7: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1226:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1230:7: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1231:7: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1227:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1231:7: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1255:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1252:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1255:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1256:2: style: Variable 'all_documents' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1251:0: note: Variable 'all_documents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1256:2: note: Variable 'all_documents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1257:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1253:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1257:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1261:3: style: Variable 'window_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1259:0: note: Variable 'window_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1261:3: note: Variable 'window_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1265:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1263:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1265:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1266:4: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1264:0: note: Variable 'window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1266:4: note: Variable 'window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1269:5: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1268:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1269:5: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1278:6: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1272:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1278:6: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1279:6: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1273:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1279:6: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1304:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1301:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1304:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1305:2: style: Variable 'all_views' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1300:0: note: Variable 'all_views' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1305:2: note: Variable 'all_views' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1306:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1302:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1306:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1310:3: style: Variable 'window_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1308:0: note: Variable 'window_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1310:3: note: Variable 'window_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1314:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1312:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1314:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1315:4: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1313:0: note: Variable 'window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1315:4: note: Variable 'window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1318:5: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1317:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1318:5: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1327:6: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1321:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1327:6: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1328:6: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1322:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1328:6: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1354:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1350:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1354:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1355:2: style: Variable 'main_window' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1349:0: note: Variable 'main_window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1355:2: note: Variable 'main_window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1356:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1351:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1356:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1359:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1358:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1359:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1380:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1371:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1380:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1396:3: style: Variable 'file_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1392:0: note: Variable 'file_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1396:3: note: Variable 'file_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1401:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1399:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1401:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1402:4: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1400:0: note: Variable 'file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1402:4: note: Variable 'file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1409:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1404:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1409:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1410:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1405:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1410:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1411:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1406:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1411:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1412:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1407:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1412:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1413:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1408:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1413:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1431:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1428:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1431:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1432:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1429:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1432:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1433:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1427:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1433:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1441:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1439:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1441:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1456:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1448:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1456:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1457:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1449:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1457:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1458:2: style: Variable 'tex_file' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1447:0: note: Variable 'tex_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1458:2: note: Variable 'tex_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1459:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1450:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1459:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1460:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1451:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1460:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1466:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1462:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1466:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1467:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1463:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1467:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1468:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1464:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1468:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1469:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1465:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1469:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1485:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1479:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1485:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1486:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1480:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1486:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1490:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1483:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1490:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1491:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1484:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1491:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1509:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1506:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1509:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1510:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1507:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1510:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1511:2: style: Variable 'synctex' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1505:0: note: Variable 'synctex' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1511:2: note: Variable 'synctex' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:482:19: style: Variable '_options_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latexila_app.c:491:11: style: Variable '_tmp2_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latexila_app.c:500:11: style: Variable '_tmp4_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latexila_app.c:509:11: style: Variable '_tmp6_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latexila_app.c:512:11: style: Variable '_tmp8_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latexila_app.c:1197:17: style: Variable '_uris_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latexila_app.c:1210:29: style: Variable 'uri_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latexila_app.c:1207:0: style: Variable '_uri_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latexila_app.c:1229:25: style: Variable '_tmp13__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latexila_app.c:1397:29: style: Variable 'file_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latexila_app.c:1394:0: style: Variable '_file_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latexila_app.c:1532:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/liblatexila/latexila-templates-personal.c:462:3: style: Variable 'template_file' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/liblatexila/latexila-templates-personal.c:449:0: note: Variable 'template_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/liblatexila/latexila-templates-personal.c:462:3: note: Variable 'template_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main.c:70:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main.c:65:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main.c:70:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main.c:71:2: style: Variable 'app' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main.c:64:0: note: Variable 'app' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main.c:71:2: note: Variable 'app' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main.c:72:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main.c:66:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main.c:72:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1188:149: style: Condition 'NULL==NULL' is always true [knownConditionTrueFalse]
latexila-3.22.0/src/main_window.c:1226:149: style: Condition 'NULL==NULL' is always true [knownConditionTrueFalse]
latexila-3.22.0/src/main_window.c:1262:147: style: Condition 'NULL==NULL' is always true [knownConditionTrueFalse]
latexila-3.22.0/src/main_window.c:1462:149: style: Condition 'NULL==NULL' is always true [knownConditionTrueFalse]
latexila-3.22.0/src/main_window.c:1084:13: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: err. [nullPointerRedundantCheck]
latexila-3.22.0/src/main_window.c:1086:3: note: Assuming that condition 'err==NULL' is not redundant
latexila-3.22.0/src/main_window.c:1084:13: note: Null pointer dereference
latexila-3.22.0/src/main_window.c:2101:18: warning: Either the condition 'doc==NULL' is redundant or there is possible null pointer dereference: _tmp32_. [nullPointerRedundantCheck]
latexila-3.22.0/src/main_window.c:2104:8: note: Assuming that condition 'doc==NULL' is not redundant
latexila-3.22.0/src/main_window.c:2100:18: note: Assignment '_tmp32_=doc', assigned value is 0
latexila-3.22.0/src/main_window.c:2101:18: note: Null pointer dereference
latexila-3.22.0/src/main_window.c:3061:14: warning: Either the condition 'doc==NULL' is redundant or there is possible null pointer dereference: _tmp10_. [nullPointerRedundantCheck]
latexila-3.22.0/src/main_window.c:3071:5: note: Assuming that condition 'doc==NULL' is not redundant
latexila-3.22.0/src/main_window.c:3060:14: note: Assignment '_tmp10_=doc', assigned value is 0
latexila-3.22.0/src/main_window.c:3061:14: note: Null pointer dereference
latexila-3.22.0/src/main_window.c:3064:14: warning: Either the condition 'doc==NULL' is redundant or there is possible null pointer dereference: _tmp12_. [nullPointerRedundantCheck]
latexila-3.22.0/src/main_window.c:3071:5: note: Assuming that condition 'doc==NULL' is not redundant
latexila-3.22.0/src/main_window.c:3063:14: note: Assignment '_tmp12_=doc', assigned value is 0
latexila-3.22.0/src/main_window.c:3064:14: note: Null pointer dereference
latexila-3.22.0/src/main_window.c:3744:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp6_. [nullPointerRedundantCheck]
latexila-3.22.0/src/main_window.c:3746:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/main_window.c:3743:12: note: Assignment '_tmp6_=e', assigned value is 0
latexila-3.22.0/src/main_window.c:3744:12: note: Null pointer dereference
latexila-3.22.0/src/main_window.c:689:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:687:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:689:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:762:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:703:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:762:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:763:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:702:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:763:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:766:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:704:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:766:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:767:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:705:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:767:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:914:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:911:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:914:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:915:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:912:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:915:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:919:3: style: Variable 'action_group_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:917:0: note: Variable 'action_group_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:919:3: note: Variable 'action_group_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:923:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:921:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:923:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:924:4: style: Variable 'action_group' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:922:0: note: Variable 'action_group' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:924:4: note: Variable 'action_group' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:928:5: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:926:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:928:5: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:929:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:927:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:929:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:933:6: style: Variable 'action_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:931:0: note: Variable 'action_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:933:6: note: Variable 'action_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:937:7: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:935:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:937:7: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:938:7: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:936:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:938:7: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:941:8: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:940:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:941:8: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:969:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:966:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:969:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:976:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:972:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:976:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:977:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:973:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:977:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:997:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:994:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:997:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1006:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1000:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1006:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1007:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1001:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1007:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1042:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1026:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1042:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1067:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1065:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1067:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1068:3: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1064:0: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1068:3: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1069:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1066:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1069:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1082:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1080:0: note: Variable 'err' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1082:3: note: Variable 'err' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1084:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1081:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1084:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1115:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1106:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1115:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1116:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1107:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1116:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1117:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1108:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1117:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1118:2: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1105:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1118:2: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1119:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1109:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1119:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1121:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1110:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1121:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1122:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1111:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1122:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1123:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1112:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1123:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1130:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1125:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1130:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1131:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1126:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1131:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1132:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1127:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1132:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1133:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1128:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1133:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1134:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1129:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1134:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1146:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1142:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1146:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1147:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1143:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1147:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1169:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1155:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1169:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1170:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1156:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1170:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1171:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1157:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1171:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1211:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1200:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1211:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1212:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1201:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1212:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1213:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1202:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1213:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1253:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1237:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1253:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1255:2: style: Variable 'side_panel' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1236:0: note: Variable 'side_panel' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1255:2: note: Variable 'side_panel' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1257:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1239:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1257:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1258:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1240:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1258:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1259:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1241:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1259:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1300:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1292:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1300:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1301:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1293:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1301:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1302:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1294:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1302:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1323:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1320:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1323:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1343:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1340:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1343:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1351:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1348:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1351:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1354:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1349:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1354:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1356:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1350:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1356:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1376:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1372:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1376:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1378:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1373:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1378:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1380:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1374:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1380:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1406:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1397:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1406:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1442:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1429:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1442:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1444:2: style: Variable 'build_view' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1428:0: note: Variable 'build_view' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1444:2: note: Variable 'build_view' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1445:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1430:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1445:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1447:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1432:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1447:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1448:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1433:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1448:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1449:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1434:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1449:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1491:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1473:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1491:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1492:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1472:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1492:2: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1493:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1476:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1493:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1498:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1480:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1498:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1552:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1537:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1552:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1553:2: style: Variable 'app' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1536:0: note: Variable 'app' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1553:2: note: Variable 'app' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1554:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1539:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1554:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1555:2: style: Variable 'files' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1538:0: note: Variable 'files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1555:2: note: Variable 'files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1558:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1542:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1558:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1559:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1544:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1559:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1565:3: style: Variable 'uri_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1561:0: note: Variable 'uri_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1565:3: note: Variable 'uri_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1570:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1568:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1570:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1571:4: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1569:0: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1571:4: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1576:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1573:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1576:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1584:6: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1580:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1584:6: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1586:6: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1582:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1586:6: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1587:6: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1583:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1587:6: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1617:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1613:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1617:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1618:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1614:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1618:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1652:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1629:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1652:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1653:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1628:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1653:2: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1654:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1631:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1654:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1655:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1632:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1655:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1656:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1633:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1656:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1701:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1698:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1701:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1702:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1699:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1702:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1703:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1697:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1703:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1717:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1712:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1717:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1718:2: style: Variable 'all_documents' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1711:0: note: Variable 'all_documents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1718:2: note: Variable 'all_documents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1719:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1714:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1719:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1727:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1726:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1727:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1775:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1773:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1775:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1776:2: style: Variable 'unsaved_documents' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1772:0: note: Variable 'unsaved_documents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1776:2: note: Variable 'unsaved_documents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1785:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1779:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1785:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1786:3: style: Variable '_doc_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1778:0: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1786:3: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1787:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1781:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1787:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1818:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1816:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1818:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1819:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1817:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1819:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1840:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1834:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1840:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1841:2: style: Variable 'all_views' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1833:0: note: Variable 'all_views' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1841:2: note: Variable 'all_views' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1842:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1835:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1842:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1855:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1854:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1855:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1931:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1928:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1931:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1932:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1929:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1932:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1933:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1930:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1933:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1961:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1952:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1961:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1962:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1953:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1962:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1963:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1954:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1963:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1964:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1955:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1964:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1969:3: style: Variable 'window_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1967:0: note: Variable 'window_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1969:3: note: Variable 'window_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1973:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1971:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1973:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1974:4: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1972:0: note: Variable 'window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1974:4: note: Variable 'window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1980:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1976:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1980:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1997:6: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1990:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1997:6: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1998:6: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1991:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1998:6: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1999:6: style: Variable '_doc_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1989:0: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1999:6: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2000:6: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1993:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2000:6: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2073:8: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2068:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2073:8: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2074:8: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2069:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2074:8: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2075:8: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2070:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2075:8: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2076:8: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2071:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2076:8: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2077:8: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2072:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2077:8: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2092:8: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2088:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2092:8: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2096:9: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2094:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2096:9: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2097:9: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2095:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2097:9: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2180:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2176:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2180:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2182:2: style: Variable 'tab' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2175:0: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2182:2: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2183:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2177:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2183:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2184:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2178:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2184:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2185:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2174:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2185:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2200:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2194:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2200:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2201:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2195:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2201:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2203:2: style: Variable 'tab' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2193:0: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2203:2: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2204:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2196:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2204:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2205:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2197:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2205:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2206:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2192:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2206:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2220:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2214:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2220:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2221:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2215:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2221:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2223:2: style: Variable 'tab' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2213:0: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2223:2: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2224:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2216:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2224:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2225:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2217:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2225:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2254:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2252:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2254:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2270:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2266:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2270:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2271:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2267:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2271:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2272:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2268:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2272:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2275:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2274:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2275:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2292:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2288:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2292:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2293:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2289:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2293:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2294:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2290:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2294:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2297:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2296:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2297:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2314:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2310:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2314:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2315:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2311:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2315:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2316:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2312:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2316:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2319:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2318:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2319:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2335:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2332:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2335:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2337:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2333:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2337:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2349:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2348:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2349:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2363:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2361:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2363:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2377:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2375:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2377:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2436:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2395:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2436:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2437:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2396:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2437:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2512:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2507:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2512:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2518:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2514:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2518:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2519:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2515:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2519:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2520:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2516:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2520:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2521:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2517:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2521:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2542:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2528:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2542:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2543:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2529:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2543:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2544:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2530:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2544:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2545:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2531:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2545:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2546:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2532:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2546:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2548:3: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2527:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2548:3: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2549:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2533:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2549:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2550:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2534:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2550:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2551:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2535:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2551:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2553:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2536:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2553:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2554:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2537:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2554:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2555:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2538:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2555:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2556:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2539:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2556:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2557:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2540:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2557:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2561:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2559:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2561:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2562:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2560:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2562:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2567:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2565:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2567:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2568:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2566:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2568:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2576:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2573:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2576:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2590:6: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2586:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2590:6: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2591:6: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2587:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2591:6: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2592:6: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2588:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2592:6: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2593:6: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2589:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2593:6: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2600:6: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2599:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2600:6: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2628:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2621:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2628:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2629:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2622:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2629:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2630:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2623:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2630:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2674:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2641:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2674:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2675:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2642:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2675:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2694:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2691:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2694:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2695:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2692:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2695:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2696:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2693:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2696:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2707:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2701:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2707:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2708:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2702:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2708:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2709:3: style: Variable 'basename' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2700:0: note: Variable 'basename' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2709:3: note: Variable 'basename' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2710:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2703:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2710:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2713:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2706:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2713:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2718:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2715:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2718:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2719:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2716:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2719:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2720:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2717:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2720:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2735:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2724:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2735:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2736:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2725:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2736:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2739:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2726:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2739:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2740:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2727:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2740:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2741:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2728:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2741:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2742:4: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2729:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2742:4: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2743:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2730:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2743:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2746:4: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2733:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2746:4: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2747:4: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2734:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2747:4: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2771:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2767:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2771:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2772:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2768:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2772:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2773:3: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2769:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2773:3: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2774:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2770:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2774:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2780:3: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2779:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2780:3: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2790:3: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2786:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2790:3: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2791:3: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2787:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2791:3: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2792:3: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2788:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2792:3: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2793:3: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2789:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2793:3: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2799:3: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2798:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2799:3: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2856:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2828:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2856:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2861:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2858:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2861:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2862:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2859:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2862:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2863:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2860:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2863:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2873:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2869:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2873:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2875:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2870:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2875:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2876:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2871:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2876:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2877:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2872:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2877:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2880:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2879:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2880:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2907:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2900:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2907:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2908:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2901:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2908:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2909:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2902:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2909:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2910:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2903:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2910:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2911:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2904:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2911:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2912:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2905:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2912:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2913:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2906:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2913:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2922:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2917:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2922:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2923:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2918:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2923:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2924:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2919:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2924:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2925:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2920:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2925:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2926:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2921:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2926:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2933:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2931:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2933:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2934:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2932:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2934:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2946:4: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2942:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2946:4: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2947:4: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2943:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2947:4: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2948:4: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2944:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2948:4: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2949:4: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2945:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2949:4: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2959:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2958:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2959:4: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2980:3: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2976:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2980:3: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2981:3: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2977:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2981:3: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2982:3: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2978:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2982:3: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2983:3: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2979:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2983:3: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3001:3: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2997:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3001:3: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3003:3: style: Variable '_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2998:0: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3003:3: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3004:3: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2999:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3004:3: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3005:3: style: Variable '_tmp57_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3000:0: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3005:3: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3008:4: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3007:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3008:4: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3029:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3024:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3029:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3030:2: style: Variable 'unsaved_documents' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3023:0: note: Variable 'unsaved_documents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3030:2: note: Variable 'unsaved_documents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3031:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3025:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3031:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3036:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3035:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3036:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3045:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3042:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3045:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3057:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3050:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3057:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3058:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3051:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3058:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3059:4: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3049:0: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3059:4: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3060:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3052:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3060:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3061:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3053:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3061:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3063:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3054:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3063:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3064:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3055:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3064:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3065:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3056:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3065:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3068:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3067:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3068:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3080:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3077:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3080:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3082:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3078:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3082:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3100:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3098:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3100:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3122:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3107:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3122:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3123:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3108:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3123:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3124:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3109:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3124:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3125:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3110:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3125:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3126:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3111:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3126:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3128:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3106:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3128:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3131:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3116:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3131:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3132:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3117:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3132:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3133:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3118:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3133:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3134:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3119:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3134:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3136:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3120:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3136:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3185:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3143:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3185:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3186:2: style: Variable 'settings_window' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3142:0: note: Variable 'settings_window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3186:2: note: Variable 'settings_window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3187:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3145:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3187:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3195:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3151:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3195:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3198:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3153:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3198:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3201:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3155:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3201:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3203:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3157:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3203:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3204:2: style: Variable 'settings_ui' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3156:0: note: Variable 'settings_ui' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3204:2: note: Variable 'settings_ui' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3205:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3159:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3205:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3206:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3160:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3206:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3207:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3161:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3207:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3208:2: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3158:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3208:2: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3209:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3162:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3209:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3210:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3163:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3210:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3211:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3164:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3211:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3213:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3165:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3213:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3214:2: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3166:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3214:2: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3215:2: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3167:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3215:2: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3306:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3285:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3306:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3307:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3286:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3307:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3308:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3287:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3308:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3309:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3288:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3309:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3310:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3289:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3310:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3311:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3290:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3311:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3312:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3291:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3312:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3313:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3292:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3313:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3314:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3293:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3314:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3323:2: style: Variable 'file_actions' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3284:0: note: Variable 'file_actions' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3323:2: note: Variable 'file_actions' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3326:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3296:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3326:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3333:3: style: Variable 'file_action_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3329:0: note: Variable 'file_action_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3333:3: note: Variable 'file_action_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3338:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3336:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3338:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3339:4: style: Variable 'file_action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3337:0: note: Variable 'file_action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3339:4: note: Variable 'file_action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3348:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3342:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3348:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3349:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3343:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3349:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3350:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3344:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3350:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3351:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3345:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3351:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3352:5: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3341:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3352:5: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3353:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3346:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3353:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3354:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3347:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3354:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3387:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3379:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3387:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3388:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3380:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3388:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3389:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3381:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3389:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3390:2: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3378:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3390:2: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3391:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3383:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3391:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3392:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3384:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3392:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3398:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3394:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3398:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3399:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3395:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3399:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3435:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3425:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3435:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3436:2: style: Variable 'list_uris' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3424:0: note: Variable 'list_uris' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3436:2: note: Variable 'list_uris' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3447:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3441:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3447:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3448:3: style: Variable '_doc_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3440:0: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3448:3: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3449:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3443:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3449:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3486:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3480:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3486:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3488:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3482:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3488:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3489:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3483:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3489:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3490:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3484:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3490:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3491:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3485:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3491:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3525:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3522:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3525:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3526:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3523:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3526:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3538:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3533:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3538:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3539:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3534:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3539:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3541:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3535:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3541:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3542:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3536:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3542:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3553:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3548:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3553:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3554:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3549:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3554:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3556:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3550:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3556:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3557:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3551:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3557:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3568:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3563:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3568:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3569:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3564:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3569:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3571:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3565:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3571:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3572:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3566:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3572:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3582:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3578:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3582:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3583:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3579:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3583:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3585:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3580:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3585:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3595:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3591:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3595:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3596:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3592:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3596:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3598:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3593:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3598:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3608:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3604:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3608:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3609:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3605:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3609:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3611:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3606:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3611:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3633:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3617:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3633:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3634:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3618:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3634:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3636:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3620:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3636:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3637:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3621:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3637:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3638:2: style: Variable 'synctex' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3619:0: note: Variable 'synctex' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3638:2: note: Variable 'synctex' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3639:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3622:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3639:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3640:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3623:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3640:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3641:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3624:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3641:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3642:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3625:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3642:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3643:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3626:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3643:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3644:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3627:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3644:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3645:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3628:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3645:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3646:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3629:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3646:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3647:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3630:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3647:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3648:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3631:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3648:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3673:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3662:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3673:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3674:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3663:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3674:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3676:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3664:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3676:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3677:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3665:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3677:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3681:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3668:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3681:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3682:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3669:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3682:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3699:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3696:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3699:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3700:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3697:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3700:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3717:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3711:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3717:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3718:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3712:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3718:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3719:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3713:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3719:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3720:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3714:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3720:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3722:3: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3710:0: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3722:3: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3741:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3738:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3741:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3743:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3739:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3743:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3744:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3740:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3744:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3761:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3758:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3761:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3762:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3759:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3762:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3772:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3769:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3772:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3773:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3770:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3773:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3787:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3782:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3787:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3793:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3791:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3793:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3816:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3811:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3816:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3817:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3812:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3817:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3824:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3822:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3824:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3841:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3834:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3841:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3842:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3835:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3842:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3865:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3858:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3865:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3866:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3859:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3866:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3897:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3894:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3897:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3898:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3895:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3898:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1563:0: style: Variable '_uri_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window.c:1585:23: style: Variable '_tmp9__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window.c:1619:2: style: Variable '_tmp1__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window.c:1925:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window.c:3325:24: style: Variable '_file_actions_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window.c:3334:36: style: Variable 'file_action_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window.c:3331:0: style: Variable '_file_action_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window.c:3487:23: style: Variable '_tmp14__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_build_tools.c:1503:174: style: Condition 'NULL==NULL' is always true [knownConditionTrueFalse]
latexila-3.22.0/src/main_window_build_tools.c:1505:176: style: Condition 'NULL==NULL' is always true [knownConditionTrueFalse]
latexila-3.22.0/src/main_window_build_tools.c:1513:183: style: Condition 'NULL==NULL' is always true [knownConditionTrueFalse]
latexila-3.22.0/src/main_window_build_tools.c:1521:183: style: Condition 'NULL==NULL' is always true [knownConditionTrueFalse]
latexila-3.22.0/src/main_window_build_tools.c:581:12: warning: Either the condition 'build_tools==NULL' is redundant or there is possible null pointer dereference: _tmp37_. [nullPointerRedundantCheck]
latexila-3.22.0/src/main_window_build_tools.c:613:2: note: Assuming that condition 'build_tools==NULL' is not redundant
latexila-3.22.0/src/main_window_build_tools.c:580:12: note: Assignment '_tmp37_=build_tools', assigned value is 0
latexila-3.22.0/src/main_window_build_tools.c:581:12: note: Null pointer dereference
latexila-3.22.0/src/main_window_build_tools.c:617:12: warning: Either the condition 'build_tools==NULL' is redundant or there is possible null pointer dereference: _tmp47_. [nullPointerRedundantCheck]
latexila-3.22.0/src/main_window_build_tools.c:647:2: note: Assuming that condition 'build_tools==NULL' is not redundant
latexila-3.22.0/src/main_window_build_tools.c:616:12: note: Assignment '_tmp47_=build_tools', assigned value is 0
latexila-3.22.0/src/main_window_build_tools.c:617:12: note: Null pointer dereference
latexila-3.22.0/src/main_window_build_tools.c:1018:12: warning: Either the condition 'default_build_tools==NULL' is redundant or there is possible null pointer dereference: _tmp16_. [nullPointerRedundantCheck]
latexila-3.22.0/src/main_window_build_tools.c:1031:3: note: Assuming that condition 'default_build_tools==NULL' is not redundant
latexila-3.22.0/src/main_window_build_tools.c:1017:12: note: Assignment '_tmp16_=default_build_tools', assigned value is 0
latexila-3.22.0/src/main_window_build_tools.c:1018:12: note: Null pointer dereference
latexila-3.22.0/src/main_window_build_tools.c:1040:12: warning: Either the condition 'default_build_tools==NULL' is redundant or there is possible null pointer dereference: _tmp22_. [nullPointerRedundantCheck]
latexila-3.22.0/src/main_window_build_tools.c:1105:2: note: Assuming that condition 'default_build_tools==NULL' is not redundant
latexila-3.22.0/src/main_window_build_tools.c:1039:12: note: Assignment '_tmp22_=default_build_tools', assigned value is 0
latexila-3.22.0/src/main_window_build_tools.c:1040:12: note: Null pointer dereference
latexila-3.22.0/src/main_window_build_tools.c:1073:12: warning: Either the condition 'personal_build_tools==NULL' is redundant or there is possible null pointer dereference: _tmp30_. [nullPointerRedundantCheck]
latexila-3.22.0/src/main_window_build_tools.c:1104:2: note: Assuming that condition 'personal_build_tools==NULL' is not redundant
latexila-3.22.0/src/main_window_build_tools.c:1072:12: note: Assignment '_tmp30_=personal_build_tools', assigned value is 0
latexila-3.22.0/src/main_window_build_tools.c:1073:12: note: Null pointer dereference
latexila-3.22.0/src/main_window_build_tools.c:344:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:319:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:344:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:345:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:320:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:345:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:347:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:321:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:347:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:348:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:322:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:348:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:406:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:402:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:406:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:407:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:403:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:407:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:408:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:404:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:408:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:409:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:405:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:409:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:416:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:412:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:416:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:417:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:413:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:417:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:436:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:431:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:436:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:437:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:432:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:437:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:451:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:447:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:451:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:452:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:448:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:452:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:506:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:460:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:506:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:507:2: style: Variable 'build_tool_is_running' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:459:0: note: Variable 'build_tool_is_running' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:507:2: note: Variable 'build_tool_is_running' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:508:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:462:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:508:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:509:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:463:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:509:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:510:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:464:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:510:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:511:2: style: Variable 'stop_exec_action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:461:0: note: Variable 'stop_exec_action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:511:2: note: Variable 'stop_exec_action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:512:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:466:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:512:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:513:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:467:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:513:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:514:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:468:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:514:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:515:2: style: Variable 'preferences_action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:465:0: note: Variable 'preferences_action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:515:2: note: Variable 'preferences_action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:516:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:469:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:516:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:517:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:470:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:517:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:519:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:471:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:519:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:520:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:472:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:520:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:522:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:474:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:522:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:523:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:475:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:523:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:524:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:476:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:524:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:525:2: style: Variable 'clean_action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:473:0: note: Variable 'clean_action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:525:2: note: Variable 'clean_action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:526:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:478:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:526:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:527:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:479:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:527:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:528:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:480:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:528:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:529:2: style: Variable 'view_log_action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:477:0: note: Variable 'view_log_action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:529:2: note: Variable 'view_log_action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:530:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:481:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:530:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:531:2: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:482:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:531:2: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:532:2: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:483:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:532:2: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:537:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:534:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:537:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:539:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:535:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:539:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:541:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:536:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:541:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:561:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:559:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:561:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:563:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:560:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:563:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:585:3: style: Variable 'tool_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:583:0: note: Variable 'tool_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:585:3: note: Variable 'tool_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:589:4: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:587:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:589:4: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:590:4: style: Variable 'tool' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:588:0: note: Variable 'tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:590:4: note: Variable 'tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:599:5: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:594:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:599:5: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:600:5: style: Variable 'action_name' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:592:0: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:600:5: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:601:5: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:595:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:601:5: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:602:5: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:596:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:602:5: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:621:3: style: Variable 'tool_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:619:0: note: Variable 'tool_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:621:3: note: Variable 'tool_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:625:4: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:623:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:625:4: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:626:4: style: Variable 'tool' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:624:0: note: Variable 'tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:626:4: note: Variable 'tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:635:5: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:630:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:635:5: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:636:5: style: Variable 'action_name' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:628:0: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:636:5: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:637:5: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:631:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:637:5: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:638:5: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:632:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:638:5: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:664:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:658:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:664:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:665:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:659:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:665:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:666:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:660:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:666:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:667:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:661:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:667:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:669:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:656:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:669:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:683:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:677:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:683:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:684:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:678:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:684:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:685:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:679:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:685:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:686:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:680:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:686:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:688:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:675:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:688:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:712:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:696:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:712:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:713:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:697:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:713:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:717:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:715:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:717:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:718:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:716:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:718:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:724:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:722:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:724:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:725:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:723:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:725:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:729:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:727:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:729:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:730:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:728:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:730:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:820:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:768:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:820:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:822:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:770:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:822:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:845:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:842:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:845:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:846:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:843:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:846:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:847:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:844:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:847:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:888:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:885:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:888:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:889:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:886:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:889:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:922:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:907:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:922:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:923:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:906:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:923:2: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:924:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:909:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:924:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:925:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:910:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:925:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:926:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:911:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:926:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:974:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:952:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:974:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:976:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:953:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:976:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:980:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:978:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:980:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:981:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:979:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:981:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:989:3: style: Variable 'action_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:987:0: note: Variable 'action_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:989:3: note: Variable 'action_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:993:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:991:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:993:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:994:4: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:992:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:994:4: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1000:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:996:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1000:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1003:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:998:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1003:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1004:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:999:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1004:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1022:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1020:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1022:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1023:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1021:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1023:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1044:3: style: Variable 'build_tool_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1042:0: note: Variable 'build_tool_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1044:3: note: Variable 'build_tool_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1048:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1046:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1048:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1049:4: style: Variable 'build_tool' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1047:0: note: Variable 'build_tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1049:4: note: Variable 'build_tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1058:5: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1053:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1058:5: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1059:5: style: Variable 'action_name' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1051:0: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1059:5: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1060:5: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1054:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1060:5: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1061:5: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1055:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1061:5: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1077:3: style: Variable 'build_tool_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1075:0: note: Variable 'build_tool_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1077:3: note: Variable 'build_tool_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1081:4: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1079:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1081:4: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1082:4: style: Variable 'build_tool' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1080:0: note: Variable 'build_tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1082:4: note: Variable 'build_tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1091:5: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1086:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1091:5: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1092:5: style: Variable 'action_name' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1084:0: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1092:5: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1093:5: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1087:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1093:5: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1094:5: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1088:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1094:5: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1115:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1110:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1115:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1116:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1111:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1116:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1118:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1112:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1118:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1119:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1113:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1119:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1162:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1125:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1162:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1164:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1127:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1164:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1196:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1192:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1196:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1197:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1193:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1197:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1198:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1194:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1198:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1256:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1247:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1256:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1257:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1248:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1257:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1314:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1282:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1314:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1315:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1283:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1315:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1316:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1284:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1316:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1318:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1285:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1318:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1320:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1286:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1320:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1322:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1287:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1322:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1323:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1288:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1323:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1324:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1289:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1324:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1325:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1290:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1325:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1327:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1291:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1327:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1329:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1293:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1329:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1330:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1294:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1330:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1331:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1295:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1331:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1332:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1296:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1332:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1333:2: style: Variable 'active_doc' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1292:0: note: Variable 'active_doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1333:2: note: Variable 'active_doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1334:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1297:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1334:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1335:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1298:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1335:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1340:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1337:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1340:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1341:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1338:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1341:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1342:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1339:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1342:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1356:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1348:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1356:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1357:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1349:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1357:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1358:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1350:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1358:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1364:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1361:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1364:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1365:4: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1362:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1365:4: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1366:4: style: Variable 'tmp_location_set' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1360:0: note: Variable 'tmp_location_set' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1366:4: note: Variable 'tmp_location_set' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1367:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1363:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1367:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1377:4: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1376:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1377:4: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1385:4: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1381:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1385:4: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1386:4: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1382:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1386:4: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1387:4: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1383:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1387:4: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1388:4: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1384:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1388:4: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1400:5: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1393:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1400:5: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1401:5: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1394:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1401:5: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1402:5: style: Variable '_doc_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1392:0: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1402:5: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1403:5: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1396:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1403:5: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1437:7: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1436:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1437:7: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1493:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1471:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1493:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1495:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1473:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1495:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1496:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1472:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1496:2: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1497:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1475:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1497:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1498:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1476:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1498:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1499:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1477:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1499:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1533:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1530:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1533:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1535:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1531:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1535:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1551:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1541:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1551:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1552:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1542:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1552:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1553:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1543:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1553:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1555:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1545:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1555:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1556:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1546:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1556:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1557:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1547:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1557:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1558:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1548:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1558:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1559:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1549:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1559:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1560:2: style: Variable 'build_files' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1544:0: note: Variable 'build_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1560:2: note: Variable 'build_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1600:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1567:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1600:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1601:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1568:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1601:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1602:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1569:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1602:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1604:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1570:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1604:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1605:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1571:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1605:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1606:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1572:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1606:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1607:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1573:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1607:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1609:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1575:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1609:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1610:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1576:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1610:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1611:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1577:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1611:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1612:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1578:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1612:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1613:2: style: Variable 'mainfile' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1574:0: note: Variable 'mainfile' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1613:2: note: Variable 'mainfile' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1614:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1580:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1614:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1615:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1581:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1615:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1616:2: style: Variable 'directory' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1579:0: note: Variable 'directory' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1616:2: note: Variable 'directory' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1617:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1583:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1617:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1618:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1584:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1618:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1619:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1585:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1619:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1620:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1586:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1620:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1621:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1587:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1621:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1622:2: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1588:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1622:2: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1623:2: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1589:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1623:2: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1626:2: style: Variable 'basename' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1582:0: note: Variable 'basename' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1626:2: note: Variable 'basename' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1627:2: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1591:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1627:2: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1628:2: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1592:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1628:2: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1629:2: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1593:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1629:2: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1630:2: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1590:0: note: Variable 'file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1630:2: note: Variable 'file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1631:2: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1595:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1631:2: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1632:2: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1596:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1632:2: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1633:2: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1597:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1633:2: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1634:2: style: Variable 'tab' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1594:0: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1634:2: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1635:2: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1598:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1635:2: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1642:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1639:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1642:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1643:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1640:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1643:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1644:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1641:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1644:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1659:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1656:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1659:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1660:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1657:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1660:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:741:16: style: Variable '_name_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_build_tools.c:873:22: style: Variable '_extensions_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_documents.c:249:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:235:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:249:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:250:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:236:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:250:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:252:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:237:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:252:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:253:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:238:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:253:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:286:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:282:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:286:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:287:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:283:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:287:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:309:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:307:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:309:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:349:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:343:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:349:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:351:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:344:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:351:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:353:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:345:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:353:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:355:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:346:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:355:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:357:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:347:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:357:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:385:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:375:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:385:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:386:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:376:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:386:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:387:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:377:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:387:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:388:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:378:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:388:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:389:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:379:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:389:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:391:3: style: Variable 'regex' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:374:0: note: Variable 'regex' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:391:3: note: Variable 'regex' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:425:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:424:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:425:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:453:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:440:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:453:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:455:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:441:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:455:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:457:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:442:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:457:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:461:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:459:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:461:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:462:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:460:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:462:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:470:3: style: Variable 'action_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:468:0: note: Variable 'action_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:470:3: note: Variable 'action_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:474:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:472:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:474:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:475:4: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:473:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:475:4: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:481:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:477:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:481:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:484:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:479:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:484:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:485:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:480:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:485:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:509:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:508:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:509:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:588:6: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:586:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:588:6: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:602:6: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:600:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:602:6: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:603:6: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:601:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:603:6: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:626:6: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:625:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:626:6: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:652:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:643:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:652:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:653:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:644:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:653:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:654:2: style: Variable 'action_name' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:642:0: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:654:2: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:655:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:646:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:655:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:656:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:647:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:656:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:657:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:648:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:657:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:658:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:649:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:658:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:666:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:662:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:666:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:669:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:664:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:669:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:671:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:665:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:671:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:701:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:680:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:701:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:703:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:682:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:703:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:704:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:683:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:704:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:707:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:686:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:707:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:708:2: style: Variable 'action_name' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:685:0: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:708:2: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:709:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:688:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:709:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:710:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:689:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:710:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:711:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:690:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:711:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:712:2: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:687:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:712:2: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:714:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:691:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:714:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:715:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:692:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:715:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:716:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:693:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:716:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:717:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:694:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:717:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:718:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:695:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:718:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:722:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:696:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:722:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:723:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:697:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:723:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:724:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:698:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:724:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:744:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:733:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:744:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:746:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:735:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:746:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:747:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:736:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:747:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:771:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:765:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:771:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:772:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:766:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:772:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:773:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:767:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:773:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:774:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:768:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:774:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:775:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:769:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:775:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:777:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:764:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:777:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:800:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:784:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:800:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:801:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:785:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:801:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:802:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:786:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:802:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:803:2: style: Variable 'sensitive' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:783:0: note: Variable 'sensitive' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:803:2: note: Variable 'sensitive' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:804:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:788:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:804:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:805:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:789:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:805:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:806:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:790:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:806:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:807:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:791:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:807:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:808:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:792:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:808:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:809:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:793:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:809:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:815:2: style: Variable 'action_names' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:787:0: note: Variable 'action_names' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:815:2: note: Variable 'action_names' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:818:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:796:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:818:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:825:3: style: Variable 'action_name_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:821:0: note: Variable 'action_name_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:825:3: note: Variable 'action_name_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:830:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:828:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:830:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:831:4: style: Variable 'action_name' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:829:0: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:831:4: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:840:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:834:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:840:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:841:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:835:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:841:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:842:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:836:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:842:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:843:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:837:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:843:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:844:5: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:833:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:844:5: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:845:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:838:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:845:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:846:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:839:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:846:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:889:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:862:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:889:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:891:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:863:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:891:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:892:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:864:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:892:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:893:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:865:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:893:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:931:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:927:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:931:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:932:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:928:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:932:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:933:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:929:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:933:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:944:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:937:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:944:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:945:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:938:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:945:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:946:3: style: Variable '_doc_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:936:0: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:946:3: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:947:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:940:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:947:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:987:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:982:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:987:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:988:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:983:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:988:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:989:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:984:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:989:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:991:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:985:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:991:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1003:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:997:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1003:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1004:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:998:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1004:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1005:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:999:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1005:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1007:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1000:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1007:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1009:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1001:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1009:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1021:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1015:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1021:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1022:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1016:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1022:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1023:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1017:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1023:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1025:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1018:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1025:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1027:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1019:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1027:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1050:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1034:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1050:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1051:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1035:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1051:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1052:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1036:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1052:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1053:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1037:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1053:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1054:2: style: Variable 'tab' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1033:0: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1054:2: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1056:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1038:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1056:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1058:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1040:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1058:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1059:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1041:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1059:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1060:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1042:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1060:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1061:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1043:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1061:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:817:24: style: Variable '_action_names_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_documents.c:826:36: style: Variable 'action_name_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_documents.c:823:0: style: Variable '_action_name_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_edit.c:269:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:260:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:269:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:270:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:261:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:270:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:272:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:262:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:272:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:299:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:293:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:299:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:300:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:294:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:300:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:301:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:295:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:301:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:302:2: style: Variable 'sensitive' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:292:0: note: Variable 'sensitive' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:302:2: note: Variable 'sensitive' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:303:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:296:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:303:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:305:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:297:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:305:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:339:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:321:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:339:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:340:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:322:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:340:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:341:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:323:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:341:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:342:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:324:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:342:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:343:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:325:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:343:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:344:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:326:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:344:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:345:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:327:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:345:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:346:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:328:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:346:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:347:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:329:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:347:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:348:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:330:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:348:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:349:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:331:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:349:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:350:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:332:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:350:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:351:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:333:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:351:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:364:2: style: Variable 'action_names' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:320:0: note: Variable 'action_names' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:364:2: note: Variable 'action_names' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:367:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:336:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:367:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:374:3: style: Variable 'action_name_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:370:0: note: Variable 'action_name_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:374:3: note: Variable 'action_name_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:379:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:377:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:379:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:380:4: style: Variable 'action_name' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:378:0: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:380:4: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:389:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:383:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:389:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:390:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:384:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:390:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:391:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:385:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:391:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:392:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:386:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:392:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:393:5: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:382:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:393:5: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:394:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:387:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:394:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:395:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:388:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:395:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:421:2: style: Variable 'has_selection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:407:0: note: Variable 'has_selection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:421:2: note: Variable 'has_selection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:422:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:408:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:422:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:423:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:409:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:423:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:424:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:410:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:424:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:431:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:426:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:431:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:432:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:427:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:432:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:433:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:428:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:433:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:434:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:429:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:434:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:435:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:430:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:435:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:455:3: style: Variable 'action_name_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:451:0: note: Variable 'action_name_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:455:3: note: Variable 'action_name_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:460:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:458:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:460:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:461:4: style: Variable 'action_name' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:459:0: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:461:4: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:470:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:464:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:470:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:471:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:465:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:471:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:472:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:466:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:472:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:473:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:467:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:473:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:474:5: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:463:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:474:5: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:475:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:468:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:475:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:476:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:469:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:476:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:498:2: style: Variable 'can_undo' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:488:0: note: Variable 'can_undo' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:498:2: note: Variable 'can_undo' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:499:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:489:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:499:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:500:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:490:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:500:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:501:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:491:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:501:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:508:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:503:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:508:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:509:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:504:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:509:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:510:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:505:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:510:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:512:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:507:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:512:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:536:2: style: Variable 'can_redo' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:526:0: note: Variable 'can_redo' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:536:2: note: Variable 'can_redo' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:537:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:527:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:537:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:538:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:528:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:538:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:539:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:529:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:539:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:546:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:541:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:546:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:547:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:542:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:547:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:548:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:543:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:548:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:550:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:545:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:550:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:573:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:564:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:573:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:574:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:565:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:574:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:575:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:566:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:575:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:577:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:567:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:577:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:578:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:568:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:578:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:579:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:569:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:579:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:581:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:571:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:581:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:592:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:583:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:592:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:593:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:584:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:593:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:594:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:585:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:594:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:596:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:586:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:596:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:597:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:587:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:597:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:598:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:588:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:598:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:600:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:589:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:600:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:601:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:590:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:601:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:602:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:591:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:602:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:618:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:609:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:618:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:619:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:610:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:619:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:620:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:611:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:620:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:622:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:612:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:622:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:623:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:613:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:623:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:624:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:614:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:624:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:626:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:616:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:626:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:637:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:628:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:637:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:638:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:629:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:638:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:639:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:630:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:639:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:641:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:631:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:641:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:642:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:632:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:642:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:643:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:633:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:643:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:645:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:634:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:645:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:646:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:635:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:646:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:647:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:636:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:647:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:661:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:654:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:661:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:662:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:655:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:662:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:663:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:656:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:663:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:665:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:657:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:665:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:666:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:658:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:666:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:667:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:659:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:667:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:680:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:673:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:680:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:681:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:674:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:681:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:682:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:675:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:682:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:684:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:676:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:684:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:685:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:677:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:685:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:686:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:678:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:686:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:699:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:692:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:699:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:700:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:693:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:700:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:701:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:694:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:701:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:703:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:695:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:703:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:704:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:696:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:704:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:705:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:697:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:705:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:718:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:711:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:718:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:719:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:712:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:719:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:720:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:713:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:720:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:722:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:714:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:722:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:723:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:715:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:723:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:724:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:716:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:724:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:737:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:730:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:737:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:738:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:731:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:738:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:739:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:732:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:739:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:741:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:733:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:741:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:742:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:734:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:742:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:743:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:735:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:743:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:765:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:750:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:765:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:766:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:751:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:766:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:767:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:752:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:767:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:768:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:753:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:768:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:769:2: style: Variable 'tab' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:749:0: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:769:2: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:771:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:756:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:771:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:772:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:757:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:772:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:774:2: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:754:0: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:774:2: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:775:2: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:755:0: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:775:2: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:776:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:760:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:776:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:777:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:761:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:777:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:778:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:762:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:778:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:779:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:763:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:779:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:802:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:787:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:802:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:803:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:788:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:803:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:804:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:789:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:804:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:805:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:790:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:805:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:806:2: style: Variable 'tab' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:786:0: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:806:2: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:808:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:793:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:808:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:809:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:794:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:809:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:811:2: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:791:0: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:811:2: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:812:2: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:792:0: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:812:2: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:813:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:797:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:813:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:814:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:798:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:814:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:815:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:799:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:815:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:816:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:800:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:816:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:830:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:823:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:830:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:831:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:824:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:831:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:832:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:825:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:832:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:834:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:826:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:834:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:835:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:827:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:835:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:836:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:828:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:836:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:849:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:842:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:849:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:850:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:843:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:850:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:851:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:844:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:851:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:853:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:845:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:853:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:854:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:846:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:854:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:855:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:847:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:855:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:868:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:861:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:868:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:869:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:862:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:869:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:870:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:863:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:870:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:872:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:864:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:872:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:873:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:865:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:873:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:874:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:866:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:874:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:883:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:880:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:883:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:884:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:881:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:884:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:366:24: style: Variable '_action_names_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_edit.c:375:36: style: Variable 'action_name_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_edit.c:372:0: style: Variable '_action_name_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_edit.c:447:24: style: Variable '_action_names_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_edit.c:456:36: style: Variable 'action_name_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_edit.c:453:0: style: Variable '_action_name_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_file.c:238:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:224:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:238:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:239:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:225:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:239:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:241:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:226:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:241:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:289:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:276:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:289:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:290:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:277:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:290:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:291:2: style: Variable 'recent_manager' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:275:0: note: Variable 'recent_manager' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:291:2: note: Variable 'recent_manager' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:292:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:279:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:292:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:294:2: style: Variable 'recent_menu' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:278:0: note: Variable 'recent_menu' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:294:2: note: Variable 'recent_menu' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:328:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:320:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:328:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:329:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:321:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:329:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:330:2: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:319:0: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:330:2: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:331:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:322:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:331:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:332:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:323:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:332:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:333:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:324:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:333:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:334:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:325:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:334:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:335:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:326:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:335:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:356:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:348:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:356:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:358:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:349:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:358:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:360:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:351:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:360:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:362:2: style: Variable 'filter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:350:0: note: Variable 'filter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:362:2: note: Variable 'filter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:364:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:352:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:364:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:366:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:353:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:366:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:384:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:374:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:384:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:385:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:375:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:385:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:386:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:376:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:386:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:387:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:377:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:387:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:388:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:378:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:388:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:393:2: style: Variable 'action_names' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:373:0: note: Variable 'action_names' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:393:2: note: Variable 'action_names' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:396:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:381:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:396:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:403:3: style: Variable 'action_name_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:399:0: note: Variable 'action_name_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:403:3: note: Variable 'action_name_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:408:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:406:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:408:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:409:4: style: Variable 'action_name' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:407:0: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:409:4: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:418:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:412:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:418:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:419:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:413:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:419:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:420:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:414:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:420:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:421:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:415:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:421:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:422:5: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:411:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:422:5: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:423:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:416:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:423:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:424:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:417:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:424:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:441:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:437:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:441:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:442:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:438:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:442:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:443:2: style: Variable 'contents' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:436:0: note: Variable 'contents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:443:2: note: Variable 'contents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:444:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:439:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:444:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:453:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:447:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:453:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:454:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:448:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:454:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:455:3: style: Variable 'tab' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:446:0: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:455:3: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:456:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:449:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:456:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:457:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:450:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:457:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:458:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:451:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:458:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:459:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:452:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:459:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:471:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:468:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:471:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:472:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:469:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:472:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:529:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:491:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:529:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:530:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:492:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:530:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:531:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:493:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:531:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:532:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:494:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:532:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:533:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:495:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:533:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:535:2: style: Variable 'file_chooser' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:490:0: note: Variable 'file_chooser' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:535:2: note: Variable 'file_chooser' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:536:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:497:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:536:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:537:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:498:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:537:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:538:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:499:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:538:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:545:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:540:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:545:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:546:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:541:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:546:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:547:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:542:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:547:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:548:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:543:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:548:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:549:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:544:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:549:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:570:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:556:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:570:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:571:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:557:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:571:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:572:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:558:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:572:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:573:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:559:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:573:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:574:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:560:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:574:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:575:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:561:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:575:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:576:3: style: Variable 'location' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:555:0: note: Variable 'location' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:576:3: note: Variable 'location' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:577:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:563:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:577:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:578:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:564:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:578:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:579:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:565:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:579:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:580:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:566:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:580:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:581:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:567:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:581:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:592:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:590:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:592:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:593:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:591:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:593:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:598:4: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:595:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:598:4: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:599:4: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:596:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:599:4: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:600:4: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:597:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:600:4: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:640:3: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:638:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:640:3: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:641:3: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:639:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:641:3: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:657:3: style: Variable 'file_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:655:0: note: Variable 'file_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:657:3: note: Variable 'file_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:661:4: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:659:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:661:4: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:662:4: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:660:0: note: Variable 'file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:662:4: note: Variable 'file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:669:5: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:664:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:669:5: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:670:5: style: Variable '_tmp60_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:665:0: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:670:5: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:671:5: style: Variable '_tmp61_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:666:0: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:671:5: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:672:5: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:667:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:672:5: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:673:5: style: Variable '_tmp63_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:668:0: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:673:5: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:696:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:688:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:696:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:697:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:689:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:697:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:698:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:690:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:698:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:700:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:691:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:700:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:701:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:692:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:701:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:702:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:693:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:702:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:703:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:694:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:703:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:717:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:709:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:717:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:718:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:710:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:718:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:719:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:711:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:719:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:721:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:712:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:721:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:722:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:713:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:722:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:723:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:714:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:723:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:724:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:715:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:724:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:748:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:730:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:748:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:749:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:731:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:749:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:750:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:732:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:750:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:752:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:736:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:752:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:753:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:737:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:753:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:754:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:738:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:754:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:755:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:739:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:755:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:756:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:735:0: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:756:2: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:758:2: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:733:0: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:758:2: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:759:2: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:734:0: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:759:2: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:760:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:743:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:760:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:761:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:744:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:761:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:762:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:745:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:762:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:763:2: style: Variable 'template_contents' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:742:0: note: Variable 'template_contents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:763:2: note: Variable 'template_contents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:764:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:746:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:764:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:776:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:773:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:776:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:777:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:774:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:777:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:779:2: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:772:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:779:2: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:795:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:787:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:795:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:796:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:788:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:796:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:797:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:789:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:797:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:799:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:790:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:799:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:800:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:791:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:800:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:801:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:792:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:801:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:802:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:793:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:802:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:395:24: style: Variable '_action_names_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_file.c:404:36: style: Variable 'action_name_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_file.c:401:0: style: Variable '_action_name_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_structure.c:230:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:223:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:230:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:231:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:224:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:231:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:232:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:225:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:232:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:280:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:272:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:280:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:281:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:273:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:281:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:299:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:296:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:299:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:301:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:297:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:301:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:310:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:307:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:310:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:312:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:308:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:312:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:324:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:319:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:324:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:325:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:320:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:325:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:326:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:321:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:326:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:335:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:330:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:335:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:336:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:331:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:336:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:337:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:332:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:337:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:338:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:333:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:338:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:339:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:334:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:339:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:344:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:342:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:344:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:345:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:343:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:345:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:359:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:353:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:359:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:361:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:355:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:361:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:362:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:356:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:362:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:363:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:357:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:363:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:364:2: style: Variable 'menu' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:354:0: note: Variable 'menu' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:364:2: note: Variable 'menu' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:398:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:372:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:398:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:399:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:373:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:399:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:400:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:374:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:400:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:401:2: style: Variable 'menu' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:371:0: note: Variable 'menu' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:401:2: note: Variable 'menu' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:402:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:375:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:402:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:404:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:377:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:404:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:405:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:378:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:405:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:406:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:379:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:406:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:407:2: style: Variable 'shift_left' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:376:0: note: Variable 'shift_left' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:407:2: note: Variable 'shift_left' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:457:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:454:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:457:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:459:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:455:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:459:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:468:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:465:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:468:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:470:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:466:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:470:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:479:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:476:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:479:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:481:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:477:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:481:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:490:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:487:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:490:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:492:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:488:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:492:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:501:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:498:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:501:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:503:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:499:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:503:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:512:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:509:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:512:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:514:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:510:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:514:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:523:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:520:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:523:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:525:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:521:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:525:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:534:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:531:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:534:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:536:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:532:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:536:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:174:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:171:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:174:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:175:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:172:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:175:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:176:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:173:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:176:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:181:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:178:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:181:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:182:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:179:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:182:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:183:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:180:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:183:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:209:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:196:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:209:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:210:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:197:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:210:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:212:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:198:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:212:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:265:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:247:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:265:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:266:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:248:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:266:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:267:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:249:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:267:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:306:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:293:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:306:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:307:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:294:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:307:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:308:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:295:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:308:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:309:2: style: Variable 'sensitive' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:292:0: note: Variable 'sensitive' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:309:2: note: Variable 'sensitive' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:310:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:297:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:310:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:311:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:298:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:311:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:312:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:299:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:312:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:313:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:300:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:313:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:317:2: style: Variable 'action_names' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:296:0: note: Variable 'action_names' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:317:2: note: Variable 'action_names' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:320:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:303:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:320:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:327:3: style: Variable 'action_name_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:323:0: note: Variable 'action_name_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:327:3: note: Variable 'action_name_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:332:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:330:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:332:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:333:4: style: Variable 'action_name' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:331:0: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:333:4: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:342:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:336:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:342:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:343:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:337:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:343:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:344:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:338:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:344:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:345:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:339:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:345:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:346:5: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:335:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:346:5: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:347:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:340:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:347:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:348:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:341:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:348:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:367:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:361:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:367:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:368:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:362:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:368:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:369:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:363:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:369:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:370:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:364:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:370:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:371:2: style: Variable 'view' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:360:0: note: Variable 'view' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:371:2: note: Variable 'view' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:387:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:381:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:387:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:388:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:382:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:388:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:389:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:383:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:389:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:390:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:384:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:390:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:391:2: style: Variable 'view' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:380:0: note: Variable 'view' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:391:2: note: Variable 'view' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:420:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:401:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:420:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:421:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:402:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:421:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:422:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:403:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:422:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:423:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:404:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:423:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:424:2: style: Variable 'view' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:400:0: note: Variable 'view' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:424:2: note: Variable 'view' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:425:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:405:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:425:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:427:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:407:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:427:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:428:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:408:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:428:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:444:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:440:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:444:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:445:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:441:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:445:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:448:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:442:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:448:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:450:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:443:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:450:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:319:24: style: Variable '_action_names_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_tools.c:328:36: style: Variable 'action_name_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_tools.c:325:0: style: Variable '_action_name_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/menu_in_toolbar.c:70:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/menu_in_toolbar.c:63:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:70:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:71:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/menu_in_toolbar.c:64:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:71:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:72:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/menu_in_toolbar.c:65:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:72:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:73:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/menu_in_toolbar.c:66:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:73:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:74:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/menu_in_toolbar.c:62:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:74:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:75:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/menu_in_toolbar.c:68:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:75:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:76:2: style: Variable 'ac' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/menu_in_toolbar.c:67:0: note: Variable 'ac' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:76:2: note: Variable 'ac' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:451:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp11_. [nullPointerRedundantCheck]
latexila-3.22.0/src/most_used_symbols.c:454:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/most_used_symbols.c:450:13: note: Assignment '_tmp11_=e', assigned value is 0
latexila-3.22.0/src/most_used_symbols.c:451:13: note: Null pointer dereference
latexila-3.22.0/src/most_used_symbols.c:122:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:121:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:122:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:144:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:141:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:144:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:147:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:146:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:147:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:162:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:159:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:162:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:175:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:172:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:175:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:176:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:173:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:176:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:185:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:183:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:185:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:197:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:192:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:197:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:198:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:194:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:198:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:199:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:191:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:199:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:202:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:201:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:202:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:214:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:207:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:214:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:215:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:208:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:215:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:238:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:233:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:238:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:239:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:235:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:239:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:240:2: style: Variable '_vala_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:231:0: note: Variable '_vala_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:240:2: note: Variable '_vala_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:250:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:249:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:250:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:263:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:261:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:263:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:264:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:262:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:264:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:325:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:301:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:325:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:326:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:302:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:326:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:327:2: style: Variable 'pixbuf' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:300:0: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:327:2: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:328:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:303:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:328:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:373:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:369:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:373:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:374:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:370:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:374:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:375:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:368:0: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:375:2: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:376:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:371:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:376:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:377:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:367:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:377:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:399:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:390:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:399:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:400:2: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:389:0: note: Variable 'file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:400:2: note: Variable 'file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:401:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:391:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:401:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:402:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:392:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:402:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:429:3: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:417:0: note: Variable 'parser' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:429:3: note: Variable 'parser' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:430:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:420:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:430:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:431:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:421:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:431:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:432:3: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:419:0: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:432:3: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:433:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:422:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:433:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:434:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:423:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:434:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:448:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:445:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:448:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:450:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:446:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:450:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:451:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:447:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:451:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:479:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:470:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:479:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:480:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:471:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:480:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:481:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:472:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:481:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:497:5: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:493:0: note: Variable 'id' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:497:5: note: Variable 'id' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:504:7: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:503:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:504:7: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:546:11: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:541:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:546:11: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:549:11: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:544:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:549:11: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:550:11: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:545:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:550:11: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:565:11: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:560:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:565:11: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:568:11: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:563:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:568:11: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:595:11: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:585:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:595:11: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:598:11: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:588:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:598:11: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:599:11: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:589:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:599:11: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:600:11: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:590:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:600:11: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:601:11: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:591:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:601:11: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:602:11: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:592:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:602:11: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:603:11: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:593:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:603:11: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:604:11: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:594:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:604:11: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:642:5: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:635:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:642:5: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:643:5: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:636:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:643:5: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:644:5: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:637:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:644:5: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:645:5: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:638:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:645:5: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:646:5: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:639:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:646:5: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:647:5: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:640:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:647:5: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:648:5: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:641:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:648:5: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:683:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:667:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:683:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:697:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:696:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:697:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:706:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:705:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:706:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:724:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:722:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:724:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:725:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:723:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:725:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:298:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp16_. [nullPointerRedundantCheck]
latexila-3.22.0/src/preferences_dialog.c:320:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/preferences_dialog.c:297:13: note: Assignment '_tmp16_=e', assigned value is 0
latexila-3.22.0/src/preferences_dialog.c:298:13: note: Null pointer dereference
latexila-3.22.0/src/preferences_dialog.c:234:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:201:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:234:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:235:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:202:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:235:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:239:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:204:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:239:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:240:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:205:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:240:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:265:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:262:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:265:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:266:3: style: Variable 'ui_path' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:261:0: note: Variable 'ui_path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:266:3: note: Variable 'ui_path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:267:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:263:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:267:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:268:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:264:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:268:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:295:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:279:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:295:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:297:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:281:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:297:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:298:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:282:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:298:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:299:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:283:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:299:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:300:3: style: Variable 'message' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:280:0: note: Variable 'message' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:300:3: note: Variable 'message' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:301:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:284:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:301:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:303:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:286:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:303:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:304:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:287:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:304:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:306:3: style: Variable 'label_error' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:285:0: note: Variable 'label_error' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:306:3: note: Variable 'label_error' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:307:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:288:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:307:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:309:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:290:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:309:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:310:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:291:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:310:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:311:3: style: Variable 'content_area' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:289:0: note: Variable 'content_area' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:311:3: note: Variable 'content_area' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:312:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:292:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:312:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:313:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:293:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:313:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:315:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:294:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:315:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:374:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:373:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:374:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:376:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:372:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:376:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:406:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:400:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:406:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:411:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:408:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:411:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:426:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:424:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:426:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:427:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:425:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:427:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:457:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:437:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:457:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:458:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:438:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:458:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:460:2: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:436:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:460:2: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:461:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:439:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:461:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:462:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:440:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:462:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:464:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:441:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:464:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:465:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:442:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:465:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:467:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:444:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:467:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:470:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:446:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:470:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:492:3: style: Variable 'setting_str_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:488:0: note: Variable 'setting_str_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:492:3: note: Variable 'setting_str_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:497:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:495:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:497:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:498:4: style: Variable 'setting_str' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:496:0: note: Variable 'setting_str' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:498:4: note: Variable 'setting_str' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:511:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:501:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:511:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:512:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:502:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:512:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:513:5: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:500:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:513:5: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:514:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:504:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:514:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:515:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:506:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:515:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:516:5: style: Variable 'keys' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:503:0: note: Variable 'keys' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:516:5: note: Variable 'keys' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:519:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:509:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:519:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:526:6: style: Variable 'key_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:522:0: note: Variable 'key_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:526:6: note: Variable 'key_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:531:7: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:529:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:531:7: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:532:7: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:530:0: note: Variable 'key' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:532:7: note: Variable 'key' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:536:8: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:534:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:536:8: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:537:8: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:535:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:537:8: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:558:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:556:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:558:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:559:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:557:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:559:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:560:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:555:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:560:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:621:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:574:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:621:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:622:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:573:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:622:2: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:623:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:576:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:623:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:624:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:577:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:624:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:625:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:578:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:625:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:626:2: style: Variable 'display_line_nb_checkbutton' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:575:0: note: Variable 'display_line_nb_checkbutton' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:626:2: note: Variable 'display_line_nb_checkbutton' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:628:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:580:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:628:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:629:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:581:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:629:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:630:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:582:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:630:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:768:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:752:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:768:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:769:2: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:749:0: note: Variable 'model' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:769:2: note: Variable 'model' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:770:2: style: Variable 'rows' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:750:0: note: Variable 'rows' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:770:2: note: Variable 'rows' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:771:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:753:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:771:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:772:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:754:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:772:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:819:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:804:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:819:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:820:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:805:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:820:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:821:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:806:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:821:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:822:2: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:803:0: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:822:2: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:823:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:808:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:823:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:824:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:809:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:824:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:825:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:810:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:825:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:826:2: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:807:0: note: Variable 'model' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:826:2: note: Variable 'model' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:827:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:813:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:827:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:828:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:815:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:828:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:829:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:811:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:829:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:830:2: style: Variable 'valid' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:812:0: note: Variable 'valid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:830:2: note: Variable 'valid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:840:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:832:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:840:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:855:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:851:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:855:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:856:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:852:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:856:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:857:4: style: Variable 'select' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:850:0: note: Variable 'select' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:857:4: note: Variable 'select' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:858:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:853:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:858:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:859:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:854:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:859:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:910:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:884:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:910:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:912:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:885:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:912:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:913:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:886:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:913:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:914:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:887:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:914:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:956:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:954:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:956:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:957:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:955:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:957:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:958:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:953:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:958:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:987:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:972:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:987:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:988:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:971:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:988:2: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:989:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:974:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:989:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:990:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:975:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:990:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:991:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:976:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:991:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:992:2: style: Variable 'interactive_comp_checkbutton' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:973:0: note: Variable 'interactive_comp_checkbutton' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:992:2: note: Variable 'interactive_comp_checkbutton' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:994:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:978:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:994:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:995:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:979:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:995:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:996:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:980:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:996:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1026:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1015:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1026:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1027:2: style: Variable 'editor_settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1014:0: note: Variable 'editor_settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1027:2: note: Variable 'editor_settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1028:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1017:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1028:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1029:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1018:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1029:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1030:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1019:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1030:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1061:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1046:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1061:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1062:2: style: Variable 'latex_settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1045:0: note: Variable 'latex_settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1062:2: note: Variable 'latex_settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1063:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1048:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1063:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1064:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1049:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1064:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1065:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1050:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1065:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1066:2: style: Variable 'confirm_clean_up_checkbutton' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1047:0: note: Variable 'confirm_clean_up_checkbutton' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1066:2: note: Variable 'confirm_clean_up_checkbutton' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1068:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1052:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1068:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1069:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1053:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1069:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1070:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1054:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1070:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1117:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1108:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1117:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1118:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1109:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1118:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1119:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1110:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1119:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1120:2: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1107:0: note: Variable 'v' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1120:2: note: Variable 'v' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1121:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1112:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1121:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1124:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1123:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1124:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1128:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1127:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1128:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1163:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1143:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1163:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1164:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1144:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1164:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1176:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1175:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1176:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1180:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1179:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1180:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1206:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1197:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1206:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1207:2: style: Variable 'app_settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1196:0: note: Variable 'app_settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1207:2: note: Variable 'app_settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1208:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1199:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1208:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1209:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1200:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1209:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1210:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1201:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1210:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1211:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1202:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1211:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1212:2: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1198:0: note: Variable 'label' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1212:2: note: Variable 'label' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1213:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1203:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1213:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1251:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1242:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1251:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1252:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1243:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1252:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1254:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1244:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1254:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1255:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1245:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1255:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1256:2: style: Variable '_tmp3__target' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1246:0: note: Variable '_tmp3__target' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1256:2: note: Variable '_tmp3__target' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1257:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1247:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1257:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1290:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1269:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1290:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1291:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1270:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1291:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1341:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1318:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1341:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1343:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1320:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1343:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1344:2: style: Variable 'schema' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1317:0: note: Variable 'schema' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1344:2: note: Variable 'schema' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1345:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1322:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1345:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1346:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1323:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1346:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1347:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1324:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1347:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1348:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1325:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1348:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1349:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1326:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1349:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1398:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1373:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1398:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1399:2: style: Variable 'list_store' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1372:0: note: Variable 'list_store' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1399:2: note: Variable 'list_store' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1400:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1374:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1400:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1402:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1375:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1402:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1403:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1376:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1403:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1405:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1378:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1405:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1407:2: style: Variable 'renderer' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1377:0: note: Variable 'renderer' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1407:2: note: Variable 'renderer' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1408:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1380:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1408:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1409:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1381:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1409:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1411:2: style: Variable 'column' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1379:0: note: Variable 'column' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1411:2: note: Variable 'column' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1412:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1382:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1412:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1413:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1383:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1413:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1415:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1385:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1415:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1416:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1386:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1416:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1417:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1387:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1417:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1418:2: style: Variable 'select' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1384:0: note: Variable 'select' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1418:2: note: Variable 'select' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1419:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1388:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1419:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1421:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1390:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1421:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1422:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1391:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1422:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1423:2: style: Variable 'manager' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1389:0: note: Variable 'manager' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1423:2: note: Variable 'manager' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1424:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1392:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1424:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1425:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1394:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1425:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1431:3: style: Variable 'id_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1427:0: note: Variable 'id_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1431:3: note: Variable 'id_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1436:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1434:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1436:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1437:4: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1435:0: note: Variable 'id' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1437:4: note: Variable 'id' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1463:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1440:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1463:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1464:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1441:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1464:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1465:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1442:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1465:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1466:5: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1443:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1466:5: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1467:5: style: Variable 'scheme' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1439:0: note: Variable 'scheme' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1467:5: note: Variable 'scheme' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1468:5: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1445:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1468:5: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1469:5: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1446:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1469:5: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1470:5: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1447:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1470:5: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1471:5: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1448:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1471:5: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1472:5: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1449:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1472:5: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1473:5: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1450:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1473:5: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1474:5: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1451:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1474:5: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1475:5: style: Variable 'desc' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1444:0: note: Variable 'desc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1475:5: note: Variable 'desc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1476:5: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1453:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1476:5: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1478:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1452:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1478:5: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1479:5: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1455:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1479:5: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1480:5: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1456:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1480:5: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1481:5: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1457:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1481:5: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1482:5: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1458:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1482:5: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1483:5: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1459:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1483:5: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1484:5: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1460:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1484:5: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1486:5: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1461:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1486:5: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1487:5: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1462:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1487:5: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1491:6: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1489:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1491:6: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1492:6: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1490:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1492:6: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:484:24: style: Variable '_settings_str_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/preferences_dialog.c:493:36: style: Variable 'setting_str_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/preferences_dialog.c:490:0: style: Variable '_setting_str_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/preferences_dialog.c:518:19: style: Variable '_keys_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/preferences_dialog.c:527:31: style: Variable 'key_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/preferences_dialog.c:524:0: style: Variable '_key_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/preferences_dialog.c:767:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/preferences_dialog.c:1114:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/preferences_dialog.c:1248:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/preferences_dialog.c:1432:27: style: Variable 'id_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/preferences_dialog.c:1429:0: style: Variable '_id_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/preferences_dialog.c:1521:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/project_dialogs.c:175:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:172:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:175:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:176:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:173:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:176:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:177:2: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:171:0: note: Variable 'dir' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:177:2: note: Variable 'dir' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:180:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:179:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:180:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:190:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:189:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:190:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:262:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:213:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:262:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:263:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:214:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:263:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:330:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:327:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:330:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:331:3: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:328:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:331:3: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:332:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:329:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:332:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:349:4: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:339:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:349:4: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:350:4: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:340:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:350:4: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:351:4: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:341:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:351:4: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:352:4: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:342:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:352:4: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:353:4: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:343:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:353:4: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:354:4: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:344:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:354:4: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:373:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:372:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:373:4: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:431:3: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:391:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:431:3: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:447:4: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:446:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:447:4: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:587:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:528:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:587:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:588:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:529:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:588:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:590:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:531:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:590:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:591:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:532:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:591:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:671:3: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:668:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:671:3: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:672:3: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:669:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:672:3: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:673:3: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:670:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:673:3: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:683:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:682:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:683:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:718:3: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:702:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:718:3: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:806:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:804:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:806:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:844:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:823:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:844:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:871:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:867:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:871:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:873:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:868:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:873:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:874:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:869:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:874:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:903:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:894:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:903:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:904:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:895:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:904:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:906:2: style: Variable 'clear_dialog' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:893:0: note: Variable 'clear_dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:906:2: note: Variable 'clear_dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:907:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:896:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:907:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:908:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:897:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:908:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:910:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:898:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:910:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:911:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:899:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:911:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:913:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:900:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:913:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:918:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:916:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:918:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:919:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:917:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:919:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:995:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:937:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:995:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:996:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:938:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:996:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1133:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1121:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1133:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1134:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1122:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1134:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1135:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1123:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1135:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1175:2: style: Variable 'string_length' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1157:0: note: Variable 'string_length' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1175:2: note: Variable 'string_length' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1176:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1160:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1176:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1180:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1178:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1180:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1181:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1179:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1181:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1188:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1186:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1188:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1189:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1187:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1189:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1196:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1194:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1196:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1197:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1195:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1197:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1207:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1205:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1207:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1208:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1206:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1208:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1229:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1227:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1229:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1237:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1233:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1237:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1238:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1234:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1238:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1239:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1235:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1239:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1240:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1236:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1240:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1282:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1244:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1282:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1283:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1245:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1283:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:173:13: warning: Either the condition '_tmp11_==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
latexila-3.22.0/src/projects.c:482:4: note: Assuming that condition '_tmp11_==NULL' is not redundant
latexila-3.22.0/src/projects.c:480:18: note: Calling function 'project_copy', 1st argument 'self' value is 0
latexila-3.22.0/src/projects.c:173:13: note: Null pointer dereference
latexila-3.22.0/src/projects.c:177:13: warning: Either the condition '_tmp11_==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
latexila-3.22.0/src/projects.c:482:4: note: Assuming that condition '_tmp11_==NULL' is not redundant
latexila-3.22.0/src/projects.c:480:18: note: Calling function 'project_copy', 1st argument 'self' value is 0
latexila-3.22.0/src/projects.c:177:13: note: Null pointer dereference
latexila-3.22.0/src/projects.c:290:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp12_. [nullPointerRedundantCheck]
latexila-3.22.0/src/projects.c:292:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/projects.c:289:13: note: Assignment '_tmp12_=e', assigned value is 0
latexila-3.22.0/src/projects.c:290:13: note: Null pointer dereference
latexila-3.22.0/src/projects.c:994:19: warning: Either the condition '_tmp31_==NULL' is redundant or there is possible null pointer dereference: _tmp31_. [nullPointerRedundantCheck]
latexila-3.22.0/src/projects.c:997:7: note: Assuming that condition '_tmp31_==NULL' is not redundant
latexila-3.22.0/src/projects.c:994:19: note: Null pointer dereference
latexila-3.22.0/src/projects.c:173:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:169:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:173:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:174:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:170:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:174:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:232:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:221:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:232:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:233:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:222:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:233:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:266:3: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:254:0: note: Variable 'parser' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:266:3: note: Variable 'parser' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:267:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:257:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:267:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:268:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:258:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:268:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:269:3: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:256:0: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:269:3: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:270:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:259:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:270:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:271:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:260:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:271:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:287:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:284:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:287:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:289:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:285:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:289:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:290:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:286:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:290:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:323:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:320:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:323:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:326:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:325:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:326:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:352:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:348:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:352:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:373:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:370:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:373:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:374:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:371:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:374:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:375:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:369:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:375:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:386:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:381:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:386:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:387:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:382:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:387:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:388:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:383:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:388:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:389:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:384:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:389:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:394:3: style: Variable 'window_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:392:0: note: Variable 'window_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:394:3: note: Variable 'window_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:398:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:396:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:398:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:399:4: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:397:0: note: Variable 'window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:399:4: note: Variable 'window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:402:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:401:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:402:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:408:6: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:405:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:408:6: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:409:6: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:406:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:409:6: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:445:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:438:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:445:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:446:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:439:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:446:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:447:3: style: Variable '_project_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:437:0: note: Variable '_project_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:447:3: note: Variable '_project_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:448:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:441:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:448:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:493:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:490:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:493:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:494:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:491:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:494:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:495:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:492:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:495:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:531:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:524:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:531:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:532:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:525:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:532:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:533:3: style: Variable '_doc_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:523:0: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:533:3: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:534:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:527:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:534:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:577:5: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:574:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:577:5: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:578:5: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:575:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:578:5: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:579:5: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:576:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:579:5: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:597:5: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:593:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:597:5: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:598:5: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:594:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:598:5: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:657:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:653:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:657:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:711:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:704:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:711:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:712:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:705:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:712:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:713:3: style: Variable '_doc_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:703:0: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:713:3: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:714:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:707:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:714:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:749:5: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:747:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:749:5: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:784:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:780:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:784:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:813:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:806:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:813:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:814:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:807:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:814:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:815:3: style: Variable '_doc_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:805:0: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:815:3: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:816:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:809:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:816:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:850:5: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:849:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:850:5: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:857:5: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:853:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:857:5: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:865:6: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:862:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:865:6: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:883:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:881:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:883:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:898:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:893:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:898:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:899:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:894:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:899:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:900:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:895:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:900:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:901:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:896:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:901:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:913:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:906:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:913:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:914:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:907:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:914:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:915:3: style: Variable '_doc_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:905:0: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:915:3: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:916:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:909:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:916:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:958:6: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:957:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:958:6: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1001:8: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:999:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1001:8: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1027:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1018:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1027:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1028:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1019:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1028:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1029:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1020:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1029:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1050:7: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1049:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1050:7: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1090:11: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1085:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1090:11: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1093:11: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1088:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1093:11: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1094:11: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1089:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1094:11: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1109:11: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1104:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1109:11: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1112:11: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1107:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1112:11: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1113:11: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1108:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1113:11: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1133:11: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1123:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1133:11: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1136:11: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1126:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1136:11: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1137:11: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1127:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1137:11: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1138:11: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1128:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1138:11: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1139:11: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1129:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1139:11: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1140:11: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1130:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1140:11: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1141:11: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1131:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1141:11: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1142:11: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1132:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1142:11: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1180:5: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1173:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1180:5: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1181:5: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1174:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1181:5: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1182:5: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1175:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1182:5: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1183:5: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1176:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1183:5: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1184:5: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1177:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1184:5: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1185:5: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1178:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1185:5: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1186:5: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1179:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1186:5: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1211:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1207:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1211:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1212:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1208:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1212:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1213:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1206:0: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1213:2: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1214:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1209:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1214:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1215:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1205:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1215:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1235:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1222:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1235:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1246:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1245:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1246:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1262:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1255:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1262:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1263:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1256:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1263:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1264:3: style: Variable '_project_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1254:0: note: Variable '_project_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1264:3: note: Variable '_project_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1265:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1258:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1265:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1351:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1345:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1351:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1352:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1346:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1352:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1353:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1347:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1353:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1360:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1357:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1360:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1361:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1358:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1361:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1362:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1359:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1362:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1371:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1368:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1371:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1372:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1369:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1372:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1373:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1370:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1373:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1146:141: style: Condition 'NULL==NULL' is always true [knownConditionTrueFalse]
latexila-3.22.0/src/search.c:1162:159: style: Condition 'NULL==NULL' is always true [knownConditionTrueFalse]
latexila-3.22.0/src/search.c:1164:160: style: Condition 'NULL==NULL' is always true [knownConditionTrueFalse]
latexila-3.22.0/src/search.c:324:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:302:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:324:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:327:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:303:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:327:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:329:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:305:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:329:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:331:2: style: Variable 'close_button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:304:0: note: Variable 'close_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:331:2: note: Variable 'close_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:334:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:307:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:334:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:336:2: style: Variable 'img' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:306:0: note: Variable 'img' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:336:2: note: Variable 'img' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:339:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:309:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:339:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:340:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:310:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:340:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:342:2: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:308:0: note: Variable 'label' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:342:2: note: Variable 'label' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:346:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:311:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:346:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:386:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:383:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:386:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:389:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:384:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:389:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:399:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:396:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:399:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:400:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:397:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:400:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:401:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:395:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:401:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:426:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:407:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:426:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:427:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:408:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:427:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:428:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:409:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:428:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:431:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:430:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:431:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:444:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:443:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:444:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:477:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:476:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:477:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:495:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:494:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:495:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:499:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:498:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:499:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:561:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:557:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:561:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:602:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:600:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:602:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:604:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:601:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:604:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:609:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:607:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:609:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:611:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:608:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:611:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:648:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:633:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:648:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:672:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:665:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:672:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:673:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:666:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:673:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:674:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:667:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:674:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:676:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:668:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:676:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:677:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:669:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:677:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:678:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:670:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:678:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:679:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:671:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:679:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:708:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:704:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:708:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:709:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:705:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:709:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:710:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:706:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:710:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:711:2: style: Variable 'sensitive' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:703:0: note: Variable 'sensitive' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:711:2: note: Variable 'sensitive' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:737:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:735:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:737:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:749:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:739:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:749:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:750:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:740:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:750:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:751:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:741:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:751:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:752:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:742:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:752:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:753:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:743:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:753:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:760:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:756:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:760:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:761:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:757:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:761:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:762:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:758:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:762:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:763:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:759:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:763:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:773:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:772:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:773:4: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:803:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:800:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:803:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:804:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:801:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:804:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:810:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:808:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:810:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:896:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:838:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:896:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:898:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:840:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:898:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:900:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:841:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:900:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1078:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1070:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1078:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1079:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1071:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1079:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1080:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1072:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1080:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1081:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1073:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1081:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1082:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1074:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1082:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1083:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1075:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1083:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1084:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1076:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1084:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1085:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1077:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1085:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1124:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1098:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1124:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1183:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1177:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1183:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1185:2: style: Variable 'button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1176:0: note: Variable 'button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1185:2: note: Variable 'button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1186:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1179:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1186:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1187:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1180:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1187:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1189:2: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1178:0: note: Variable 'image' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1189:2: note: Variable 'image' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1192:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1175:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1192:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1203:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1200:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1203:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1204:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1201:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1204:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1205:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1199:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1205:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1214:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1211:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1214:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1217:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1212:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1217:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1225:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1223:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1225:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1251:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1237:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1251:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1252:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1238:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1252:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1253:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1239:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1253:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1255:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1240:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1255:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1257:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1241:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1257:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1259:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1243:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1259:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1260:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1244:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1260:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1261:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1245:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1261:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1262:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1246:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1262:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1263:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1242:0: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1263:2: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1264:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1247:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1264:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1278:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1269:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1278:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1280:3: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1267:0: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1280:3: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1281:3: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1268:0: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1281:3: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1282:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1272:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1282:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1283:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1273:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1283:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1284:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1274:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1284:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1285:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1275:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1285:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1286:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1276:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1286:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1287:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1277:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1287:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1307:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1299:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1307:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1311:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1302:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1311:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1313:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1303:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1313:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1314:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1304:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1314:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1315:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1305:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1315:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1320:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1317:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1320:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1321:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1318:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1321:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1322:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1319:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1322:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1342:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1334:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1342:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1364:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1361:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1364:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1370:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1368:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1370:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1371:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1369:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1371:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1378:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1377:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1378:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1384:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1381:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1384:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1389:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1388:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1389:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1424:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1404:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1424:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1425:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1405:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1425:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1426:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1406:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1426:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1427:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1407:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1427:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1428:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1403:0: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1428:2: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1429:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1408:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1429:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1465:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1458:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1465:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1466:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1459:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1466:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1467:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1460:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1467:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1474:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1471:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1474:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1475:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1472:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1475:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1476:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1473:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1476:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1510:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1487:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1510:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1516:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1514:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1516:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1517:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1515:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1517:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1522:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1521:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1522:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1538:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1536:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1538:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1539:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1537:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1539:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1564:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1558:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1564:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1565:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1559:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1565:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1568:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1562:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1568:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1569:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1563:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1569:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1581:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1575:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1581:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1583:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1577:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1583:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1584:3: style: Variable 'text' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1573:0: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1584:3: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1585:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1578:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1585:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1586:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1579:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1586:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1611:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1595:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1611:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1635:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1628:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1635:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1636:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1629:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1636:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1637:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1630:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1637:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1639:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1631:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1639:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1640:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1632:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1640:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1641:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1633:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1641:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1642:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1634:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1642:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1672:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1650:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1672:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1699:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1692:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1699:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1700:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1693:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1700:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1701:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1694:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1701:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1702:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1695:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1702:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1703:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1696:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1703:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1704:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1697:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1704:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1705:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1698:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1705:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1706:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1691:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1706:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1718:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1717:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1718:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1066:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/side_panel.c:112:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:106:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:112:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:113:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:107:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:113:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:160:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:146:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:160:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:211:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:206:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:211:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:213:2: style: Variable 'close_button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:205:0: note: Variable 'close_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:213:2: note: Variable 'close_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:216:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:207:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:216:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:218:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:208:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:218:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:220:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:209:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:220:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:248:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:232:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:248:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:250:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:231:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:250:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:251:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:234:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:251:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:252:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:235:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:252:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:253:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:236:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:253:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:254:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:237:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:254:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:256:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:238:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:256:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:257:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:239:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:257:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:259:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:240:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:259:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:260:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:241:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:260:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:295:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:288:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:295:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:296:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:289:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:296:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:297:3: style: Variable '_component_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:287:0: note: Variable '_component_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:297:3: note: Variable '_component_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:298:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:291:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:298:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:365:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:361:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:365:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:377:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:373:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:377:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:379:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:375:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:379:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:380:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:376:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:380:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:137:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/stock_icons.c:129:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:137:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:138:2: style: Variable 'icon_source' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/stock_icons.c:128:0: note: Variable 'icon_source' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:138:2: note: Variable 'icon_source' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:139:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/stock_icons.c:130:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:139:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:141:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/stock_icons.c:132:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:141:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:142:2: style: Variable 'icon_set' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/stock_icons.c:131:0: note: Variable 'icon_set' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:142:2: note: Variable 'icon_set' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:144:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/stock_icons.c:134:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:144:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:145:2: style: Variable 'icon_factory' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/stock_icons.c:133:0: note: Variable 'icon_factory' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:145:2: note: Variable 'icon_factory' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:146:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/stock_icons.c:135:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:146:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1922:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
latexila-3.22.0/src/structure.c:1924:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/structure.c:1921:12: note: Assignment '_tmp4_=e', assigned value is 0
latexila-3.22.0/src/structure.c:1922:12: note: Null pointer dereference
latexila-3.22.0/src/structure.c:377:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:373:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:377:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:379:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:374:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:379:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:386:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:375:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:386:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:404:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:400:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:404:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:405:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:401:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:405:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:406:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:402:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:406:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:434:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:418:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:434:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:436:2: style: Variable 'toolbar' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:417:0: note: Variable 'toolbar' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:436:2: note: Variable 'toolbar' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:437:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:419:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:437:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:439:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:420:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:439:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:441:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:421:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:441:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:443:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:422:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:443:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:444:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:423:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:444:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:445:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:424:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:445:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:467:3: style: Variable 'simple_list_button_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:463:0: note: Variable 'simple_list_button_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:467:3: note: Variable 'simple_list_button_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:472:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:470:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:472:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:473:4: style: Variable 'simple_list_button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:471:0: note: Variable 'simple_list_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:473:4: note: Variable 'simple_list_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:477:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:475:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:477:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:478:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:476:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:478:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:507:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:501:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:507:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:509:2: style: Variable 'refresh_button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:500:0: note: Variable 'refresh_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:509:2: note: Variable 'refresh_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:511:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:502:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:511:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:513:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:503:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:513:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:514:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:504:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:514:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:515:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:505:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:515:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:519:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:499:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:519:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:526:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:525:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:526:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:545:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:539:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:545:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:547:2: style: Variable 'collapse_button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:538:0: note: Variable 'collapse_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:547:2: note: Variable 'collapse_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:549:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:540:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:549:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:551:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:541:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:551:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:552:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:542:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:552:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:553:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:543:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:553:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:557:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:537:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:557:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:579:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:563:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:579:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:580:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:564:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:580:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:581:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:565:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:581:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:639:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:633:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:639:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:643:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:642:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:643:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:656:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:654:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:656:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:674:3: style: Variable 'simple_list_button_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:670:0: note: Variable 'simple_list_button_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:674:3: note: Variable 'simple_list_button_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:679:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:677:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:679:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:680:4: style: Variable 'simple_list_button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:678:0: note: Variable 'simple_list_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:680:4: note: Variable 'simple_list_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:684:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:682:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:684:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:724:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:707:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:724:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:728:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:709:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:728:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:729:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:710:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:729:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:732:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:711:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:732:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:734:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:712:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:734:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:736:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:713:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:736:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:738:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:715:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:738:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:741:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:716:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:741:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:742:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:704:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:742:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:792:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:766:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:792:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:794:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:768:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:794:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:799:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:798:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:799:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:851:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:843:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:851:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:874:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:870:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:874:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:875:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:869:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:875:2: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:876:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:871:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:876:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:891:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:885:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:891:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:913:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:911:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:913:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:939:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:924:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:939:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:976:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:970:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:976:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:999:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:997:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:999:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1015:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1012:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1015:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1016:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1013:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1016:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1020:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1018:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1020:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1028:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1027:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1028:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1046:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1044:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1046:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1073:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1059:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1073:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1117:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1103:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1117:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1119:2: style: Variable 'tree_view' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1102:0: note: Variable 'tree_view' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1119:2: note: Variable 'tree_view' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1121:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1105:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1121:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1123:2: style: Variable 'column' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1104:0: note: Variable 'column' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1123:2: note: Variable 'column' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1125:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1107:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1125:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1127:2: style: Variable 'pixbuf_renderer' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1106:0: note: Variable 'pixbuf_renderer' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1127:2: note: Variable 'pixbuf_renderer' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1131:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1110:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1131:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1133:2: style: Variable 'text_renderer' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1109:0: note: Variable 'text_renderer' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1133:2: note: Variable 'text_renderer' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1139:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1114:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1139:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1140:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1115:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1140:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1141:2: style: Variable 'select' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1113:0: note: Variable 'select' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1141:2: note: Variable 'select' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1143:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1101:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1143:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1180:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1154:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1180:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1258:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1225:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1258:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1259:2: style: Variable 'first_select' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1224:0: note: Variable 'first_select' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1259:2: note: Variable 'first_select' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1261:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1227:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1261:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1262:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1228:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1262:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1263:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1230:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1263:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1264:2: style: Variable 'tree_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1226:0: note: Variable 'tree_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1264:2: note: Variable 'tree_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1340:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1311:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1340:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1399:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1393:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1399:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1401:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1395:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1401:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1402:2: style: Variable 'types' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1394:0: note: Variable 'types' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1402:2: note: Variable 'types' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1410:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1408:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1410:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1421:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1419:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1421:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1431:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1429:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1431:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1412:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1409:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1412:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1423:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1420:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1423:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1447:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1443:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1447:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1448:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1444:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1448:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1449:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1445:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1449:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1471:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1460:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1471:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1473:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1461:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1473:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1478:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1475:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1478:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1495:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1494:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1495:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1505:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1504:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1505:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1517:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1512:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1517:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1519:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1513:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1519:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1520:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1514:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1520:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1521:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1515:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1521:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1526:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1523:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1526:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1527:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1524:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1527:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1528:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1525:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1528:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1544:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1536:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1544:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1547:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1546:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1547:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1561:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1559:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1561:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1562:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1560:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1562:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1569:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1568:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1569:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1584:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1582:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1584:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1595:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1591:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1595:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1648:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1639:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1648:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1650:2: style: Variable 'selected_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1637:0: note: Variable 'selected_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1650:2: note: Variable 'selected_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1657:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1656:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1657:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1667:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1663:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1667:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1669:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1665:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1669:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1696:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1684:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1696:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1698:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1686:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1698:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1699:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1687:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1699:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1701:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1689:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1701:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1702:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1690:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1702:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1703:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1691:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1703:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1705:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1692:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1705:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1707:3: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1685:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1707:3: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1708:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1693:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1708:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1712:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1710:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1712:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1713:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1711:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1713:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1719:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1716:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1719:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1720:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1717:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1720:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1721:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1718:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1721:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1772:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1746:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1772:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1773:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1747:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1773:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1774:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1748:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1774:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1776:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1751:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1776:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1777:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1752:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1777:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1779:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1754:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1779:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1780:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1755:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1780:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1781:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1756:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1781:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1782:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1757:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1782:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1783:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1758:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1783:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1784:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1759:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1784:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1785:2: style: Variable 'doc_location' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1753:0: note: Variable 'doc_location' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1785:2: note: Variable 'doc_location' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1786:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1760:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1786:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1806:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1805:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1806:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1813:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1812:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1813:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1839:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1831:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1839:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1840:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1832:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1840:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1844:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1842:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1844:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1845:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1843:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1845:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1858:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1850:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1858:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1859:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1851:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1859:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1860:3: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1849:0: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1860:3: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1861:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1852:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1861:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1862:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1853:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1862:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1863:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1854:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1863:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1864:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1855:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1864:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1874:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1871:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1874:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1875:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1872:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1875:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1876:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1873:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1876:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1903:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1899:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1903:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1904:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1900:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1904:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1905:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1901:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1905:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1906:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1902:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1906:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1919:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1916:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1919:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1921:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1917:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1921:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1922:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1918:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1922:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1944:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1937:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1944:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1988:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1947:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1988:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1993:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1948:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1993:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1995:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1950:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1995:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1996:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1951:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1996:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1999:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1952:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1999:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2000:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1953:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2000:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2002:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1955:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2002:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2003:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1956:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2003:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2006:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1957:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2006:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2007:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1958:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2007:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2009:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1960:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2009:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2010:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1961:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2010:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2013:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1962:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2013:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2014:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1963:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2014:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2016:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1965:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2016:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2017:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1966:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2017:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2020:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1967:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2020:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2021:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1968:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2021:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2023:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1970:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2023:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2024:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1971:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2024:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2027:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1972:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2027:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2028:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1973:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2028:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2030:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1975:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2030:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2031:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1976:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2031:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2034:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1977:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2034:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2035:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1978:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2035:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2037:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1980:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2037:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2038:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1981:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2038:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2041:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1982:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2041:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2042:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1983:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2042:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2044:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1985:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2044:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2045:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1986:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2045:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2048:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1987:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2048:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2069:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2062:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2069:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2129:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2072:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2129:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2134:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2073:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2134:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2136:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2075:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2136:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2139:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2076:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2139:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2140:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2077:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2140:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2142:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2079:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2142:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2145:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2080:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2145:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2146:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2081:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2146:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2148:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2083:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2148:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2151:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2084:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2151:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2152:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2085:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2152:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2154:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2087:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2154:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2157:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2088:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2157:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2158:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2089:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2158:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2160:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2091:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2160:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2163:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2092:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2163:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2164:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2093:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2164:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2166:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2095:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2166:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2169:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2096:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2169:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2170:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2097:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2170:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2172:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2099:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2172:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2175:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2100:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2175:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2176:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2101:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2176:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2178:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2103:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2178:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2181:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2104:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2181:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2182:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2105:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2182:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2184:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2107:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2184:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2187:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2108:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2187:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2188:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2109:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2188:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2190:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2111:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2190:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2193:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2112:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2193:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2194:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2113:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2194:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2196:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2115:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2196:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2199:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2116:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2199:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2200:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2117:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2200:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2202:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2119:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2202:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2205:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2120:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2205:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2206:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2121:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2206:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2208:3: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2123:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2208:3: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2211:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2124:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2211:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2212:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2125:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2212:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2214:3: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2127:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2214:3: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2217:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2128:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2217:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2238:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2231:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2238:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2310:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2241:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2310:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2315:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2242:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2315:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2317:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2244:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2317:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2318:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2245:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2318:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2321:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2246:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2321:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2322:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2247:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2322:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2324:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2249:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2324:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2325:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2250:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2325:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2328:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2251:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2328:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2329:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2252:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2329:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2331:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2254:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2331:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2332:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2255:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2332:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2335:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2256:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2335:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2336:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2257:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2336:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2338:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2259:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2338:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2339:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2260:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2339:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2342:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2261:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2342:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2343:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2262:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2343:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2345:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2264:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2345:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2346:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2265:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2346:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2349:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2266:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2349:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2350:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2267:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2350:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2352:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2269:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2352:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2353:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2270:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2353:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2356:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2271:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2356:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2357:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2272:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2357:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2359:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2274:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2359:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2360:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2275:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2360:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2363:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2276:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2363:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2364:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2277:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2364:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2366:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2279:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2366:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2367:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2280:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2367:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2370:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2281:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2370:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2371:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2282:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2371:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2373:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2284:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2373:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2376:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2285:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2376:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2377:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2286:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2377:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2379:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2288:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2379:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2382:3: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2289:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2382:3: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2383:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2290:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2383:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2385:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2292:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2385:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2386:3: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2293:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2386:3: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2389:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2294:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2389:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2390:3: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2295:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2390:3: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2392:3: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2297:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2392:3: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2393:3: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2298:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2393:3: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2396:3: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2299:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2396:3: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2397:3: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2300:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2397:3: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2399:3: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2302:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2399:3: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2400:3: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2303:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2400:3: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2403:3: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2304:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2403:3: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2404:3: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2305:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2404:3: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2406:3: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2307:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2406:3: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2407:3: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2308:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2407:3: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2410:3: style: Variable '_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2309:0: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2410:3: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2455:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2453:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2455:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:468:43: style: Variable 'simple_list_button_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:465:0: style: Variable '_simple_list_button_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:675:43: style: Variable 'simple_list_button_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:672:0: style: Variable '_simple_list_button_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:737:19: style: Variable '_tmp7__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:1945:19: style: Variable '_tmp0__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2051:20: style: Variable '_tmp34__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:1994:20: style: Variable '_tmp2__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:1999:12: style: Variable '_tmp5_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2001:20: style: Variable '_tmp6__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2006:12: style: Variable '_tmp9_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2008:21: style: Variable '_tmp10__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2013:13: style: Variable '_tmp13_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2015:21: style: Variable '_tmp14__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2020:13: style: Variable '_tmp17_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2022:21: style: Variable '_tmp18__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2027:13: style: Variable '_tmp21_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2029:21: style: Variable '_tmp22__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2034:13: style: Variable '_tmp25_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2036:21: style: Variable '_tmp26__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2041:13: style: Variable '_tmp29_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2043:21: style: Variable '_tmp30__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2048:13: style: Variable '_tmp33_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2070:19: style: Variable '_tmp0__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2220:20: style: Variable '_tmp44__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2135:20: style: Variable '_tmp2__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2139:12: style: Variable '_tmp4_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2141:20: style: Variable '_tmp5__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2145:12: style: Variable '_tmp7_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2147:20: style: Variable '_tmp8__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2151:13: style: Variable '_tmp10_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2153:21: style: Variable '_tmp11__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2157:13: style: Variable '_tmp13_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2159:21: style: Variable '_tmp14__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2163:13: style: Variable '_tmp16_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2165:21: style: Variable '_tmp17__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2169:13: style: Variable '_tmp19_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2171:21: style: Variable '_tmp20__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2175:13: style: Variable '_tmp22_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2177:21: style: Variable '_tmp23__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2181:13: style: Variable '_tmp25_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2183:21: style: Variable '_tmp26__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2187:13: style: Variable '_tmp28_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2189:21: style: Variable '_tmp29__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2193:13: style: Variable '_tmp31_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2195:21: style: Variable '_tmp32__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2199:13: style: Variable '_tmp34_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2201:21: style: Variable '_tmp35__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2205:13: style: Variable '_tmp37_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2207:21: style: Variable '_tmp38__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2211:13: style: Variable '_tmp40_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2213:21: style: Variable '_tmp41__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2217:13: style: Variable '_tmp43_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2239:19: style: Variable '_tmp0__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2413:20: style: Variable '_tmp56__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2316:20: style: Variable '_tmp2__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2321:12: style: Variable '_tmp5_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2323:20: style: Variable '_tmp6__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2328:12: style: Variable '_tmp9_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2330:21: style: Variable '_tmp10__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2335:13: style: Variable '_tmp13_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2337:21: style: Variable '_tmp14__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2342:13: style: Variable '_tmp17_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2344:21: style: Variable '_tmp18__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2349:13: style: Variable '_tmp21_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2351:21: style: Variable '_tmp22__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2356:13: style: Variable '_tmp25_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2358:21: style: Variable '_tmp26__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2363:13: style: Variable '_tmp29_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2365:21: style: Variable '_tmp30__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2370:13: style: Variable '_tmp33_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2372:21: style: Variable '_tmp34__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2376:13: style: Variable '_tmp36_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2378:21: style: Variable '_tmp37__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2382:13: style: Variable '_tmp39_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2384:21: style: Variable '_tmp40__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2389:13: style: Variable '_tmp43_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2391:21: style: Variable '_tmp44__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2396:13: style: Variable '_tmp47_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2398:21: style: Variable '_tmp48__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2403:13: style: Variable '_tmp51_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2405:21: style: Variable '_tmp52__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2410:13: style: Variable '_tmp55_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:234:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:226:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:234:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:235:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:227:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:235:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:238:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:228:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:238:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:239:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:229:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:239:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:359:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:333:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:359:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:360:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:334:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:360:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:365:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:335:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:365:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:368:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:337:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:368:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:369:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:338:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:369:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:372:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:340:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:372:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:373:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:341:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:373:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:376:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:343:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:376:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:377:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:344:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:377:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:380:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:346:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:380:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:381:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:347:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:381:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:384:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:349:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:384:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:385:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:350:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:385:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:388:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:352:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:388:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:389:2: style: Variable 'empty_data' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:353:0: note: Variable 'empty_data' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:389:2: note: Variable 'empty_data' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:390:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:355:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:390:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:391:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:356:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:391:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:392:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:357:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:392:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:393:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:358:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:393:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:411:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:409:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:411:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:439:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:431:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:439:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:440:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:432:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:440:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:445:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:435:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:445:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:447:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:436:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:447:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:448:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:430:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:448:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:473:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:455:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:473:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:536:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:532:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:536:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:537:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:533:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:537:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:538:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:531:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:538:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:555:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:548:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:555:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:557:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:549:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:557:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:560:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:552:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:560:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:561:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:546:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:561:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:595:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:587:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:595:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:596:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:588:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:596:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:598:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:590:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:598:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:599:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:591:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:599:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:600:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:589:0: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:600:2: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:601:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:592:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:601:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:602:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:586:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:602:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:615:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:611:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:615:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:618:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:617:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:618:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:627:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:621:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:627:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:628:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:622:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:628:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:629:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:623:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:629:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:631:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:624:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:631:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:632:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:625:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:632:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:633:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:626:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:633:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:660:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:646:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:660:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:661:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:647:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:661:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:664:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:649:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:664:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:666:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:651:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:666:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:667:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:652:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:667:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:668:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:650:0: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:668:2: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:669:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:654:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:669:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:670:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:655:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:670:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:672:2: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:653:0: note: Variable 'data' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:672:2: note: Variable 'data' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:680:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:677:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:680:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:681:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:678:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:681:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:693:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:690:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:693:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:694:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:691:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:694:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:706:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:703:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:706:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:707:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:704:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:707:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:719:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:716:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:719:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:733:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:729:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:733:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:735:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:731:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:735:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:748:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:744:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:748:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:750:4: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:746:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:750:4: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:785:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:776:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:785:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:788:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:787:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:788:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:797:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:791:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:797:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:798:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:792:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:798:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:799:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:793:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:799:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:801:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:794:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:801:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:802:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:795:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:802:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:803:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:796:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:803:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:846:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:832:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:846:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:847:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:833:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:847:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:849:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:835:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:849:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:850:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:836:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:850:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:851:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:834:0: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:851:2: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:852:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:838:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:852:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:853:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:839:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:853:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:854:2: style: Variable 'next_node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:837:0: note: Variable 'next_node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:854:2: note: Variable 'next_node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:855:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:840:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:855:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:887:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:875:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:887:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:890:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:889:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:890:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:899:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:893:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:899:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:900:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:894:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:900:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:901:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:895:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:901:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:903:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:896:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:903:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:904:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:897:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:904:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:905:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:898:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:905:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:924:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:921:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:924:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:925:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:922:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:925:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:972:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:955:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:972:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:973:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:956:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:973:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:975:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:958:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:975:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:976:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:959:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:976:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:977:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:957:0: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:977:2: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:978:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:961:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:978:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:979:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:962:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:979:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:980:2: style: Variable 'parent_node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:960:0: note: Variable 'parent_node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:980:2: note: Variable 'parent_node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:981:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:963:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:981:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:983:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:964:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:983:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:984:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:965:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:984:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1027:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1010:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1027:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1032:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1014:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1032:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1033:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1016:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1033:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1034:2: style: Variable 'indices' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1013:0: note: Variable 'indices' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1034:2: note: Variable 'indices' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1037:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1020:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1037:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1038:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1019:0: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1038:2: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1044:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1043:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1044:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1081:6: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1078:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1081:6: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1082:6: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1079:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1082:6: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1125:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1116:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1125:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1126:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1117:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1126:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1128:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1119:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1128:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1129:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1118:0: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1129:2: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1130:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1121:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1130:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1131:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1122:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1131:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1132:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1120:0: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1132:2: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1145:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1134:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1145:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1146:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1135:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1146:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1172:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1170:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1172:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1173:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1169:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1173:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1195:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1180:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1195:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1218:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1206:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1218:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1219:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1207:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1219:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1257:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1254:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1257:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1258:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1255:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1258:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1259:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1256:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1259:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1281:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1269:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1281:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1282:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1270:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1282:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1285:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1284:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1285:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1305:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1304:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1305:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1325:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1318:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1325:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1329:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1327:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1329:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1330:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1328:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1330:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1345:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1343:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1345:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1346:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1344:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1346:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1369:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1360:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1369:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1370:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1361:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1370:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1372:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1363:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1372:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1373:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1364:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1373:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1374:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1362:0: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1374:2: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1375:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1365:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1375:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1376:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1366:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1376:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1407:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1386:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1407:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1408:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1388:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1408:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1409:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1384:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1409:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1410:2: style: Variable 'iter_is_valid' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1385:0: note: Variable 'iter_is_valid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1410:2: note: Variable 'iter_is_valid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1411:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1389:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1411:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1413:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1391:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1413:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1414:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1392:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1414:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1415:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1390:0: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1415:2: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1417:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1394:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1417:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1418:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1393:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1418:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1437:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1435:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1437:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1438:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1436:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1438:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1478:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1447:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1478:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1479:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1448:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1479:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1481:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1450:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1481:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1482:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1451:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1482:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1483:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1449:0: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1483:2: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1484:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1453:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1484:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1485:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1454:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1485:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1489:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1458:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1489:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1512:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1508:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1512:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1513:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1509:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1513:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1523:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1518:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1523:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1524:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1519:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1524:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1526:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1520:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1526:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1527:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1521:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1527:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1586:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1551:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1586:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1587:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1552:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1587:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1589:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1554:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1589:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1590:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1555:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1590:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1591:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1553:0: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1591:2: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1592:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1557:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1592:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1593:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1558:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1593:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1619:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1615:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1619:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1620:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1616:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1620:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1630:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1626:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1630:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1632:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1627:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1632:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1633:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1628:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1633:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1642:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1637:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1642:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1643:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1638:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1643:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1645:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1639:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1645:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1646:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1640:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1646:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1673:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1659:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1673:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1720:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1712:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1720:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1721:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1713:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1721:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1723:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1715:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1723:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1724:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1716:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1724:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1725:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1714:0: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1725:2: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1726:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1717:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1726:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1727:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1711:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1727:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1746:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1735:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1746:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1747:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1736:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1747:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1770:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1765:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1770:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1814:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1790:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1814:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1816:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1791:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1816:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1841:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1838:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1841:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1842:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1839:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1842:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1843:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1840:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1843:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1854:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1853:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1854:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1868:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1859:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1868:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1869:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1860:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1869:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1870:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1861:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1870:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1871:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1862:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1871:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1873:3: style: Variable 'parent_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1858:0: note: Variable 'parent_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1873:3: note: Variable 'parent_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1874:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1864:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1874:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1875:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1865:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1875:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1876:3: style: Variable 'parent_path' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1863:0: note: Variable 'parent_path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1876:3: note: Variable 'parent_path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1877:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1866:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1877:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1878:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1867:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1878:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1891:2: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1888:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1891:2: note: Variable 'ptr' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1893:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1889:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1893:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1895:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1887:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1895:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1915:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1902:0: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1915:2: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1916:2: style: Variable 'parent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1903:0: note: Variable 'parent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1916:2: note: Variable 'parent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1917:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1904:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1917:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1928:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1920:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1928:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1929:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1921:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1929:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1930:3: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1919:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1930:3: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1931:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1922:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1931:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1933:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1923:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1933:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1934:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1924:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1934:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1935:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1925:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1935:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1956:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1952:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1956:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1958:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1954:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1958:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1959:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1955:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1959:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1963:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1961:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1963:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1964:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1962:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1964:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1980:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1971:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1980:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1981:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1972:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1981:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1982:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1973:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1982:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1983:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1974:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1983:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1985:4: style: Variable 'parent_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1970:0: note: Variable 'parent_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1985:4: note: Variable 'parent_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1986:4: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1976:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1986:4: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1987:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1977:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1987:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1988:4: style: Variable 'parent_path' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1975:0: note: Variable 'parent_path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1988:4: note: Variable 'parent_path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1989:4: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1978:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1989:4: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1990:4: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1979:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1990:4: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2012:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2002:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2012:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2013:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2003:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2013:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2015:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2005:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2015:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2024:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2021:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2024:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2025:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2022:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2025:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2033:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2028:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2033:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2034:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2029:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2034:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2035:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2030:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2035:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2036:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2031:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2036:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2044:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2041:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2044:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2045:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2042:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2045:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2053:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2048:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2053:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2054:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2049:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2054:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2055:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2050:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2055:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2056:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2051:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2056:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2070:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2065:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2070:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2093:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2085:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2093:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2094:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2086:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2094:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2096:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2088:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2096:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2097:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2089:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2097:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2098:2: style: Variable 'child' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2087:0: note: Variable 'child' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2098:2: note: Variable 'child' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2099:2: style: Variable 'first_child' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2090:0: note: Variable 'first_child' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2099:2: note: Variable 'first_child' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2106:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2101:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2106:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2137:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2123:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2137:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2138:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2124:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2138:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2140:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2126:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2140:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2141:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2127:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2141:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2142:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2128:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2142:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2143:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2129:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2143:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2144:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2130:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2144:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2145:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2131:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2145:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2146:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2132:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2146:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2147:2: style: Variable 'new_node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2125:0: note: Variable 'new_node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2147:2: note: Variable 'new_node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2150:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2133:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2150:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2151:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2122:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2151:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2168:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2158:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2168:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2169:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2159:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2169:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2171:2: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2157:0: note: Variable 'data' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2171:2: note: Variable 'data' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2172:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2161:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2172:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2173:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2162:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2173:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2205:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2182:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2205:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2252:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2250:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2252:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2259:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2255:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2259:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2260:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2256:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2260:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2289:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2274:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2289:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2290:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2275:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2290:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2291:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2276:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2291:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2292:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2273:0: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2292:2: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2293:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2277:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2293:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2294:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2278:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2294:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2296:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2281:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2296:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2298:2: style: Variable 'iter1' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2279:0: note: Variable 'iter1' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2298:2: note: Variable 'iter1' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2299:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2283:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2299:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2301:2: style: Variable 'iter2' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2280:0: note: Variable 'iter2' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2301:2: note: Variable 'iter2' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2302:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2285:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2302:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2319:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2314:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2319:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2320:2: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2312:0: note: Variable 'list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2320:2: note: Variable 'list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2321:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2315:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2321:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2332:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2325:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2332:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2333:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2326:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2333:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2334:3: style: Variable '_node_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2324:0: note: Variable '_node_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2334:3: note: Variable '_node_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2335:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2328:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2335:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2426:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2412:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2426:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2427:2: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2410:0: note: Variable 'list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2427:2: note: Variable 'list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2428:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2413:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2428:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2437:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2433:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2437:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2475:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2462:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2475:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2476:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2463:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2476:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2478:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2465:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2478:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2479:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2466:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2479:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2480:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2464:0: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2480:2: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2481:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2468:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2481:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2482:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2469:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2482:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2484:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2471:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2484:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2485:2: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2467:0: note: Variable 'list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2485:2: note: Variable 'list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2486:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2472:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2486:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2493:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2492:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2493:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2545:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2535:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2545:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2546:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2536:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2546:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2548:2: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2534:0: note: Variable 'item' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2548:2: note: Variable 'item' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2549:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2539:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2549:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2551:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2541:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2551:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2552:2: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2538:0: note: Variable 'list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2552:2: note: Variable 'list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2553:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2542:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2553:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2557:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2555:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2557:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2558:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2556:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2558:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2570:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2568:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2570:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2572:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2567:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2572:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2588:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2585:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2588:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2600:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2594:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2600:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2625:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2621:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2625:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2636:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2634:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2636:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2637:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2635:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2637:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2645:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2643:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2645:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2646:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2644:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2646:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2654:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2652:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2654:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2655:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2653:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2655:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2664:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2662:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2664:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2665:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2663:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2665:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2674:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2672:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2674:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2675:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2673:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2675:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2692:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2690:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2692:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2701:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2699:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2701:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:366:19: style: Variable '_tmp1__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:368:11: style: Variable '_tmp2_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:370:19: style: Variable '_tmp3__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:372:11: style: Variable '_tmp4_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:374:19: style: Variable '_tmp5__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:376:11: style: Variable '_tmp6_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:378:19: style: Variable '_tmp7__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:380:11: style: Variable '_tmp8_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:382:19: style: Variable '_tmp9__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:384:12: style: Variable '_tmp10_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:386:20: style: Variable '_tmp11__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:388:12: style: Variable '_tmp12_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:558:19: style: Variable '_tmp2__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:569:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:578:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/symbols.c:546:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp8_. [nullPointerRedundantCheck]
latexila-3.22.0/src/symbols.c:549:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/symbols.c:545:12: note: Assignment '_tmp8_=e', assigned value is 0
latexila-3.22.0/src/symbols.c:546:12: note: Null pointer dereference
latexila-3.22.0/src/symbols.c:726:11: warning: Either the condition 'normal_symbols==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
latexila-3.22.0/src/symbols.c:385:2: note: Assuming that condition 'normal_symbols==NULL' is not redundant
latexila-3.22.0/src/symbols.c:371:44: note: Calling function 'normal_symbols_get_symbol_info', 1st argument 'self' value is 0
latexila-3.22.0/src/symbols.c:726:11: note: Null pointer dereference
latexila-3.22.0/src/symbols.c:743:11: warning: Either the condition 'normal_symbols==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
latexila-3.22.0/src/symbols.c:385:2: note: Assuming that condition 'normal_symbols==NULL' is not redundant
latexila-3.22.0/src/symbols.c:371:44: note: Calling function 'normal_symbols_get_symbol_info', 1st argument 'self' value is 0
latexila-3.22.0/src/symbols.c:743:11: note: Null pointer dereference
latexila-3.22.0/src/symbols.c:838:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp11_. [nullPointerRedundantCheck]
latexila-3.22.0/src/symbols.c:840:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/symbols.c:837:13: note: Assignment '_tmp11_=e', assigned value is 0
latexila-3.22.0/src/symbols.c:838:13: note: Null pointer dereference
latexila-3.22.0/src/symbols.c:1138:13: warning: Either the condition '_tmp6_==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
latexila-3.22.0/src/symbols.c:749:2: note: Assuming that condition '_tmp6_==NULL' is not redundant
latexila-3.22.0/src/symbols.c:747:35: note: Calling function 'normal_symbols_symbol_info_copy', 1st argument 'self' value is 0
latexila-3.22.0/src/symbols.c:1138:13: note: Null pointer dereference
latexila-3.22.0/src/symbols.c:1142:13: warning: Either the condition '_tmp6_==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
latexila-3.22.0/src/symbols.c:749:2: note: Assuming that condition '_tmp6_==NULL' is not redundant
latexila-3.22.0/src/symbols.c:747:35: note: Calling function 'normal_symbols_symbol_info_copy', 1st argument 'self' value is 0
latexila-3.22.0/src/symbols.c:1142:13: note: Null pointer dereference
latexila-3.22.0/src/symbols.c:242:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:239:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:242:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:243:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:240:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:243:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:254:3: style: Variable 'info_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:250:0: note: Variable 'info_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:254:3: note: Variable 'info_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:260:4: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:258:0: note: Variable 'info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:260:4: note: Variable 'info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:263:5: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:262:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:263:5: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:288:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:285:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:288:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:292:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:290:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:292:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:310:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:307:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:310:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:311:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:308:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:311:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:352:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:322:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:352:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:353:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:324:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:353:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:354:2: style: Variable 'id_components' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:321:0: note: Variable 'id_components' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:354:2: note: Variable 'id_components' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:358:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:328:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:358:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:359:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:329:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:359:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:360:2: style: Variable 'category_id' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:327:0: note: Variable 'category_id' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:360:2: note: Variable 'category_id' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:361:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:331:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:361:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:362:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:332:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:362:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:363:2: style: Variable 'icon_file' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:330:0: note: Variable 'icon_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:363:2: note: Variable 'icon_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:364:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:333:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:364:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:365:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:334:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:365:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:367:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:336:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:367:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:368:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:337:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:368:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:369:2: style: Variable 'normal_symbols' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:335:0: note: Variable 'normal_symbols' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:369:2: note: Variable 'normal_symbols' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:370:2: style: Variable 'package' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:338:0: note: Variable 'package' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:370:2: note: Variable 'package' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:371:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:342:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:371:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:376:2: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:339:0: note: Variable 'ok' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:376:2: note: Variable 'ok' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:378:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:343:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:378:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:379:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:344:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:379:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:380:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:345:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:380:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:383:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:320:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:383:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:423:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:405:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:423:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:424:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:406:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:424:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:425:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:407:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:425:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:426:2: style: Variable 'store' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:404:0: note: Variable 'store' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:426:2: note: Variable 'store' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:427:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:408:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:427:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:428:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:409:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:428:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:429:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:410:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:429:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:459:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:448:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:459:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:460:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:449:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:460:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:461:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:450:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:461:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:462:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:451:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:462:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:483:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:479:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:483:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:484:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:480:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:484:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:485:2: style: Variable 'tooltip' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:478:0: note: Variable 'tooltip' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:485:2: note: Variable 'tooltip' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:486:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:481:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:486:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:493:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:488:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:493:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:494:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:489:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:494:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:495:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:490:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:495:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:496:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:491:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:496:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:497:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:492:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:497:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:519:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:513:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:519:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:520:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:514:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:520:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:521:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:515:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:521:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:522:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:516:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:522:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:523:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:517:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:523:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:525:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:512:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:525:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:542:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:538:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:542:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:544:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:539:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:544:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:545:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:540:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:545:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:546:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:541:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:546:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:566:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:560:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:566:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:567:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:561:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:567:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:570:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:562:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:570:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:571:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:563:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:571:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:574:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:564:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:574:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:575:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:565:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:575:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:649:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:647:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:649:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:667:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:655:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:667:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:668:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:656:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:668:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:669:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:657:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:669:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:672:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:658:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:672:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:673:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:659:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:673:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:674:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:660:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:674:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:677:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:661:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:677:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:726:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:704:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:726:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:727:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:705:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:727:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:728:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:706:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:728:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:792:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:784:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:792:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:793:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:785:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:793:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:794:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:786:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:794:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:795:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:787:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:795:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:796:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:788:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:796:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:798:2: style: Variable 'contents' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:783:0: note: Variable 'contents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:798:2: note: Variable 'contents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:799:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:789:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:799:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:816:3: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:804:0: note: Variable 'parser' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:816:3: note: Variable 'parser' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:817:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:807:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:817:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:818:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:808:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:818:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:819:3: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:806:0: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:819:3: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:820:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:809:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:820:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:821:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:810:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:821:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:835:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:832:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:835:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:837:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:833:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:837:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:838:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:834:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:838:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:880:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:852:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:880:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:881:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:853:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:881:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:882:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:854:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:882:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:884:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:856:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:884:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:885:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:857:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:885:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:886:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:858:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:886:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:887:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:859:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:887:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:888:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:860:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:888:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:889:2: style: Variable 'tooltip' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:855:0: note: Variable 'tooltip' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:889:2: note: Variable 'tooltip' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:890:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:862:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:890:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:891:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:863:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:891:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:892:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:864:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:892:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:893:2: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:861:0: note: Variable 'id' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:893:2: note: Variable 'id' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:894:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:866:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:894:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:895:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:867:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:895:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:896:2: style: Variable 'pixbuf' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:865:0: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:896:2: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:897:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:868:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:897:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:929:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:920:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:929:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:930:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:921:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:930:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:931:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:922:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:931:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:950:5: style: Variable 'icon_file' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:944:0: note: Variable 'icon_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:950:5: note: Variable 'icon_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:956:7: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:955:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:956:7: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:997:11: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:992:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:997:11: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1000:11: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:995:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1000:11: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1001:11: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:996:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1001:11: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1016:11: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1011:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1016:11: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1019:11: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1014:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1019:11: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1020:11: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1015:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1020:11: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1035:11: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1030:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1035:11: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1038:11: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1033:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1038:11: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1039:11: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1034:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1039:11: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1059:11: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1049:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1059:11: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1062:11: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1052:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1062:11: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1063:11: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1053:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1063:11: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1064:11: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1054:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1064:11: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1065:11: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1055:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1065:11: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1066:11: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1056:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1066:11: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1067:11: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1057:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1067:11: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1068:11: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1058:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1068:11: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1109:5: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1102:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1109:5: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1110:5: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1103:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1110:5: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1111:5: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1104:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1111:5: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1112:5: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1105:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1112:5: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1113:5: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1106:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1113:5: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1114:5: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1107:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1114:5: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1115:5: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1108:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1115:5: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1138:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1134:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1138:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1139:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1135:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1139:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1142:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1136:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1142:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1143:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1137:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1143:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:255:29: style: Variable 'info_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/symbols.c:252:0: style: Variable '_info_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/symbols.c:356:25: style: Variable '_id_components_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/symbols.c:687:24: style: Variable '_column_types_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/symbols_view.c:214:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:205:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:214:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:215:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:206:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:215:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:222:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:207:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:222:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:224:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:209:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:224:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:225:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:210:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:225:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:226:2: style: Variable 'sw' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:208:0: note: Variable 'sw' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:226:2: note: Variable 'sw' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:229:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:211:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:229:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:232:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:212:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:232:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:276:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:265:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:276:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:277:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:267:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:277:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:278:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:269:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:278:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:279:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:276:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:279:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:289:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:287:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:289:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:290:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:288:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:290:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:296:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:295:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:296:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:300:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:299:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:300:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:334:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:314:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:334:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:335:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:315:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:335:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:336:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:316:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:336:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:337:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:317:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:337:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:386:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:384:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:386:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:422:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:403:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:422:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:423:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:404:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:423:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:424:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:405:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:424:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:427:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:426:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:427:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:451:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:447:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:451:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:452:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:448:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:452:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:453:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:450:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:453:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:483:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:462:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:483:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:484:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:463:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:484:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:486:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:464:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:486:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:487:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:465:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:487:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:488:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:466:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:488:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:490:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:467:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:490:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:491:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:468:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:491:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:492:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:469:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:492:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:493:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:470:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:493:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:494:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:471:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:494:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:495:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:472:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:495:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:496:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:473:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:496:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:499:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:474:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:499:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:500:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:475:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:500:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:501:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:476:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:501:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:503:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:477:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:503:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:504:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:478:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:504:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:505:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:479:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:505:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:507:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:480:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:507:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:508:3: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:481:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:508:3: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:509:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:482:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:509:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:537:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:527:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:537:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:563:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:561:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:563:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:564:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:562:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:564:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:583:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:576:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:583:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:584:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:577:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:584:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:105:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/tab_info_bar.c:73:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:105:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:106:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/tab_info_bar.c:75:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:106:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:107:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/tab_info_bar.c:76:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:107:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:114:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/tab_info_bar.c:113:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:114:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:122:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/tab_info_bar.c:121:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:122:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:130:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/tab_info_bar.c:129:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:130:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:139:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/tab_info_bar.c:138:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:139:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:226:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/tab_info_bar.c:224:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:226:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:308:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp5_. [nullPointerRedundantCheck]
latexila-3.22.0/src/utils.c:311:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/utils.c:307:12: note: Assignment '_tmp5_=e', assigned value is 0
latexila-3.22.0/src/utils.c:308:12: note: Null pointer dereference
latexila-3.22.0/src/utils.c:493:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp6_. [nullPointerRedundantCheck]
latexila-3.22.0/src/utils.c:496:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/utils.c:492:12: note: Assignment '_tmp6_=e', assigned value is 0
latexila-3.22.0/src/utils.c:493:12: note: Null pointer dereference
latexila-3.22.0/src/utils.c:584:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp9_. [nullPointerRedundantCheck]
latexila-3.22.0/src/utils.c:588:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/utils.c:583:12: note: Assignment '_tmp9_=e', assigned value is 0
latexila-3.22.0/src/utils.c:584:13: note: Null pointer dereference
latexila-3.22.0/src/utils.c:648:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp7_. [nullPointerRedundantCheck]
latexila-3.22.0/src/utils.c:652:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/utils.c:647:12: note: Assignment '_tmp7_=e', assigned value is 0
latexila-3.22.0/src/utils.c:648:12: note: Null pointer dereference
latexila-3.22.0/src/utils.c:79:2: style: Variable 'string_length' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:61:0: note: Variable 'string_length' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:79:2: note: Variable 'string_length' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:80:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:64:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:80:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:84:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:82:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:84:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:85:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:83:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:85:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:92:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:90:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:92:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:93:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:91:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:93:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:100:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:98:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:100:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:101:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:99:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:101:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:111:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:109:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:111:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:112:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:110:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:112:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:157:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:132:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:157:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:160:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:135:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:160:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:164:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:162:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:164:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:165:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:163:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:165:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:209:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:205:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:209:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:212:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:207:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:212:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:244:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:235:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:244:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:245:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:236:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:245:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:249:2: style: Variable 'escaped' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:239:0: note: Variable 'escaped' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:249:2: note: Variable 'escaped' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:250:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:241:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:250:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:258:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:253:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:258:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:259:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:255:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:259:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:286:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:282:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:286:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:287:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:283:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:287:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:288:3: style: Variable 'bytes' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:281:0: note: Variable 'bytes' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:288:3: note: Variable 'bytes' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:304:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:300:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:304:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:306:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:301:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:306:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:307:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:302:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:307:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:308:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:303:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:308:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:332:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:324:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:332:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:334:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:326:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:334:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:335:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:327:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:335:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:336:2: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:325:0: note: Variable 'dir' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:336:2: note: Variable 'dir' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:337:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:328:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:337:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:375:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:357:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:375:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:376:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:358:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:376:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:377:3: style: Variable 'mount' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:356:0: note: Variable 'mount' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:377:3: note: Variable 'mount' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:390:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:388:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:390:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:391:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:389:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:391:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:402:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:401:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:402:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:434:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:429:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:434:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:436:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:431:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:436:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:437:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:432:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:437:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:438:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:430:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:438:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:442:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:440:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:442:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:443:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:441:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:443:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:465:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:461:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:465:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:466:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:462:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:466:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:472:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:471:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:472:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:487:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:481:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:487:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:489:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:482:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:489:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:490:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:483:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:490:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:491:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:484:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:491:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:492:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:485:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:492:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:493:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:486:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:493:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:520:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:509:0: note: Variable 'res' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:520:2: note: Variable 'res' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:527:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:515:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:527:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:529:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:517:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:529:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:553:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:545:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:553:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:578:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:572:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:578:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:580:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:573:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:580:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:581:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:574:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:581:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:582:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:575:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:582:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:583:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:576:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:583:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:584:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:577:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:584:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:615:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:610:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:615:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:642:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:636:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:642:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:644:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:637:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:644:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:645:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:638:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:645:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:646:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:639:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:646:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:647:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:640:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:647:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:648:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:641:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:648:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:711:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:681:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:711:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:712:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:682:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:712:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:713:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:683:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:713:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:717:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:715:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:717:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:718:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:716:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:718:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:724:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:722:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:724:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:725:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:723:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:725:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:742:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:740:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:742:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:743:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:741:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:743:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:758:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:753:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:758:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:763:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:760:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:763:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:764:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:761:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:764:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:765:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:762:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:765:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:788:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:783:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:788:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:793:4: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:790:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:793:4: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:794:4: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:791:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:794:4: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:795:4: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:792:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:795:4: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:831:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:814:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:831:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:832:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:815:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:832:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:833:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:816:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:833:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:838:4: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:835:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:838:4: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:839:4: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:836:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:839:4: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:840:4: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:837:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:840:4: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:881:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:880:0: note: Variable 'i' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:881:3: note: Variable 'i' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:884:4: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:883:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:884:4: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:892:6: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:891:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:892:6: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:911:3: style: Variable '_tmp64_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:910:0: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:911:3: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:912:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:909:0: note: Variable 'i' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:912:3: note: Variable 'i' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:915:4: style: Variable '_tmp65_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:914:0: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:915:4: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:934:6: style: Variable '_tmp66_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:933:0: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:934:6: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:988:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:985:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:988:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:990:2: style: Variable 'sw' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:984:0: note: Variable 'sw' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:990:2: note: Variable 'sw' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:991:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:986:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:991:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:993:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:983:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:993:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1008:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1001:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1008:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1009:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1002:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1009:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1010:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1003:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1010:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1011:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1000:0: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1011:2: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1012:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1004:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1012:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1013:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1005:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1013:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1020:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1016:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1020:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1021:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1017:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1021:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1022:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1019:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1022:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1024:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1015:0: note: Variable 'ret' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1024:3: note: Variable 'ret' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1046:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1039:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1046:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1047:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1040:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1047:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1048:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1041:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1048:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1049:2: style: Variable 'select' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1038:0: note: Variable 'select' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1049:2: note: Variable 'select' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1050:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1042:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1050:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1051:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1044:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1051:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1052:2: style: Variable '_vala_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1036:0: note: Variable '_vala_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1052:2: note: Variable '_vala_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1066:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1055:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1066:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1067:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1056:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1067:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1068:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1057:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1068:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1069:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1054:0: note: Variable 'model' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1069:3: note: Variable 'model' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1070:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1059:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1070:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1071:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1060:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1071:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1072:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1061:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1072:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1073:3: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1058:0: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1073:3: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1074:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1062:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1074:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1075:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1064:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1075:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1102:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1098:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1102:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1103:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1099:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1103:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1104:2: style: Variable 'toplevel' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1097:0: note: Variable 'toplevel' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1104:2: note: Variable 'toplevel' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1105:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1100:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1105:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1108:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1107:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1108:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1121:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1120:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1121:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:522:15: style: Variable '_res_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/utils.c:526:11: style: Variable '_tmp2_' is assigned a value that is never used. [unreadVariable]
[02:21]
ftp://ftp.se.debian.org/debian/pool/main/l/latexmk/latexmk_4.59.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/latexml/latexml_0.8.3.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/latrace/latrace_0.5.11.orig.tar.gz
latrace-0.5.11.orig/src/args.c:287:23: style: The scope of the variable 'elem' can be reduced. [variableScope]
latrace-0.5.11.orig/src/args.c:60:16: portability: Behaviour of 'sizeof(void)' is not covered by the ISO C standard. [sizeofVoid]
latrace-0.5.11.orig/src/args.c:309:3: error: Memory leak: en [memleak]
latrace-0.5.11.orig/src/args.c:423:3: error: Memory leak: elem [memleak]
latrace-0.5.11.orig/src/args.c:512:3: error: Memory leak: sym [memleak]
latrace-0.5.11.orig/src/args.c:564:3: error: Memory leak: arg [memleak]
latrace-0.5.11.orig/src/args.c:577:3: error: Memory leak: h [memleak]
latrace-0.5.11.orig/src/args.c:952:3: error: Memory leak: buf [memleak]
latrace-0.5.11.orig/src/args.c:961:4: error: Memory leak: bufd [memleak]
latrace-0.5.11.orig/src/args.c:1023:3: error: Memory leak: buf [memleak]
latrace-0.5.11.orig/src/args.c:1034:4: error: Memory leak: bufd [memleak]
latrace-0.5.11.orig/src/audit-init.c:245:3: error: Resource leak: fout [resourceLeak]
latrace-0.5.11.orig/src/config.c:569:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
latrace-0.5.11.orig/src/fifo.c:165:41: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/lib-include.c:78:3: error: Resource leak: f [resourceLeak]
latrace-0.5.11.orig/src/lib-include.c:86:2: error: Resource leak: f [resourceLeak]
latrace-0.5.11.orig/src/output.c:104:6: style: Condition 'demangled' is always false [knownConditionTrueFalse]
latrace-0.5.11.orig/src/output.c:79:18: note: Assignment 'demangled=0', assigned value is 0
latrace-0.5.11.orig/src/output.c:104:6: note: Condition 'demangled' is always false
latrace-0.5.11.orig/src/output.c:150:6: style: Condition 'demangled' is always false [knownConditionTrueFalse]
latrace-0.5.11.orig/src/output.c:121:18: note: Assignment 'demangled=0', assigned value is 0
latrace-0.5.11.orig/src/output.c:150:6: note: Condition 'demangled' is always false
latrace-0.5.11.orig/src/stack.c:63:26: portability: 'end' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/stack.c:107:14: portability: 'sp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/stack.c:116:17: portability: 'sp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/stack.c:44:3: error: Resource leak: maps [resourceLeak]
latrace-0.5.11.orig/src/sysdeps/i686/stack.c:51:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
latrace-0.5.11.orig/src/sysdeps/i686/stack.c:47:9: portability: 'pval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/sysdeps/i686/stack.c:51:8: portability: 'pval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/sysdeps/i686/stack.c:78:7: portability: 'pval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/sysdeps/i686/stack.c:86:8: portability: 'pval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/sysdeps/i686/stack.c:100:8: portability: 'pval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/sysdeps/x86_64/stack.c:539:3: style: Variable 'pval' is reassigned a value before the old one has been used. [redundantAssignment]
latrace-0.5.11.orig/src/sysdeps/x86_64/stack.c:537:0: note: Variable 'pval' is reassigned a value before the old one has been used.
latrace-0.5.11.orig/src/sysdeps/x86_64/stack.c:539:3: note: Variable 'pval' is reassigned a value before the old one has been used.
latrace-0.5.11.orig/src/sysdeps/x86_64/stack.c:580:3: style: Variable 'pval' is reassigned a value before the old one has been used. [redundantAssignment]
latrace-0.5.11.orig/src/sysdeps/x86_64/stack.c:576:0: note: Variable 'pval' is reassigned a value before the old one has been used.
latrace-0.5.11.orig/src/sysdeps/x86_64/stack.c:580:3: note: Variable 'pval' is reassigned a value before the old one has been used.
latrace-0.5.11.orig/src/sysdeps/x86_64/stack.c:385:15: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/sysdeps/x86_64/stack.c:388:15: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/sysdeps/x86_64/stack.c:389:24: portability: 'base+sizeof(void*)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/sysdeps/x86_64/stack.c:438:7: portability: 'pval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/sysdeps/x86_64/stack.c:514:19: portability: 'pval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/thread.c:34:3: error: Memory leak: t [memleak]
[02:21]
ftp://ftp.se.debian.org/debian/pool/main/l/lattice/lattice_0.20-6.orig.tar.gz
[02:21]
ftp://ftp.se.debian.org/debian/pool/main/l/latticeextra/latticeextra_0.6-28.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/launchtool/launchtool_0.8.orig.tar.gz
launchtool-0.8/src/LaunchtoolCfg.cc:64:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
launchtool-0.8/src/LaunchtoolCfg.cc:73:2: error: fprintf format string requires 4 parameters but only 2 are given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/LaunchtoolCfg.cc:74:2: error: fprintf format string requires 5 parameters but only 3 are given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/LaunchtoolCfg.cc:76:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
launchtool-0.8/src/LaunchtoolCfg.cc:81:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
launchtool-0.8/src/LaunchtoolCfg.cc:96:2: error: fprintf format string requires 4 parameters but only 3 are given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/LaunchtoolCfg.cc:98:2: error: fprintf format string requires 4 parameters but only 2 are given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/LaunchtoolCfg.cc:112:5: error: fprintf format string requires 2 parameters but only 1 is given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/LaunchtoolCfg.cc:119:2: error: fprintf format string requires 4 parameters but only 2 are given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/LaunchtoolCfg.cc:120:2: error: fprintf format string requires 4 parameters but only 2 are given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/LaunchtoolCfg.cc:108:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
launchtool-0.8/src/LaunchtoolCfg.cc:9:6: warning: Member variable 'Cfg::silent_restart_time' is not initialized in the constructor. [uninitMemberVar]
launchtool-0.8/src/LaunchtoolCfg.h:114:2: style: Class 'Cfg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/LaunchtoolOutput.cc:22:2: style: Class 'FileOutput' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
launchtool-0.8/src/LaunchtoolOutput.cc:22:2: style: Class 'FileOutput' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
launchtool-0.8/src/LaunchtoolOutput.h:33:2: style: Class 'FileOutput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/LaunchtoolOutput.h:18:15: style: The function 'out' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/LaunchtoolOutput.h:12:15: note: Virtual function in base class
launchtool-0.8/src/LaunchtoolOutput.h:18:15: note: Function in derived class
launchtool-0.8/src/LaunchtoolOutput.h:24:15: style: The function 'out' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/LaunchtoolOutput.h:12:15: note: Virtual function in base class
launchtool-0.8/src/LaunchtoolOutput.h:24:15: note: Function in derived class
launchtool-0.8/src/LaunchtoolOutput.h:36:15: style: The function 'out' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/LaunchtoolOutput.h:12:15: note: Virtual function in base class
launchtool-0.8/src/LaunchtoolOutput.h:36:15: note: Function in derived class
launchtool-0.8/src/LaunchtoolOutput.h:53:15: style: The function 'out' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/LaunchtoolOutput.h:12:15: note: Virtual function in base class
launchtool-0.8/src/LaunchtoolOutput.h:53:15: note: Function in derived class
launchtool-0.8/src/MultiReader.h:52:15: style: The function 'handleData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/MultiReader.h:20:15: note: Virtual function in base class
launchtool-0.8/src/MultiReader.h:52:15: note: Function in derived class
launchtool-0.8/src/MultiReader.h:53:15: style: The function 'handleEOF' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/MultiReader.h:21:15: note: Virtual function in base class
launchtool-0.8/src/MultiReader.h:53:15: note: Function in derived class
launchtool-0.8/src/common/ChildProcess.h:10:7: performance: Technically the member function 'Process::detachFromTTY' can be static. [functionStatic]
launchtool-0.8/src/common/ChildProcess.cc:25:15: note: Technically the member function 'Process::detachFromTTY' can be static.
launchtool-0.8/src/common/ChildProcess.h:10:7: note: Technically the member function 'Process::detachFromTTY' can be static.
launchtool-0.8/src/common/Exception.h:72:2: style: Class 'InstallUnexpected' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/common/Exception.h:108:2: style: Class 'ContextException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/common/Exception.h:129:2: style: Class 'InterruptedException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/common/Exception.h:149:2: style: Class 'WaitInterruptedException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/common/Exception.h:165:2: style: Class 'ConsistencyCheckException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/common/ChildProcess.h:68:2: style: Class 'ChildProcess' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/common/Exception.h:111:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:91:22: note: Virtual function in base class
launchtool-0.8/src/common/Exception.h:111:22: note: Function in derived class
launchtool-0.8/src/common/Exception.h:113:22: style: The function 'desc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:94:22: note: Virtual function in base class
launchtool-0.8/src/common/Exception.h:113:22: note: Function in derived class
launchtool-0.8/src/common/Exception.h:132:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:111:22: note: Virtual function in base class
launchtool-0.8/src/common/Exception.h:132:22: note: Function in derived class
launchtool-0.8/src/common/Exception.h:152:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:132:22: note: Virtual function in base class
launchtool-0.8/src/common/Exception.h:152:22: note: Function in derived class
launchtool-0.8/src/common/Exception.h:168:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:111:22: note: Virtual function in base class
launchtool-0.8/src/common/Exception.h:168:22: note: Function in derived class
launchtool-0.8/src/common/Exception.h:184:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:168:22: note: Virtual function in base class
launchtool-0.8/src/common/Exception.h:184:22: note: Function in derived class
launchtool-0.8/src/common/Exception.h:192:22: style: The function 'desc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:113:22: note: Virtual function in base class
launchtool-0.8/src/common/Exception.h:192:22: note: Function in derived class
launchtool-0.8/src/common/Exception.h:242:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:184:22: note: Virtual function in base class
launchtool-0.8/src/common/Exception.h:242:22: note: Function in derived class
launchtool-0.8/src/common/Exception.h:247:22: style: The function 'desc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:192:22: note: Virtual function in base class
launchtool-0.8/src/common/Exception.h:247:22: note: Function in derived class
launchtool-0.8/src/common/Exception.h:281:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:111:22: note: Virtual function in base class
launchtool-0.8/src/common/Exception.h:281:22: note: Function in derived class
launchtool-0.8/src/common/Exception.h:289:22: style: The function 'desc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:113:22: note: Virtual function in base class
launchtool-0.8/src/common/Exception.h:289:22: note: Function in derived class
launchtool-0.8/src/common/Exception.h:307:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:281:22: note: Virtual function in base class
launchtool-0.8/src/common/Exception.h:307:22: note: Function in derived class
launchtool-0.8/src/common/ChildProcess.cc:353:4: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
launchtool-0.8/src/common/Config.cc:508:36: style: Function 'parse' argument 1 names different: declaration 'fname' definition 'file'. [funcArgNamesDifferent]
launchtool-0.8/src/common/Config.h:94:41: note: Function 'parse' argument 1 names different: declaration 'fname' definition 'file'.
launchtool-0.8/src/common/Config.cc:508:36: note: Function 'parse' argument 1 names different: declaration 'fname' definition 'file'.
launchtool-0.8/src/common/Config.cc:143:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
launchtool-0.8/src/common/Config.cc:255:27: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
launchtool-0.8/src/common/Config.cc:263:27: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
launchtool-0.8/src/common/Config.cc:169:17: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
launchtool-0.8/src/common/Config.cc:162:2: style: Value of pointer 'node', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
launchtool-0.8/src/common/Config.h:13:2: style: Class 'ConfigKeyNotFoundException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/common/Config.h:47:2: style: Class 'Config' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/common/Config.cc:274:2: style: Class 'Printer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/common/Config.h:16:14: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:91:22: note: Virtual function in base class
launchtool-0.8/src/common/Config.h:16:14: note: Function in derived class
launchtool-0.8/src/common/Config.h:17:14: style: The function 'desc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:94:22: note: Virtual function in base class
launchtool-0.8/src/common/Config.h:17:14: note: Function in derived class
launchtool-0.8/src/common/Regex.h:20:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:281:22: note: Virtual function in base class
launchtool-0.8/src/common/Regex.h:20:22: note: Function in derived class
launchtool-0.8/src/common/Regex.h:21:22: style: The function 'desc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:289:22: note: Virtual function in base class
launchtool-0.8/src/common/Regex.h:21:22: note: Function in derived class
launchtool-0.8/src/common/Config.cc:277:15: style: The function 'visitNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Config.h:37:16: note: Virtual function in base class
launchtool-0.8/src/common/Config.cc:277:15: note: Function in derived class
launchtool-0.8/src/common/Config.cc:285:15: style: The function 'visitValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Config.h:43:16: note: Virtual function in base class
launchtool-0.8/src/common/Config.cc:285:15: note: Function in derived class
launchtool-0.8/src/common/Config.cc:107:11: error: Exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction]
launchtool-0.8/src/common/Config.cc:128:11: error: Exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction]
launchtool-0.8/src/common/Config.cc:202:12: error: Exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction]
launchtool-0.8/src/common/Config.cc:211:26: error: Exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction]
launchtool-0.8/src/common/Config.cc:232:12: error: Exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction]
launchtool-0.8/src/common/Config.cc:240:26: error: Exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction]
launchtool-0.8/src/common/Config.cc:295:2: error: Exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction]
launchtool-0.8/src/common/Config.cc:368:17: error: Exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction]
launchtool-0.8/src/common/Config.cc:378:3: performance: Passing the result of c_str() to a function that takes std::string as argument no. 1 is slow and redundant. [stlcstrParam]
launchtool-0.8/src/common/Exception.cc:76:9: error: Mismatching allocation and deallocation: buf [mismatchAllocDealloc]
launchtool-0.8/src/common/Exec.cc:39:2: style: Class 'strlist' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
launchtool-0.8/src/common/Exec.cc:39:2: style: Class 'strlist' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
launchtool-0.8/src/common/Exec.h:62:2: style: Class 'Exec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/common/Exec.h:41:3: style: Class 'strlist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/common/Exec.cc:34:2: error: Common realloc mistake: 'ptr' nulled but not freed upon failure [memleakOnRealloc]
launchtool-0.8/src/common/LoggerMethods.cc:24:2: style: Class 'FileMethod' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
launchtool-0.8/src/common/LoggerMethods.cc:24:2: style: Class 'FileMethod' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
launchtool-0.8/src/common/LoggerMethods.h:25:2: style: Class 'FileMethod' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/common/LoggerMethods.h:14:15: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Logger.h:96:15: note: Virtual function in base class
launchtool-0.8/src/common/LoggerMethods.h:14:15: note: Function in derived class
launchtool-0.8/src/common/LoggerMethods.h:28:15: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Logger.h:96:15: note: Virtual function in base class
launchtool-0.8/src/common/LoggerMethods.h:28:15: note: Function in derived class
launchtool-0.8/src/common/LoggerMethods.h:35:15: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Logger.h:96:15: note: Virtual function in base class
launchtool-0.8/src/common/LoggerMethods.h:35:15: note: Function in derived class
launchtool-0.8/src/common/LoggerMethods.h:49:15: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Logger.h:96:15: note: Virtual function in base class
launchtool-0.8/src/common/LoggerMethods.h:49:15: note: Function in derived class
launchtool-0.8/src/common/LoggerMethods.h:52:15: style: The function 'setupForkedChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Logger.h:101:15: note: Virtual function in base class
launchtool-0.8/src/common/LoggerMethods.h:52:15: note: Function in derived class
launchtool-0.8/src/common/Pidfile.cc:59:3: error: Resource leak: in [resourceLeak]
launchtool-0.8/src/common/Regex.cc:17:10: error: Mismatching allocation and deallocation: msg [mismatchAllocDealloc]
launchtool-0.8/src/common/Regex.cc:18:3: error: Mismatching allocation and deallocation: msg [mismatchAllocDealloc]
launchtool-0.8/src/common/Regex.cc:22:2: error: Mismatching allocation and deallocation: msg [mismatchAllocDealloc]
launchtool-0.8/src/launchtool.cc:757:20: error: printf format string requires 3 parameters but only 2 are given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/launchtool.cc:762:20: error: printf format string requires 2 parameters but only 1 is given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/launchtool.cc:243:11: style: Unused variable: report [unusedVariable]
launchtool-0.8/src/launchtool.cc:699:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
launchtool-0.8/src/launchtool.cc:876:15: style: The function 'haveLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/MultiReader.h:42:16: note: Virtual function in base class
launchtool-0.8/src/launchtool.cc:876:15: note: Function in derived class
launchtool-0.8/src/launchtool.cc:885:15: style: The function 'haveLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/MultiReader.h:42:16: note: Virtual function in base class
launchtool-0.8/src/launchtool.cc:885:15: note: Function in derived class
launchtool-0.8/src/test.cc:27:2: error: fprintf format string requires 2 parameters but only 1 is given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/test.cc:30:3: error: fprintf format string requires 2 parameters but only 1 is given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/test.cc:37:2: error: fprintf format string requires 2 parameters but only 1 is given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/test.cc:40:3: error: fprintf format string requires 2 parameters but only 1 is given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/test.cc:122:29: style: Same expression on both sides of '==' because the value of 'op_status' and '-1' are the same. [duplicateExpression]
launchtool-0.8/src/test.cc:78:19: note: 'op_status' is assigned value '-1' here.
launchtool-0.8/src/test.cc:122:29: note: Same expression on both sides of '==' because the value of 'op_status' and '-1' are the same.
launchtool-0.8/src/test.cc:123:22: style: Same expression on both sides of '==' because the value of 'op_loop' and '-1' are the same. [duplicateExpression]
launchtool-0.8/src/test.cc:79:17: note: 'op_loop' is assigned value '-1' here.
launchtool-0.8/src/test.cc:123:22: note: Same expression on both sides of '==' because the value of 'op_loop' and '-1' are the same.
launchtool-0.8/src/test.cc:47:13: style: The scope of the variable 'term_count' can be reduced. [variableScope]
[02:21]
ftp://ftp.se.debian.org/debian/pool/main/l/launchy/launchy_2.5.orig.tar.gz
launchy-2.5/Plugin API/myplugin/catalog.h:54:2: warning: Member variable 'CatItem::usage' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/Plugin API/myplugin/catalog.h:54:2: warning: Member variable 'CatItem::data' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/Plugin API/myplugin/catalog.h:54:2: warning: Member variable 'CatItem::id' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/Plugin API/myplugin/catalog.h:40:10: style: Member variable 'CatItem::fullPath' is in the wrong place in the initializer list. [initializerList]
launchy-2.5/Plugin API/myplugin/catalog.h:87:14: note: Member variable 'CatItem::fullPath' is in the wrong place in the initializer list.
launchy-2.5/Plugin API/myplugin/catalog.h:40:10: note: Member variable 'CatItem::fullPath' is in the wrong place in the initializer list.
launchy-2.5/Plugin API/myplugin/catalog.h:40:10: style: Member variable 'CatItem::fullPath' is in the wrong place in the initializer list. [initializerList]
launchy-2.5/Plugin API/myplugin/catalog.h:102:14: note: Member variable 'CatItem::fullPath' is in the wrong place in the initializer list.
launchy-2.5/Plugin API/myplugin/catalog.h:40:10: note: Member variable 'CatItem::fullPath' is in the wrong place in the initializer list.
launchy-2.5/Plugin API/myplugin/catalog.h:110:3: performance: Variable 'fullPath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/myplugin/catalog.h:111:3: performance: Variable 'shortName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/myplugin/catalog.h:112:3: performance: Variable 'lowName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/myplugin/catalog.h:113:3: performance: Variable 'icon' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/myplugin/catalog.h:190:16: performance: Variable 'id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/myplugin/catalog.h:191:39: performance: Variable 'id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/myplugin/catalog.h:159:14: style: Technically the member function 'InputData::getLabels' can be const. [functionConst]
launchy-2.5/Plugin API/myplugin/catalog.h:176:7: style: Technically the member function 'InputData::getID' can be const. [functionConst]
launchy-2.5/Plugin API/myplugin/catalog.h:179:11: style: Technically the member function 'InputData::getText' can be const. [functionConst]
launchy-2.5/Plugin API/myplugin/gui.h:32:2: style: Class 'Gui' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/Plugin API/myplugin/catalog.h:191:2: style: Class 'InputData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/Plugin API/myplugin/myplugin.h:39:6: style: The function 'msg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/Plugin API/myplugin/plugin_interface.h:542:14: note: Virtual function in base class
launchy-2.5/Plugin API/myplugin/myplugin.h:39:6: note: Function in derived class
launchy-2.5/Plugin API/myplugin/myplugin.cpp:147:43: style: C-style pointer casting [cstyleCast]
launchy-2.5/Plugin API/myplugin/myplugin.cpp:41:2: performance: Variable 'HASH_myplugin' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/myplugin/plugin_interface.cpp:27:25: style: Function 'runProgram' argument 1 names different: declaration 'file' definition 'path'. [funcArgNamesDifferent]
launchy-2.5/Plugin API/myplugin/plugin_interface.h:570:25: note: Function 'runProgram' argument 1 names different: declaration 'file' definition 'path'.
launchy-2.5/Plugin API/myplugin/plugin_interface.cpp:27:25: note: Function 'runProgram' argument 1 names different: declaration 'file' definition 'path'.
launchy-2.5/Plugin API/plugin_interface.cpp:27:25: style: Function 'runProgram' argument 1 names different: declaration 'file' definition 'path'. [funcArgNamesDifferent]
launchy-2.5/Plugin API/plugin_interface.h:570:25: note: Function 'runProgram' argument 1 names different: declaration 'file' definition 'path'.
launchy-2.5/Plugin API/plugin_interface.cpp:27:25: note: Function 'runProgram' argument 1 names different: declaration 'file' definition 'path'.
launchy-2.5/Plugin API/catalog.h:54:2: warning: Member variable 'CatItem::usage' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/Plugin API/catalog.h:54:2: warning: Member variable 'CatItem::data' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/Plugin API/catalog.h:54:2: warning: Member variable 'CatItem::id' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/Plugin API/catalog.h:40:10: style: Member variable 'CatItem::fullPath' is in the wrong place in the initializer list. [initializerList]
launchy-2.5/Plugin API/catalog.h:87:14: note: Member variable 'CatItem::fullPath' is in the wrong place in the initializer list.
launchy-2.5/Plugin API/catalog.h:40:10: note: Member variable 'CatItem::fullPath' is in the wrong place in the initializer list.
launchy-2.5/Plugin API/catalog.h:40:10: style: Member variable 'CatItem::fullPath' is in the wrong place in the initializer list. [initializerList]
launchy-2.5/Plugin API/catalog.h:102:14: note: Member variable 'CatItem::fullPath' is in the wrong place in the initializer list.
launchy-2.5/Plugin API/catalog.h:40:10: note: Member variable 'CatItem::fullPath' is in the wrong place in the initializer list.
launchy-2.5/Plugin API/catalog.h:110:3: performance: Variable 'fullPath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/catalog.h:111:3: performance: Variable 'shortName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/catalog.h:112:3: performance: Variable 'lowName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/catalog.h:113:3: performance: Variable 'icon' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/catalog.h:190:16: performance: Variable 'id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/catalog.h:191:39: performance: Variable 'id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/catalog.h:159:14: style: Technically the member function 'InputData::getLabels' can be const. [functionConst]
launchy-2.5/Plugin API/catalog.h:176:7: style: Technically the member function 'InputData::getID' can be const. [functionConst]
launchy-2.5/Plugin API/catalog.h:179:11: style: Technically the member function 'InputData::getText' can be const. [functionConst]
launchy-2.5/Plugin API/catalog.h:191:2: style: Class 'InputData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/common/DropListWidget.h:33:2: style: Class 'DropListWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/common/DropTableWidget.h:14:5: style: Class 'DropTableWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/common/FileBrowser.h:46:4: style: Class 'FileBrowser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/platforms/mac/platform_mac.h:33:60: warning: Redundant assignment of 'size' to itself. [selfAssignment]
launchy-2.5/platforms/mac/platform_mac.cpp:18:50: style: Function 'setHotkey' argument 1 names different: declaration 'newHotkey' definition 'key'. [funcArgNamesDifferent]
launchy-2.5/platforms/mac/platform_mac.h:35:45: note: Function 'setHotkey' argument 1 names different: declaration 'newHotkey' definition 'key'.
launchy-2.5/platforms/mac/platform_mac.cpp:18:50: note: Function 'setHotkey' argument 1 names different: declaration 'newHotkey' definition 'key'.
launchy-2.5/platforms/mac/platform_mac_hotkey.h:102:35: style: The scope of the variable 'ithKeyTable' can be reduced. [variableScope]
launchy-2.5/platforms/mac/platform_mac_hotkey.cpp:74:7: style: The function 'activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/platforms/mac/platform_mac_hotkey.h:18:15: note: Virtual function in base class
launchy-2.5/platforms/mac/platform_mac_hotkey.cpp:74:7: note: Function in derived class
launchy-2.5/platforms/mac/platform_mac_hotkey.cpp:79:7: style: The function 'isAccepted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/platforms/mac/platform_mac_hotkey.h:19:15: note: Virtual function in base class
launchy-2.5/platforms/mac/platform_mac_hotkey.cpp:79:7: note: Function in derived class
launchy-2.5/platforms/unix/platform_unix.cpp:227:13: style: C-style pointer casting [cstyleCast]
launchy-2.5/platforms/unix/platform_unix.h:71:48: warning: Redundant assignment of 'size' to itself. [selfAssignment]
launchy-2.5/platforms/unix/platform_x11_hotkey.cpp:101:14: style: The function 'activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/platforms/unix/platform_x11_hotkey.h:35:22: note: Virtual function in base class
launchy-2.5/platforms/unix/platform_x11_hotkey.cpp:101:14: note: Function in derived class
launchy-2.5/platforms/unix/platform_x11_hotkey.cpp:106:14: style: The function 'isAccepted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/platforms/unix/platform_x11_hotkey.h:36:22: note: Virtual function in base class
launchy-2.5/platforms/unix/platform_x11_hotkey.cpp:106:14: note: Function in derived class
launchy-2.5/platforms/win/platform_win_util.h:37:3: performance: Variable 'mutex' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/platforms/win/platform_win_util.h:50:7: style: Technically the member function 'LimitSingleInstance::IsAnotherInstanceRunning' can be const. [functionConst]
launchy-2.5/platforms/win/platform_win_util.h:32:2: style: Class 'LimitSingleInstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/platforms/win/platform_win.cpp:108:3: style: C-style pointer casting [cstyleCast]
launchy-2.5/platforms/win/platform_win.cpp:35:3: performance: Variable 'commandMessageId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/platforms/win/platform_win.cpp:32:2: style: Class 'LaunchyWidgetWin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/platforms/win/platform_win_hotkey.cpp:101:7: style: Member variable 'Impl::connected' is in the wrong place in the initializer list. [initializerList]
launchy-2.5/platforms/win/platform_win_hotkey.cpp:108:7: note: Member variable 'Impl::connected' is in the wrong place in the initializer list.
launchy-2.5/platforms/win/platform_win_hotkey.cpp:101:7: note: Member variable 'Impl::connected' is in the wrong place in the initializer list.
launchy-2.5/plugins/calcy/calcy.cpp:123:2: performance: Variable 'HASH_CALCY' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/plugins/calcy/gui.h:32:2: style: Class 'Gui' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/plugins/calcy/calcy.cpp:57:3: style: Struct 'definition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/plugins/calcy/calcy.cpp:106:9: error: Mismatching allocation and deallocation: wstr [mismatchAllocDealloc]
launchy-2.5/plugins/controly/ControlPanelItemFinder.cpp:703:6: style: Variable 'hres' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
launchy-2.5/plugins/controly/ControlPanelItemFinder.cpp:702:6: note: Variable 'hres' is reassigned a value before the old one has been used if variable is no semaphore variable.
launchy-2.5/plugins/controly/ControlPanelItemFinder.cpp:703:6: note: Variable 'hres' is reassigned a value before the old one has been used if variable is no semaphore variable.
launchy-2.5/plugins/controly/ControlPanelItemFinder.cpp:706:6: style: Variable 'hres' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
launchy-2.5/plugins/controly/ControlPanelItemFinder.cpp:703:6: note: Variable 'hres' is reassigned a value before the old one has been used if variable is no semaphore variable.
launchy-2.5/plugins/controly/ControlPanelItemFinder.cpp:706:6: note: Variable 'hres' is reassigned a value before the old one has been used if variable is no semaphore variable.
launchy-2.5/plugins/controly/ControlPanelItemFinder.cpp:529:9: style: The scope of the variable 'itemAdded' can be reduced. [variableScope]
launchy-2.5/plugins/controly/ControlPanelItemFinder.cpp:612:24: style: Variable 'itemAdded' is assigned a value that is never used. [unreadVariable]
launchy-2.5/plugins/controly/ControlPanelItemFinder.h:16:3: performance: Variable 'path' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/plugins/controly/ControlPanelItemFinder.h:17:3: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/plugins/controly/ControlPanelItemFinder.h:18:3: performance: Variable 'icon' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/plugins/controly/ControlPanelItemFinder.cpp:17:2: performance: Variable 'controlyPluginId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/plugins/controly/fhoicon.h:52:3: style: Class 'FhoIconCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/plugins/controly/controly.cpp:173:7: warning: Redundant assignment of 'item' to itself. [selfAssignment]
launchy-2.5/plugins/controly/controly.cpp:27:2: performance: Variable 'HASH_controly' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/plugins/controly/gui.h:31:2: style: Class 'Gui' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/plugins/controly/fhoenv.cpp:7:32: style: Function 'expand' argument 1 names different: declaration 'str' definition 'txt'. [funcArgNamesDifferent]
launchy-2.5/plugins/controly/fhoenv.h:10:33: note: Function 'expand' argument 1 names different: declaration 'str' definition 'txt'.
launchy-2.5/plugins/controly/fhoenv.cpp:7:32: note: Function 'expand' argument 1 names different: declaration 'str' definition 'txt'.
launchy-2.5/plugins/controly/fhoicon.cpp:42:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
launchy-2.5/plugins/controly/fhoicon.cpp:46:4: note: Found duplicate branches for 'if' and 'else'.
launchy-2.5/plugins/controly/fhoicon.cpp:42:9: note: Found duplicate branches for 'if' and 'else'.
launchy-2.5/plugins/controly/fhoicon.cpp:396:17: warning: Member variable 'FhoIconCreator::forceDefaultImage' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/plugins/controly/fhoicon.h:47:11: style: Technically the member function 'FhoIconCreator::generateImageFileName' can be const. [functionConst]
launchy-2.5/plugins/controly/fhoicon.cpp:447:25: note: Technically the member function 'FhoIconCreator::generateImageFileName' can be const.
launchy-2.5/plugins/controly/fhoicon.h:47:11: note: Technically the member function 'FhoIconCreator::generateImageFileName' can be const.
launchy-2.5/plugins/controly/fhoicon.h:61:11: style: Technically the member function 'FhoIconCreator::getImageFileName' can be const. [functionConst]
launchy-2.5/plugins/controly/fhoicon.cpp:457:25: note: Technically the member function 'FhoIconCreator::getImageFileName' can be const.
launchy-2.5/plugins/controly/fhoicon.h:61:11: note: Technically the member function 'FhoIconCreator::getImageFileName' can be const.
launchy-2.5/plugins/gcalc/gcalc.cpp:27:10: warning: Member variable 'Process::id' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/plugins/gcalc/gcalc.h:61:3: performance: Variable 'HASH_gcalc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/plugins/loader/loader.h:44:3: performance: Variable 'HASH_loader' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/plugins/loader/gui.h:35:2: style: Class 'Gui' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/plugins/runner/gui.h:34:2: style: Class 'Gui' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/plugins/runner/runner.cpp:138:2: style: Variable 'file' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
launchy-2.5/plugins/runner/runner.cpp:133:0: note: Variable 'file' is reassigned a value before the old one has been used if variable is no semaphore variable.
launchy-2.5/plugins/runner/runner.cpp:138:2: note: Variable 'file' is reassigned a value before the old one has been used if variable is no semaphore variable.
launchy-2.5/plugins/runner/runner.cpp:131:7: warning: Redundant assignment of 'item' to itself. [selfAssignment]
launchy-2.5/plugins/verby/Verby.cpp:173:7: warning: Redundant assignment of 'item' to itself. [selfAssignment]
launchy-2.5/plugins/verby/Verby.cpp:42:36: style: Function 'getName' argument 1 names different: declaration 'name' definition 'str'. [funcArgNamesDifferent]
launchy-2.5/plugins/verby/Verby.h:51:24: note: Function 'getName' argument 1 names different: declaration 'name' definition 'str'.
launchy-2.5/plugins/verby/Verby.cpp:42:36: note: Function 'getName' argument 1 names different: declaration 'name' definition 'str'.
launchy-2.5/plugins/verby/Verby.h:36:3: performance: Variable 'HASH_VERBY' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/plugins/verby/gui.h:31:2: style: Class 'Gui' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/plugins/weby/IconCache.cpp:64:13: warning: Either the condition 'if(reply&&reply->error()==QNetworkReply::NoError)' is redundant or there is possible null pointer dereference: reply. [nullPointerRedundantCheck]
launchy-2.5/plugins/weby/IconCache.cpp:65:5: note: Assuming that condition 'if(reply&&reply->error()==QNetworkReply::NoError)' is not redundant
launchy-2.5/plugins/weby/IconCache.cpp:64:13: note: Null pointer dereference
launchy-2.5/plugins/weby/IconCache.h:10:2: style: Class 'IconCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/plugins/weby/weby.h:74:2: warning: Member variable 'WebyPlugin::iconCache' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/plugins/weby/weby.h:77:3: performance: Variable 'HASH_WEBSITE' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/plugins/weby/gui.h:33:2: style: Class 'Gui' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/plugins/winshell/winshell.h:45:3: performance: Variable 'HASH_winshell' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/plugins/winshell/gui.h:35:2: style: Class 'Gui' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/plugins/winshell/winshell.cpp:147:7: warning: Redundant assignment of 'item' to itself. [selfAssignment]
launchy-2.5/src/AnimationLabel.h:32:2: style: Class 'AnimationLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/src/CharLineEdit.h:29:2: style: Class 'CharLineEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/src/CharListWidget.h:30:2: style: Class 'CharListWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/src/catalog.h:49:2: warning: Member variable 'CatItem::usage' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/src/catalog.h:49:2: warning: Member variable 'CatItem::data' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/src/catalog.h:49:2: warning: Member variable 'CatItem::id' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/src/catalog.h:105:3: performance: Variable 'fullPath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/src/catalog.h:106:3: performance: Variable 'shortName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/src/catalog.h:107:3: performance: Variable 'lowName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/src/catalog.h:108:3: performance: Variable 'icon' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/src/catalog.h:190:16: performance: Variable 'id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/src/catalog.h:191:39: performance: Variable 'id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/src/catalog.h:154:14: style: Technically the member function 'InputData::getLabels' can be const. [functionConst]
launchy-2.5/src/catalog.h:191:2: style: Class 'InputData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/src/catalog_builder.h:38:2: style: Class 'CatalogBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/src/catalog_types.h:57:7: style: The function 'addItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:33:15: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:57:7: note: Function in derived class
launchy-2.5/src/catalog_types.h:58:18: style: The function 'search' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:46:26: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:58:18: note: Function in derived class
launchy-2.5/src/catalog_types.h:59:6: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:34:14: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:59:6: note: Function in derived class
launchy-2.5/src/catalog_types.h:60:17: style: The function 'getItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:35:25: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:60:17: note: Function in derived class
launchy-2.5/src/catalog_types.h:61:7: style: The function 'incrementUsage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:40:15: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:61:7: note: Function in derived class
launchy-2.5/src/catalog_types.h:62:7: style: The function 'demoteItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:41:15: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:62:7: note: Function in derived class
launchy-2.5/src/catalog_types.h:63:6: style: The function 'getUsage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:42:14: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:63:6: note: Function in derived class
launchy-2.5/src/catalog_types.h:79:7: style: The function 'addItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:33:15: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:79:7: note: Function in derived class
launchy-2.5/src/catalog_types.h:80:18: style: The function 'search' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:46:26: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:80:18: note: Function in derived class
launchy-2.5/src/catalog_types.h:81:6: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:34:14: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:81:6: note: Function in derived class
launchy-2.5/src/catalog_types.h:82:17: style: The function 'getItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:35:25: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:82:17: note: Function in derived class
launchy-2.5/src/catalog_types.h:83:7: style: The function 'incrementUsage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:40:15: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:83:7: note: Function in derived class
launchy-2.5/src/catalog_types.h:84:7: style: The function 'demoteItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:41:15: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:84:7: note: Function in derived class
launchy-2.5/src/catalog_types.h:85:6: style: The function 'getUsage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:42:14: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:85:6: note: Function in derived class
launchy-2.5/src/Fader.cpp:25:8: warning: Member variable 'Fader::delta' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/src/Fader.cpp:25:8: warning: Member variable 'Fader::delay' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/src/Fader.cpp:25:8: warning: Member variable 'Fader::level' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/src/Fader.cpp:25:8: warning: Member variable 'Fader::targetLevel' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/src/Fader.h:30:2: style: Class 'Fader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/src/platform_base.h:32:2: warning: Member variable 'PlatformBase::icons' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/src/icon_delegate.h:37:2: style: Class 'IconDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/src/Directory.h:36:2: style: Struct 'Directory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/src/LineEditMenu.h:13:2: style: Class 'LineEditMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/src/LineEditMenu.cpp:11:56: style: Function 'contextMenuEvent' argument 1 names different: declaration 'event' definition 'evt'. [funcArgNamesDifferent]
launchy-2.5/src/LineEditMenu.h:14:43: note: Function 'contextMenuEvent' argument 1 names different: declaration 'event' definition 'evt'.
launchy-2.5/src/LineEditMenu.cpp:11:56: note: Function 'contextMenuEvent' argument 1 names different: declaration 'event' definition 'evt'.
launchy-2.5/src/catalog.cpp:39:23: style: Function 'CatLess' argument 1 names different: declaration 'left' definition 'a'. [funcArgNamesDifferent]
launchy-2.5/src/catalog.h:197:23: note: Function 'CatLess' argument 1 names different: declaration 'left' definition 'a'.
launchy-2.5/src/catalog.cpp:39:23: note: Function 'CatLess' argument 1 names different: declaration 'left' definition 'a'.
launchy-2.5/src/catalog.cpp:39:35: style: Function 'CatLess' argument 2 names different: declaration 'right' definition 'b'. [funcArgNamesDifferent]
launchy-2.5/src/catalog.h:197:38: note: Function 'CatLess' argument 2 names different: declaration 'right' definition 'b'.
launchy-2.5/src/catalog.cpp:39:35: note: Function 'CatLess' argument 2 names different: declaration 'right' definition 'b'.
launchy-2.5/src/catalog_builder.cpp:32:16: style: C-style pointer casting [cstyleCast]
launchy-2.5/src/catalog_builder.cpp:40:16: style: C-style pointer casting [cstyleCast]
launchy-2.5/src/catalog_builder.cpp:36:74: style: Function 'CatalogBuilder' argument 2 names different: declaration 'catalog' definition 'currentCatalog'. [funcArgNamesDifferent]
launchy-2.5/src/catalog_builder.h:39:59: note: Function 'CatalogBuilder' argument 2 names different: declaration 'catalog' definition 'currentCatalog'.
launchy-2.5/src/catalog_builder.cpp:36:74: note: Function 'CatalogBuilder' argument 2 names different: declaration 'catalog' definition 'currentCatalog'.
launchy-2.5/src/catalog_builder.cpp:115:52: style: Function 'indexDirectory' argument 1 names different: declaration 'dir' definition 'directory'. [funcArgNamesDifferent]
launchy-2.5/src/catalog_builder.h:54:37: note: Function 'indexDirectory' argument 1 names different: declaration 'dir' definition 'directory'.
launchy-2.5/src/catalog_builder.cpp:115:52: note: Function 'indexDirectory' argument 1 names different: declaration 'dir' definition 'directory'.
launchy-2.5/src/catalog_types.cpp:259:17: style: Variable 'highlighted' is assigned a value that is never used. [unreadVariable]
launchy-2.5/src/catalog_types.h:43:7: performance: Technically the member function 'Catalog::promoteRecentlyUsedItems' can be static. [functionStatic]
launchy-2.5/src/catalog_types.cpp:301:15: note: Technically the member function 'Catalog::promoteRecentlyUsedItems' can be static.
launchy-2.5/src/catalog_types.h:43:7: note: Technically the member function 'Catalog::promoteRecentlyUsedItems' can be static.
launchy-2.5/src/dsingleapplication.cpp:54:3: performance: Variable 'app_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/src/dsingleapplication.cpp:159:3: performance: Variable 'app_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/src/dsingleapplication.cpp:240:3: performance: Variable 'blockSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/src/icon_delegate.cpp:27:15: warning: Member variable 'IconDelegate::size' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/src/icon_delegate.cpp:27:15: warning: Member variable 'IconDelegate::weight' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/src/icon_delegate.cpp:27:15: warning: Member variable 'IconDelegate::italics' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/src/icon_delegate.cpp:27:15: warning: Member variable 'IconDelegate::alternativesPath' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/src/options.h:33:2: style: Class 'OptionsDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/src/options.cpp:376:6: warning: Redundant assignment of 'tab' to itself. [selfAssignment]
launchy-2.5/src/options.cpp:568:6: warning: Redundant assignment of 'val' to itself. [selfAssignment]
launchy-2.5/src/options.cpp:586:8: warning: Redundant assignment of 'state' to itself. [selfAssignment]
launchy-2.5/src/options.cpp:598:8: warning: Redundant assignment of 'state' to itself. [selfAssignment]
launchy-2.5/src/options.cpp:668:4: warning: Redundant assignment of 'c' to itself. [selfAssignment]
launchy-2.5/src/options.cpp:686:4: warning: Redundant assignment of 'c' to itself. [selfAssignment]
launchy-2.5/src/options.cpp:732:4: warning: Redundant assignment of 'c' to itself. [selfAssignment]
launchy-2.5/src/options.cpp:749:4: warning: Redundant assignment of 'c' to itself. [selfAssignment]
launchy-2.5/src/options.cpp:510:56: style: Function 'pluginItemChanged' argument 1 names different: declaration 'state' definition 'iz'. [funcArgNamesDifferent]
launchy-2.5/src/options.h:60:42: note: Function 'pluginItemChanged' argument 1 names different: declaration 'state' definition 'iz'.
launchy-2.5/src/options.cpp:510:56: note: Function 'pluginItemChanged' argument 1 names different: declaration 'state' definition 'iz'.
launchy-2.5/src/platform_mac_hotkey.cpp:120:49: style: The scope of the variable 'ithKeyTable' can be reduced. [variableScope]
launchy-2.5/src/platform_mac_hotkey.cpp:304:14: style: The function 'activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/platform_mac_hotkey.cpp:36:22: note: Virtual function in base class
launchy-2.5/src/platform_mac_hotkey.cpp:304:14: note: Function in derived class
launchy-2.5/src/platform_mac_hotkey.cpp:309:14: style: The function 'isAccepted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/platform_mac_hotkey.cpp:37:22: note: Virtual function in base class
launchy-2.5/src/platform_mac_hotkey.cpp:309:14: note: Function in derived class
[02:21]
ftp://ftp.se.debian.org/debian/pool/main/l/lava/lava_2018.5.post1.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/lava-coordinator/lava-coordinator_0.1.7.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/lava-dispatcher/lava-dispatcher_2018.4.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/lava-server/lava-server_2017.7.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/lava-tool/lava-tool_0.25.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/lavacli/lavacli_0.9.2.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/lavapdu/lavapdu_0.0.5.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/lazarus/lazarus_1.8.4+dfsg.orig.tar.gz
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractbutton_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractbutton_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractbutton_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractbutton_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractbutton_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractbutton_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qobject_hook.h:26:3: style: Class 'QObject_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwidget_hook.h:22:5: style: Class 'QWidget_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractbutton_hook.h:22:5: style: Class 'QAbstractButton_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemdelegate_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemdelegate_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemdelegate_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemdelegate_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemdelegate_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemdelegate_hook.h:22:5: style: Class 'QAbstractItemDelegate_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:31:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:41:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:71:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:76:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:81:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:86:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:91:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:96:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:101:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:106:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:111:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:116:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:121:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:126:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:131:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:141:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:151:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook.h:22:5: style: Class 'QModelIndex_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook.h:32:5: style: Class 'QPersistentModelIndex_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook.h:42:5: style: Class 'QAbstractItemModel_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook.h:325:5: style: Class 'QAbstractTableModel_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook.h:335:5: style: Class 'QAbstractListModel_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemview_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemview_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemview_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemview_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemview_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemview_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemview_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qframe_hook.h:22:5: style: Class 'QFrame_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractscrollarea_hook.h:22:5: style: Class 'QAbstractScrollArea_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemview_hook.h:22:5: style: Class 'QAbstractItemView_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractprintdialog_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdialog_hook.h:22:5: style: Class 'QDialog_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractprintdialog_hook.h:22:5: style: Class 'QAbstractPrintDialog_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractscrollarea_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractslider_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractslider_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractslider_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractslider_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractslider_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractslider_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractslider_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractslider_hook.h:22:5: style: Class 'QAbstractSlider_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractsocket_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractsocket_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractsocket_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractsocket_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractsocket_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractsocket_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractsocket_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qiodevice_hook.h:22:5: style: Class 'QIODevice_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractsocket_hook.h:22:5: style: Class 'QAbstractSocket_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractspinbox_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractspinbox_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractspinbox_hook.h:22:5: style: Class 'QAbstractSpinBox_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstracttextdocumentlayout_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstracttextdocumentlayout_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstracttextdocumentlayout_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstracttextdocumentlayout_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstracttextdocumentlayout_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstracttextdocumentlayout_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstracttextdocumentlayout_hook_c.cpp:56:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstracttextdocumentlayout_hook.h:22:5: style: Class 'QAbstractTextDocumentLayout_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstracttextdocumentlayout_hook.h:110:5: style: Class 'QTextObjectInterface_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qaction_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qaction_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qaction_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qaction_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qaction_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qaction_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qaction_hook.h:22:5: style: Class 'QAction_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qactiongroup_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qactiongroup_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qactiongroup_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qactiongroup_hook.h:22:5: style: Class 'QActionGroup_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qapplication_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qapplication_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcoreapplication_hook.h:22:5: style: Class 'QCoreApplication_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qguiapplication_hook.h:22:5: style: Class 'QGuiApplication_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qapplication_hook.h:22:5: style: Class 'QApplication_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qbuttongroup_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qbuttongroup_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qbuttongroup_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qbuttongroup_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qbuttongroup_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qbuttongroup_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qbuttongroup_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qbuttongroup_hook.h:22:5: style: Class 'QButtonGroup_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcalendarwidget_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcalendarwidget_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcalendarwidget_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcalendarwidget_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcalendarwidget_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcalendarwidget_hook.h:22:5: style: Class 'QCalendarWidget_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcheckbox_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcheckbox_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcheckbox_hook.h:22:5: style: Class 'QCheckBox_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qclipboard_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qclipboard_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qclipboard_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qclipboard_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qclipboard_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qclipboard_hook.h:22:5: style: Class 'QClipboard_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcombobox_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcombobox_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcombobox_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcombobox_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcombobox_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcombobox_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcombobox_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcombobox_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcombobox_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcombobox_hook.h:22:5: style: Class 'QComboBox_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcoreapplication_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcoreapplication_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcoreapplication_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcoreapplication_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcoreapplication_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcoreapplication_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdesktopwidget_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdesktopwidget_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdesktopwidget_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdesktopwidget_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdesktopwidget_hook.h:22:5: style: Class 'QDesktopWidget_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdialog_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdialog_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdialog_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdialog_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdockwidget_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdockwidget_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdockwidget_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdockwidget_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdockwidget_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdockwidget_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdockwidget_hook.h:22:5: style: Class 'QDockWidget_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdrag_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdrag_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdrag_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdrag_hook.h:22:5: style: Class 'QDrag_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfiledialog_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfiledialog_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfiledialog_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfiledialog_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfiledialog_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfiledialog_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfiledialog_hook.h:22:5: style: Class 'QFileDialog_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfilesystemwatcher_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfilesystemwatcher_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfilesystemwatcher_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfilesystemwatcher_hook.h:22:5: style: Class 'QFileSystemWatcher_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfontcombobox_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfontcombobox_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfontcombobox_hook.h:22:5: style: Class 'QFontComboBox_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qframe_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qgraphicsscene_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qgraphicsscene_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qgraphicsscene_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qgraphicsscene_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qgraphicsscene_hook.h:22:5: style: Class 'QGraphicsScene_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qgroupbox_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qgroupbox_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qgroupbox_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qgroupbox_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qgroupbox_hook.h:22:5: style: Class 'QGroupBox_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qguiapplication_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qguiapplication_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qguiapplication_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qguiapplication_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qguiapplication_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qguiapplication_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qguiapplication_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qguiapplication_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qheaderview_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qheaderview_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qheaderview_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qheaderview_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qheaderview_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qheaderview_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qheaderview_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qheaderview_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qheaderview_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qheaderview_hook_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qheaderview_hook_c.cpp:71:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qheaderview_hook.h:22:5: style: Class 'QHeaderView_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qiodevice_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qiodevice_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qiodevice_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qiodevice_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qiodevice_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qitemselectionmodel_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qitemselectionmodel_hook_c.cpp:31:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qitemselectionmodel_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qitemselectionmodel_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qitemselectionmodel_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qitemselectionmodel_hook.h:22:5: style: Class 'QItemSelectionRange_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qitemselectionmodel_hook.h:32:5: style: Class 'QItemSelectionModel_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlabel_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlabel_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlabel_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlabel_hook.h:22:5: style: Class 'QLabel_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlayout_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlayout_hook.h:22:5: style: Class 'QLayout_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlcdnumber_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlcdnumber_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlcdnumber_hook.h:22:5: style: Class 'QLCDNumber_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclabstractscrollarea_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclabstractscrollarea_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclabstractscrollarea_c.cpp:31:17: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclabstractscrollarea.h:12:3: style: Class 'QLCLAbstractScrollArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclitemdelegate_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclitemdelegate_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclitemdelegate_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclitemdelegate_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclitemdelegate_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclitemdelegate_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclitemdelegate_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclitemdelegate_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclitemdelegate_c.cpp:61:17: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclitemdelegate.h:12:3: style: Class 'QLCLItemDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclmessageevent_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclmessageevent_c.cpp:31:20: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclmessageevent_c.cpp:36:20: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclmessageevent_c.cpp:41:20: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclmessageevent_c.cpp:46:20: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclmessageevent_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclmessageevent_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclmessageevent_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclmessageevent_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclmessageevent.h:16:3: style: Class 'QLCLMessageEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclthread_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclthread_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclthread_c.cpp:31:16: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclthread.h:13:3: style: Class 'QLCLThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclwebpage_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclwebpage_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclwebpage_c.cpp:32:14: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclwebpage.h:14:3: style: Class 'QLCLWebPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclwebview_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclwebview_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclwebview.h:13:3: style: Class 'QLCLWebView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlineedit_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlineedit_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlineedit_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlineedit_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlineedit_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlineedit_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlineedit_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlineedit_hook.h:22:5: style: Class 'QLineEdit_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistview_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistview_hook.h:22:5: style: Class 'QListView_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook_c.cpp:31:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook_c.cpp:71:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook_c.cpp:76:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook_c.cpp:81:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook.h:22:5: style: Class 'QListWidgetItem_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook.h:32:5: style: Class 'QListWidget_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmainwindow_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmainwindow_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmainwindow_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmainwindow_hook.h:22:5: style: Class 'QMainWindow_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmdiarea_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmdiarea_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmdiarea_hook.h:22:5: style: Class 'QMdiArea_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmdisubwindow_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmdisubwindow_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmdisubwindow_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmdisubwindow_hook.h:22:5: style: Class 'QMdiSubWindow_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmenu_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmenu_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmenu_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmenu_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmenu_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmenu_hook.h:22:5: style: Class 'QMenu_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmenubar_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmenubar_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmenubar_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmenubar_hook.h:22:5: style: Class 'QMenuBar_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkaccessmanager_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkaccessmanager_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkaccessmanager_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkaccessmanager_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkaccessmanager_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkaccessmanager_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkaccessmanager_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkaccessmanager_hook.h:22:5: style: Class 'QNetworkAccessManager_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkreply_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkreply_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkreply_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkreply_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkreply_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkreply_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkreply_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkreply_hook.h:22:5: style: Class 'QNetworkReply_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qobject_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qobject_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qobject_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook_c.cpp:76:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook.h:22:5: style: Class 'QPlainTextEdit_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook.h:172:5: style: Class 'QPlainTextDocumentLayout_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook.h:138:25: error: Uninitialized variable: t_rect [uninitvar]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprintdialog_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprintdialog_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprintdialog_hook.h:22:5: style: Class 'QPrintDialog_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprintpreviewdialog_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprintpreviewdialog_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprintpreviewdialog_hook.h:22:5: style: Class 'QPrintPreviewDialog_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprintpreviewwidget_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprintpreviewwidget_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprintpreviewwidget_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprintpreviewwidget_hook.h:22:5: style: Class 'QPrintPreviewWidget_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprocess_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprocess_hook_c.cpp:31:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprocess_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprocess_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprocess_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprocess_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprocess_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprocess_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprocess_hook_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprocess_hook.h:22:5: style: Class 'QProcessEnvironment_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprocess_hook.h:32:5: style: Class 'QProcess_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprogressbar_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprogressbar_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprogressbar_hook.h:22:5: style: Class 'QProgressBar_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprogressdialog_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprogressdialog_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprogressdialog_hook.h:22:5: style: Class 'QProgressDialog_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qpushbutton_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qpushbutton_hook.h:22:5: style: Class 'QPushButton_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook_c.cpp:26:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook_c.cpp:31:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook_c.cpp:36:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook_c.cpp:41:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook_c.cpp:46:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook_c.cpp:51:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook_c.cpp:56:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook_c.cpp:61:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook_c.cpp:66:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook.h:22:5: style: Class 'QScreen_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook.h:112:25: error: Uninitialized variable: t_geom [uninitvar]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook.h:121:25: error: Uninitialized variable: t_geom [uninitvar]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook.h:151:25: error: Uninitialized variable: t_geom [uninitvar]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscrollbar_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscrollbar_hook.h:22:5: style: Class 'QScrollBar_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qshortcut_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qshortcut_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qshortcut_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qshortcut_hook.h:22:5: style: Class 'QShortcut_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qslider_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qslider_hook.h:22:5: style: Class 'QSlider_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qsocketnotifier_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qsocketnotifier_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qsocketnotifier_hook.h:22:5: style: Class 'QSocketNotifier_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qspinbox_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qspinbox_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qspinbox_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qspinbox_hook_c.cpp:41:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qspinbox_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qspinbox_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qspinbox_hook.h:22:5: style: Class 'QSpinBox_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qspinbox_hook.h:69:5: style: Class 'QDoubleSpinBox_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qsplitter_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qsplitter_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qsplitter_hook_c.cpp:36:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qsplitter_hook.h:22:5: style: Class 'QSplitter_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qsplitter_hook.h:50:5: style: Class 'QSplitterHandle_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstackedlayout_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstackedlayout_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstackedlayout_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstackedlayout_hook.h:22:5: style: Class 'QStackedLayout_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstackedwidget_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstackedwidget_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstackedwidget_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstackedwidget_hook.h:22:5: style: Class 'QStackedWidget_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstandarditemmodel_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstandarditemmodel_hook_c.cpp:31:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstandarditemmodel_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstandarditemmodel_hook.h:22:5: style: Class 'QStandardItem_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstandarditemmodel_hook.h:32:5: style: Class 'QStandardItemModel_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstatusbar_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstatusbar_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstatusbar_hook.h:22:5: style: Class 'QStatusBar_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qsystemtrayicon_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qsystemtrayicon_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qsystemtrayicon_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qsystemtrayicon_hook.h:22:5: style: Class 'QSystemTrayIcon_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtabbar_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtabbar_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtabbar_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtabbar_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtabbar_hook.h:22:5: style: Class 'QTabBar_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtableview_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtableview_hook.h:22:5: style: Class 'QTableView_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:31:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:41:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:71:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:76:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:81:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:86:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:91:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:96:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:101:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:106:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:111:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:116:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook.h:22:5: style: Class 'QTableWidgetSelectionRange_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook.h:32:5: style: Class 'QTableWidgetItem_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook.h:42:5: style: Class 'QTableWidget_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtabwidget_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtabwidget_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtabwidget_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtabwidget_hook.h:22:5: style: Class 'QTabWidget_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtcpserver_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtcpserver_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtcpserver_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtcpserver_hook.h:22:5: style: Class 'QTcpServer_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtcpsocket_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtcpsocket_hook.h:22:5: style: Class 'QTcpSocket_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextbrowser_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextbrowser_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextbrowser_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextbrowser_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextbrowser_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextbrowser_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextbrowser_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextbrowser_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextedit_hook.h:22:5: style: Class 'QTextEdit_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextbrowser_hook.h:22:5: style: Class 'QTextBrowser_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextedit_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextedit_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextedit_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextedit_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextedit_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextedit_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextedit_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextedit_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qthread_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qthread_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qthread_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qthread_hook.h:22:5: style: Class 'QThread_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtimer_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtimer_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtimer_hook.h:22:5: style: Class 'QTimer_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbar_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbar_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbar_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbar_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbar_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbar_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbar_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbar_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbar_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbar_hook.h:22:5: style: Class 'QToolBar_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbox_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbox_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbox_hook.h:22:5: style: Class 'QToolBox_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbutton_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbutton_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbutton_hook.h:22:5: style: Class 'QToolButton_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreeview_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreeview_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreeview_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreeview_hook.h:22:5: style: Class 'QTreeView_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook_c.cpp:31:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook_c.cpp:71:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook_c.cpp:76:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook_c.cpp:81:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook.h:22:5: style: Class 'QTreeWidgetItem_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook.h:32:5: style: Class 'QTreeWidget_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qudpsocket_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qudpsocket_hook.h:22:5: style: Class 'QUdpSocket_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebdatabase_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebdatabase_hook.h:22:5: style: Class 'QWebDatabase_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:71:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:76:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:81:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:86:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:91:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:96:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:101:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:106:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:111:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:116:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:121:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:126:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:131:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:136:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:141:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:146:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:151:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:156:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook.h:22:5: style: Class 'QWebPage_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook.h:304:25: error: Uninitialized variable: t_geom [uninitvar]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook.h:312:30: error: Uninitialized variable: t_dirtyRect [uninitvar]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook.h:320:35: error: Uninitialized variable: t_scrollViewRect [uninitvar]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebengineview_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebengineview_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebengineview_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebengineview_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebengineview_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebengineview_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebengineview_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebengineview_hook_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebengineview_hook.h:22:5: style: Class 'QWebEngineView_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook_c.cpp:31:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook_c.cpp:71:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook_c.cpp:76:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook_c.cpp:81:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook.h:22:5: style: Class 'QWebHitTestResult_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook.h:32:5: style: Class 'QWebFrame_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebhistory_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebhistory_hook_c.cpp:31:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebhistory_hook.h:22:5: style: Class 'QWebHistoryItem_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebhistory_hook.h:32:5: style: Class 'QWebHistory_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebhistoryinterface_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebhistoryinterface_hook.h:22:5: style: Class 'QWebHistoryInterface_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:71:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:76:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:81:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:86:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:91:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:96:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:101:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:106:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:111:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:116:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:121:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:126:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:131:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:136:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:141:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:146:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:151:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:156:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebsecurityorigin_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebsecurityorigin_hook.h:22:5: style: Class 'QWebSecurityOrigin_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebsettings_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebsettings_hook.h:22:5: style: Class 'QWebSettings_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebview_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebview_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebview_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebview_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebview_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebview_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebview_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebview_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebview_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebview_hook_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebview_hook.h:22:5: style: Class 'QWebView_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwidget_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwidget_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:31:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:36:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:41:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:46:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:51:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:56:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:61:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:66:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:71:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:76:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:81:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:86:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:91:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:96:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:101:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:106:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:111:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook.h:22:5: style: Class 'QWindow_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[02:22]
ftp://ftp.se.debian.org/debian/pool/main/l/lazr.config/lazr.config_2.2.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/lazr.delegates/lazr.delegates_2.0.3.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/lazr.restfulclient/lazr.restfulclient_0.14.0.orig.tar.gz.asc
ftp://ftp.se.debian.org/debian/pool/main/l/lazr.smtptest/lazr.smtptest_2.0.3.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/lazr.uri/lazr.uri_1.0.3.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/lazy-object-proxy/lazy-object-proxy_1.3.1.orig.tar.gz
lazy-object-proxy-1.3.1/src/lazy_object_proxy/cext.c:1110:5: style: Variable 'object' is reassigned a value before the old one has been used. [redundantAssignment]
lazy-object-proxy-1.3.1/src/lazy_object_proxy/cext.c:1105:0: note: Variable 'object' is reassigned a value before the old one has been used.
lazy-object-proxy-1.3.1/src/lazy_object_proxy/cext.c:1110:5: note: Variable 'object' is reassigned a value before the old one has been used.
[02:22]
ftp://ftp.se.debian.org/debian/pool/main/l/lazyarray/lazyarray_0.1.0.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/lazygal/lazygal_0.9.2.orig.tar.bz2
ftp://ftp.se.debian.org/debian/pool/main/l/lazymap-clojure/lazymap-clojure_3.1.1.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/lbcd/lbcd_3.5.2.orig.tar.xz
lbcd-3.5.2/modules/http.c:58:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
lbcd-3.5.2/modules/http.c:59:15: style: The scope of the variable 'p' can be reduced. [variableScope]
lbcd-3.5.2/modules/monlist.c:71:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lbcd-3.5.2/portable/asprintf.c:59:25: style: The scope of the variable 'oerrno' can be reduced. [variableScope]
lbcd-3.5.2/portable/daemon.c:43:17: style: The scope of the variable 'fd' can be reduced. [variableScope]
lbcd-3.5.2/portable/getaddrinfo.c:246:21: style: The scope of the variable 'servent' can be reduced. [variableScope]
lbcd-3.5.2/portable/getaddrinfo.c:247:17: style: The scope of the variable 'protocol' can be reduced. [variableScope]
lbcd-3.5.2/portable/getaddrinfo.c:294:35: style: The scope of the variable 'prev' can be reduced. [variableScope]
lbcd-3.5.2/portable/getaddrinfo.c:296:21: style: The scope of the variable 'host' can be reduced. [variableScope]
lbcd-3.5.2/portable/getaddrinfo.c:298:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lbcd-3.5.2/portable/getaddrinfo.c:365:26: style: The scope of the variable 'status' can be reduced. [variableScope]
lbcd-3.5.2/portable/getnameinfo.c:90:12: style: The scope of the variable 'alias' can be reduced. [variableScope]
lbcd-3.5.2/portable/getnameinfo.c:136:21: style: The scope of the variable 'srv' can be reduced. [variableScope]
lbcd-3.5.2/portable/getnameinfo.c:137:17: style: The scope of the variable 'protocol' can be reduced. [variableScope]
lbcd-3.5.2/portable/getnameinfo.c:139:12: style: The scope of the variable 'namelen' can be reduced. [variableScope]
lbcd-3.5.2/portable/getnameinfo.c:170:9: style: The scope of the variable 'status' can be reduced. [variableScope]
lbcd-3.5.2/portable/getnameinfo.c:171:20: style: The scope of the variable 'port' can be reduced. [variableScope]
lbcd-3.5.2/portable/mkstemp.c:58:19: style: The scope of the variable 'fd' can be reduced. [variableScope]
lbcd-3.5.2/portable/snprintf.c:700:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
lbcd-3.5.2/portable/snprintf.c:843:66: style: Function 'vsnprintf' argument 4 names different: declaration 'arg' definition 'args'. [funcArgNamesDifferent]
lbcd-3.5.2/portable/snprintf.c:128:66: note: Function 'vsnprintf' argument 4 names different: declaration 'arg' definition 'args'.
lbcd-3.5.2/portable/snprintf.c:843:66: note: Function 'vsnprintf' argument 4 names different: declaration 'arg' definition 'args'.
lbcd-3.5.2/portable/strlcat.c:42:26: style: The scope of the variable 'copy' can be reduced. [variableScope]
lbcd-3.5.2/portable/strlcpy.c:41:20: style: The scope of the variable 'copy' can be reduced. [variableScope]
lbcd-3.5.2/server/arch/aix.c:108:20: style: Unused variable: now [unusedVariable]
lbcd-3.5.2/server/get_user.c:119:0: error: syntax error [syntaxError]
lbcd-3.5.2/server/lbcd.c:365:17: style: The scope of the variable 'addr' can be reduced. [variableScope]
lbcd-3.5.2/server/lbcd.c:417:11: style: The scope of the variable 'pid' can be reduced. [variableScope]
lbcd-3.5.2/server/tmp_full.c:34:12: style: The scope of the variable 'total' can be reduced. [variableScope]
lbcd-3.5.2/server/weight.c:294:21: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
lbcd-3.5.2/server/weight.c:294:21: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
lbcd-3.5.2/server/weight.c:191:5: style: Variable 'cp' is reassigned a value before the old one has been used. [redundantAssignment]
lbcd-3.5.2/server/weight.c:184:0: note: Variable 'cp' is reassigned a value before the old one has been used.
lbcd-3.5.2/server/weight.c:191:5: note: Variable 'cp' is reassigned a value before the old one has been used.
lbcd-3.5.2/tests/portable/getaddrinfo-t.c:52:12: style: The scope of the variable 'result' can be reduced. [variableScope]
lbcd-3.5.2/tests/portable/getnameinfo-t.c:42:11: style: The scope of the variable 'name' can be reduced. [variableScope]
lbcd-3.5.2/tests/portable/snprintf-t.c:162:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lbcd-3.5.2/tests/portable/strndup-t.c:36:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lbcd-3.5.2/tests/portable/strndup-t.c:32:0: note: Variable 'result' is reassigned a value before the old one has been used.
lbcd-3.5.2/tests/portable/strndup-t.c:36:5: note: Variable 'result' is reassigned a value before the old one has been used.
lbcd-3.5.2/tests/portable/strndup-t.c:48:5: warning: The buffer 'buffer' is not null-terminated after the call to memcpy(). [bufferNotZeroTerminated]
lbcd-3.5.2/tests/runtests.c:717:9: style: The scope of the variable 'outlen' can be reduced. [variableScope]
lbcd-3.5.2/tests/runtests.c:898:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lbcd-3.5.2/tests/runtests.c:899:19: style: The scope of the variable 'missing' can be reduced. [variableScope]
lbcd-3.5.2/tests/runtests.c:900:19: style: The scope of the variable 'failed' can be reduced. [variableScope]
lbcd-3.5.2/tests/runtests.c:901:19: style: The scope of the variable 'first' can be reduced. [variableScope]
lbcd-3.5.2/tests/runtests.c:902:19: style: The scope of the variable 'last' can be reduced. [variableScope]
lbcd-3.5.2/tests/runtests.c:1093:35: style: The scope of the variable 'total' can be reduced. [variableScope]
lbcd-3.5.2/tests/runtests.c:1170:28: style: The scope of the variable 'suffix' can be reduced. [variableScope]
lbcd-3.5.2/tests/runtests.c:1209:12: style: The scope of the variable 'length' can be reduced. [variableScope]
lbcd-3.5.2/tests/runtests.c:1211:17: style: The scope of the variable 'testname' can be reduced. [variableScope]
lbcd-3.5.2/tests/runtests.c:1316:12: style: The scope of the variable 'length' can be reduced. [variableScope]
lbcd-3.5.2/tests/runtests.c:1325:9: style: The scope of the variable 'succeeded' can be reduced. [variableScope]
lbcd-3.5.2/tests/tap/basic.c:813:26: warning: Either the condition 'p==NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
lbcd-3.5.2/tests/tap/basic.c:815:11: note: Assuming that condition 'p==NULL' is not redundant
lbcd-3.5.2/tests/tap/basic.c:813:26: note: Null pointer subtraction
lbcd-3.5.2/tests/tap/basic.c:197:15: style: The scope of the variable 'incomplete' can be reduced. [variableScope]
lbcd-3.5.2/tests/tap/basic.c:272:26: style: The scope of the variable 'current' can be reduced. [variableScope]
lbcd-3.5.2/tests/tap/basic.c:274:30: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lbcd-3.5.2/tests/tap/basic.c:832:11: style: The scope of the variable 'base' can be reduced. [variableScope]
lbcd-3.5.2/tests/tap/basic.c:395:5: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lbcd-3.5.2/tests/tap/basic.c:413:5: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lbcd-3.5.2/tests/tap/basic.c:448:5: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lbcd-3.5.2/tests/tap/basic.c:467:9: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lbcd-3.5.2/tests/tap/basic.c:486:9: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lbcd-3.5.2/tests/tap/basic.c:512:5: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lbcd-3.5.2/tests/tap/basic.c:542:5: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lbcd-3.5.2/tests/tap/basic.c:568:5: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lbcd-3.5.2/tests/tap/process.c:208:20: style: The scope of the variable 'p' can be reduced. [variableScope]
lbcd-3.5.2/tests/util/fakewrite.c:120:18: style: The scope of the variable 'n' can be reduced. [variableScope]
lbcd-3.5.2/tests/util/network/server-t.c:342:22: style: The scope of the variable 'saddr' can be reduced. [variableScope]
lbcd-3.5.2/tests/util/network/server-t.c:447:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lbcd-3.5.2/tests/util/network/server-t.c:448:13: style: The scope of the variable 'length' can be reduced. [variableScope]
lbcd-3.5.2/tests/util/network/server-t.c:451:22: style: The scope of the variable 'saddr' can be reduced. [variableScope]
xmalloc.c:73:37: warning: Either the condition 'size>0' is redundant or memset() argument nr 3 can have invalid value. The value is -9 but the valid values are '0:'. [invalidFunctionArg]
xmalloc.c:72:14: note: Assuming that condition 'size>0' is not redundant
xmalloc.c:73:37: note: Invalid argument
lbcd-3.5.2/util/messages.c:393:27: style: The scope of the variable 'log' can be reduced. [variableScope]
lbcd-3.5.2/util/messages.c:412:27: style: The scope of the variable 'log' can be reduced. [variableScope]
lbcd-3.5.2/util/network.c:645:9: style: The scope of the variable 'oerrno' can be reduced. [variableScope]
lbcd-3.5.2/util/network.c:707:13: style: The scope of the variable 'status' can be reduced. [variableScope]
lbcd-3.5.2/util/network.c:832:17: style: The scope of the variable 'result' can be reduced. [variableScope]
lbcd-3.5.2/util/network.c:919:31: style: The scope of the variable 'sin' can be reduced. [variableScope]
lbcd-3.5.2/util/network.c:947:19: style: The scope of the variable 'cidr' can be reduced. [variableScope]
lbcd-3.5.2/util/network.c:949:18: style: The scope of the variable 'i' can be reduced. [variableScope]
lbcd-3.5.2/util/network.c:950:19: style: The scope of the variable 'bits' can be reduced. [variableScope]
lbcd-3.5.2/util/vector.c:116:19: warning: Either the condition 'vector!=NULL' is redundant or there is possible null pointer dereference: vector. [nullPointerRedundantCheck]
lbcd-3.5.2/util/vector.c:118:19: note: Assuming that condition 'vector!=NULL' is not redundant
lbcd-3.5.2/util/vector.c:116:19: note: Null pointer dereference
lbcd-3.5.2/util/vector.c:128:19: warning: Either the condition 'vector!=NULL' is redundant or there is possible null pointer dereference: vector. [nullPointerRedundantCheck]
lbcd-3.5.2/util/vector.c:130:19: note: Assuming that condition 'vector!=NULL' is not redundant
lbcd-3.5.2/util/vector.c:128:19: note: Null pointer dereference
lbcd-3.5.2/util/vector.c:147:19: warning: Either the condition 'vector!=NULL' is redundant or there is possible null pointer dereference: vector. [nullPointerRedundantCheck]
lbcd-3.5.2/util/vector.c:149:19: note: Assuming that condition 'vector!=NULL' is not redundant
lbcd-3.5.2/util/vector.c:147:19: note: Null pointer dereference
lbcd-3.5.2/util/vector.c:80:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lbcd-3.5.2/util/xmalloc.c:283:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
[02:22]
ftp://ftp.se.debian.org/debian/pool/main/l/lbfgsb/lbfgsb_3.0+dfsg.3.orig.tar.gz
ftp://ftp.se.debian.org/debian/pool/main/l/lbreakout2/lbreakout2_2.6.5.orig.tar.gz
lbreakout2-2.6.5/client/balls.c:48:9: style: The scope of the variable 'bx' can be reduced. [variableScope]
lbreakout2-2.6.5/client/balls.c:48:13: style: The scope of the variable 'by' can be reduced. [variableScope]
lbreakout2-2.6.5/client/balls.c:48:17: style: The scope of the variable 'bw' can be reduced. [variableScope]
lbreakout2-2.6.5/client/balls.c:48:21: style: The scope of the variable 'bh' can be reduced. [variableScope]
lbreakout2-2.6.5/client/balls.c:70:9: style: The scope of the variable 'bx' can be reduced. [variableScope]
lbreakout2-2.6.5/client/balls.c:70:13: style: The scope of the variable 'by' can be reduced. [variableScope]
lbreakout2-2.6.5/client/balls.c:117:9: style: The scope of the variable 'bx' can be reduced. [variableScope]
lbreakout2-2.6.5/client/balls.c:117:13: style: The scope of the variable 'by' can be reduced. [variableScope]
lbreakout2-2.6.5/client/balls.c:142:9: style: The scope of the variable 'bx' can be reduced. [variableScope]
lbreakout2-2.6.5/client/balls.c:142:13: style: The scope of the variable 'by' can be reduced. [variableScope]
lbreakout2-2.6.5/client/balls.c:162:8: style: The scope of the variable 'old_vx' can be reduced. [variableScope]
lbreakout2-2.6.5/client/bricks.c:152:6: style: The scope of the variable 'px' can be reduced. [variableScope]
lbreakout2-2.6.5/client/bricks.c:152:10: style: The scope of the variable 'py' can be reduced. [variableScope]
lbreakout2-2.6.5/client/chart.c:118:7: style: The scope of the variable 'setname' can be reduced. [variableScope]
lbreakout2-2.6.5/client/chart.c:119:7: style: The scope of the variable 'aux' can be reduced. [variableScope]
lbreakout2-2.6.5/client/chart.c:335:14: style: The scope of the variable 'font' can be reduced. [variableScope]
lbreakout2-2.6.5/client/chart.c:387:14: style: The scope of the variable 'font' can be reduced. [variableScope]
lbreakout2-2.6.5/client/client_handlers.c:496:8: style: The scope of the variable 'name' can be reduced. [variableScope]
lbreakout2-2.6.5/client/comm.c:453:13: style: The scope of the variable 'last_heartbeat' can be reduced. [variableScope]
lbreakout2-2.6.5/client/config.c:267:1: error: Resource leak: file [resourceLeak]
lbreakout2-2.6.5/client/editor.c:409:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lbreakout2-2.6.5/client/editor.c:409:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lbreakout2-2.6.5/client/editor.c:410:12: style: The scope of the variable 'level' can be reduced. [variableScope]
lbreakout2-2.6.5/client/editor.c:576:9: style: The scope of the variable 'edit_x' can be reduced. [variableScope]
lbreakout2-2.6.5/client/editor.c:576:17: style: The scope of the variable 'edit_y' can be reduced. [variableScope]
lbreakout2-2.6.5/client/editor.c:760:9: style: The scope of the variable 'ms' can be reduced. [variableScope]
lbreakout2-2.6.5/client/extras.c:360:18: style: The scope of the variable 'extra' can be reduced. [variableScope]
lbreakout2-2.6.5/client/extras.c:378:17: style: The scope of the variable 'x' can be reduced. [variableScope]
lbreakout2-2.6.5/client/extras.c:378:20: style: The scope of the variable 'y' can be reduced. [variableScope]
lbreakout2-2.6.5/client/extras.c:422:17: style: The scope of the variable 'x' can be reduced. [variableScope]
lbreakout2-2.6.5/client/extras.c:422:20: style: The scope of the variable 'y' can be reduced. [variableScope]
lbreakout2-2.6.5/client/extras.c:439:6: style: The scope of the variable 'magnets' can be reduced. [variableScope]
lbreakout2-2.6.5/client/file.c:399:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lbreakout2-2.6.5/client/file.c:398:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lbreakout2-2.6.5/client/file.c:397:25: note: outer condition: cluster[i]
lbreakout2-2.6.5/client/file.c:398:17: note: identical inner condition: cluster[i]
lbreakout2-2.6.5/client/file.c:220:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/client/file.c:394:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/client/file.c:441:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lbreakout2-2.6.5/client/file.c:449:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lbreakout2-2.6.5/client/file.c:37:35: style: Function 'file_check' argument 2 names different: declaration 'file' definition 'fname'. [funcArgNamesDifferent]
lbreakout2-2.6.5/client/file.h:56:35: note: Function 'file_check' argument 2 names different: declaration 'file' definition 'fname'.
lbreakout2-2.6.5/client/file.c:37:35: note: Function 'file_check' argument 2 names different: declaration 'file' definition 'fname'.
lbreakout2-2.6.5/client/file.c:80:0: error: Memory leak: full_path [memleak]
lbreakout2-2.6.5/client/game.c:277:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/client/game.c:278:18: style: The scope of the variable 'buf' can be reduced. [variableScope]
lbreakout2-2.6.5/client/game.c:463:6: style: The scope of the variable 'ms' can be reduced. [variableScope]
lbreakout2-2.6.5/client/game.c:1136:6: style: The scope of the variable 'button_clicked' can be reduced. [variableScope]
lbreakout2-2.6.5/client/game.c:1136:22: style: The scope of the variable 'key_pressed' can be reduced. [variableScope]
lbreakout2-2.6.5/client/item.c:130:25: style: Function 'item_delete' argument 1 names different: declaration 'item' definition 'pitem'. [funcArgNamesDifferent]
lbreakout2-2.6.5/client/item.h:79:25: note: Function 'item_delete' argument 1 names different: declaration 'item' definition 'pitem'.
lbreakout2-2.6.5/client/item.c:130:25: note: Function 'item_delete' argument 1 names different: declaration 'item' definition 'pitem'.
lbreakout2-2.6.5/client/manager.c:236:10: style: The scope of the variable 'file_name' can be reduced. [variableScope]
lbreakout2-2.6.5/client/manager.c:249:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lbreakout2-2.6.5/client/manager.c:725:9: style: The scope of the variable 'ms' can be reduced. [variableScope]
lbreakout2-2.6.5/client/menu.c:94:9: style: The scope of the variable 'height' can be reduced. [variableScope]
lbreakout2-2.6.5/client/menu.c:94:17: style: The scope of the variable 'x' can be reduced. [variableScope]
lbreakout2-2.6.5/client/menu.c:94:20: style: The scope of the variable 'y' can be reduced. [variableScope]
lbreakout2-2.6.5/client/menu.c:95:11: style: The scope of the variable 'item' can be reduced. [variableScope]
lbreakout2-2.6.5/client/menu.c:154:11: style: The scope of the variable 'item' can be reduced. [variableScope]
lbreakout2-2.6.5/client/menu.c:154:18: style: The scope of the variable 'old_item' can be reduced. [variableScope]
lbreakout2-2.6.5/client/menu.c:155:9: style: The scope of the variable 'item_used' can be reduced. [variableScope]
lbreakout2-2.6.5/client/menu.c:157:12: style: The scope of the variable 'callback' can be reduced. [variableScope]
lbreakout2-2.6.5/client/menu.c:356:11: style: The scope of the variable 'item' can be reduced. [variableScope]
lbreakout2-2.6.5/client/menu.c:381:11: style: The scope of the variable 'item' can be reduced. [variableScope]
lbreakout2-2.6.5/client/menu.c:68:25: style: Function 'menu_delete' argument 1 names different: declaration 'menu' definition 'pmenu'. [funcArgNamesDifferent]
lbreakout2-2.6.5/client/menu.h:48:25: note: Function 'menu_delete' argument 1 names different: declaration 'menu' definition 'pmenu'.
lbreakout2-2.6.5/client/menu.c:68:25: note: Function 'menu_delete' argument 1 names different: declaration 'menu' definition 'pmenu'.
lbreakout2-2.6.5/client/misc.c:354:16: style: The scope of the variable 'cursor_on' can be reduced. [variableScope]
lbreakout2-2.6.5/client/misc.c:351:40: style: Function 'write_text_with_cursor' argument 1 names different: declaration 'sfnt' definition 'fnt'. [funcArgNamesDifferent]
lbreakout2-2.6.5/client/misc.h:76:39: note: Function 'write_text_with_cursor' argument 1 names different: declaration 'sfnt' definition 'fnt'.
lbreakout2-2.6.5/client/misc.c:351:40: note: Function 'write_text_with_cursor' argument 1 names different: declaration 'sfnt' definition 'fnt'.
lbreakout2-2.6.5/client/paddle.c:194:8: style: The scope of the variable 'ball' can be reduced. [variableScope]
lbreakout2-2.6.5/client/paddle.c:248:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
lbreakout2-2.6.5/client/setselect.c:116:2: style: Variable 'bkgnd' is reassigned a value before the old one has been used. [redundantAssignment]
lbreakout2-2.6.5/client/setselect.c:113:0: note: Variable 'bkgnd' is reassigned a value before the old one has been used.
lbreakout2-2.6.5/client/setselect.c:116:2: note: Variable 'bkgnd' is reassigned a value before the old one has been used.
lbreakout2-2.6.5/client/setselect.c:394:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/client/shots.c:70:13: style: The scope of the variable 'x' can be reduced. [variableScope]
lbreakout2-2.6.5/client/shots.c:70:16: style: The scope of the variable 'y' can be reduced. [variableScope]
lbreakout2-2.6.5/client/shrapnells.c:189:18: style: The scope of the variable 'shr' can be reduced. [variableScope]
lbreakout2-2.6.5/client/shrapnells.c:190:17: style: The scope of the variable 'x' can be reduced. [variableScope]
lbreakout2-2.6.5/client/shrapnells.c:190:20: style: The scope of the variable 'y' can be reduced. [variableScope]
lbreakout2-2.6.5/client/shrapnells.c:205:18: style: The scope of the variable 'shr' can be reduced. [variableScope]
lbreakout2-2.6.5/client/shrapnells.c:223:18: style: The scope of the variable 'shr' can be reduced. [variableScope]
lbreakout2-2.6.5/client/slot.c:84:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/client/slot.c:85:21: style: The scope of the variable 'text2' can be reduced. [variableScope]
lbreakout2-2.6.5/client/slot.c:86:11: style: The scope of the variable 'str_diff' can be reduced. [variableScope]
lbreakout2-2.6.5/client/theme.c:364:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/client/theme.c:384:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/client/theme.c:560:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/client/theme.c:685:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/client/theme.c:685:12: style: The scope of the variable 'count' can be reduced. [variableScope]
lbreakout2-2.6.5/client/theme.c:682:28: style: Function 'theme_get_info' argument 1 names different: declaration 'name' definition 'theme_name'. [funcArgNamesDifferent]
lbreakout2-2.6.5/client/theme.h:45:28: note: Function 'theme_get_info' argument 1 names different: declaration 'name' definition 'theme_name'.
lbreakout2-2.6.5/client/theme.c:682:28: note: Function 'theme_get_info' argument 1 names different: declaration 'name' definition 'theme_name'.
lbreakout2-2.6.5/client/value.c:157:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/common/list.c:352:11: style: The scope of the variable 'item' can be reduced. [variableScope]
lbreakout2-2.6.5/common/net.c:551:7: style: The scope of the variable 'c' can be reduced. [variableScope]
lbreakout2-2.6.5/common/net.c:694:42: style: The scope of the variable 'drops' can be reduced. [variableScope]
lbreakout2-2.6.5/common/net.c:351:36: style: Function 'net_addr_to_string' argument 1 names different: declaration 'addr' definition '_addr'. [funcArgNamesDifferent]
lbreakout2-2.6.5/common/net.h:79:36: note: Function 'net_addr_to_string' argument 1 names different: declaration 'addr' definition '_addr'.
lbreakout2-2.6.5/common/net.c:351:36: note: Function 'net_addr_to_string' argument 1 names different: declaration 'addr' definition '_addr'.
lbreakout2-2.6.5/common/net.c:652:51: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lbreakout2-2.6.5/common/net.c:711:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lbreakout2-2.6.5/common/net.c:712:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lbreakout2-2.6.5/common/parser.c:365:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
lbreakout2-2.6.5/common/parser.c:427:12: style: The scope of the variable 'sub' can be reduced. [variableScope]
lbreakout2-2.6.5/common/parser.c:472:0: error: Memory leak: pd [memleak]
lbreakout2-2.6.5/common/tools.c:184:9: style: The scope of the variable 'last_space' can be reduced. [variableScope]
lbreakout2-2.6.5/common/tools.c:185:9: style: The scope of the variable 'new_line' can be reduced. [variableScope]
lbreakout2-2.6.5/common/tools.c:262:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/common/tools.c:179:26: style: Function 'create_text' argument 1 names different: declaration 'str' definition 'orig_str'. [funcArgNamesDifferent]
lbreakout2-2.6.5/common/tools.h:83:26: note: Function 'create_text' argument 1 names different: declaration 'str' definition 'orig_str'.
lbreakout2-2.6.5/common/tools.c:179:26: note: Function 'create_text' argument 1 names different: declaration 'str' definition 'orig_str'.
lbreakout2-2.6.5/common/tools.c:290:45: style: Function 'get_type_and_prefix' argument 2 names different: declaration 'ext' definition 'type'. [funcArgNamesDifferent]
lbreakout2-2.6.5/common/tools.h:94:45: note: Function 'get_type_and_prefix' argument 2 names different: declaration 'ext' definition 'type'.
lbreakout2-2.6.5/common/tools.c:290:45: note: Function 'get_type_and_prefix' argument 2 names different: declaration 'ext' definition 'type'.
lbreakout2-2.6.5/game/balls.c:107:8: style: The scope of the variable 'old_vx' can be reduced. [variableScope]
lbreakout2-2.6.5/game/balls.c:111:6: style: The scope of the variable 'hit_type' can be reduced. [variableScope]
lbreakout2-2.6.5/game/balls.c:577:8: style: The scope of the variable 'old_vx' can be reduced. [variableScope]
lbreakout2-2.6.5/game/balls.c:1248:12: style: The scope of the variable 'start' can be reduced. [variableScope]
lbreakout2-2.6.5/game/balls.c:1248:24: style: The scope of the variable 'dir' can be reduced. [variableScope]
lbreakout2-2.6.5/game/balls.c:1248:29: style: The scope of the variable 'line_pos' can be reduced. [variableScope]
lbreakout2-2.6.5/game/balls.c:1248:39: style: The scope of the variable 'change' can be reduced. [variableScope]
lbreakout2-2.6.5/game/balls.c:1253:12: style: The scope of the variable 'dist' can be reduced. [variableScope]
lbreakout2-2.6.5/game/balls.c:1260:10: style: The scope of the variable 'prim' can be reduced. [variableScope]
lbreakout2-2.6.5/game/balls.c:1261:10: style: The scope of the variable 'maybe_corner' can be reduced. [variableScope]
lbreakout2-2.6.5/game/balls.c:1239:29: style: Function 'ball_get_target' argument 1 names different: declaration 'b' definition 'ball'. [funcArgNamesDifferent]
lbreakout2-2.6.5/game/balls.h:97:29: note: Function 'ball_get_target' argument 1 names different: declaration 'b' definition 'ball'.
lbreakout2-2.6.5/game/balls.c:1239:29: note: Function 'ball_get_target' argument 1 names different: declaration 'b' definition 'ball'.
lbreakout2-2.6.5/game/bricks.c:661:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lbreakout2-2.6.5/game/bricks.c:662:7: style: The scope of the variable 'y_off' can be reduced. [variableScope]
lbreakout2-2.6.5/game/bricks.c:1105:11: style: The scope of the variable 'ball' can be reduced. [variableScope]
lbreakout2-2.6.5/game/comm.c:282:6: style: The scope of the variable 'shot_x' can be reduced. [variableScope]
lbreakout2-2.6.5/game/comm.c:282:14: style: The scope of the variable 'shot_y' can be reduced. [variableScope]
lbreakout2-2.6.5/game/comm.c:307:16: style: The scope of the variable 'byte' can be reduced. [variableScope]
lbreakout2-2.6.5/game/comm.c:308:8: style: The scope of the variable 'shot' can be reduced. [variableScope]
lbreakout2-2.6.5/game/comm.c:586:16: style: The scope of the variable 'byte' can be reduced. [variableScope]
lbreakout2-2.6.5/game/comm.c:605:9: style: The scope of the variable 'count' can be reduced. [variableScope]
lbreakout2-2.6.5/game/comm.c:511:41: style: Variable 'ptr' is assigned a value that is never used. [unreadVariable]
lbreakout2-2.6.5/game/comm.c:524:41: style: Variable 'ptr' is assigned a value that is never used. [unreadVariable]
lbreakout2-2.6.5/game/extras.c:293:6: style: The scope of the variable 'magnets' can be reduced. [variableScope]
lbreakout2-2.6.5/game/extras.c:62:37: style: Function 'extra_use' argument 2 names different: declaration 'type' definition 'extra_type'. [funcArgNamesDifferent]
lbreakout2-2.6.5/game/extras.h:32:37: note: Function 'extra_use' argument 2 names different: declaration 'type' definition 'extra_type'.
lbreakout2-2.6.5/game/extras.c:62:37: note: Function 'extra_use' argument 2 names different: declaration 'type' definition 'extra_type'.
lbreakout2-2.6.5/game/game.c:142:26: style: Function 'game_delete' argument 1 names different: declaration 'game' definition '_game'. [funcArgNamesDifferent]
lbreakout2-2.6.5/game/game.h:39:26: note: Function 'game_delete' argument 1 names different: declaration 'game' definition '_game'.
lbreakout2-2.6.5/game/game.c:142:26: note: Function 'game_delete' argument 1 names different: declaration 'game' definition '_game'.
lbreakout2-2.6.5/game/game.c:442:38: style: Function 'game_get_level_snapshot' argument 1 names different: declaration 'snapshot' definition 'shot'. [funcArgNamesDifferent]
lbreakout2-2.6.5/game/game.h:111:38: note: Function 'game_get_level_snapshot' argument 1 names different: declaration 'snapshot' definition 'shot'.
lbreakout2-2.6.5/game/game.c:442:38: note: Function 'game_get_level_snapshot' argument 1 names different: declaration 'snapshot' definition 'shot'.
lbreakout2-2.6.5/game/levels.c:116:23: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/game/levels.c:116:26: style: The scope of the variable 'j' can be reduced. [variableScope]
lbreakout2-2.6.5/game/levels.c:116:29: style: The scope of the variable 'num' can be reduced. [variableScope]
lbreakout2-2.6.5/game/levels.c:118:12: style: The scope of the variable 'level' can be reduced. [variableScope]
lbreakout2-2.6.5/game/levels.c:184:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lbreakout2-2.6.5/game/levels.c:184:12: style: The scope of the variable 'num' can be reduced. [variableScope]
lbreakout2-2.6.5/game/levels.c:273:9: style: The scope of the variable 'level' can be reduced. [variableScope]
lbreakout2-2.6.5/game/levels.c:336:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/game/paddle.c:251:8: style: The scope of the variable 'ball' can be reduced. [variableScope]
lbreakout2-2.6.5/game/shots.c:125:15: style: The scope of the variable 'shot' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui.c:70:9: style: The scope of the variable 'xrel' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui.c:70:15: style: The scope of the variable 'yrel' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui.c:353:16: style: The scope of the variable 'widget' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui.c:395:9: style: The scope of the variable 'ms' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui.c:349:36: style: Function 'gui_dispatch_event' argument 1 names different: declaration 'event' definition 'sdl_event'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui.h:69:36: note: Function 'gui_dispatch_event' argument 1 names different: declaration 'event' definition 'sdl_event'.
lbreakout2-2.6.5/gui/gui.c:349:36: note: Function 'gui_dispatch_event' argument 1 names different: declaration 'event' definition 'sdl_event'.
lbreakout2-2.6.5/gui/gui_edit.c:145:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_edit.c:145:12: style: The scope of the variable 'length' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_edit.c:145:20: style: The scope of the variable 'left' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_edit.c:146:11: style: The scope of the variable 'src' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_edit.c:146:17: style: The scope of the variable 'dest' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_edit.c:180:9: style: The scope of the variable 'new_y' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_edit.c:405:41: style: Function 'gui_edit_resize_buffer' argument 1 names different: declaration 'edit' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_edit.h:43:41: note: Function 'gui_edit_resize_buffer' argument 1 names different: declaration 'edit' definition 'widget'.
lbreakout2-2.6.5/gui/gui_edit.c:405:41: note: Function 'gui_edit_resize_buffer' argument 1 names different: declaration 'edit' definition 'widget'.
lbreakout2-2.6.5/gui/gui_edit.c:421:36: style: Function 'gui_edit_set_text' argument 1 names different: declaration 'edit' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_edit.h:50:36: note: Function 'gui_edit_set_text' argument 1 names different: declaration 'edit' definition 'widget'.
lbreakout2-2.6.5/gui/gui_edit.c:421:36: note: Function 'gui_edit_set_text' argument 1 names different: declaration 'edit' definition 'widget'.
lbreakout2-2.6.5/gui/gui_edit.c:447:16: style: Function 'gui_edit_get_text' argument 1 names different: declaration 'edit' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_edit.h:59:16: note: Function 'gui_edit_get_text' argument 1 names different: declaration 'edit' definition 'widget'.
lbreakout2-2.6.5/gui/gui_edit.c:447:16: note: Function 'gui_edit_get_text' argument 1 names different: declaration 'edit' definition 'widget'.
lbreakout2-2.6.5/gui/gui_edit.c:507:38: style: Function 'gui_edit_set_filter' argument 1 names different: declaration 'edit' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_edit.h:85:38: note: Function 'gui_edit_set_filter' argument 1 names different: declaration 'edit' definition 'widget'.
lbreakout2-2.6.5/gui/gui_edit.c:507:38: note: Function 'gui_edit_set_filter' argument 1 names different: declaration 'edit' definition 'widget'.
lbreakout2-2.6.5/gui/gui_icon.c:98:16: warning: Function 'gui_icon_set_icon' argument order different: declaration 'icon, source, ix, iy, iw, ih' definition 'widget, icon, ix, iy, iw, ih' [funcArgOrderDifferent]
lbreakout2-2.6.5/gui/gui_icon.h:39:16: note: Function 'gui_icon_set_icon' argument order different: declaration 'icon, source, ix, iy, iw, ih' definition 'widget, icon, ix, iy, iw, ih'
lbreakout2-2.6.5/gui/gui_icon.c:98:16: note: Function 'gui_icon_set_icon' argument order different: declaration 'icon, source, ix, iy, iw, ih' definition 'widget, icon, ix, iy, iw, ih'
lbreakout2-2.6.5/gui/gui_label.c:55:9: style: The scope of the variable 'last_space' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_label.c:56:9: style: The scope of the variable 'new_line' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_label.c:122:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_label.c:230:16: style: The scope of the variable 'text' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_label.c:231:9: style: The scope of the variable 'px' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_label.c:231:13: style: The scope of the variable 'py' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_label.c:231:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_label.c:232:13: style: The scope of the variable 'args' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_label.c:215:37: style: Function 'gui_label_set_font' argument 1 names different: declaration 'label' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_label.h:44:37: note: Function 'gui_label_set_font' argument 1 names different: declaration 'label' definition 'widget'.
lbreakout2-2.6.5/gui/gui_label.c:215:37: note: Function 'gui_label_set_font' argument 1 names different: declaration 'label' definition 'widget'.
lbreakout2-2.6.5/gui/gui_label.c:221:38: style: Function 'gui_label_set_align' argument 1 names different: declaration 'label' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_label.h:45:38: note: Function 'gui_label_set_align' argument 1 names different: declaration 'label' definition 'widget'.
lbreakout2-2.6.5/gui/gui_label.c:221:38: note: Function 'gui_label_set_align' argument 1 names different: declaration 'label' definition 'widget'.
lbreakout2-2.6.5/gui/gui_label.c:228:37: style: Function 'gui_label_set_text' argument 1 names different: declaration 'label' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_label.h:46:37: note: Function 'gui_label_set_text' argument 1 names different: declaration 'label' definition 'widget'.
lbreakout2-2.6.5/gui/gui_label.c:228:37: note: Function 'gui_label_set_text' argument 1 names different: declaration 'label' definition 'widget'.
lbreakout2-2.6.5/gui/gui_list.c:43:14: style: The scope of the variable 'px' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_list.c:204:9: style: The scope of the variable 'old_border' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_list.c:280:34: style: Function 'gui_list_update' argument 1 names different: declaration 'list' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_list.h:61:34: note: Function 'gui_list_update' argument 1 names different: declaration 'list' definition 'widget'.
lbreakout2-2.6.5/gui/gui_list.c:280:34: note: Function 'gui_list_update' argument 1 names different: declaration 'list' definition 'widget'.
lbreakout2-2.6.5/gui/gui_list.c:351:16: style: Function 'gui_list_select' argument 1 names different: declaration 'list' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_list.h:71:16: note: Function 'gui_list_select' argument 1 names different: declaration 'list' definition 'widget'.
lbreakout2-2.6.5/gui/gui_list.c:351:16: note: Function 'gui_list_select' argument 1 names different: declaration 'list' definition 'widget'.
lbreakout2-2.6.5/gui/gui_list.c:403:32: style: Function 'gui_list_goto' argument 1 names different: declaration 'list' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_list.h:78:32: note: Function 'gui_list_goto' argument 1 names different: declaration 'list' definition 'widget'.
lbreakout2-2.6.5/gui/gui_list.c:403:32: note: Function 'gui_list_goto' argument 1 names different: declaration 'list' definition 'widget'.
lbreakout2-2.6.5/gui/gui_progressbar.c:151:16: style: Function 'gui_progressbar_set_value' argument 1 names different: declaration 'progressbar' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_progressbar.h:37:16: note: Function 'gui_progressbar_set_value' argument 1 names different: declaration 'progressbar' definition 'widget'.
lbreakout2-2.6.5/gui/gui_progressbar.c:151:16: note: Function 'gui_progressbar_set_value' argument 1 names different: declaration 'progressbar' definition 'widget'.
lbreakout2-2.6.5/gui/gui_progressbar.c:162:16: style: Function 'gui_progressbar_set_max' argument 1 names different: declaration 'progressbar' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_progressbar.h:39:16: note: Function 'gui_progressbar_set_max' argument 1 names different: declaration 'progressbar' definition 'widget'.
lbreakout2-2.6.5/gui/gui_progressbar.c:162:16: note: Function 'gui_progressbar_set_max' argument 1 names different: declaration 'progressbar' definition 'widget'.
lbreakout2-2.6.5/gui/gui_progressbar.c:173:16: style: Function 'gui_progressbar_get_value' argument 1 names different: declaration 'progressbar' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_progressbar.h:41:16: note: Function 'gui_progressbar_get_value' argument 1 names different: declaration 'progressbar' definition 'widget'.
lbreakout2-2.6.5/gui/gui_progressbar.c:173:16: note: Function 'gui_progressbar_get_value' argument 1 names different: declaration 'progressbar' definition 'widget'.
lbreakout2-2.6.5/gui/gui_radiogroup.c:175:16: style: Function 'gui_radiogroup_set_checked' argument 1 names different: declaration 'radiogroup' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_radiogroup.h:49:16: note: Function 'gui_radiogroup_set_checked' argument 1 names different: declaration 'radiogroup' definition 'widget'.
lbreakout2-2.6.5/gui/gui_radiogroup.c:175:16: note: Function 'gui_radiogroup_set_checked' argument 1 names different: declaration 'radiogroup' definition 'widget'.
lbreakout2-2.6.5/gui/gui_radiogroup.c:213:40: style: Function 'gui_radiogroup_toggle' argument 1 names different: declaration 'radiogroup' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_radiogroup.h:50:40: note: Function 'gui_radiogroup_toggle' argument 1 names different: declaration 'radiogroup' definition 'widget'.
lbreakout2-2.6.5/gui/gui_radiogroup.c:213:40: note: Function 'gui_radiogroup_toggle' argument 1 names different: declaration 'radiogroup' definition 'widget'.
lbreakout2-2.6.5/gui/gui_radiogroup.c:222:43: style: Function 'gui_radiogroup_is_checked' argument 1 names different: declaration 'radiogroup' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_radiogroup.h:51:43: note: Function 'gui_radiogroup_is_checked' argument 1 names different: declaration 'radiogroup' definition 'widget'.
lbreakout2-2.6.5/gui/gui_radiogroup.c:222:43: note: Function 'gui_radiogroup_is_checked' argument 1 names different: declaration 'radiogroup' definition 'widget'.
lbreakout2-2.6.5/gui/gui_radiogroup.c:236:44: style: Function 'gui_radiogroup_get_checked' argument 1 names different: declaration 'radiogroup' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_radiogroup.h:58:44: note: Function 'gui_radiogroup_get_checked' argument 1 names different: declaration 'radiogroup' definition 'widget'.
lbreakout2-2.6.5/gui/gui_radiogroup.c:236:44: note: Function 'gui_radiogroup_get_checked' argument 1 names different: declaration 'radiogroup' definition 'widget'.
lbreakout2-2.6.5/gui/gui_scrollbar.c:159:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_scrollbar.c:294:42: style: Function 'gui_scrollbar_set_value' argument 1 names different: declaration 'scrollbar' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_scrollbar.h:38:42: note: Function 'gui_scrollbar_set_value' argument 1 names different: declaration 'scrollbar' definition 'widget'.
lbreakout2-2.6.5/gui/gui_scrollbar.c:294:42: note: Function 'gui_scrollbar_set_value' argument 1 names different: declaration 'scrollbar' definition 'widget'.
lbreakout2-2.6.5/gui/gui_scrollbar.c:301:41: style: Function 'gui_scrollbar_get_value' argument 1 names different: declaration 'scrollbar' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_scrollbar.h:39:41: note: Function 'gui_scrollbar_get_value' argument 1 names different: declaration 'scrollbar' definition 'widget'.
lbreakout2-2.6.5/gui/gui_scrollbar.c:301:41: note: Function 'gui_scrollbar_get_value' argument 1 names different: declaration 'scrollbar' definition 'widget'.
lbreakout2-2.6.5/gui/gui_scrollbar.c:315:16: style: Function 'gui_scrollbar_set_range' argument 1 names different: declaration 'scrollbar' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_scrollbar.h:47:16: note: Function 'gui_scrollbar_set_range' argument 1 names different: declaration 'scrollbar' definition 'widget'.
lbreakout2-2.6.5/gui/gui_scrollbar.c:315:16: note: Function 'gui_scrollbar_set_range' argument 1 names different: declaration 'scrollbar' definition 'widget'.
lbreakout2-2.6.5/gui/gui_spinbutton.c:60:10: style: The scope of the variable 'aux' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_spinbutton.c:61:9: style: The scope of the variable 'old_value' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_spinbutton.c:209:10: style: The scope of the variable 'aux' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_spinbutton.c:207:43: style: Function 'gui_spinbutton_set_value' argument 1 names different: declaration 'spinbutton' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_spinbutton.h:42:43: note: Function 'gui_spinbutton_set_value' argument 1 names different: declaration 'spinbutton' definition 'widget'.
lbreakout2-2.6.5/gui/gui_spinbutton.c:207:43: note: Function 'gui_spinbutton_set_value' argument 1 names different: declaration 'spinbutton' definition 'widget'.
lbreakout2-2.6.5/gui/gui_spinbutton.c:216:42: style: Function 'gui_spinbutton_get_value' argument 1 names different: declaration 'spinbutton' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_spinbutton.h:43:42: note: Function 'gui_spinbutton_get_value' argument 1 names different: declaration 'spinbutton' definition 'widget'.
lbreakout2-2.6.5/gui/gui_spinbutton.c:216:42: note: Function 'gui_spinbutton_get_value' argument 1 names different: declaration 'spinbutton' definition 'widget'.
lbreakout2-2.6.5/gui/gui_spinbutton.c:234:16: style: Function 'gui_spinbutton_set_range' argument 1 names different: declaration 'spinbutton' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_spinbutton.h:51:16: note: Function 'gui_spinbutton_set_range' argument 1 names different: declaration 'spinbutton' definition 'widget'.
lbreakout2-2.6.5/gui/gui_spinbutton.c:234:16: note: Function 'gui_spinbutton_set_range' argument 1 names different: declaration 'spinbutton' definition 'widget'.
lbreakout2-2.6.5/gui/gui_spinbutton.c:253:45: style: Function 'gui_spinbutton_enable_edit' argument 1 names different: declaration 'spinbutton' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_spinbutton.h:62:45: note: Function 'gui_spinbutton_enable_edit' argument 1 names different: declaration 'spinbutton' definition 'widget'.
lbreakout2-2.6.5/gui/gui_spinbutton.c:253:45: note: Function 'gui_spinbutton_enable_edit' argument 1 names different: declaration 'spinbutton' definition 'widget'.
lbreakout2-2.6.5/gui/gui_widget.c:295:39: warning: Either the condition 'parent==0' is redundant or there is possible null pointer dereference: parent. [nullPointerRedundantCheck]
lbreakout2-2.6.5/gui/gui_widget.c:280:17: note: Assuming that condition 'parent==0' is not redundant
lbreakout2-2.6.5/gui/gui_widget.c:295:39: note: Null pointer dereference
lbreakout2-2.6.5/gui/gui_widget.c:297:39: warning: Either the condition 'parent==0' is redundant or there is possible null pointer dereference: parent. [nullPointerRedundantCheck]
lbreakout2-2.6.5/gui/gui_widget.c:280:17: note: Assuming that condition 'parent==0' is not redundant
lbreakout2-2.6.5/gui/gui_widget.c:297:39: note: Null pointer dereference
lbreakout2-2.6.5/gui/gui_widget.c:51:16: style: The scope of the variable 'child' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/list.c:352:11: style: The scope of the variable 'item' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/stk.c:535:13: style: Condition '!leave' is always true [knownConditionTrueFalse]
lbreakout2-2.6.5/gui/stk.c:504:17: note: Assignment 'leave=0', assigned value is 0
lbreakout2-2.6.5/gui/stk.c:535:13: note: Condition '!leave' is always true
lbreakout2-2.6.5/gui/stk.c:1037:5: warning: Either the condition 'font==0' is redundant or there is possible null pointer dereference: font. [nullPointerRedundantCheck]
lbreakout2-2.6.5/gui/stk.c:1038:15: note: Assuming that condition 'font==0' is not redundant
lbreakout2-2.6.5/gui/stk.c:1037:5: note: Null pointer dereference
lbreakout2-2.6.5/gui/stk.c:260:18: style: The scope of the variable 'surf' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/stk.c:505:9: style: The scope of the variable 'ms' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/stk.c:637:18: style: The scope of the variable 'converted_surface' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/stk.c:1136:19: style: The scope of the variable 'data_byte' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/stk.c:1136:30: style: The scope of the variable 'mask_byte' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/stk.c:1137:9: style: The scope of the variable 'pot' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/stk.c:1131:56: style: Function 'stk_cursor_create' argument 5 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/stk.h:356:56: note: Function 'stk_cursor_create' argument 5 names different: declaration 'src' definition 'source'.
lbreakout2-2.6.5/gui/stk.c:1131:56: note: Function 'stk_cursor_create' argument 5 names different: declaration 'src' definition 'source'.
lbreakout2-2.6.5/gui/stk.c:1421:9: style: Unused variable: channel [unusedVariable]
lbreakout2-2.6.5/gui/stk.c:1440:9: style: Unused variable: channel [unusedVariable]
lbreakout2-2.6.5/intl/dcigettext.c:570:39: style: Redundant condition: If 'EXPR == ':'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
lbreakout2-2.6.5/intl/hash-string.h:31:0: style: The scope of the variable 'g' can be reduced. [variableScope]
lbreakout2-2.6.5/intl/dcigettext.c:414:25: style: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:207:46: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
lbreakout2-2.6.5/intl/dcigettext.c:414:25: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
lbreakout2-2.6.5/intl/dcigettext.c:414:49: style: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:208:18: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
lbreakout2-2.6.5/intl/dcigettext.c:414:49: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
lbreakout2-2.6.5/intl/dcigettext.c:414:69: style: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:208:40: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
lbreakout2-2.6.5/intl/dcigettext.c:414:69: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
lbreakout2-2.6.5/intl/dcigettext.c:415:10: style: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:209:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
lbreakout2-2.6.5/intl/dcigettext.c:415:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
lbreakout2-2.6.5/intl/dcigettext.c:415:32: style: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:209:34: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
lbreakout2-2.6.5/intl/dcigettext.c:415:32: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
lbreakout2-2.6.5/intl/dcigettext.c:415:43: style: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:210:10: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
lbreakout2-2.6.5/intl/dcigettext.c:415:43: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
lbreakout2-2.6.5/intl/dcigettext.c:214:7: style: struct member 'known_translation_t::category' is never used. [unusedStructMember]
lbreakout2-2.6.5/intl/dcigettext.c:217:7: style: struct member 'known_translation_t::counter' is never used. [unusedStructMember]
lbreakout2-2.6.5/intl/dcigettext.c:220:27: style: struct member 'known_translation_t::domain' is never used. [unusedStructMember]
lbreakout2-2.6.5/intl/dcigettext.c:223:15: style: struct member 'known_translation_t::translation' is never used. [unusedStructMember]
lbreakout2-2.6.5/intl/dcigettext.c:224:10: style: struct member 'known_translation_t::translation_length' is never used. [unusedStructMember]
lbreakout2-2.6.5/intl/dcigettext.c:227:8: style: struct member 'known_translation_t::msgid' is never used. [unusedStructMember]
lbreakout2-2.6.5/intl/finddomain.c:50:30: style: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:157:54: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
lbreakout2-2.6.5/intl/finddomain.c:50:30: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
lbreakout2-2.6.5/intl/finddomain.c:50:45: style: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:157:71: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
lbreakout2-2.6.5/intl/finddomain.c:50:45: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
lbreakout2-2.6.5/intl/finddomain.c:51:16: style: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:158:19: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
lbreakout2-2.6.5/intl/finddomain.c:51:16: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
lbreakout2-2.6.5/intl/finddomain.c:51:44: style: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:159:23: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
lbreakout2-2.6.5/intl/finddomain.c:51:44: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
lbreakout2-2.6.5/intl/l10nflist.c:373:9: style: The scope of the variable 'wp' can be reduced. [variableScope]
lbreakout2-2.6.5/intl/loadmsgcat.c:975:12: style: Condition 'data==(struct mo_file_header*)-1' is always true [knownConditionTrueFalse]
lbreakout2-2.6.5/intl/loadmsgcat.c:919:33: note: Assignment 'data=(struct mo_file_header*)-1', assigned value is -1
lbreakout2-2.6.5/intl/loadmsgcat.c:975:12: note: Condition 'data==(struct mo_file_header*)-1' is always true
lbreakout2-2.6.5/intl/loadmsgcat.c:975:12: style: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same. [duplicateExpression]
lbreakout2-2.6.5/intl/loadmsgcat.c:919:33: note: 'data' is assigned value '(struct mo_file_header*)-1' here.
lbreakout2-2.6.5/intl/loadmsgcat.c:975:12: note: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same.
lbreakout2-2.6.5/intl/loadmsgcat.c:771:47: style: Function '_nl_init_domain_conv' argument 1 names different: declaration '__domain_file' definition 'domain_file'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:166:59: note: Function '_nl_init_domain_conv' argument 1 names different: declaration '__domain_file' definition 'domain_file'.
lbreakout2-2.6.5/intl/loadmsgcat.c:771:47: note: Function '_nl_init_domain_conv' argument 1 names different: declaration '__domain_file' definition 'domain_file'.
lbreakout2-2.6.5/intl/loadmsgcat.c:772:31: style: Function '_nl_init_domain_conv' argument 2 names different: declaration '__domain' definition 'domain'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:167:29: note: Function '_nl_init_domain_conv' argument 2 names different: declaration '__domain' definition 'domain'.
lbreakout2-2.6.5/intl/loadmsgcat.c:772:31: note: Function '_nl_init_domain_conv' argument 2 names different: declaration '__domain' definition 'domain'.
lbreakout2-2.6.5/intl/loadmsgcat.c:773:25: style: Function '_nl_init_domain_conv' argument 3 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:168:23: note: Function '_nl_init_domain_conv' argument 3 names different: declaration '__domainbinding' definition 'domainbinding'.
lbreakout2-2.6.5/intl/loadmsgcat.c:773:25: note: Function '_nl_init_domain_conv' argument 3 names different: declaration '__domainbinding' definition 'domainbinding'.
lbreakout2-2.6.5/intl/loadmsgcat.c:889:45: style: Function '_nl_free_domain_conv' argument 1 names different: declaration '__domain' definition 'domain'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:170:50: note: Function '_nl_free_domain_conv' argument 1 names different: declaration '__domain' definition 'domain'.
lbreakout2-2.6.5/intl/loadmsgcat.c:889:45: note: Function '_nl_free_domain_conv' argument 1 names different: declaration '__domain' definition 'domain'.
lbreakout2-2.6.5/intl/loadmsgcat.c:909:42: style: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:161:47: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
lbreakout2-2.6.5/intl/loadmsgcat.c:909:42: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
lbreakout2-2.6.5/intl/loadmsgcat.c:910:20: style: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:162:25: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
lbreakout2-2.6.5/intl/loadmsgcat.c:910:20: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
lbreakout2-2.6.5/intl/localcharset.c:295:14: style: Condition 'locale==NULL' is always true [knownConditionTrueFalse]
lbreakout2-2.6.5/intl/localcharset.c:286:24: note: Assignment 'locale=NULL', assigned value is 0
lbreakout2-2.6.5/intl/localcharset.c:295:14: note: Condition 'locale==NULL' is always true
lbreakout2-2.6.5/intl/localcharset.c:295:14: style: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same. [duplicateExpression]
lbreakout2-2.6.5/intl/localcharset.c:286:24: note: 'locale' is assigned value 'NULL' here.
lbreakout2-2.6.5/intl/localcharset.c:295:14: note: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same.
lbreakout2-2.6.5/intl/localcharset.c:120:19: style: The scope of the variable 'base' can be reduced. [variableScope]
lbreakout2-2.6.5/intl/localcharset.c:144:8: style: The scope of the variable 'c' can be reduced. [variableScope]
lbreakout2-2.6.5/intl/localealias.c:254:13: style: The scope of the variable 'alias' can be reduced. [variableScope]
lbreakout2-2.6.5/intl/localealias.c:255:13: style: The scope of the variable 'value' can be reduced. [variableScope]
lbreakout2-2.6.5/intl/localealias.c:303:0: error: Resource leak: fp [resourceLeak]
plural.c:1201:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
plural.y:152:19: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:154:50: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:160:94: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:164:69: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:168:70: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:172:87: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:176:87: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:180:87: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:184:87: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:188:46: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:197:40: style: Same expression on both sides of '-'. [duplicateExpression]
[02:22]
ftp://ftp.se.debian.org/debian/pool/main/l/lbt/lbt_1.2.2.orig.tar.gz
lbt-1.2.2/BitVector.h:48:13: style: Class 'BitVector' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lbt-1.2.2/Ltl.h:71:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lbt-1.2.2/Ltl.h:211:3: style: Class 'LtlConstant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lbt-1.2.2/LtlGraph.h:68:3: style: Class 'LtlGraphNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lbt-1.2.2/LtlGraph.h:114:3: style: Class 'LtlGraph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lbt-1.2.2/Ltl.h:147:14: style: The function 'negClone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:108:22: note: Virtual function in base class
lbt-1.2.2/Ltl.h:147:14: note: Function in derived class
lbt-1.2.2/Ltl.h:164:13: style: The function 'getKind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:113:21: note: Virtual function in base class
lbt-1.2.2/Ltl.h:164:13: note: Function in derived class
lbt-1.2.2/Ltl.h:179:8: style: The function 'expand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:120:16: note: Virtual function in base class
lbt-1.2.2/Ltl.h:179:8: note: Function in derived class
lbt-1.2.2/Ltl.h:206:14: style: The function 'negClone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:108:22: note: Virtual function in base class
lbt-1.2.2/Ltl.h:206:14: note: Function in derived class
lbt-1.2.2/Ltl.h:222:13: style: The function 'getKind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:113:21: note: Virtual function in base class
lbt-1.2.2/Ltl.h:222:13: note: Function in derived class
lbt-1.2.2/Ltl.h:234:8: style: The function 'expand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:120:16: note: Virtual function in base class
lbt-1.2.2/Ltl.h:234:8: note: Function in derived class
lbt-1.2.2/Ltl.h:274:14: style: The function 'negClone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:108:22: note: Virtual function in base class
lbt-1.2.2/Ltl.h:274:14: note: Function in derived class
lbt-1.2.2/Ltl.h:299:13: style: The function 'getKind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:113:21: note: Virtual function in base class
lbt-1.2.2/Ltl.h:299:13: note: Function in derived class
lbt-1.2.2/Ltl.h:312:8: style: The function 'expand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:120:16: note: Virtual function in base class
lbt-1.2.2/Ltl.h:312:8: note: Function in derived class
lbt-1.2.2/Ltl.h:361:14: style: The function 'negClone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:108:22: note: Virtual function in base class
lbt-1.2.2/Ltl.h:361:14: note: Function in derived class
lbt-1.2.2/Ltl.h:386:13: style: The function 'getKind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:113:21: note: Virtual function in base class
lbt-1.2.2/Ltl.h:386:13: note: Function in derived class
lbt-1.2.2/Ltl.h:399:8: style: The function 'expand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:120:16: note: Virtual function in base class
lbt-1.2.2/Ltl.h:399:8: note: Function in derived class
lbt-1.2.2/Ltl.h:435:14: style: The function 'negClone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:108:22: note: Virtual function in base class
lbt-1.2.2/Ltl.h:435:14: note: Function in derived class
lbt-1.2.2/Ltl.h:465:13: style: The function 'getKind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:113:21: note: Virtual function in base class
lbt-1.2.2/Ltl.h:465:13: note: Function in derived class
lbt-1.2.2/Ltl.h:481:8: style: The function 'expand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:120:16: note: Virtual function in base class
lbt-1.2.2/Ltl.h:481:8: note: Function in derived class
lbt-1.2.2/Ltl.h:541:14: style: The function 'negClone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:108:22: note: Virtual function in base class
lbt-1.2.2/Ltl.h:541:14: note: Function in derived class
lbt-1.2.2/Ltl.h:548:13: style: The function 'getKind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:113:21: note: Virtual function in base class
lbt-1.2.2/Ltl.h:548:13: note: Function in derived class
lbt-1.2.2/Ltl.h:568:8: style: The function 'expand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:120:16: note: Virtual function in base class
lbt-1.2.2/Ltl.h:568:8: note: Function in derived class
lbt-1.2.2/LtlGraph.C:62:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lbt-1.2.2/lbt.C:117:11: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lbt-1.2.2/lbt.C:112:48: note: outer condition: i
lbt-1.2.2/lbt.C:117:11: note: identical inner condition: i
lbt-1.2.2/lbt.C:202:6: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lbt-1.2.2/lbt.C:194:46: note: outer condition: i
lbt-1.2.2/lbt.C:202:6: note: identical inner condition: i
lbt-1.2.2/lbt.C:50:14: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lbt-1.2.2/lbt.C:177:5: portability: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lbt-1.2.2/lbt.C:103:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lbt-1.2.2/lbt.C:146:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lbt-1.2.2/lbt.C:184:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lbt-1.2.2/lbt.C:190:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
[02:22]
ftp://ftp.se.debian.org/debian/pool/main/l/lbzip2/lbzip2_2.5.orig.tar.bz2
ftp://ftp.se.debian.org/debian/pool/main/l/lcab/lcab_1.0b12.orig.tar.gz
lcab-1.0b12/cwrite.c:107:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lcab-1.0b12/cwrite.c:111:2: note: Found duplicate branches for 'if' and 'else'.
lcab-1.0b12/cwrite.c:107:2: note: Found duplicate branches for 'if' and 'else'.
lcab-1.0b12/main.c:371:4: style: Variable 'prevcfile' is reassigned a value before the old one has been used. [redundantAssignment]
lcab-1.0b12/main.c:369:4: note: Variable 'prevcfile' is reassigned a value before the old one has been used.
lcab-1.0b12/main.c:371:4: note: Variable 'prevcfile' is reassigned a value before the old one has been used.
lcab-1.0b12/main.c:112:8: style: The scope of the variable 'fp2' can be reduced. [variableScope]
lcab-1.0b12/main.c:196:7: style: The scope of the variable 'pos' can be reduced. [variableScope]
lcab-1.0b12/main.c:86:11: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
[02:22]
ftp://ftp.se.debian.org/debian/pool/main/l/lcalc/lcalc_1.23+dfsg.orig.tar.gz
lcalc-1.23+dfsg.orig/src/Lcommandline.cc:51:10: style: The scope of the variable 'a1' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline.cc:52:10: style: The scope of the variable 'a2' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline.cc:53:10: style: The scope of the variable 'a3' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline.cc:54:10: style: The scope of the variable 'a4' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline.cc:55:10: style: The scope of the variable 'a6' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline.cc:396:13: style: The scope of the variable 'coeff' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:33:13: style: The scope of the variable 'a' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:34:18: style: The scope of the variable 'b' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:199:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:293:15: style: The scope of the variable 'i' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:394:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:427:15: style: The scope of the variable 'i' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:428:13: style: The scope of the variable 't' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:471:15: style: The scope of the variable 'j' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:500:9: style: The scope of the variable 'h' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:500:11: style: The scope of the variable 'w' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:502:15: style: The scope of the variable 't' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:502:17: style: The scope of the variable 'u' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:503:12: style: The scope of the variable 'x' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:504:12: style: The scope of the variable 'epsilon' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:915:17: style: Array index 'dial' is used before limits check. [arrayIndexThenCheck]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:927:5: error: Mismatching allocation and deallocation: factors [mismatchAllocDealloc]
lcalc-1.23+dfsg.orig/src/Lcommandline_twist.cc:242:20: style: Redundant condition: what_type==2. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
lcalc-1.23+dfsg.orig/src/Lcommandline_twist.cc:715:20: style: Redundant condition: what_type==2. 'what_type!=2 || (what_type==2 && gcd(underlying_cond,d)==1)' is equivalent to 'what_type!=2 || gcd(underlying_cond,d)==1' [redundantCondition]
lcalc-1.23+dfsg.orig/src/Lcommandline_twist.cc:495:25: style: The scope of the variable 'analytic_rank' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_twist.cc:1157:17: style: Array index 'dial' is used before limits check. [arrayIndexThenCheck]
lcalc-1.23+dfsg.orig/src/Lcommandline_twist.cc:996:16: error: Mismatching allocation and deallocation: factors [mismatchAllocDealloc]
lcalc-1.23+dfsg.orig/src/Lcommandline_twist.cc:157:22: error: Uninitialized variable: tmp_a [uninitvar]
lcalc-1.23+dfsg.orig/src/Lcommandline_twist.cc:158:23: error: Uninitialized variable: tmp_a [uninitvar]
lcalc-1.23+dfsg.orig/src/Lcommandline_twist.cc:626:22: error: Uninitialized variable: tmp_a [uninitvar]
lcalc-1.23+dfsg.orig/src/Lcommandline_twist.cc:627:23: error: Uninitialized variable: tmp_a [uninitvar]
lcalc-1.23+dfsg.orig/src/Lgamma.cc:158:7: style: Unused variable: n [unusedVariable]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel.cc:79:3: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel.cc:78:3: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
lcalc-1.23+dfsg.orig/src/Lriemannsiegel.cc:79:3: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
lcalc-1.23+dfsg.orig/src/Lriemannsiegel.cc:82:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel.cc:88:3: note: Found duplicate branches for 'if' and 'else'.
lcalc-1.23+dfsg.orig/src/Lriemannsiegel.cc:82:3: note: Found duplicate branches for 'if' and 'else'.
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:406:12: style: Same expression on both sides of '==' because the value of 'blfi' and '1' are the same. [duplicateExpression]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:25:16: note: 'blfi' is assigned value '1' here.
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:406:12: note: Same expression on both sides of '==' because the value of 'blfi' and '1' are the same.
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:456:29: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:473:42: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:490:36: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:507:49: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:524:31: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:541:44: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:558:38: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:575:51: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:824:48: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:849:52: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lcalc-1.23+dfsg.orig/src/cmdline.c:1432:8: style: Condition 'error' is always false [knownConditionTrueFalse]
lcalc-1.23+dfsg.orig/src/cmdline.c:792:15: note: Assignment 'error=0', assigned value is 0
lcalc-1.23+dfsg.orig/src/cmdline.c:1432:8: note: Condition 'error' is always false
lcalc-1.23+dfsg.orig/src/cmdline.c:699:78: warning: Either the condition 'if(field_given&&*field_given&&!override)' is redundant or there is possible null pointer dereference: field_given. [nullPointerRedundantCheck]
lcalc-1.23+dfsg.orig/src/cmdline.c:725:6: note: Assuming that condition 'if(field_given&&*field_given&&!override)' is not redundant
lcalc-1.23+dfsg.orig/src/cmdline.c:699:78: note: Null pointer dereference
lcalc-1.23+dfsg.orig/src/cmdline.c:444:7: style: The scope of the variable 'found' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/cmdline.c:694:10: style: The scope of the variable 'string_field' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/example_programs/example.cc:56:5: style: Variable 'L4' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lcalc-1.23+dfsg.orig/src/example_programs/example.cc:38:5: note: Variable 'L4' is reassigned a value before the old one has been used if variable is no semaphore variable.
lcalc-1.23+dfsg.orig/src/example_programs/example.cc:56:5: note: Variable 'L4' is reassigned a value before the old one has been used if variable is no semaphore variable.
[02:22]
ftp://ftp.se.debian.org/debian/pool/main/l/lcas/lcas_1.3.19.orig.tar.gz
lcas-1.3.19/src/grid_credential_handling/x509_handling/lcas_x509_utils.c:474:9: style: Variable 'tmpFile' is reassigned a value before the old one has been used. [redundantAssignment]
lcas-1.3.19/src/grid_credential_handling/x509_handling/lcas_x509_utils.c:470:0: note: Variable 'tmpFile' is reassigned a value before the old one has been used.
lcas-1.3.19/src/grid_credential_handling/x509_handling/lcas_x509_utils.c:474:9: note: Variable 'tmpFile' is reassigned a value before the old one has been used.
lcas-1.3.19/src/grid_credential_handling/x509_handling/lcas_x509_utils.c:113:12: style: The scope of the variable 'logstr' can be reduced. [variableScope]
lcas-1.3.19/src/grid_credential_handling/x509_handling/lcas_x509_utils.c:135:12: style: The scope of the variable 'logstr' can be reduced. [variableScope]
lcas-1.3.19/src/grid_credential_handling/x509_handling/lcas_x509_utils.c:136:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcas-1.3.19/src/grid_credential_handling/x509_handling/lcas_x509_utils.c:137:9: style: The scope of the variable 'amount_of_CAs' can be reduced. [variableScope]
lcas-1.3.19/src/grid_credential_handling/x509_handling/lcas_x509_utils.c:286:16: style: The scope of the variable 'xi' can be reduced. [variableScope]
lcas-1.3.19/src/grid_credential_handling/x509_handling/lcas_x509_utils.c:224:17: style: Variable 'amount_of_CAs' is modified but its new value is never used. [unreadVariable]
lcas-1.3.19/src/lcas.c:574:5: style: Variable 'args' is reassigned a value before the old one has been used. [redundantAssignment]
lcas-1.3.19/src/lcas.c:558:0: note: Variable 'args' is reassigned a value before the old one has been used.
lcas-1.3.19/src/lcas.c:574:5: note: Variable 'args' is reassigned a value before the old one has been used.
lcas-1.3.19/src/lcas.c:588:5: style: Variable 'pname' is reassigned a value before the old one has been used. [redundantAssignment]
lcas-1.3.19/src/lcas.c:557:0: note: Variable 'pname' is reassigned a value before the old one has been used.
lcas-1.3.19/src/lcas.c:588:5: note: Variable 'pname' is reassigned a value before the old one has been used.
lcas-1.3.19/src/lcas.c:920:5: style: Variable 'plugin_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lcas-1.3.19/src/lcas.c:918:0: note: Variable 'plugin_entry' is reassigned a value before the old one has been used.
lcas-1.3.19/src/lcas.c:920:5: note: Variable 'plugin_entry' is reassigned a value before the old one has been used.
lcas-1.3.19/src/lcas.c:917:35: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcas-1.3.19/src/lcas.c:1079:25: style: Function 'lcas_run_va' argument 1 names different: declaration 'lcas_arg_type' definition 'arg_type'. [funcArgNamesDifferent]
lcas-1.3.19/src/_lcas.h:80:25: note: Function 'lcas_run_va' argument 1 names different: declaration 'lcas_arg_type' definition 'arg_type'.
lcas-1.3.19/src/lcas.c:1079:25: note: Function 'lcas_run_va' argument 1 names different: declaration 'lcas_arg_type' definition 'arg_type'.
lcas-1.3.19/src/lcas_db_read.c:177:57: warning: Either the condition 'entry!=NULL' is redundant or there is possible null pointer dereference: entry. [nullPointerRedundantCheck]
lcas-1.3.19/src/lcas_db_read.c:182:27: note: Assuming that condition 'entry!=NULL' is not redundant
lcas-1.3.19/src/lcas_db_read.c:177:57: note: Null pointer dereference
lcas-1.3.19/src/lcas_db_read.c:209:28: style: Function 'lcas_db_fill_entry' argument 1 names different: declaration 'plcas_db' definition 'list'. [funcArgNamesDifferent]
lcas-1.3.19/src/_lcas_db_read.h:96:28: note: Function 'lcas_db_fill_entry' argument 1 names different: declaration 'plcas_db' definition 'list'.
lcas-1.3.19/src/lcas_db_read.c:209:28: note: Function 'lcas_db_fill_entry' argument 1 names different: declaration 'plcas_db' definition 'list'.
lcas-1.3.19/src/lcas_db_read.c:210:27: style: Function 'lcas_db_fill_entry' argument 2 names different: declaration 'db_entry' definition 'entry'. [funcArgNamesDifferent]
lcas-1.3.19/src/_lcas_db_read.h:97:28: note: Function 'lcas_db_fill_entry' argument 2 names different: declaration 'db_entry' definition 'entry'.
lcas-1.3.19/src/lcas_db_read.c:210:27: note: Function 'lcas_db_fill_entry' argument 2 names different: declaration 'db_entry' definition 'entry'.
lcas-1.3.19/src/lcas_log.c:505:13: error: Memory leak: tmpbuf [memleak]
lcas-1.3.19/src/lcas_log.c:505:0: error: Memory leak: datetime [memleak]
lcas-1.3.19/src/lcas_pem.c:101:14: warning: Either the condition 'lcas_log_string_default!=NULL' is redundant or there is possible null pointer dereference: lcas_log_string_default. [nullPointerRedundantCheck]
lcas-1.3.19/src/lcas_pem.c:109:33: note: Assuming that condition 'lcas_log_string_default!=NULL' is not redundant
lcas-1.3.19/src/lcas_pem.c:101:14: note: Null pointer dereference
lcas-1.3.19/src/lcas_pem.c:84:5: style: Variable 'lcas_log_file' is reassigned a value before the old one has been used. [redundantAssignment]
lcas-1.3.19/src/lcas_pem.c:70:0: note: Variable 'lcas_log_file' is reassigned a value before the old one has been used.
lcas-1.3.19/src/lcas_pem.c:84:5: note: Variable 'lcas_log_file' is reassigned a value before the old one has been used.
lcas-1.3.19/src/lcas_test.c:131:12: style: The scope of the variable 'lcas_request' can be reduced. [variableScope]
lcas-1.3.19/src/lcas_test.c:132:12: style: The scope of the variable 'client_name' can be reduced. [variableScope]
lcas-1.3.19/src/lcas_test.c:168:19: style: The scope of the variable 'error' can be reduced. [variableScope]
lcas-1.3.19/src/lcas_test.c:169:17: style: The scope of the variable 'retval' can be reduced. [variableScope]
lcas-1.3.19/src/lcas_test.c:170:19: style: The scope of the variable 'LcasInit' can be reduced. [variableScope]
lcas-1.3.19/src/lcas_test.c:171:19: style: The scope of the variable 'LcasTerm' can be reduced. [variableScope]
lcas-1.3.19/src/lcas_test.c:173:19: style: The scope of the variable 'LcasGetFabricAuthorization' can be reduced. [variableScope]
lcas-1.3.19/src/lcas_utils.c:409:5: style: Variable 'lcas_modules_dir' is reassigned a value before the old one has been used. [redundantAssignment]
lcas-1.3.19/src/lcas_utils.c:402:0: note: Variable 'lcas_modules_dir' is reassigned a value before the old one has been used.
lcas-1.3.19/src/lcas_utils.c:409:5: note: Variable 'lcas_modules_dir' is reassigned a value before the old one has been used.
lcas-1.3.19/src/lcas_utils.c:515:18: style: The scope of the variable 'pp' can be reduced. [variableScope]
lcas-1.3.19/src/lcas_utils.c:385:52: error: va_list 'pvar' was opened but not closed by va_end(). [va_end_missing]
[02:22]
ftp://ftp.se.debian.org/debian/pool/main/l/lcas-lcmaps-gt4-interface/lcas-lcmaps-gt4-interface_0.3.1.orig.tar.gz
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:301:15: warning: Either the condition 'service?service:"unknown"' is redundant or there is possible null pointer dereference: service. [nullPointerRedundantCheck]
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:368:15: note: Assuming that condition 'service?service:"unknown"' is not redundant
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:301:15: note: Null pointer dereference
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:288:5: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:256:0: note: Variable 'context' is reassigned a value before the old one has been used.
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:288:5: note: Variable 'context' is reassigned a value before the old one has been used.
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:289:5: style: Variable 'service' is reassigned a value before the old one has been used. [redundantAssignment]
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:257:0: note: Variable 'service' is reassigned a value before the old one has been used.
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:289:5: note: Variable 'service' is reassigned a value before the old one has been used.
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:290:5: style: Variable 'desired_identity' is reassigned a value before the old one has been used. [redundantAssignment]
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:258:0: note: Variable 'desired_identity' is reassigned a value before the old one has been used.
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:290:5: note: Variable 'desired_identity' is reassigned a value before the old one has been used.
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:291:5: style: Variable 'identity_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:259:0: note: Variable 'identity_buffer' is reassigned a value before the old one has been used.
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:291:5: note: Variable 'identity_buffer' is reassigned a value before the old one has been used.
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_lcas.c:80:5: style: Variable 'lcas_libdir' is reassigned a value before the old one has been used. [redundantAssignment]
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_lcas.c:73:0: note: Variable 'lcas_libdir' is reassigned a value before the old one has been used.
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_lcas.c:80:5: note: Variable 'lcas_libdir' is reassigned a value before the old one has been used.
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_lcas.c:77:9: style: The scope of the variable 'sn_retval' can be reduced. [variableScope]
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_lcas.c:282:11: style: The scope of the variable 'LcasTerm' can be reduced. [variableScope]
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_lcmaps.c:100:5: style: Variable 'lcmaps_libdir' is reassigned a value before the old one has been used. [redundantAssignment]
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_lcmaps.c:92:0: note: Variable 'lcmaps_libdir' is reassigned a value before the old one has been used.
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_lcmaps.c:100:5: note: Variable 'lcmaps_libdir' is reassigned a value before the old one has been used.
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_lcmaps.c:96:9: style: The scope of the variable 'sn_retval' can be reduced. [variableScope]
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_utils.c:181:9: style: The scope of the variable 'errno_fopen' can be reduced. [variableScope]
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_utils.c:238:10: style: The scope of the variable 'datetime' can be reduced. [variableScope]
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_utils.c:241:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
[02:22]
ftp://ftp.se.debian.org/debian/pool/main/l/lcd4linux/lcd4linux_0.11.0~svn1203.orig.tar.gz
lcd4linux-r1203/cfg.c:188:28: warning: Either the condition 'section!=NULL' is redundant or there is possible null pointer dereference: section. [nullPointerRedundantCheck]
lcd4linux-r1203/cfg.c:192:17: note: Assuming that condition 'section!=NULL' is not redundant
lcd4linux-r1203/cfg.c:188:28: note: Null pointer dereference
lcd4linux-r1203/cfg.c:291:28: warning: Either the condition 'section!=NULL' is redundant or there is possible null pointer dereference: section. [nullPointerRedundantCheck]
lcd4linux-r1203/cfg.c:293:17: note: Assuming that condition 'section!=NULL' is not redundant
lcd4linux-r1203/cfg.c:291:28: note: Null pointer dereference
lcd4linux-r1203/cfg.c:309:28: warning: Either the condition 'section!=NULL' is redundant or there is possible null pointer dereference: section. [nullPointerRedundantCheck]
lcd4linux-r1203/cfg.c:311:17: note: Assuming that condition 'section!=NULL' is not redundant
lcd4linux-r1203/cfg.c:309:28: note: Null pointer dereference
lcd4linux-r1203/cfg.c:386:11: style: The scope of the variable 'retval' can be reduced. [variableScope]
lcd4linux-r1203/cfg.c:203:6: error: Memory leak: buffer [memleak]
lcd4linux-r1203/cfg.c:213:5: error: Common realloc mistake: 'Config' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/cfg.c:273:6: error: Common realloc mistake: 'list' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/drv_ASTUSB.c:128:14: style: Redundant condition: bus_id. '!bus_id || (bus_id && !strcasecmp(bus->dirname,bus_id))' is equivalent to '!bus_id || !strcasecmp(bus->dirname,bus_id)' [redundantCondition]
lcd4linux-r1203/drv_ASTUSB.c:132:18: style: Redundant condition: device_id. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
lcd4linux-r1203/drv_ASTUSB.c:219:10: style: The scope of the variable 'val' can be reduced. [variableScope]
lcd4linux-r1203/drv_BeckmannEgle.c:451:27: warning: Either the condition 'model==NULL' is redundant or there is possible null pointer dereference: model. [nullPointerRedundantCheck]
lcd4linux-r1203/drv_BeckmannEgle.c:451:15: note: Assuming that condition 'model==NULL' is not redundant
lcd4linux-r1203/drv_BeckmannEgle.c:451:27: note: Null pointer dereference
lcd4linux-r1203/drv_Crystalfontz.c:320:24: warning: Possible null pointer dereference: data [nullPointer]
lcd4linux-r1203/drv_Crystalfontz.c:719:23: note: Calling function 'drv_CF_send', 3rd argument 'data' value is 0
lcd4linux-r1203/drv_Crystalfontz.c:320:24: note: Null pointer dereference
lcd4linux-r1203/drv_Crystalfontz.c:438:10: style: The scope of the variable 'cmd' can be reduced. [variableScope]
lcd4linux-r1203/drv_Crystalfontz.c:712:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lcd4linux-r1203/drv_Curses.c:212:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lcd4linux-r1203/drv_D4D.c:289:10: style: The scope of the variable 'out' can be reduced. [variableScope]
lcd4linux-r1203/drv_D4D.c:293:12: style: The scope of the variable 'k' can be reduced. [variableScope]
lcd4linux-r1203/drv_D4D.c:340:6: style: The scope of the variable 'sec' can be reduced. [variableScope]
lcd4linux-r1203/drv_D4D.c:451:11: style: The scope of the variable 's' can be reduced. [variableScope]
lcd4linux-r1203/drv_D4D.c:452:11: style: The scope of the variable 'color' can be reduced. [variableScope]
lcd4linux-r1203/drv_D4D.c:674:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcd4linux-r1203/drv_EFN.c:194:28: style: The scope of the variable 'k' can be reduced. [variableScope]
lcd4linux-r1203/drv_EFN.c:221:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
lcd4linux-r1203/drv_EFN.c:221:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/drv_EFN.c:221:20: style: The scope of the variable 'k' can be reduced. [variableScope]
lcd4linux-r1203/drv_G15.c:148:9: style: The scope of the variable 'is_set' can be reduced. [variableScope]
lcd4linux-r1203/drv_G15.c:151:19: style: The scope of the variable 'orig_scancode' can be reduced. [variableScope]
lcd4linux-r1203/drv_G15.c:298:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
lcd4linux-r1203/drv_G15.c:459:9: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcd4linux-r1203/drv_GLCD2USB.c:434:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/drv_HD44780.c:1134:25: warning: Either the condition 'bus==NULL' is redundant or there is possible null pointer dereference: bus. [nullPointerRedundantCheck]
lcd4linux-r1203/drv_HD44780.c:1134:13: note: Assuming that condition 'bus==NULL' is not redundant
lcd4linux-r1203/drv_HD44780.c:1134:25: note: Null pointer dereference
lcd4linux-r1203/drv_IRLCD.c:117:14: style: Redundant condition: bus_id. '!bus_id || (bus_id && !strcasecmp(bus->dirname,bus_id))' is equivalent to '!bus_id || !strcasecmp(bus->dirname,bus_id)' [redundantCondition]
lcd4linux-r1203/drv_IRLCD.c:121:18: style: Redundant condition: device_id. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
lcd4linux-r1203/drv_Image.c:334:16: style: Condition 'Format==NIL' is always true [knownConditionTrueFalse]
lcd4linux-r1203/drv_Image.c:320:14: note: Assignment 'Format=NIL', assigned value is 0
lcd4linux-r1203/drv_Image.c:334:16: note: Condition 'Format==NIL' is always true
lcd4linux-r1203/drv_Image.c:344:2: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_Image.c:347:5: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_Image.c:351:2: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_Image.c:354:5: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_Image.c:358:2: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_Image.c:361:5: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_Image.c:365:2: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_Image.c:368:5: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_LCD2USB.c:131:14: style: Redundant condition: bus_id. '!bus_id || (bus_id && !strcasecmp(bus->dirname,bus_id))' is equivalent to '!bus_id || !strcasecmp(bus->dirname,bus_id)' [redundantCondition]
lcd4linux-r1203/drv_LCD2USB.c:135:18: style: Redundant condition: device_id. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
lcd4linux-r1203/drv_LCD2USB.c:198:12: style: The scope of the variable 'nBytes' can be reduced. [variableScope]
lcd4linux-r1203/drv_LCD2USB.c:199:20: style: The scope of the variable 'val' can be reduced. [variableScope]
lcd4linux-r1203/drv_LCD2USB.c:432:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/drv_LCDLinux.c:141:23: warning: Either the condition 's!=NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
lcd4linux-r1203/drv_LCDLinux.c:141:11: note: Assuming that condition 's!=NULL' is not redundant
lcd4linux-r1203/drv_LCDLinux.c:141:23: note: Null pointer dereference
lcd4linux-r1203/drv_LEDMatrix.c:92:15: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/drv_LPH7508.c:220:13: warning: Redundant assignment of 'j' to itself. [selfAssignment]
lcd4linux-r1203/drv_LPH7508.c:195:12: style: The scope of the variable 'a' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:180:3: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lcd4linux-r1203/drv_LW_ABP.c:219:4: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lcd4linux-r1203/drv_LW_ABP.c:224:4: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lcd4linux-r1203/drv_LW_ABP.c:150:10: style: The scope of the variable 'cmd' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:151:10: style: The scope of the variable 'command' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:168:10: style: The scope of the variable 'cmd' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:169:10: style: The scope of the variable 'command' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:171:11: style: The scope of the variable 'configfile' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:172:9: style: The scope of the variable 'scanresult' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:173:9: style: The scope of the variable 'config_entries' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:174:10: style: The scope of the variable 'inputline' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:242:10: style: The scope of the variable 'col_' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:431:10: style: The scope of the variable 'cmd' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:432:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:638:10: style: The scope of the variable 'switchactive' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:639:10: style: The scope of the variable 'timeinfo' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:370:32: error: Undefined behavior: Variable 'received' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/drv_M50530.c:331:23: warning: Either the condition 's==NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
lcd4linux-r1203/drv_M50530.c:331:11: note: Assuming that condition 's==NULL' is not redundant
lcd4linux-r1203/drv_M50530.c:331:23: note: Null pointer dereference
lcd4linux-r1203/drv_M50530.c:111:19: style: The scope of the variable 'data' can be reduced. [variableScope]
lcd4linux-r1203/drv_M50530.c:230:18: style: The scope of the variable 'cmd' can be reduced. [variableScope]
lcd4linux-r1203/drv_M50530.c:203:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcd4linux-r1203/drv_MatrixOrbital.c:198:10: style: The scope of the variable 'cmd' can be reduced. [variableScope]
lcd4linux-r1203/drv_MatrixOrbital.c:392:10: style: The scope of the variable 'cmd' can be reduced. [variableScope]
lcd4linux-r1203/drv_MatrixOrbitalGX.c:222:19: style: The scope of the variable 'pixel_byte' can be reduced. [variableScope]
lcd4linux-r1203/drv_MilfordInstruments.c:126:27: warning: Either the condition 'model==NULL' is redundant or there is possible null pointer dereference: model. [nullPointerRedundantCheck]
lcd4linux-r1203/drv_MilfordInstruments.c:126:15: note: Assuming that condition 'model==NULL' is not redundant
lcd4linux-r1203/drv_MilfordInstruments.c:126:27: note: Null pointer dereference
lcd4linux-r1203/drv_MilfordInstruments.c:107:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/drv_MilfordInstruments.c:108:10: style: The scope of the variable 'cmd' can be reduced. [variableScope]
lcd4linux-r1203/drv_Noritake.c:257:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/drv_Noritake.c:90:9: style: struct member 'MODEL::yrex' is never used. [unusedStructMember]
lcd4linux-r1203/drv_PICGraphic.c:266:9: style: Condition 'ret' is always false [knownConditionTrueFalse]
lcd4linux-r1203/drv_PICGraphic.c:256:15: note: Assignment 'ret=0', assigned value is 0
lcd4linux-r1203/drv_PICGraphic.c:266:9: note: Condition 'ret' is always false
lcd4linux-r1203/drv_PICGraphic.c:179:22: style: The scope of the variable 'status' can be reduced. [variableScope]
lcd4linux-r1203/drv_PICGraphic.c:180:19: style: The scope of the variable 'cmd' can be reduced. [variableScope]
lcd4linux-r1203/drv_RouterBoard.c:306:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
lcd4linux-r1203/drv_SamsungSPF.c:206:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
lcd4linux-r1203/drv_ShuttleVFD.c:60:0: error: #error "ShuttleVFD: libusb required" [preprocessorErrorDirective]
lcd4linux-r1203/drv_SimpleLCD.c:149:9: style: The scope of the variable 'row' can be reduced. [variableScope]
lcd4linux-r1203/drv_T6963.c:310:15: style: The scope of the variable 'a' can be reduced. [variableScope]
lcd4linux-r1203/drv_T6963.c:310:18: style: The scope of the variable 'b' can be reduced. [variableScope]
lcd4linux-r1203/drv_TeakLCM.c:111:9: portability: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lcd4linux-r1203/drv_USBHUB.c:43:0: error: #error The USB-HUB driver only makes sense with USB support [preprocessorErrorDirective]
lcd4linux-r1203/drv_USBLCD.c:239:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
lcd4linux-r1203/drv_WincorNixdorf.c:109:27: warning: Either the condition 'model==NULL' is redundant or there is possible null pointer dereference: model. [nullPointerRedundantCheck]
lcd4linux-r1203/drv_WincorNixdorf.c:109:15: note: Assuming that condition 'model==NULL' is not redundant
lcd4linux-r1203/drv_WincorNixdorf.c:109:27: note: Null pointer dereference
lcd4linux-r1203/drv_WincorNixdorf.c:108:5: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
lcd4linux-r1203/drv_WincorNixdorf.c:105:0: note: Variable 'model' is reassigned a value before the old one has been used.
lcd4linux-r1203/drv_WincorNixdorf.c:108:5: note: Variable 'model' is reassigned a value before the old one has been used.
lcd4linux-r1203/drv_WincorNixdorf.c:103:12: style: The scope of the variable 'len' can be reduced. [variableScope]
lcd4linux-r1203/drv_WincorNixdorf.c:106:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lcd4linux-r1203/drv_X11.c:169:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/drv_X11.c:257:18: style: The scope of the variable 'xfs' can be reduced. [variableScope]
lcd4linux-r1203/drv_X11.c:260:9: style: The scope of the variable 'yk' can be reduced. [variableScope]
lcd4linux-r1203/drv_X11.c:261:11: style: The scope of the variable 's' can be reduced. [variableScope]
lcd4linux-r1203/drv_X11.c:545:2: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_X11.c:548:5: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_X11.c:552:2: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_X11.c:555:5: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_X11.c:559:2: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_X11.c:562:5: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_dpf.c:555:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcd4linux-r1203/drv_dpf.c:555:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcd4linux-r1203/drv_dpf.c:478:37: style: Function 'dpf_ax_open' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
lcd4linux-r1203/drv_dpf.c:81:37: note: Function 'dpf_ax_open' argument 1 names different: declaration 'device' definition 'dev'.
lcd4linux-r1203/drv_dpf.c:478:37: note: Function 'dpf_ax_open' argument 1 names different: declaration 'device' definition 'dev'.
lcd4linux-r1203/drv_dpf.c:632:45: style: Function 'dpf_ax_setbacklight' argument 2 names different: declaration 'value' definition 'b'. [funcArgNamesDifferent]
lcd4linux-r1203/drv_dpf.c:99:45: note: Function 'dpf_ax_setbacklight' argument 2 names different: declaration 'value' definition 'b'.
lcd4linux-r1203/drv_dpf.c:632:45: note: Function 'dpf_ax_setbacklight' argument 2 names different: declaration 'value' definition 'b'.
lcd4linux-r1203/drv_generic_graphic.c:300:11: style: The scope of the variable 'line2' can be reduced. [variableScope]
lcd4linux-r1203/drv_generic_graphic.c:461:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcd4linux-r1203/lcd4linux_i2c.h:543:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/lcd4linux_i2c.h:569:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/drv_generic_parport.c:76:0: error: #error neither outb() nor ppdev() possible [preprocessorErrorDirective]
lcd4linux-r1203/drv_generic_serial.c:356:20: style: The scope of the variable 'tocnt' can be reduced. [variableScope]
lcd4linux-r1203/drv_generic_text.c:157:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/drv_generic_text.c:237:9: style: The scope of the variable 'dr' can be reduced. [variableScope]
lcd4linux-r1203/drv_generic_text.c:331:11: style: The scope of the variable 'line2' can be reduced. [variableScope]
lcd4linux-r1203/drv_generic_text.c:449:16: style: The scope of the variable 'icon_counter' can be reduced. [variableScope]
lcd4linux-r1203/drv_generic_text.c:768:18: style: The scope of the variable 'min' can be reduced. [variableScope]
lcd4linux-r1203/drv_generic_text.c:769:9: style: The scope of the variable 'pack_i' can be reduced. [variableScope]
lcd4linux-r1203/drv_generic_text.c:769:17: style: The scope of the variable 'pack_j' can be reduced. [variableScope]
lcd4linux-r1203/drv_generic_text.c:660:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcd4linux-r1203/drv_generic_text.c:722:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcd4linux-r1203/drv_generic_text.c:864:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcd4linux-r1203/drv_generic_text.c:878:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcd4linux-r1203/drv_generic_text.c:936:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcd4linux-r1203/drv_mdm166a.c:255:9: style: The scope of the variable 'sent' can be reduced. [variableScope]
lcd4linux-r1203/drv_mdm166a.c:255:18: style: The scope of the variable 'frame' can be reduced. [variableScope]
lcd4linux-r1203/drv_mdm166a.c:338:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lcd4linux-r1203/drv_mdm166a.c:338:12: style: The scope of the variable 'x' can be reduced. [variableScope]
lcd4linux-r1203/drv_mdm166a.c:338:15: style: The scope of the variable 'yb' can be reduced. [variableScope]
lcd4linux-r1203/drv_mdm166a.c:435:2: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_mdm166a.c:438:5: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_picoLCDGraphic.c:289:16: style: The scope of the variable 'pressed_key' can be reduced. [variableScope]
lcd4linux-r1203/drv_ula200.c:178:12: style: The scope of the variable 'err' can be reduced. [variableScope]
lcd4linux-r1203/drv_ula200.c:246:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
lcd4linux-r1203/drv_vnc.c:425:31: style: Condition '1==1' is always true [knownConditionTrueFalse]
lcd4linux-r1203/drv_vnc.c:425:31: style: Same expression on both sides of '=='. [duplicateExpression]
lcd4linux-r1203/drv_vnc.c:145:12: style: The scope of the variable 'rectx' can be reduced. [variableScope]
lcd4linux-r1203/drv_vnc.c:145:19: style: The scope of the variable 'recty' can be reduced. [variableScope]
lcd4linux-r1203/drv_vnc.c:146:9: style: The scope of the variable 'active' can be reduced. [variableScope]
lcd4linux-r1203/evaluator.c:637:9: style: The scope of the variable 'hexC' can be reduced. [variableScope]
lcd4linux-r1203/evaluator.c:504:5: error: Common realloc mistake: 'Function' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/event.c:93:5: error: Common realloc mistake: 'events' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/event.c:173:5: error: Common realloc mistake: 'events' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/event.c:189:5: error: Common realloc mistake: 'events' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/event.c:247:2: error: Common realloc mistake: 'ev_names' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/event.c:282:3: error: Common realloc mistake: 'ev_names' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/hash.c:219:16: style: The scope of the variable 'Item' can be reduced. [variableScope]
lcd4linux-r1203/hash.c:477:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/layout.c:102:29: style: Function 'layout_init' argument 1 names different: declaration 'section' definition 'layout'. [funcArgNamesDifferent]
lcd4linux-r1203/layout.h:33:29: note: Function 'layout_init' argument 1 names different: declaration 'section' definition 'layout'.
lcd4linux-r1203/layout.c:102:29: note: Function 'layout_init' argument 1 names different: declaration 'section' definition 'layout'.
lcd4linux-r1203/lcd4linux.c:218:9: style: The scope of the variable 'pid' can be reduced. [variableScope]
lcd4linux-r1203/plugin_asterisk.c:248:22: style: The scope of the variable 'tok' can be reduced. [variableScope]
lcd4linux-r1203/plugin_asterisk.c:249:20: style: The scope of the variable 'toknum' can be reduced. [variableScope]
lcd4linux-r1203/plugin_asterisk.c:101:18: warning: Either the condition 'i<20' is redundant, otherwise there is negative array index -1. [negativeIndex]
lcd4linux-r1203/plugin_asterisk.c:98:9: note: Assuming that condition 'i<20' is not redundant
lcd4linux-r1203/plugin_asterisk.c:101:18: note: Negative array index
lcd4linux-r1203/plugin_button_exec.c:63:9: style: The scope of the variable 'errsv' can be reduced. [variableScope]
lcd4linux-r1203/plugin_dbus.c:714:7: warning: %hhx in format string (no. 1) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
lcd4linux-r1203/plugin_dbus.c:182:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/plugin_dbus.c:261:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/plugin_dbus.c:812:86: style: Function 'lcd_sig_received' argument 2 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
lcd4linux-r1203/plugin_dbus.c:128:86: note: Function 'lcd_sig_received' argument 2 names different: declaration 'message' definition 'msg'.
lcd4linux-r1203/plugin_dbus.c:812:86: note: Function 'lcd_sig_received' argument 2 names different: declaration 'message' definition 'msg'.
lcd4linux-r1203/plugin_diskstats.c:94:46: warning: Possible null pointer dereference: beg [nullPointer]
lcd4linux-r1203/plugin_diskstats.c:92:16: note: Assignment 'beg=end?end+1:NULL', assigned value is 0
lcd4linux-r1203/plugin_diskstats.c:94:46: note: Null pointer dereference
lcd4linux-r1203/plugin_diskstats.c:98:15: warning: Possible null pointer dereference: beg [nullPointer]
lcd4linux-r1203/plugin_diskstats.c:92:16: note: Assignment 'beg=end?end+1:NULL', assigned value is 0
lcd4linux-r1203/plugin_diskstats.c:98:15: note: Null pointer dereference
lcd4linux-r1203/plugin_exec.c:98:11: style: The scope of the variable 'pipe' can be reduced. [variableScope]
lcd4linux-r1203/plugin_file.c:57:21: style: The scope of the variable 'val2' can be reduced. [variableScope]
lcd4linux-r1203/plugin_file.c:59:18: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/plugin_file.c:59:21: style: The scope of the variable 'size' can be reduced. [variableScope]
lcd4linux-r1203/plugin_gps.c:655:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lcd4linux-r1203/plugin_gps.c:670:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lcd4linux-r1203/plugin_gps.c:548:6: performance: Buffer 'buffer' is being written before its old content has been used. [redundantCopy]
lcd4linux-r1203/plugin_gps.c:547:6: note: Buffer 'buffer' is being written before its old content has been used.
lcd4linux-r1203/plugin_gps.c:548:6: note: Buffer 'buffer' is being written before its old content has been used.
lcd4linux-r1203/plugin_gps.c:481:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
lcd4linux-r1203/plugin_gps.c:482:9: style: The scope of the variable 'status' can be reduced. [variableScope]
lcd4linux-r1203/plugin_gps.c:483:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lcd4linux-r1203/plugin_gps.c:488:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lcd4linux-r1203/plugin_gps.c:491:9: style: The scope of the variable 'validStart' can be reduced. [variableScope]
lcd4linux-r1203/plugin_gps.c:491:21: style: The scope of the variable 'validEnd' can be reduced. [variableScope]
lcd4linux-r1203/plugin_gps.c:604:36: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:606:40: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:614:36: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:616:40: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:631:34: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:633:38: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:637:34: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:639:38: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:643:34: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:645:38: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:649:34: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:651:38: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:664:34: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:666:38: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:679:34: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:681:38: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:687:46: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:689:55: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_hddtemp.c:98:21: style: The scope of the variable 'host_info' can be reduced. [variableScope]
lcd4linux-r1203/plugin_hddtemp.c:135:13: style: The scope of the variable 'len' can be reduced. [variableScope]
lcd4linux-r1203/plugin_hddtemp.c:216:11: style: The scope of the variable 'key' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:373:14: style: The scope of the variable 'count' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:374:17: style: The scope of the variable 'p' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:431:9: style: The scope of the variable 'run' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:431:26: style: The scope of the variable 'recv_seq' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:432:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:507:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:709:16: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:709:19: style: The scope of the variable 'pos' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:709:28: style: The scope of the variable 'copy' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:748:31: style: The scope of the variable 'prev_tx_flow' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:748:0: style: The scope of the variable 'prev_rx_flow' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:749:26: style: The scope of the variable 'prev_ds_time' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:856:11: style: The scope of the variable 'value_str' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:856:23: style: The scope of the variable 'mode_str' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:1043:18: style: The scope of the variable 'days' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:1043:24: style: The scope of the variable 'hours' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:1043:31: style: The scope of the variable 'mins' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:1043:37: style: The scope of the variable 'secs' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:1045:10: style: The scope of the variable 'value_str' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:1153:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:879:2: error: Common realloc mistake: 'value_str' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/plugin_huawei.c:927:5: error: Common realloc mistake: 'value_str' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/plugin_huawei.c:960:5: error: Common realloc mistake: 'value_str' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/plugin_huawei.c:993:5: error: Common realloc mistake: 'value_str' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/plugin_huawei.c:1026:5: error: Common realloc mistake: 'value_str' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/plugin_i2c_sensors.c:149:11: style: The scope of the variable 'value' can be reduced. [variableScope]
lcd4linux-r1203/plugin_i2c_sensors.c:259:3: error: Common realloc mistake: 'path' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/plugin_i2c_sensors.c:268:7: error: Common realloc mistake: 'path' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/plugin_i2c_sensors.c:312:6: error: Common realloc mistake: 'path_cfg' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/plugin_i2c_sensors.c:316:2: error: Common realloc mistake: 'path' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/plugin_imon.c:74:21: style: The scope of the variable 'host_p' can be reduced. [variableScope]
lcd4linux-r1203/plugin_imon.c:214:17: style: The scope of the variable 'oldanswer' can be reduced. [variableScope]
lcd4linux-r1203/plugin_imon.c:223:7: style: The scope of the variable 'telbuf' can be reduced. [variableScope]
lcd4linux-r1203/plugin_imon.c:233:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lcd4linux-r1203/plugin_imon.c:439:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lcd4linux-r1203/plugin_imon.c:495:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lcd4linux-r1203/plugin_imon.c:527:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lcd4linux-r1203/plugin_isdn.c:128:11: warning: Possible null pointer dereference: beg [nullPointer]
lcd4linux-r1203/plugin_isdn.c:127:13: note: Assignment 'beg=end?end+1:NULL', assigned value is 0
lcd4linux-r1203/plugin_isdn.c:128:11: note: Null pointer dereference
lcd4linux-r1203/plugin_isdn.c:63:19: style: struct member 'CPS::in' is never used. [unusedStructMember]
lcd4linux-r1203/plugin_isdn.c:64:19: style: struct member 'CPS::out' is never used. [unusedStructMember]
lcd4linux-r1203/plugin_kvv.c:309:9: style: Variable 'q' is reassigned a value before the old one has been used. [redundantAssignment]
lcd4linux-r1203/plugin_kvv.c:306:6: note: Variable 'q' is reassigned a value before the old one has been used.
lcd4linux-r1203/plugin_kvv.c:309:9: note: Variable 'q' is reassigned a value before the old one has been used.
lcd4linux-r1203/plugin_kvv.c:204:21: style: The scope of the variable 'host_info' can be reduced. [variableScope]
lcd4linux-r1203/plugin_kvv.c:281:15: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/plugin_kvv.c:284:11: style: The scope of the variable 'repl' can be reduced. [variableScope]
lcd4linux-r1203/plugin_kvv.c:353:9: style: The scope of the variable 'count' can be reduced. [variableScope]
lcd4linux-r1203/plugin_kvv.c:353:19: style: The scope of the variable 'sock' can be reduced. [variableScope]
lcd4linux-r1203/plugin_kvv.c:417:33: style: The scope of the variable 'name_len' can be reduced. [variableScope]
lcd4linux-r1203/plugin_kvv.c:417:43: style: The scope of the variable 'value_len' can be reduced. [variableScope]
lcd4linux-r1203/plugin_kvv.c:420:11: style: The scope of the variable 'value_enc' can be reduced. [variableScope]
lcd4linux-r1203/plugin_kvv.c:421:10: style: The scope of the variable 'value_enc_len' can be reduced. [variableScope]
lcd4linux-r1203/plugin_kvv.c:539:21: style: The scope of the variable 'p' can be reduced. [variableScope]
lcd4linux-r1203/plugin_loadavg.c:70:15: warning: Either the condition 'nread<0' is redundant, otherwise there is negative array index -1. [negativeIndex]
lcd4linux-r1203/plugin_loadavg.c:68:15: note: Assuming that condition 'nread<0' is not redundant
lcd4linux-r1203/plugin_loadavg.c:70:15: note: Negative array index
lcd4linux-r1203/plugin_mpd.c:193:12: style: The scope of the variable 'err' can be reduced. [variableScope]
lcd4linux-r1203/plugin_mpd.c:294:17: style: The scope of the variable 's' can be reduced. [variableScope]
lcd4linux-r1203/plugin_mpd.c:210:2: error: Common realloc mistake: 'ret' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/plugin_netdev.c:114:18: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
lcd4linux-r1203/plugin_netinfo.c:135:16: style: The scope of the variable 'errcount' can be reduced. [variableScope]
lcd4linux-r1203/plugin_netinfo.c:177:16: style: The scope of the variable 'errcount' can be reduced. [variableScope]
lcd4linux-r1203/plugin_netinfo.c:207:16: style: The scope of the variable 'errcount' can be reduced. [variableScope]
lcd4linux-r1203/plugin_netinfo.c:255:9: style: The scope of the variable 'netlen' can be reduced. [variableScope]
lcd4linux-r1203/plugin_netinfo.c:256:17: style: The scope of the variable 'logval' can be reduced. [variableScope]
lcd4linux-r1203/plugin_netinfo.c:280:16: style: The scope of the variable 'errcount' can be reduced. [variableScope]
lcd4linux-r1203/plugin_netinfo.c:114:5: warning: The buffer 'devname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcd4linux-r1203/plugin_pop3.c:199:6: warning: Either the condition '(pos=strstr(buf,"\r\n"))==NULL' is redundant or there is possible null pointer dereference: pos. [nullPointerRedundantCheck]
lcd4linux-r1203/plugin_pop3.c:197:40: note: Assuming that condition '(pos=strstr(buf,"\r\n"))==NULL' is not redundant
lcd4linux-r1203/plugin_pop3.c:199:6: note: Null pointer dereference
lcd4linux-r1203/plugin_pop3.c:206:40: warning: Either the condition 'hi==NULL' is redundant or there is possible null pointer dereference: hi. [nullPointerRedundantCheck]
lcd4linux-r1203/plugin_pop3.c:209:12: note: Assuming that condition 'hi==NULL' is not redundant
lcd4linux-r1203/plugin_pop3.c:206:40: note: Null pointer dereference
lcd4linux-r1203/plugin_proc_stat.c:219:25: warning: Possible null pointer dereference: beg [nullPointer]
lcd4linux-r1203/plugin_proc_stat.c:218:16: note: Assignment 'beg=end?end+1:NULL', assigned value is 0
lcd4linux-r1203/plugin_proc_stat.c:219:25: note: Null pointer dereference
lcd4linux-r1203/plugin_proc_stat.c:221:28: warning: Possible null pointer dereference: beg [nullPointer]
lcd4linux-r1203/plugin_proc_stat.c:218:16: note: Assignment 'beg=end?end+1:NULL', assigned value is 0
lcd4linux-r1203/plugin_proc_stat.c:221:28: note: Null pointer dereference
lcd4linux-r1203/plugin_proc_stat.c:187:30: style: The scope of the variable 'p' can be reduced. [variableScope]
lcd4linux-r1203/plugin_proc_stat.c:335:16: error: Uninitialized variable: value [uninitvar]
lcd4linux-r1203/plugin_python.c:53:33: style: The scope of the variable 'pDict' can be reduced. [variableScope]
lcd4linux-r1203/plugin_python.c:53:41: style: The scope of the variable 'pFunc' can be reduced. [variableScope]
lcd4linux-r1203/plugin_python.c:54:15: style: The scope of the variable 'pArgs' can be reduced. [variableScope]
lcd4linux-r1203/plugin_python.c:54:23: style: The scope of the variable 'pValue' can be reduced. [variableScope]
lcd4linux-r1203/plugin_python.c:56:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/plugin_sample.c:175:12: style: The scope of the variable 'len' can be reduced. [variableScope]
lcd4linux-r1203/plugin_sample.c:176:19: style: The scope of the variable 'part' can be reduced. [variableScope]
lcd4linux-r1203/plugin_sample.c:185:2: error: Common realloc mistake: 'value' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/plugin_string.c:89:22: style: The scope of the variable 'p2' can be reduced. [variableScope]
lcd4linux-r1203/plugin_uptime.c:182:14: warning: Either the condition 'i<0' is redundant, otherwise there is negative array index -1. [negativeIndex]
lcd4linux-r1203/plugin_uptime.c:179:11: note: Assuming that condition 'i<0' is not redundant
lcd4linux-r1203/plugin_uptime.c:182:14: note: Negative array index
lcd4linux-r1203/plugin_w1retap.c:67:12: style: The scope of the variable 'size' can be reduced. [variableScope]
lcd4linux-r1203/plugin_wireless.c:358:9: style: The scope of the variable 'has_sens' can be reduced. [variableScope]
lcd4linux-r1203/plugin_wireless.c:407:9: style: The scope of the variable 'key_size' can be reduced. [variableScope]
lcd4linux-r1203/plugin_wireless.c:403:10: style: Variable 'encrypt_key' is not assigned a value. [unassignedVariable]
lcd4linux-r1203/qprintf.c:130:9: style: The scope of the variable 'digit' can be reduced. [variableScope]
lcd4linux-r1203/widget.c:207:9: warning: Possible null pointer dereference: Class [nullPointer]
lcd4linux-r1203/widget.c:192:13: note: Assignment 'Class=NULL', assigned value is 0
lcd4linux-r1203/widget.c:207:9: note: Null pointer dereference
lcd4linux-r1203/widget.c:81:5: error: Common realloc mistake: 'Classes' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/widget_icon.c:58:14: style: The scope of the variable 'n' can be reduced. [variableScope]
lcd4linux-r1203/widget_icon.c:61:20: style: The scope of the variable 'map' can be reduced. [variableScope]
lcd4linux-r1203/widget_icon.c:132:11: style: The scope of the variable 'section' can be reduced. [variableScope]
lcd4linux-r1203/widget_image.c:48:0: error: #error "gd.h not found!" [preprocessorErrorDirective]
lcd4linux-r1203/widget_keypad.c:114:20: style: The scope of the variable 'keypad' can be reduced. [variableScope]
lcd4linux-r1203/widget_text.c:293:32: warning: Logical disjunction always evaluates to true: EXPR != 3 || EXPR != 4. [incorrectLogicOperator]
lcd4linux-r1203/widget_text.c:293:63: warning: Logical disjunction always evaluates to true: EXPR != 4 || EXPR != 5. [incorrectLogicOperator]
lcd4linux-r1203/widget_text.c:294:6: warning: Logical disjunction always evaluates to true: EXPR != 5 || EXPR != 6. [incorrectLogicOperator]
lcd4linux-r1203/widget_text.c:294:43: warning: Logical disjunction always evaluates to true: EXPR != 6 || EXPR != 7. [incorrectLogicOperator]
[02:22]
ftp://ftp.se.debian.org/debian/pool/main/l/lcdf-typetools/lcdf-typetools_2.92+dfsg1.orig.tar.gz
lcdf-typetools-2.92/cfftot1/cfftot1.cc:155:2: error: Resource leak: f [resourceLeak]
lcdf-typetools-2.92/cfftot1/cfftot1.cc:160:2: error: Resource leak: f [resourceLeak]
lcdf-typetools-2.92/cfftot1/cfftot1.cc:162:18: error: Resource leak: f [resourceLeak]
lcdf-typetools-2.92/cfftot1/cfftot1.cc:77:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
lcdf-typetools-2.92/cfftot1/maket1font.cc:146:28: warning: Member variable 'MakeType1CharstringInterp::_output' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/cfftot1/maket1font.cc:146:28: warning: Member variable 'MakeType1CharstringInterp::_subr_bias' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/cfftot1/maket1font.cc:146:28: warning: Member variable 'MakeType1CharstringInterp::_gsubr_bias' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/cfftot1/maket1font.cc:146:28: warning: Member variable 'MakeType1CharstringInterp::_cur_subr' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/cfftot1/maket1font.cc:146:28: warning: Member variable 'MakeType1CharstringInterp::_cur_glyph' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/cfftot1/maket1font.cc:35:5: style: Class 'MakeType1CharstringInterp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/cfftot1/maket1font.cc:72:5: style: Class 'Subr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/include/lcdf/vector.cc:113:20: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/include/lcdf/vector.cc:120:20: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/cff.cc:332:17: style: The scope of the variable 'cff' can be reduced. [variableScope]
lcdf-typetools-2.92/libefont/otf.cc:994:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otf.cc:1013:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otf.cc:190:10: style: Technically the member function 'Efont::OpenType::::TagCompar::operator()' can be const. [functionConst]
lcdf-typetools-2.92/libefont/otf.cc:189:5: style: Class 'TagCompar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/libefont/otfgpos.cc:170:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otfgpos.cc:175:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otfgpos.cc:212:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otfgpos.cc:119:8: style: Exception should be caught by reference. [catchExceptionByValue]
lcdf-typetools-2.92/libefont/otfgpos.cc:130:8: style: Exception should be caught by reference. [catchExceptionByValue]
lcdf-typetools-2.92/libefont/otfgsub.cc:1126:3: style: Variable 'napplied' is modified but its new value is never used. [unreadVariable]
lcdf-typetools-2.92/libefont/otfgsub.cc:231:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otfgsub.cc:272:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otfgsub.cc:294:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otfgsub.cc:817:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otfgsub.cc:820:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otfgsub.cc:907:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otfgsub.cc:985:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otfgsub.cc:999:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otfgsub.cc:1107:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otfpost.cc:142:32: style: The scope of the variable 'g' can be reduced. [variableScope]
lcdf-typetools-2.92/libefont/psres.cc:345:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/t1font.cc:442:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lcdf-typetools-2.92/libefont/t1fontskel.cc:312:12: style: The scope of the variable 'v' can be reduced. [variableScope]
lcdf-typetools-2.92/libefont/t1mm.cc:293:16: style: The scope of the variable 'norm_design' can be reduced. [variableScope]
lcdf-typetools-2.92/libefont/t1rw.cc:88:27: style: Same expression on both sides of '-' because the value of 'original_pos' and '_pos' are the same. [duplicateExpression]
lcdf-typetools-2.92/libefont/t1rw.cc:78:21: note: 'original_pos' is assigned value '_pos' here.
lcdf-typetools-2.92/libefont/t1rw.cc:88:27: note: Same expression on both sides of '-' because the value of 'original_pos' and '_pos' are the same.
lcdf-typetools-2.92/libefont/ttfkern.cc:105:4: style: Exception should be caught by reference. [catchExceptionByValue]
lcdf-typetools-2.92/liblcdf/bezier.cc:272:0: error: Memory leak: a0 [memleak]
lcdf-typetools-2.92/liblcdf/bezier.cc:272:0: error: Memory leak: a1 [memleak]
lcdf-typetools-2.92/liblcdf/clp.c:960:20: style: Same expression on both sides of '==' because the value of '*ambiguous' and 'first_ambiguous' are the same. [duplicateExpression]
lcdf-typetools-2.92/liblcdf/clp.c:935:48: note: 'first_ambiguous' is assigned value '*ambiguous' here.
lcdf-typetools-2.92/liblcdf/clp.c:960:20: note: Same expression on both sides of '==' because the value of '*ambiguous' and 'first_ambiguous' are the same.
lcdf-typetools-2.92/liblcdf/clp.c:681:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lcdf-typetools-2.92/liblcdf/clp.c:1676:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcdf-typetools-2.92/liblcdf/error.cc:568:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcdf-typetools-2.92/liblcdf/error.cc:574:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcdf-typetools-2.92/liblcdf/error.cc:726:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcdf-typetools-2.92/liblcdf/error.cc:234:17: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
lcdf-typetools-2.92/liblcdf/permstr.cc:160:2: error: Common realloc mistake: 'psc' nulled but not freed upon failure [memleakOnRealloc]
lcdf-typetools-2.92/liblcdf/permstr.cc:171:2: error: Common realloc mistake: 'psc' nulled but not freed upon failure [memleakOnRealloc]
lcdf-typetools-2.92/liblcdf/string.cc:618:0: error: #error "unknown byte order" [preprocessorErrorDirective]
lcdf-typetools-2.92/mmafm/main.cc:183:12: warning: Either the condition 'underscore' is redundant or there is possible null pointer dereference: underscore. [nullPointerRedundantCheck]
lcdf-typetools-2.92/mmafm/main.cc:176:9: note: Assuming that condition 'underscore' is not redundant
lcdf-typetools-2.92/mmafm/main.cc:183:12: note: Null pointer dereference
lcdf-typetools-2.92/mmafm/main.cc:219:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
lcdf-typetools-2.92/mmpfb/myfont.hh:9:5: style: Class 'MyFont' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/mmpfb/main.cc:104:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
lcdf-typetools-2.92/mmpfb/myfont.cc:184:67: style: Function 'interpolate_dict_num' argument 3 names different: declaration 'round_integer' definition 'force_integer'. [funcArgNamesDifferent]
lcdf-typetools-2.92/mmpfb/myfont.hh:25:54: note: Function 'interpolate_dict_num' argument 3 names different: declaration 'round_integer' definition 'force_integer'.
lcdf-typetools-2.92/mmpfb/myfont.cc:184:67: note: Function 'interpolate_dict_num' argument 3 names different: declaration 'round_integer' definition 'force_integer'.
lcdf-typetools-2.92/mmpfb/myfont.cc:232:32: style: Function 'interpolate_dicts' argument 1 names different: declaration 'force_integers' definition 'force_integer'. [funcArgNamesDifferent]
lcdf-typetools-2.92/mmpfb/myfont.hh:14:33: note: Function 'interpolate_dicts' argument 1 names different: declaration 'force_integers' definition 'force_integer'.
lcdf-typetools-2.92/mmpfb/myfont.cc:232:32: note: Function 'interpolate_dicts' argument 1 names different: declaration 'force_integers' definition 'force_integer'.
lcdf-typetools-2.92/mmpfb/myfont.cc:276:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/mmpfb/myfont.cc:283:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/mmpfb/t1rewrit.cc:63:26: warning: Member variable 'HintReplacementDetector::_subr_level' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/mmpfb/t1rewrit.cc:70:26: warning: Member variable 'HintReplacementDetector::_subr_level' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/mmpfb/t1rewrit.cc:234:20: warning: Member variable 'Type1OneMMRemover::_subr_level' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/mmpfb/t1rewrit.cc:234:20: warning: Member variable 'Type1OneMMRemover::_in_subr' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/mmpfb/t1rewrit.cc:234:20: warning: Member variable 'Type1OneMMRemover::_in_prefix' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/mmpfb/t1rewrit.cc:234:20: warning: Member variable 'Type1OneMMRemover::_must_expand' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/mmpfb/t1rewrit.cc:526:22: warning: Member variable 'Type1BadCallRemover::_is_subr' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/mmpfb/t1rewrit.cc:751:15: warning: Member variable 'SubrExpander::_subr_level' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/mmpfb/t1rewrit.cc:178:5: style: Class 'Type1OneMMRemover' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/mmpfb/t1rewrit.cc:512:5: style: Class 'Type1BadCallRemover' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/otfinfo/otfinfo.cc:100:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
lcdf-typetools-2.92/otftotfm/automatic.cc:59:17: style: struct member 'Anonymous3::texdir' is never used. [unusedStructMember]
lcdf-typetools-2.92/otftotfm/automatic.cc:668:11: style: Variable 'fd' is assigned a value that is never used. [unreadVariable]
lcdf-typetools-2.92/otftotfm/dvipsencoding.cc:202:50: style: Function 'encoding_of' argument 2 names different: declaration 'encode' definition 'encoding_required'. [funcArgNamesDifferent]
lcdf-typetools-2.92/otftotfm/dvipsencoding.hh:26:38: note: Function 'encoding_of' argument 2 names different: declaration 'encode' definition 'encoding_required'.
lcdf-typetools-2.92/otftotfm/dvipsencoding.cc:202:50: note: Function 'encoding_of' argument 2 names different: declaration 'encode' definition 'encoding_required'.
lcdf-typetools-2.92/otftotfm/dvipsencoding.cc:709:45: style: Function 'parse_position' argument 1 names different: declaration 'ligkern_text' definition 'position_text'. [funcArgNamesDifferent]
lcdf-typetools-2.92/otftotfm/dvipsencoding.hh:33:38: note: Function 'parse_position' argument 1 names different: declaration 'ligkern_text' definition 'position_text'.
lcdf-typetools-2.92/otftotfm/dvipsencoding.cc:709:45: note: Function 'parse_position' argument 1 names different: declaration 'ligkern_text' definition 'position_text'.
lcdf-typetools-2.92/otftotfm/dvipsencoding.cc:721:84: style: Function 'bad_codepoint' argument 3 names different: declaration 'bad_unicodes' definition 'unencoded'. [funcArgNamesDifferent]
lcdf-typetools-2.92/otftotfm/dvipsencoding.hh:95:66: note: Function 'bad_codepoint' argument 3 names different: declaration 'bad_unicodes' definition 'unencoded'.
lcdf-typetools-2.92/otftotfm/dvipsencoding.cc:721:84: note: Function 'bad_codepoint' argument 3 names different: declaration 'bad_unicodes' definition 'unencoded'.
lcdf-typetools-2.92/otftotfm/dvipsencoding.cc:187:16: warning: Member variable 'DvipsEncoding::_file_had_ligkern' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/otftotfm/metrics.hh:18:5: warning: Member variable 'Setting::x' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/otftotfm/metrics.hh:18:5: warning: Member variable 'Setting::y' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/otftotfm/dvipsencoding.hh:90:9: style: Unused private function: 'DvipsEncoding::parse_ligkern_words' [unusedPrivateFunction]
lcdf-typetools-2.92/otftotfm/dvipsencoding.hh:91:9: style: Unused private function: 'DvipsEncoding::parse_position_words' [unusedPrivateFunction]
lcdf-typetools-2.92/otftotfm/dvipsencoding.hh:92:9: style: Unused private function: 'DvipsEncoding::parse_unicoding_words' [unusedPrivateFunction]
lcdf-typetools-2.92/otftotfm/dvipsencoding.hh:93:10: style: Technically the member function 'DvipsEncoding::parse_word_group' can be const. [functionConst]
lcdf-typetools-2.92/otftotfm/dvipsencoding.cc:536:16: note: Technically the member function 'DvipsEncoding::parse_word_group' can be const.
lcdf-typetools-2.92/otftotfm/dvipsencoding.hh:93:10: note: Technically the member function 'DvipsEncoding::parse_word_group' can be const.
lcdf-typetools-2.92/otftotfm/secondary.hh:77:10: style: The function 'encode_uni' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lcdf-typetools-2.92/otftotfm/secondary.hh:69:18: note: Virtual function in base class
lcdf-typetools-2.92/otftotfm/secondary.hh:77:10: note: Function in derived class
lcdf-typetools-2.92/otftotfm/secondary.hh:78:9: style: The function 'setting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lcdf-typetools-2.92/otftotfm/secondary.hh:70:17: note: Virtual function in base class
lcdf-typetools-2.92/otftotfm/secondary.hh:78:9: note: Function in derived class
lcdf-typetools-2.92/otftotfm/dvipsencoding.cc:400:11: error: Uninitialized variable: endptr [uninitvar]
lcdf-typetools-2.92/otftotfm/dvipsencoding.cc:410:11: error: Uninitialized variable: endptr [uninitvar]
lcdf-typetools-2.92/otftotfm/glyphfilter.cc:73:40: style: Function 'Pattern' argument 1 names different: declaration 'type' definition 'ptype'. [funcArgNamesDifferent]
lcdf-typetools-2.92/otftotfm/glyphfilter.hh:40:19: note: Function 'Pattern' argument 1 names different: declaration 'type' definition 'ptype'.
lcdf-typetools-2.92/otftotfm/glyphfilter.cc:73:40: note: Function 'Pattern' argument 1 names different: declaration 'type' definition 'ptype'.
lcdf-typetools-2.92/otftotfm/glyphfilter.hh:40:2: style: Struct 'Pattern' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/otftotfm/glyphfilter.cc:225:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcdf-typetools-2.92/otftotfm/metrics.cc:473:5: style: Class 'ChangedContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/otftotfm/otftotfm.cc:1653:43: style: Function 'installed_metrics_font_name' argument 1 names different: declaration 'font_name' definition 'base_font_name'. [funcArgNamesDifferent]
lcdf-typetools-2.92/otftotfm/otftotfm.hh:11:50: note: Function 'installed_metrics_font_name' argument 1 names different: declaration 'font_name' definition 'base_font_name'.
lcdf-typetools-2.92/otftotfm/otftotfm.cc:1653:43: note: Function 'installed_metrics_font_name' argument 1 names different: declaration 'font_name' definition 'base_font_name'.
lcdf-typetools-2.92/otftotfm/otftotfm.cc:721:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/otftotfm/otftotfm.cc:1414:7: style: Exception should be caught by reference. [catchExceptionByValue]
lcdf-typetools-2.92/otftotfm/otftotfm.cc:1537:7: style: Exception should be caught by reference. [catchExceptionByValue]
lcdf-typetools-2.92/otftotfm/otftotfm.cc:1556:7: style: Exception should be caught by reference. [catchExceptionByValue]
lcdf-typetools-2.92/otftotfm/otftotfm.cc:2267:7: style: Exception should be caught by reference. [catchExceptionByValue]
lcdf-typetools-2.92/otftotfm/otftotfm.cc:300:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
lcdf-typetools-2.92/otftotfm/secondary.cc:89:49: style: Function 'FontInfo' argument 1 names different: declaration 'otf' definition 'otf_'. [funcArgNamesDifferent]
lcdf-typetools-2.92/otftotfm/secondary.hh:21:43: note: Function 'FontInfo' argument 1 names different: declaration 'otf' definition 'otf_'.
lcdf-typetools-2.92/otftotfm/secondary.cc:89:49: note: Function 'FontInfo' argument 1 names different: declaration 'otf' definition 'otf_'.
lcdf-typetools-2.92/otftotfm/secondary.cc:89:11: warning: Member variable 'FontInfo::_is_fixed_pitch' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/otftotfm/secondary.cc:89:11: warning: Member variable 'FontInfo::_italic_angle' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/otftotfm/secondary.cc:94:5: style: Struct 'FontInfo' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lcdf-typetools-2.92/otftotfm/secondary.cc:94:5: style: Struct 'FontInfo' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lcdf-typetools-2.92/otftotfm/secondary.cc:311:15: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
lcdf-typetools-2.92/otftotfm/uniprop.cc:238:39: style: Function 'find_offset' argument 1 names different: declaration 'uni' definition 'u'. [funcArgNamesDifferent]
lcdf-typetools-2.92/otftotfm/uniprop.hh:30:60: note: Function 'find_offset' argument 1 names different: declaration 'uni' definition 'u'.
lcdf-typetools-2.92/otftotfm/uniprop.cc:238:39: note: Function 'find_offset' argument 1 names different: declaration 'uni' definition 'u'.
lcdf-typetools-2.92/otftotfm/uniprop.cc:260:36: style: Function 'property' argument 1 names different: declaration 'uni' definition 'u'. [funcArgNamesDifferent]
lcdf-typetools-2.92/otftotfm/uniprop.hh:19:34: note: Function 'property' argument 1 names different: declaration 'uni' definition 'u'.
lcdf-typetools-2.92/otftotfm/uniprop.cc:260:36: note: Function 'property' argument 1 names different: declaration 'uni' definition 'u'.
lcdf-typetools-2.92/otftotfm/uniprop.cc:287:31: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lcdf-typetools-2.92/otftotfm/util.cc:36:53: style: Function 'read_file' argument 3 names different: declaration 'warn' definition 'warning'. [funcArgNamesDifferent]
lcdf-typetools-2.92/otftotfm/util.hh:17:56: note: Function 'read_file' argument 3 names different: declaration 'warn' definition 'warning'.
lcdf-typetools-2.92/otftotfm/util.cc:36:53: note: Function 'read_file' argument 3 names different: declaration 'warn' definition 'warning'.
lcdf-typetools-2.92/t1dotlessj/t1dotlessj.cc:109:5: style: Class 'Sectioner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/t1dotlessj/t1dotlessj.cc:79:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
lcdf-typetools-2.92/t1lint/cscheck.cc:35:60: style: Function 'CharstringChecker' argument 1 names different: declaration 'weight_vec' definition 'weight'. [funcArgNamesDifferent]
lcdf-typetools-2.92/t1lint/cscheck.hh:28:45: note: Function 'CharstringChecker' argument 1 names different: declaration 'weight_vec' definition 'weight'.
lcdf-typetools-2.92/t1lint/cscheck.cc:35:60: note: Function 'CharstringChecker' argument 1 names different: declaration 'weight_vec' definition 'weight'.
lcdf-typetools-2.92/t1lint/cscheck.cc:487:68: style: Function 'CharstringSubrChecker' argument 1 names different: declaration 'weight_vec' definition 'weight'. [funcArgNamesDifferent]
lcdf-typetools-2.92/t1lint/cscheck.hh:81:49: note: Function 'CharstringSubrChecker' argument 1 names different: declaration 'weight_vec' definition 'weight'.
lcdf-typetools-2.92/t1lint/cscheck.cc:487:68: note: Function 'CharstringSubrChecker' argument 1 names different: declaration 'weight_vec' definition 'weight'.
lcdf-typetools-2.92/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_ncommand' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_subrno' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_started' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_flex' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_cp_exists' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_hstem' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_hstem3' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_vstem' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_vstem3' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_just_flexed' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_ncommand' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_subrno' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_started' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_flex' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_cp_exists' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_hstem' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_hstem3' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_vstem' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_vstem3' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_just_flexed' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:481:24: warning: Member variable 'CharstringSubrChecker::_returned' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:487:24: warning: Member variable 'CharstringSubrChecker::_returned' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.hh:28:5: style: Class 'CharstringChecker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/t1lint/cscheck.hh:81:5: style: Class 'CharstringSubrChecker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/t1lint/t1lint.cc:66:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
lcdf-typetools-2.92/t1rawafm/t1rawafm.cc:72:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
lcdf-typetools-2.92/t1reencode/md5.c:335:22: style: Function 'md5_final_text' argument 1 names different: declaration 'text_digest' definition 'buf'. [funcArgNamesDifferent]
lcdf-typetools-2.92/t1reencode/md5.h:42:27: note: Function 'md5_final_text' argument 1 names different: declaration 'text_digest' definition 'buf'.
lcdf-typetools-2.92/t1reencode/md5.c:335:22: note: Function 'md5_final_text' argument 1 names different: declaration 'text_digest' definition 'buf'.
lcdf-typetools-2.92/t1reencode/t1reencode.cc:1108:0: error: Memory leak: font [memleak]
lcdf-typetools-2.92/t1reencode/t1reencode.cc:637:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
lcdf-typetools-2.92/t1reencode/util.cc:30:53: style: Function 'read_file' argument 3 names different: declaration 'warn' definition 'warning'. [funcArgNamesDifferent]
lcdf-typetools-2.92/t1reencode/util.hh:6:56: note: Function 'read_file' argument 3 names different: declaration 'warn' definition 'warning'.
lcdf-typetools-2.92/t1reencode/util.cc:30:53: note: Function 'read_file' argument 3 names different: declaration 'warn' definition 'warning'.
lcdf-typetools-2.92/t1testpage/t1testpage.cc:129:5: style: Class 'GridTestpager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/t1testpage/t1testpage.cc:137:5: style: Class 'SmokeTestpager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/t1testpage/t1testpage.cc:295:5: style: Class 'Smoker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/t1testpage/t1testpage.cc:132:10: style: The function 'prolog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lcdf-typetools-2.92/t1testpage/t1testpage.cc:114:18: note: Virtual function in base class
lcdf-typetools-2.92/t1testpage/t1testpage.cc:132:10: note: Function in derived class
lcdf-typetools-2.92/t1testpage/t1testpage.cc:133:10: style: The function 'font' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lcdf-typetools-2.92/t1testpage/t1testpage.cc:119:18: note: Virtual function in base class
lcdf-typetools-2.92/t1testpage/t1testpage.cc:133:10: note: Function in derived class
lcdf-typetools-2.92/t1testpage/t1testpage.cc:140:10: style: The function 'prolog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lcdf-typetools-2.92/t1testpage/t1testpage.cc:114:18: note: Virtual function in base class
lcdf-typetools-2.92/t1testpage/t1testpage.cc:140:10: note: Function in derived class
lcdf-typetools-2.92/t1testpage/t1testpage.cc:141:10: style: The function 'font' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lcdf-typetools-2.92/t1testpage/t1testpage.cc:119:18: note: Virtual function in base class
lcdf-typetools-2.92/t1testpage/t1testpage.cc:141:10: note: Function in derived class
lcdf-typetools-2.92/t1testpage/t1testpage.cc:76:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
lcdf-typetools-2.92/ttftotype42/ttftotype42.cc:73:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
[02:22]
ftp://ftp.se.debian.org/debian/pool/main/l/lcdproc/lcdproc_0.5.9.orig.tar.gz
lcdproc-0.5.9/clients/lcdexec/menu.c:47:4: error: Memory leak: me [memleak]
lcdproc-0.5.9/clients/lcdexec/menu.c:53:4: error: Memory leak: me [memleak]
lcdproc-0.5.9/clients/lcdexec/menu.c:198:5: error: Memory leak: me [memleak]
lcdproc-0.5.9/clients/lcdexec/menu.c:204:4: error: Memory leak: me [memleak]
lcdproc-0.5.9/clients/lcdexec/menu.c:222:5: error: Memory leak: me [memleak]
lcdproc-0.5.9/clients/lcdexec/menu.c:230:5: error: Memory leak: me [memleak]
lcdproc-0.5.9/clients/lcdexec/menu.c:326:7: error: Common realloc mistake: 'tmp' nulled but not freed upon failure [memleakOnRealloc]
lcdproc-0.5.9/clients/lcdproc/chrono.c:77:6: style: The scope of the variable 'days' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/chrono.c:77:12: style: The scope of the variable 'hour' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/chrono.c:77:18: style: The scope of the variable 'min' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/chrono.c:77:23: style: The scope of the variable 'sec' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/chrono.c:205:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/cpu.c:60:9: style: The scope of the variable 'value' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/disk.c:71:2: style: The scope of the variable 'size' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/iface.c:182:6: style: The scope of the variable 'iface_nmbr' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/iface.c:393:8: style: The scope of the variable 'speed1' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/iface.c:428:6: style: The scope of the variable 'iface_nmbr' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/iface.c:501:8: style: The scope of the variable 'transfer1' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/iface.c:79:3: warning: The buffer 'unit_label' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcdproc-0.5.9/clients/lcdproc/iface.c:82:3: warning: The buffer 'unit_label' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcdproc-0.5.9/clients/lcdproc/main.c:574:6: style: The scope of the variable 'len' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/main.c:372:26: style: Function 'process_configfile' argument 1 names different: declaration 'cfgfile' definition 'configfile'. [funcArgNamesDifferent]
lcdproc-0.5.9/clients/lcdproc/main.c:74:37: note: Function 'process_configfile' argument 1 names different: declaration 'cfgfile' definition 'configfile'.
lcdproc-0.5.9/clients/lcdproc/main.c:372:26: note: Function 'process_configfile' argument 1 names different: declaration 'cfgfile' definition 'configfile'.
lcdproc-0.5.9/clients/lcdproc/mem.c:54:13: style: The scope of the variable 'which_title' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/mode.c:112:14: style: The scope of the variable 'contributors' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/mode.c:180:6: style: The scope of the variable 'contr_num' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/mode.c:181:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdvc/lcd_link.c:145:20: style: Same expression on both sides of '||'. [duplicateExpression]
lcdproc-0.5.9/clients/lcdvc/lcd_link.c:274:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdvc/lcd_link.c:185:25: style: Function 'read_response' argument 1 names different: declaration 'str' definition 'buf'. [funcArgNamesDifferent]
lcdproc-0.5.9/clients/lcdvc/lcd_link.h:9:25: note: Function 'read_response' argument 1 names different: declaration 'str' definition 'buf'.
lcdproc-0.5.9/clients/lcdvc/lcd_link.c:185:25: note: Function 'read_response' argument 1 names different: declaration 'str' definition 'buf'.
lcdproc-0.5.9/clients/lcdvc/vc_link.c:78:4: error: Common realloc mistake: 'vc_buf' nulled but not freed upon failure [memleakOnRealloc]
lcdproc-0.5.9/contrib/interface-demo2/af.c:284:23: style: The scope of the variable 'paft' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/af.c:249:32: style: Function 'get_afntype' argument 1 names different: declaration 'type' definition 'af'. [funcArgNamesDifferent]
lcdproc-0.5.9/contrib/interface-demo2/net-support.h:74:39: note: Function 'get_afntype' argument 1 names different: declaration 'type' definition 'af'.
lcdproc-0.5.9/contrib/interface-demo2/af.c:249:32: note: Function 'get_afntype' argument 1 names different: declaration 'type' definition 'af'.
lcdproc-0.5.9/contrib/interface-demo2/arcnet.c:51:10: style: The scope of the variable 'c' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/arcnet.c:52:12: style: The scope of the variable 'val' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/arcnet.c:58:12: style: Variable 'orig' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/contrib/interface-demo2/ether.c:54:10: style: The scope of the variable 'c' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/ether.c:56:14: style: The scope of the variable 'val' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/ether.c:62:12: style: Variable 'orig' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/contrib/interface-demo2/hw.c:290:46: style: Function 'hw_null_address' argument 2 names different: declaration 'addr' definition 'ap'. [funcArgNamesDifferent]
lcdproc-0.5.9/contrib/interface-demo2/net-support.h:76:63: note: Function 'hw_null_address' argument 2 names different: declaration 'addr' definition 'ap'.
lcdproc-0.5.9/contrib/interface-demo2/hw.c:290:46: note: Function 'hw_null_address' argument 2 names different: declaration 'addr' definition 'ap'.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:510:38: warning: Logical conjunction always evaluates to false: conn_port < 1 && conn_port > 65535. [incorrectLogicOperator]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:145:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:205:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:93:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:92:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:93:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:94:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:93:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:94:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:95:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:94:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:95:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:96:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:95:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:96:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:97:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:96:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:97:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:109:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:108:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:109:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:111:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:109:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:111:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:112:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:111:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:112:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:113:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:112:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:113:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:115:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:113:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:115:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:117:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:115:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:117:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:256:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:253:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:256:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:259:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:256:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:259:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:260:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:259:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:260:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:261:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:260:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:261:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:275:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:272:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:275:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:278:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:275:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:278:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:546:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:545:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:546:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:557:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:554:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:557:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:558:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:557:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:558:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:561:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:558:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:561:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:562:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:561:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:562:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:564:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:562:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:564:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:565:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:564:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:565:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:567:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:565:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:567:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:568:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:567:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:568:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:570:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:568:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:570:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:571:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:570:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:571:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:572:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:571:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:572:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:526:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:123:11: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:124:11: style: The scope of the variable 'retval' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:181:20: style: The scope of the variable 'ap' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:183:10: style: The scope of the variable 'mesg' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:184:11: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:286:11: style: The scope of the variable 'retstr' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:494:9: style: The scope of the variable 'nowtime' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:97:12: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:117:12: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:206:20: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:224:9: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:242:12: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:261:12: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:278:12: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:172:38: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcdproc-0.5.9/contrib/interface-demo2/interface.c:319:23: style: The scope of the variable 'ife' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/interface.c:652:24: style: The scope of the variable 'rx' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/interface.c:652:28: style: The scope of the variable 'tx' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/interface.c:652:32: style: The scope of the variable 'short_rx' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/interface.c:652:42: style: The scope of the variable 'short_tx' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/interface.c:653:17: style: The scope of the variable 'Rext' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/interface.c:654:17: style: The scope of the variable 'Text' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/interface.c:929:34: style: Function 'ife_print' argument 1 names different: declaration 'ptr' definition 'i'. [funcArgNamesDifferent]
lcdproc-0.5.9/contrib/interface-demo2/interface.h:78:41: note: Function 'ife_print' argument 1 names different: declaration 'ptr' definition 'i'.
lcdproc-0.5.9/contrib/interface-demo2/interface.c:929:34: note: Function 'ife_print' argument 1 names different: declaration 'ptr' definition 'i'.
lcdproc-0.5.9/contrib/interface-demo2/lib-myconnect.c:68:45: warning: Either the condition 'HostEntry==NULL' is redundant or there is possible null pointer dereference: HostEntry. [nullPointerRedundantCheck]
lcdproc-0.5.9/contrib/interface-demo2/lib-myconnect.c:40:18: note: Assuming that condition 'HostEntry==NULL' is not redundant
lcdproc-0.5.9/contrib/interface-demo2/lib-myconnect.c:68:45: note: Null pointer dereference
lcdproc-0.5.9/contrib/interface-demo2/lib-mylcd.c:49:11: style: The scope of the variable 'retval' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/lib-mylcd.c:67:11: style: The scope of the variable 'retstr' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/unix.c:53:17: style: The scope of the variable 'buf' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/unix.c:73:17: style: The scope of the variable 'buf' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/util.c:25:22: style: Function 'xrealloc' argument 1 names different: declaration 'p' definition 'oldp'. [funcArgNamesDifferent]
lcdproc-0.5.9/contrib/interface-demo2/util.h:4:22: note: Function 'xrealloc' argument 1 names different: declaration 'p' definition 'oldp'.
lcdproc-0.5.9/contrib/interface-demo2/util.c:25:22: note: Function 'xrealloc' argument 1 names different: declaration 'p' definition 'oldp'.
lcdproc-0.5.9/server/client.c:155:47: warning: Either the condition '!c' is redundant or there is possible null pointer dereference: c. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/client.c:157:6: note: Assuming that condition '!c' is not redundant
lcdproc-0.5.9/server/client.c:155:47: note: Null pointer dereference
lcdproc-0.5.9/server/client.c:169:10: style: The scope of the variable 's' can be reduced. [variableScope]
lcdproc-0.5.9/server/client.c:65:3: error: Memory leak: c [memleak]
lcdproc-0.5.9/server/commands/menu_commands.c:961:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lcdproc-0.5.9/server/commands/menu_commands.c:967:2: note: Found duplicate branches for 'if' and 'else'.
lcdproc-0.5.9/server/commands/menu_commands.c:961:7: note: Found duplicate branches for 'if' and 'else'.
lcdproc-0.5.9/server/commands/menu_commands.c:783:59: style: Function 'set_predecessor' argument 3 names different: declaration 'client' definition 'c'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/commands/menu_commands.c:42:59: note: Function 'set_predecessor' argument 3 names different: declaration 'client' definition 'c'.
lcdproc-0.5.9/server/commands/menu_commands.c:783:59: note: Function 'set_predecessor' argument 3 names different: declaration 'client' definition 'c'.
lcdproc-0.5.9/server/commands/menu_commands.c:820:57: style: Function 'set_successor' argument 3 names different: declaration 'client' definition 'c'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/commands/menu_commands.c:43:57: note: Function 'set_successor' argument 3 names different: declaration 'client' definition 'c'.
lcdproc-0.5.9/server/commands/menu_commands.c:820:57: note: Function 'set_successor' argument 3 names different: declaration 'client' definition 'c'.
lcdproc-0.5.9/server/commands/menu_commands.c:535:28: portability: '(void*)item' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lcdproc-0.5.9/server/commands/widget_commands.c:194:6: style: The scope of the variable 'width' can be reduced. [variableScope]
lcdproc-0.5.9/server/commands/widget_commands.c:194:13: style: The scope of the variable 'height' can be reduced. [variableScope]
lcdproc-0.5.9/server/driver.c:196:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcdproc-0.5.9/server/driver.c:399:71: style: Function 'driver_alt_vbar' argument 6 names different: declaration 'pattern' definition 'options'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/driver.h:52:76: note: Function 'driver_alt_vbar' argument 6 names different: declaration 'pattern' definition 'options'.
lcdproc-0.5.9/server/driver.c:399:71: note: Function 'driver_alt_vbar' argument 6 names different: declaration 'pattern' definition 'options'.
lcdproc-0.5.9/server/driver.c:430:71: style: Function 'driver_alt_hbar' argument 6 names different: declaration 'pattern' definition 'options'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/driver.h:54:76: note: Function 'driver_alt_hbar' argument 6 names different: declaration 'pattern' definition 'options'.
lcdproc-0.5.9/server/driver.c:430:71: note: Function 'driver_alt_hbar' argument 6 names different: declaration 'pattern' definition 'options'.
lcdproc-0.5.9/server/drivers.c:420:23: style: Function 'drivers_backlight' argument 1 names different: declaration 'brightness' definition 'state'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers.h:74:23: note: Function 'drivers_backlight' argument 1 names different: declaration 'brightness' definition 'state'.
lcdproc-0.5.9/server/drivers.c:420:23: note: Function 'drivers_backlight' argument 1 names different: declaration 'brightness' definition 'state'.
lcdproc-0.5.9/server/drivers/CFontz.c:463:42: style: Function 'CFontz_set_contrast' argument 2 names different: declaration 'contrast' definition 'promille'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/CFontz.h:65:61: note: Function 'CFontz_set_contrast' argument 2 names different: declaration 'contrast' definition 'promille'.
lcdproc-0.5.9/server/drivers/CFontz.c:463:42: note: Function 'CFontz_set_contrast' argument 2 names different: declaration 'contrast' definition 'promille'.
lcdproc-0.5.9/server/drivers/CFontzPacket.c:409:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/CFontzPacket.c:730:16: style: The scope of the variable 'out' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/CFontzPacket.c:731:6: style: The scope of the variable 'slots' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/CFontzPacket.c:765:16: style: The scope of the variable 'out' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/CFontzPacket.c:986:23: style: The scope of the variable 'arrow_up' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/CFontzPacket.c:995:23: style: The scope of the variable 'arrow_down' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/CwLnx.c:155:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/CwLnx.c:452:17: style: The scope of the variable 's' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/EyeboxOne.c:397:20: warning: Either the condition 'p!=NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/drivers/EyeboxOne.c:405:8: note: Assuming that condition 'p!=NULL' is not redundant
lcdproc-0.5.9/server/drivers/EyeboxOne.c:397:20: note: Null pointer dereference
lcdproc-0.5.9/server/drivers/EyeboxOne.c:398:20: warning: Either the condition 'p!=NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/drivers/EyeboxOne.c:405:8: note: Assuming that condition 'p!=NULL' is not redundant
lcdproc-0.5.9/server/drivers/EyeboxOne.c:398:20: note: Null pointer dereference
lcdproc-0.5.9/server/drivers/EyeboxOne.c:399:20: warning: Either the condition 'p!=NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/drivers/EyeboxOne.c:405:8: note: Assuming that condition 'p!=NULL' is not redundant
lcdproc-0.5.9/server/drivers/EyeboxOne.c:399:20: note: Null pointer dereference
lcdproc-0.5.9/server/drivers/EyeboxOne.c:400:20: warning: Either the condition 'p!=NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/drivers/EyeboxOne.c:405:8: note: Assuming that condition 'p!=NULL' is not redundant
lcdproc-0.5.9/server/drivers/EyeboxOne.c:400:20: note: Null pointer dereference
lcdproc-0.5.9/server/drivers/EyeboxOne.c:401:20: warning: Either the condition 'p!=NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/drivers/EyeboxOne.c:405:8: note: Assuming that condition 'p!=NULL' is not redundant
lcdproc-0.5.9/server/drivers/EyeboxOne.c:401:20: note: Null pointer dereference
lcdproc-0.5.9/server/drivers/EyeboxOne.c:448:6: style: The scope of the variable 'bar' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/EyeboxOne.c:448:10: style: The scope of the variable 'level' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/MtxOrb.c:1473:20: warning: Either the condition 'key<='A'+25' is redundant or the array 'p->keymap[25]' is accessed at index 25, which is out of bounds. [arrayIndexOutOfBoundsCond]
lcdproc-0.5.9/server/drivers/MtxOrb.c:1472:28: note: Assuming that condition 'key<='A'+25' is not redundant
lcdproc-0.5.9/server/drivers/MtxOrb.c:1473:20: note: Array index out of bounds
lcdproc-0.5.9/server/drivers/MtxOrb.c:963:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/NoritakeVFD.c:448:23: style: The scope of the variable 'half' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/NoritakeVFD.c:506:23: style: The scope of the variable 'half' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/SureElec.c:553:17: style: The scope of the variable 'cmd_bl' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/SureElec.c:971:23: style: The scope of the variable 'written' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/bayrad.c:427:24: style: The scope of the variable 'bar_up' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/bayrad.c:471:24: style: The scope of the variable 'bar_right' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/bayrad.c:362:39: style: Function 'bayrad_backlight' argument 2 names different: declaration 'promille' definition 'on'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/bayrad.h:28:58: note: Function 'bayrad_backlight' argument 2 names different: declaration 'promille' definition 'on'.
lcdproc-0.5.9/server/drivers/bayrad.c:362:39: note: Function 'bayrad_backlight' argument 2 names different: declaration 'promille' definition 'on'.
lcdproc-0.5.9/server/drivers/debug.c:539:38: style: Function 'debug_backlight' argument 2 names different: declaration 'promille' definition 'on'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/debug.h:29:58: note: Function 'debug_backlight' argument 2 names different: declaration 'promille' definition 'on'.
lcdproc-0.5.9/server/drivers/debug.c:539:38: note: Function 'debug_backlight' argument 2 names different: declaration 'promille' definition 'on'.
lcdproc-0.5.9/server/drivers/debug.c:256:2: style: Variable 'out' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/server/drivers/futaba.c:133:2: style: Variable 'retVal' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/server/drivers/futaba.c:130:0: note: Variable 'retVal' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/futaba.c:133:2: note: Variable 'retVal' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/futaba.c:206:6: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcdproc-0.5.9/server/drivers/futaba.c:162:6: style: The scope of the variable 'len' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/futaba.c:379:6: style: The scope of the variable 'error' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/futaba.c:791:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/futaba.c:792:11: style: The scope of the variable 'numBars' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/futaba.c:128:68: style: Function 'futaba_send_report' argument 2 names different: declaration 'report' definition 'my_report'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/futaba.h:84:72: note: Function 'futaba_send_report' argument 2 names different: declaration 'report' definition 'my_report'.
lcdproc-0.5.9/server/drivers/futaba.c:128:68: note: Function 'futaba_send_report' argument 2 names different: declaration 'report' definition 'my_report'.
lcdproc-0.5.9/server/drivers/g15.c:113:19: warning: Either the condition 'p!=NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/drivers/g15.c:115:8: note: Assuming that condition 'p!=NULL' is not redundant
lcdproc-0.5.9/server/drivers/g15.c:113:19: note: Null pointer dereference
lcdproc-0.5.9/server/drivers/glcd-glcd2usb.c:454:43: style: Checking if unsigned variable 'ctd->tx_buffer.display_info.width' is less than zero. [unsignedLessThanZero]
lcdproc-0.5.9/server/drivers/glcd-glcd2usb.c:456:44: style: Checking if unsigned variable 'ctd->tx_buffer.display_info.height' is less than zero. [unsignedLessThanZero]
lcdproc-0.5.9/server/drivers/glcd-render.c:284:6: style: The scope of the variable 'px' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/glcd-render.c:413:10: style: The scope of the variable 'py' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/glcd-t6963.c:138:6: style: The scope of the variable 'x' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/glcd_drv.c:661:37: style: Function 'glcd_backlight' argument 2 names different: declaration 'promille' definition 'on'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/glcd_drv.h:26:57: note: Function 'glcd_backlight' argument 2 names different: declaration 'promille' definition 'on'.
lcdproc-0.5.9/server/drivers/glcd_drv.c:661:37: note: Function 'glcd_backlight' argument 2 names different: declaration 'promille' definition 'on'.
lcdproc-0.5.9/server/drivers/port.h:361:3: error: Resource leak: port_access_handle [resourceLeak]
lcdproc-0.5.9/server/drivers/port.h:364:3: error: Resource leak: port_access_handle [resourceLeak]
lcdproc-0.5.9/server/drivers/hd44780-i2c.c:117:13: style: The scope of the variable 'no_more_errormsgs' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/hd44780-lis2.c:329:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/hd44780-pifacecad.c:125:16: style: Variable 'rx_buf' is not assigned a value. [unassignedVariable]
lcdproc-0.5.9/server/drivers/hd44780-piplate.c:265:16: style: The scope of the variable 'write_val' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/hd44780-rpi.c:170:10: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lcdproc-0.5.9/server/drivers/hd44780-rpi.c:170:10: style: Condition 'rev&16777215==0' is always false [knownConditionTrueFalse]
lcdproc-0.5.9/server/drivers/hd44780-rpi.c:170:21: style: Condition '16777215==0' is always false [knownConditionTrueFalse]
lcdproc-0.5.9/server/drivers/hd44780-serial.c:353:7: style: The scope of the variable 'hangcheck' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/hd44780-serial.c:294:81: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
lcdproc-0.5.9/server/drivers/hd44780-serialLpt.c:304:40: style: Function 'shiftreg' argument 2 names different: declaration 'displayID' definition 'enableLines'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/hd44780-serialLpt.c:68:52: note: Function 'shiftreg' argument 2 names different: declaration 'displayID' definition 'enableLines'.
lcdproc-0.5.9/server/drivers/hd44780-serialLpt.c:304:40: note: Function 'shiftreg' argument 2 names different: declaration 'displayID' definition 'enableLines'.
lcdproc-0.5.9/server/drivers/hd44780-spi.c:80:23: style: The scope of the variable 'no_more_errormsgs' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/hd44780-uss720.c:332:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/server/drivers/hd44780-uss720.c:328:2: note: Variable 'res' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/hd44780-uss720.c:332:2: note: Variable 'res' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/hd44780-uss720.c:335:8: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/server/drivers/hd44780.c:655:7: style: The scope of the variable 'drawing' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/hd44780.c:1064:23: style: The scope of the variable 'heart_open' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/hd44780.c:1073:23: style: The scope of the variable 'heart_filled' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/hd44780.c:1127:23: style: The scope of the variable 'block_filled' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/hd44780.c:1304:15: style: The scope of the variable 'Ypattern' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/hd44780.c:1305:15: style: The scope of the variable 'Yval' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/hd44780.c:1306:14: style: The scope of the variable 'exp' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/hd44780.c:765:58: style: Function 'HD44780_string' argument 4 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/hd44780.h:28:77: note: Function 'HD44780_string' argument 4 names different: declaration 's' definition 'string'.
lcdproc-0.5.9/server/drivers/hd44780.c:765:58: note: Function 'HD44780_string' argument 4 names different: declaration 's' definition 'string'.
lcdproc-0.5.9/server/drivers/hd44780.c:1387:37: style: Function 'HD44780_output' argument 2 names different: declaration 'state' definition 'on'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/hd44780.h:44:56: note: Function 'HD44780_output' argument 2 names different: declaration 'state' definition 'on'.
lcdproc-0.5.9/server/drivers/hd44780.c:1387:37: note: Function 'HD44780_output' argument 2 names different: declaration 'state' definition 'on'.
lcdproc-0.5.9/server/drivers/icp_a106.c:501:6: style: The scope of the variable 'mschange' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/imon.c:141:2: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/server/drivers/imon.c:136:0: note: Variable 'p' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/imon.c:141:2: note: Variable 'p' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/imonlcd.c:257:2: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/server/drivers/imonlcd.c:251:0: note: Variable 'p' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/imonlcd.c:257:2: note: Variable 'p' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/imonlcd.c:445:13: style: The scope of the variable 't' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/imonlcd.c:446:11: style: The scope of the variable 'data' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/imonlcd.c:540:18: style: The scope of the variable 'ret' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/imonlcd.c:598:49: style: Function 'imonlcd_chr' argument 4 names different: declaration 'c' definition 'ch'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/imonlcd.h:29:69: note: Function 'imonlcd_chr' argument 4 names different: declaration 'c' definition 'ch'.
lcdproc-0.5.9/server/drivers/imonlcd.c:598:49: note: Function 'imonlcd_chr' argument 4 names different: declaration 'c' definition 'ch'.
lcdproc-0.5.9/server/drivers/imonlcd.c:1104:28: style: Function 'send_command_data' argument 1 names different: declaration 'commandData' definition 'value'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/imonlcd.c:239:40: note: Function 'send_command_data' argument 1 names different: declaration 'commandData' definition 'value'.
lcdproc-0.5.9/server/drivers/imonlcd.c:1104:28: note: Function 'send_command_data' argument 1 names different: declaration 'commandData' definition 'value'.
lcdproc-0.5.9/server/drivers/irtrans.c:170:5: warning: Either the condition 'p!=NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/drivers/irtrans.c:173:11: note: Assuming that condition 'p!=NULL' is not redundant
lcdproc-0.5.9/server/drivers/irtrans.c:170:5: note: Null pointer dereference
lcdproc-0.5.9/server/drivers/irtrans.c:179:11: warning: Either the condition 'p!=NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/drivers/irtrans.c:173:11: note: Assuming that condition 'p!=NULL' is not redundant
lcdproc-0.5.9/server/drivers/irtrans.c:179:11: note: Null pointer dereference
lcdproc-0.5.9/server/drivers/irtrans.c:91:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/irtrans.c:336:21: style: The scope of the variable 'he' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/irtrans.c:324:17: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/server/drivers/lb216.c:379:24: style: The scope of the variable 'vbar_char' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/lb216.c:407:24: style: The scope of the variable 'hbar_char' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/lcdm001.c:355:38: style: Function 'lcdm001_output' argument 2 names different: declaration 'on' definition 'state'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/lcdm001.h:41:57: note: Function 'lcdm001_output' argument 2 names different: declaration 'on' definition 'state'.
lcdproc-0.5.9/server/drivers/lcdm001.c:355:38: note: Function 'lcdm001_output' argument 2 names different: declaration 'on' definition 'state'.
lcdproc-0.5.9/server/drivers/lcterm.c:340:7: style: The scope of the variable 'data' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/lcterm.c:473:7: style: The scope of the variable 'do_init' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/lcterm.c:254:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lcdproc-0.5.9/server/drivers/linux_input.c:92:18: style: The scope of the variable 'key' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/linux_input.c:146:18: style: The scope of the variable 'k' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/lircin.c:119:2: warning: The buffer 's' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcdproc-0.5.9/server/drivers/lis.c:219:12: style: The scope of the variable 'err' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/lis.c:220:16: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/lis.c:1209:54: style: Function 'lis_chr' argument 4 names different: declaration 'c' definition 'ch'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/lis.h:85:74: note: Function 'lis_chr' argument 4 names different: declaration 'c' definition 'ch'.
lcdproc-0.5.9/server/drivers/lis.c:1209:54: note: Function 'lis_chr' argument 4 names different: declaration 'c' definition 'ch'.
lcdproc-0.5.9/server/drivers/lis.c:1237:49: style: Function 'lis_string' argument 4 names different: declaration 'string' definition 's'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/lis.h:84:68: note: Function 'lis_string' argument 4 names different: declaration 'string' definition 's'.
lcdproc-0.5.9/server/drivers/lis.c:1237:49: note: Function 'lis_string' argument 4 names different: declaration 'string' definition 's'.
lcdproc-0.5.9/server/drivers/mdm166a.c:236:7: style: The scope of the variable 'Cmd' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/ms6931.c:328:14: style: The scope of the variable 'out' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/ms6931.c:353:14: style: The scope of the variable 'out' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/mtc_s16209x.c:323:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/server/drivers/mtc_s16209x.c:322:3: note: Variable 'result' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/mtc_s16209x.c:323:3: note: Variable 'result' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/mtc_s16209x.c:333:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/server/drivers/mtc_s16209x.c:332:3: note: Variable 'result' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/mtc_s16209x.c:333:3: note: Variable 'result' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/mtc_s16209x.c:440:24: style: The scope of the variable 'vbar_char' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/mtc_s16209x.c:466:24: style: The scope of the variable 'hbar_char' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/mtc_s16209x.c:521:7: style: The scope of the variable 'letter' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/mx5000.c:57:37: style: Function 'mx5000_init' argument 2 names different: declaration 'device' definition 'args'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/mx5000.h:51:56: note: Function 'mx5000_init' argument 2 names different: declaration 'device' definition 'args'.
lcdproc-0.5.9/server/drivers/mx5000.c:57:37: note: Function 'mx5000_init' argument 2 names different: declaration 'device' definition 'args'.
lcdproc-0.5.9/server/drivers/picolcd.c:1151:51: style: Redundant condition: If 'EXPR == 1', the comparison 'EXPR != 5' is always true. [redundantCondition]
lcdproc-0.5.9/server/drivers/picolcd.c:746:15: style: The scope of the variable 'offset' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/picolcd.c:2075:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/pylcd.c:457:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/pylcd.c:562:10: style: The scope of the variable 'tele' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/pylcd.c:563:9: style: The scope of the variable 'row' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/pylcd.c:563:14: style: The scope of the variable 'pixels' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/pylcd.c:644:26: style: The scope of the variable 'a' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/pylcd.c:655:26: style: The scope of the variable 'b' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/pylcd.c:666:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/pylcd.c:677:26: style: The scope of the variable 'd' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/pylcd.c:711:26: style: The scope of the variable 'vBars' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/pylcd.c:752:26: style: The scope of the variable 'hBars' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/pylcd.c:1069:6: warning: Possible buffer overflow if strlen(last_key_pressed) is larger than or equal to sizeof(p). [possibleBufferAccessOutOfBounds]
lcdproc-0.5.9/server/drivers/rawserial.c:304:7: style: The scope of the variable 'out' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/sdeclcd.c:549:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/sdeclcd.c:549:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/sdeclcd.c:573:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/sdeclcd.c:573:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/sed1330.c:990:15: style: The scope of the variable 'Ypattern' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/sed1330.c:991:15: style: The scope of the variable 'Yval' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/sed1330.c:992:14: style: The scope of the variable 'exp' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/sed1330.c:636:54: style: Function 'sed1330_string' argument 4 names different: declaration 'lcd' definition 'str'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/sed1330.h:16:71: note: Function 'sed1330_string' argument 4 names different: declaration 'lcd' definition 'str'.
lcdproc-0.5.9/server/drivers/sed1330.c:636:54: note: Function 'sed1330_string' argument 4 names different: declaration 'lcd' definition 'str'.
lcdproc-0.5.9/server/drivers/sed1520.c:506:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/serialVFD.c:586:23: style: The scope of the variable 'heart_open' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/serialVFD.c:595:23: style: The scope of the variable 'heart_filled' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/serialVFD.c:230:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/server/drivers/serialVFD_io.c:69:13: style: Checking if unsigned variable 'length' is less than zero. [unsignedLessThanZero]
lcdproc-0.5.9/server/drivers/serialVFD_io.c:190:19: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/server/drivers/svgalib_drv.c:225:7: style: The scope of the variable 'size' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/svgalib_drv.c:651:14: style: Variable 'contrast' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/server/drivers/t6963.c:293:12: style: The scope of the variable 'line_address' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/text.c:62:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/text.c:192:9: portability: fflush() called on input stream 'stdin' may result in undefined behaviour on non-linux systems. [fflushOnInputStream]
lcdproc-0.5.9/server/drivers/tyan_lcdm.c:72:40: style: Function 'tyan_lcdm_init' argument 2 names different: declaration 'device' definition 'args'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/tyan_lcdm.h:77:59: note: Function 'tyan_lcdm_init' argument 2 names different: declaration 'device' definition 'args'.
lcdproc-0.5.9/server/drivers/tyan_lcdm.c:72:40: note: Function 'tyan_lcdm_init' argument 2 names different: declaration 'device' definition 'args'.
lcdproc-0.5.9/server/drivers/tyan_lcdm.c:740:27: style: Function 'tyan_lcdm_switch_mode' argument 1 names different: declaration 'fdfd' definition 'fd'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/tyan_lcdm.c:57:39: note: Function 'tyan_lcdm_switch_mode' argument 1 names different: declaration 'fdfd' definition 'fd'.
lcdproc-0.5.9/server/drivers/tyan_lcdm.c:740:27: note: Function 'tyan_lcdm_switch_mode' argument 1 names different: declaration 'fdfd' definition 'fd'.
lcdproc-0.5.9/server/drivers/ula200.c:519:11: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
lcdproc-0.5.9/server/drivers/ula200.c:516:27: note: outer condition: err==0
lcdproc-0.5.9/server/drivers/ula200.c:519:11: note: opposite inner condition: err<0
lcdproc-0.5.9/server/drivers/ula200.c:189:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/ula200.c:190:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/ula200.c:246:9: style: The scope of the variable 'err' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/ula200.c:787:16: style: The scope of the variable 'command' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/ula200.c:788:6: style: The scope of the variable 'err' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/ula200.c:817:6: style: The scope of the variable 'firstdiff' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/ula200.c:818:6: style: The scope of the variable 'lastdiff' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/vlsys_m428.c:270:2: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/server/drivers/vlsys_m428.c:266:0: note: Variable 'p' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/vlsys_m428.c:270:2: note: Variable 'p' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/vlsys_m428.c:101:6: style: The scope of the variable 'l' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/wirz-sli.c:307:23: style: The scope of the variable 'vbar_char' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/wirz-sli.c:332:23: style: The scope of the variable 'hbar_char' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/xosdlib_drv.c:66:14: style: The scope of the variable 'size' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/xosdlib_drv.c:403:77: style: Function 'xosdlib_drv_vbar' argument 6 names different: declaration 'pattern' definition 'options'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/xosdlib_drv.h:46:96: note: Function 'xosdlib_drv_vbar' argument 6 names different: declaration 'pattern' definition 'options'.
lcdproc-0.5.9/server/drivers/xosdlib_drv.c:403:77: note: Function 'xosdlib_drv_vbar' argument 6 names different: declaration 'pattern' definition 'options'.
lcdproc-0.5.9/server/drivers/xosdlib_drv.c:429:77: style: Function 'xosdlib_drv_hbar' argument 6 names different: declaration 'pattern' definition 'options'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/xosdlib_drv.h:47:96: note: Function 'xosdlib_drv_hbar' argument 6 names different: declaration 'pattern' definition 'options'.
lcdproc-0.5.9/server/drivers/xosdlib_drv.c:429:77: note: Function 'xosdlib_drv_hbar' argument 6 names different: declaration 'pattern' definition 'options'.
lcdproc-0.5.9/server/drivers/xosdlib_drv.c:483:14: style: Variable 'contrast' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/server/drivers/xosdlib_drv.c:546:3: style: Variable 'value' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/server/drivers/yard2LCD.c:459:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lcdproc-0.5.9/server/drivers/yard2LCD.c:159:16: style: The scope of the variable 'cmdBuf' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/yard2LCD.c:110:15: style: Checking if unsigned variable 'byteCnt' is less than zero. [unsignedLessThanZero]
lcdproc-0.5.9/server/drivers/yard2LCD.c:127:14: style: Checking if unsigned variable 'byteCnt' is less than zero. [unsignedLessThanZero]
lcdproc-0.5.9/server/drivers/yard2LCD.c:313:14: style: Checking if unsigned variable 'byteCnt' is less than zero. [unsignedLessThanZero]
lcdproc-0.5.9/server/drivers/yard2LCD.c:321:14: style: Checking if unsigned variable 'byteCnt' is less than zero. [unsignedLessThanZero]
lcdproc-0.5.9/server/main.c:667:9: style: The scope of the variable 'res' can be reduced. [variableScope]
lcdproc-0.5.9/server/main.c:708:17: style: The scope of the variable 'pwent' can be reduced. [variableScope]
lcdproc-0.5.9/server/main.c:766:6: style: The scope of the variable 'sleeptime' can be reduced. [variableScope]
lcdproc-0.5.9/server/main.c:769:7: style: The scope of the variable 't_diff' can be reduced. [variableScope]
lcdproc-0.5.9/server/main.c:846:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
lcdproc-0.5.9/server/main.c:398:26: style: Function 'process_configfile' argument 1 names different: declaration 'cfgfile' definition 'configfile'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/main.c:149:37: note: Function 'process_configfile' argument 1 names different: declaration 'cfgfile' definition 'configfile'.
lcdproc-0.5.9/server/main.c:398:26: note: Function 'process_configfile' argument 1 names different: declaration 'cfgfile' definition 'configfile'.
lcdproc-0.5.9/server/main.c:211:3: warning: The buffer 'configfile' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcdproc-0.5.9/server/main.c:268:2: warning: The buffer 'bind_addr' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcdproc-0.5.9/server/main.c:269:2: warning: The buffer 'configfile' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcdproc-0.5.9/server/main.c:270:2: warning: The buffer 'user' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcdproc-0.5.9/server/main.c:413:3: warning: The buffer 'bind_addr' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcdproc-0.5.9/server/main.c:416:3: warning: The buffer 'user' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcdproc-0.5.9/server/main.c:743:3: warning: The buffer 'configfile' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcdproc-0.5.9/server/main.c:855:3: warning: The buffer 'buf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcdproc-0.5.9/server/menuitem.c:1005:17: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
lcdproc-0.5.9/server/menuitem.c:604:16: warning: Either the condition 'item!=NULL' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/menuitem.c:608:11: note: Assuming that condition 'item!=NULL' is not redundant
lcdproc-0.5.9/server/menuitem.c:604:16: note: Null pointer dereference
lcdproc-0.5.9/server/menuitem.c:605:39: warning: Either the condition 'item!=NULL' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/menuitem.c:608:11: note: Assuming that condition 'item!=NULL' is not redundant
lcdproc-0.5.9/server/menuitem.c:605:39: note: Null pointer dereference
lcdproc-0.5.9/server/menuitem.c:981:16: warning: Either the condition 'w!=NULL' is redundant or there is possible null pointer dereference: w. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/menuitem.c:977:8: note: Assuming that condition 'w!=NULL' is not redundant
lcdproc-0.5.9/server/menuitem.c:981:16: note: Null pointer dereference
lcdproc-0.5.9/server/menuitem.c:982:16: warning: Either the condition 'w!=NULL' is redundant or there is possible null pointer dereference: w. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/menuitem.c:977:8: note: Assuming that condition 'w!=NULL' is not redundant
lcdproc-0.5.9/server/menuitem.c:982:16: note: Null pointer dereference
lcdproc-0.5.9/server/menuitem.c:1375:14: warning: Either the condition 'item!=NULL' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/menuitem.c:1382:11: note: Assuming that condition 'item!=NULL' is not redundant
lcdproc-0.5.9/server/menuitem.c:1375:14: note: Null pointer dereference
lcdproc-0.5.9/server/menuitem.c:1378:12: warning: Either the condition 'item!=NULL' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/menuitem.c:1382:11: note: Assuming that condition 'item!=NULL' is not redundant
lcdproc-0.5.9/server/menuitem.c:1378:12: note: Null pointer dereference
lcdproc-0.5.9/server/menuitem.c:1379:39: warning: Either the condition 'item!=NULL' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/menuitem.c:1382:11: note: Assuming that condition 'item!=NULL' is not redundant
lcdproc-0.5.9/server/menuitem.c:1379:39: note: Null pointer dereference
lcdproc-0.5.9/server/menuitem.c:637:10: style: The scope of the variable 'w' can be reduced. [variableScope]
lcdproc-0.5.9/server/menuitem.c:638:9: style: The scope of the variable 'build_screen' can be reduced. [variableScope]
lcdproc-0.5.9/server/menuitem.c:1066:7: style: The scope of the variable 'buf1' can be reduced. [variableScope]
lcdproc-0.5.9/server/menuitem.c:1067:7: style: The scope of the variable 'buf2' can be reduced. [variableScope]
lcdproc-0.5.9/server/menuitem.c:1069:6: style: The scope of the variable 'max_len' can be reduced. [variableScope]
lcdproc-0.5.9/server/menuitem.c:1224:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcdproc-0.5.9/server/menuitem.c:1186:11: style: Array index 'pos' is used before limits check. [arrayIndexThenCheck]
lcdproc-0.5.9/server/menuitem.c:1236:3: error: Common realloc mistake: 'chars' nulled but not freed upon failure [memleakOnRealloc]
lcdproc-0.5.9/server/render.c:95:93: warning: Either the condition 's==NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/render.c:97:8: note: Assuming that condition 's==NULL' is not redundant
lcdproc-0.5.9/server/render.c:95:93: note: Null pointer dereference
lcdproc-0.5.9/server/render.c:579:31: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lcdproc-0.5.9/server/screen.c:141:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcdproc-0.5.9/server/screen.c:221:30: style: Function 'screen_pri_name_to_pri' argument 1 names different: declaration 'pri_name' definition 'priname'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/screen.h:103:39: note: Function 'screen_pri_name_to_pri' argument 1 names different: declaration 'pri_name' definition 'priname'.
lcdproc-0.5.9/server/screen.c:221:30: note: Function 'screen_pri_name_to_pri' argument 1 names different: declaration 'pri_name' definition 'priname'.
lcdproc-0.5.9/server/serverscreens.c:146:10: style: The scope of the variable 'w' can be reduced. [variableScope]
lcdproc-0.5.9/server/sock.c:198:31: style: Function 'sock_create_inet_socket' argument 1 names different: declaration 'bind_addr' definition 'addr'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/sock.h:26:35: note: Function 'sock_create_inet_socket' argument 1 names different: declaration 'bind_addr' definition 'addr'.
lcdproc-0.5.9/server/sock.c:198:31: note: Function 'sock_create_inet_socket' argument 1 names different: declaration 'bind_addr' definition 'addr'.
lcdproc-0.5.9/server/widget.c:173:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcdproc-0.5.9/server/widget.c:152:47: warning: Either the condition '!w' is redundant or there is possible null pointer dereference: w. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/widget.c:154:6: note: Assuming that condition '!w' is not redundant
lcdproc-0.5.9/server/widget.c:152:47: note: Null pointer dereference
lcdproc-0.5.9/shared/configfile.c:492:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
lcdproc-0.5.9/shared/snprintf.c:676:7: style: Variable 'str_arg' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/shared/snprintf.c:675:7: note: Variable 'str_arg' is reassigned a value before the old one has been used.
lcdproc-0.5.9/shared/snprintf.c:676:7: note: Variable 'str_arg' is reassigned a value before the old one has been used.
lcdproc-0.5.9/shared/snprintf.c:706:9: warning: Redundant assignment of 'p' to itself. [selfAssignment]
lcdproc-0.5.9/shared/snprintf.c:725:11: warning: Redundant assignment of 'p' to itself. [selfAssignment]
lcdproc-0.5.9/shared/snprintf.c:1061:34: style: Checking if unsigned variable 'number_of_zeros_to_pad' is less than zero. [unsignedLessThanZero]
lcdproc-0.5.9/shared/sockets.c:173:13: style: Checking if unsigned variable 'maxlen' is less than zero. [unsignedLessThanZero]
lcdproc-0.5.9/shared/sockets.c:266:13: style: Checking if unsigned variable 'maxlen' is less than zero. [unsignedLessThanZero]
lcdproc-0.5.9/shared/sring.c:42:0: error: Memory leak: buf [memleak]
[02:22]
ftp://ftp.se.debian.org/debian/pool/main/l/lcgdm/lcgdm_1.9.0.orig.tar.gz
lcgdm-1.9.0/common/Cglobals.c:258:15: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
lcgdm-1.9.0/common/Cglobals.c:288:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cglobals.c:316:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cglobals.c:344:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cglobals.c:372:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cglobals.c:400:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cglobals.c:428:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cglobals.c:456:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cglobals.c:301:18: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/common/Cglobals.c:329:18: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/common/Cglobals.c:357:18: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/common/Cglobals.c:385:18: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/common/Cglobals.c:413:18: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/common/Cglobals.c:441:18: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/common/Cglobals.c:469:18: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/common/Cglobals.c:203:15: error: Memory leak: addr [memleak]
lcgdm-1.9.0/common/Cglobals.c:209:19: error: Memory leak: addr [memleak]
lcgdm-1.9.0/common/Cglobals.c:217:19: error: Memory leak: addr [memleak]
lcgdm-1.9.0/common/Cglobals.c:224:15: error: Memory leak: addr [memleak]
lcgdm-1.9.0/common/Cglobals.c:231:13: error: Memory leak: addr [memleak]
lcgdm-1.9.0/common/Cglobals.c:247:15: error: Memory leak: addr [memleak]
lcgdm-1.9.0/common/Cglobals.c:252:15: error: Memory leak: addr [memleak]
lcgdm-1.9.0/common/Cglobals.c:254:15: error: Memory leak: addr [memleak]
lcgdm-1.9.0/common/Cgroupsubr.c:38:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/common/Clogit.c:34:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/common/Clogit.c:76:13: style: The scope of the variable 'tm' can be reduced. [variableScope]
lcgdm-1.9.0/common/Clogit.c:81:6: style: The scope of the variable 'fd_log' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cnetdb.c:754:10: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cpool.c:834:14: style: The scope of the variable 'startarg' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cpool.c:1185:16: style: The scope of the variable 'nwriten' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cpool.c:519:12: warning: Size of pointer 'dummy' used instead of size of its data. [pointerSize]
lcgdm-1.9.0/common/Cpool.c:293:0: error: Memory leak: to_close [memleak]
lcgdm-1.9.0/common/Cregexp.c:639:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lcgdm-1.9.0/common/Cregexp.c:642:5: note: Found duplicate branches for 'if' and 'else'.
lcgdm-1.9.0/common/Cregexp.c:639:3: note: Found duplicate branches for 'if' and 'else'.
lcgdm-1.9.0/common/Cregexp.c:371:6: style: The scope of the variable 'len' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cregexp.c:958:7: style: The scope of the variable 'dummy' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cregexp.c:2044:8: style: The scope of the variable 'next' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cregexp.c:1912:64: style: Checking if unsigned variable 'maxsize' is less than zero. [unsignedLessThanZero]
lcgdm-1.9.0/common/Cregexp.c:453:0: error: Memory leak: r [memleak]
lcgdm-1.9.0/common/Csched.c:183:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lcgdm-1.9.0/common/Csched.c:294:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lcgdm-1.9.0/common/Cthread.c:454:25: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cthread.c:1259:25: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cthread.c:4790:25: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cthread.c:156:7: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/common/Cthread.c:1256:36: style: Variable 'current' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/common/Cthread.c:1257:25: style: Unused variable: pid [unusedVariable]
lcgdm-1.9.0/common/Cthread.c:3842:13: style: Unused variable: pid [unusedVariable]
lcgdm-1.9.0/common/Cthread.c:3843:0: style: Variable 'thID' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/common/Cthread.c:4787:36: style: Variable 'current' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/common/Cthread.c:4788:25: style: Unused variable: pid [unusedVariable]
lcgdm-1.9.0/common/Cthread.c:1195:7: error: Uninitialized variable: detached [uninitvar]
lcgdm-1.9.0/common/LcgdmDbPool.cc:27:33: style: Checking if unsigned variable 'dbfdrepo.size()' is less than zero. [unsignedLessThanZero]
lcgdm-1.9.0/common/UtilsPthread.hh:572:4: warning: Member variable 'UptThreadFancy::fArg' is not initialized in the constructor. [uninitMemberVar]
lcgdm-1.9.0/common/LcgdmDbPool.hh:37:2: warning: Member variable 'LcgdmDbPool::nclients' is not initialized in the constructor. [uninitMemberVar]
lcgdm-1.9.0/common/UtilsPthread.hh:574:7: performance: Variable 'fThr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lcgdm-1.9.0/common/UtilsPthread.hh:604:12: performance: Technically the member function 'UptThreadFancy::SetCancelOn' can be static. [functionStatic]
lcgdm-1.9.0/common/UtilsPthread.hh:607:12: performance: Technically the member function 'UptThreadFancy::SetCancelOff' can be static. [functionStatic]
lcgdm-1.9.0/common/UtilsPthread.hh:610:12: performance: Technically the member function 'UptThreadFancy::SetCancelAsynchronous' can be static. [functionStatic]
lcgdm-1.9.0/common/UtilsPthread.hh:613:12: performance: Technically the member function 'UptThreadFancy::SetCancelDeferred' can be static. [functionStatic]
lcgdm-1.9.0/common/UtilsPthread.hh:616:10: performance: Technically the member function 'UptThreadFancy::CancelPoint' can be static. [functionStatic]
lcgdm-1.9.0/common/UtilsPthread.hh:92:2: style: Class 'UptCondVarHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcgdm-1.9.0/common/UtilsPthread.hh:97:2: style: Class 'UptCondVarHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcgdm-1.9.0/common/UtilsPthread.hh:181:13: style: Class 'UptMutexHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcgdm-1.9.0/common/UtilsPthread.hh:185:13: style: Class 'UptMutexHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcgdm-1.9.0/common/UtilsPthread.hh:572:4: style: Class 'UptThreadFancy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcgdm-1.9.0/common/UtilsPthread.hh:343:25: warning: Class UptSemaphore is not safe, destructor throws exception [exceptThrowInDestructor]
lcgdm-1.9.0/common/UtilsPthread.cc:60:24: style: C-style pointer casting [cstyleCast]
lcgdm-1.9.0/common/UtilsPthread.cc:268:45: style: Function 'Run' argument 5 names different: declaration 'desc' definition 'tDesc'. [funcArgNamesDifferent]
lcgdm-1.9.0/common/UtilsPthread.hh:414:29: note: Function 'Run' argument 5 names different: declaration 'desc' definition 'tDesc'.
lcgdm-1.9.0/common/UtilsPthread.cc:268:45: note: Function 'Run' argument 5 names different: declaration 'desc' definition 'tDesc'.
lcgdm-1.9.0/common/UtilsPthread.cc:38:26: performance: Variable 'numKey' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lcgdm-1.9.0/common/UtilsPthread.hh:620:8: performance: Technically the member function 'UptThreadFancy::MaskSignal' can be static. [functionStatic]
lcgdm-1.9.0/common/UtilsPthread.cc:353:21: note: Technically the member function 'UptThreadFancy::MaskSignal' can be static.
lcgdm-1.9.0/common/UtilsPthread.hh:620:8: note: Technically the member function 'UptThreadFancy::MaskSignal' can be static.
lcgdm-1.9.0/common/getifnam.c:55:38: style: Checking if unsigned variable 'ifnamelen' is less than zero. [unsignedLessThanZero]
lcgdm-1.9.0/common/getuser.c:77:9: style: The scope of the variable 'counter' can be reduced. [variableScope]
lcgdm-1.9.0/common/getuser.c:125:9: style: Variable 'counter' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/common/log.c:178:37: style: Condition 'strlen(logfilename)==0' is always true [knownConditionTrueFalse]
lcgdm-1.9.0/common/log.c:124:16: style: The scope of the variable 'tp' can be reduced. [variableScope]
lcgdm-1.9.0/common/log.c:125:13: style: The scope of the variable 'timestr' can be reduced. [variableScope]
lcgdm-1.9.0/common/log.c:126:13: style: The scope of the variable 'line' can be reduced. [variableScope]
lcgdm-1.9.0/common/log.c:127:13: style: The scope of the variable 'fd' can be reduced. [variableScope]
lcgdm-1.9.0/common/remote.c:116:9: style: The scope of the variable 'cb_ret' can be reduced. [variableScope]
lcgdm-1.9.0/common/remote.c:227:15: style: The scope of the variable 'endp' can be reduced. [variableScope]
lcgdm-1.9.0/common/remote.c:420:10: style: The scope of the variable 'ent' can be reduced. [variableScope]
lcgdm-1.9.0/common/remote.c:429:11: style: The scope of the variable 'lhfile' can be reduced. [variableScope]
lcgdm-1.9.0/common/remote.c:430:11: style: The scope of the variable 'rthfile' can be reduced. [variableScope]
lcgdm-1.9.0/common/remote.c:690:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/common/remote.c:372:36: style: Checking if unsigned variable 'ifnamelen' is less than zero. [unsignedLessThanZero]
lcgdm-1.9.0/common/remote.c:226:22: style: Unused variable: ifr2 [unusedVariable]
lcgdm-1.9.0/common/serror.c:595:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
lcgdm-1.9.0/common/serror.c:471:32: style: Checking if unsigned variable 'buflen' is less than zero. [unsignedLessThanZero]
lcgdm-1.9.0/common/socket.c:244:21: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/common/socket_timeout.c:167:10: style: The scope of the variable 'select_status' can be reduced. [variableScope]
lcgdm-1.9.0/common/socket_timeout.c:272:10: style: The scope of the variable 'select_status' can be reduced. [variableScope]
lcgdm-1.9.0/common/solveln.c:57:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/common/trace.c:71:7: style: The scope of the variable 'env_var' can be reduced. [variableScope]
lcgdm-1.9.0/common/trace.c:72:20: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/common/trace.c:48:33: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
lcgdm-1.9.0/common/u64subr.c:47:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/common/u64subr.c:92:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/common/u64subr.c:150:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/common/u64subr.c:219:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/common/u64subr.c:152:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/common/u64subr.c:221:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/dicomcopy/dicomcopy_libpq_ifce.c:346:7: style: The scope of the variable 'escaped_name' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_libpq_ifce.c:348:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_libpq_ifce.c:354:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_libpq_ifce.c:362:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_libpq_ifce.c:396:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_libpq_ifce.c:406:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_mysql_ifce.c:398:7: style: The scope of the variable 'escaped_name' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_mysql_ifce.c:400:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_mysql_ifce.c:406:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_mysql_ifce.c:414:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_mysql_ifce.c:444:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_mysql_ifce.c:454:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_serv.c:79:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_serv.c:425:15: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_serv.c:426:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_serv.c:427:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_serv.c:732:1: style: Label 'free_voms_info' is not used. [unusedLabel]
lcgdm-1.9.0/dicomcopy/dicomcopy_serv.c:423:18: style: Unused variable: hp [unusedVariable]
lcgdm-1.9.0/dicomcopy/dicomcopy_serv.c:516:10: error: Uninitialized variable: turl [uninitvar]
lcgdm-1.9.0/dicomcopy/dpm_dicomcopyfile.c:30:3: error: Memory leak: buffer [memleak]
lcgdm-1.9.0/dicomcopy/dpm_dicomcopyfile.c:35:3: error: Memory leak: buffer [memleak]
lcgdm-1.9.0/dli/dli.c:40:6: style: The scope of the variable 'thread_index' can be reduced. [variableScope]
lcgdm-1.9.0/dli/dli.c:41:15: style: The scope of the variable 'tsoap' can be reduced. [variableScope]
lcgdm-1.9.0/dli/dli.c:144:9: style: The scope of the variable 'errlen' can be reduced. [variableScope]
lcgdm-1.9.0/dli/dli.c:145:8: style: The scope of the variable 'errstr' can be reduced. [variableScope]
lcgdm-1.9.0/dli/dli.c:146:14: style: The scope of the variable 's' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm-buildfsv.c:99:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lcgdm-1.9.0/dpm/dpm-buildfsv.c:113:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lcgdm-1.9.0/dpm/dpm-buildfsv.c:32:6: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm-buildfsv.c:34:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm-drain.c:116:6: style: The scope of the variable 'flags' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm-drain.c:143:26: style: The scope of the variable 'lp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm-getspacemd.c:29:16: style: The scope of the variable 'gr' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm-getspacemd.c:84:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm-getspacemd.c:108:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_abortfiles.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_abortreq.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_accessr.c:27:14: style: Variable 'func' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/dpm/dpm_accessr.c:31:8: style: Unused variable: rbp [unusedVariable]
lcgdm-1.9.0/dpm/dpm_addfs.c:32:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/dpm/dpm_addfs.c:34:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/dpm/dpm_addpool.c:34:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/dpm/dpm_auth.c:22:30: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/dpm/dpm_auth.c:46:14: style: Unused variable: func [unusedVariable]
lcgdm-1.9.0/dpm/dpm_auth.c:47:37: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/dpm/dpm_auth.c:63:7: style: Unused variable: func [unusedVariable]
lcgdm-1.9.0/dpm/dpm_auth.c:64:30: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/dpm/dpm_auth.c:97:30: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/dpm/dpm_auth.c:112:30: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/dpm/dpm_buildfsv.c:42:6: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_buildfsv.c:105:6: style: The scope of the variable 'tmp_weight' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_copy.c:37:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_copy.c:41:7: style: Unused variable: surl [unusedVariable]
lcgdm-1.9.0/dpm/dpm_extendfilelife.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_freefilestatuses.c:19:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_freefilestatuses.c:37:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_freefilestatuses.c:53:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_freefilestatuses.c:71:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_get.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_get.c:40:7: style: Unused variable: surl [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getpoolfs.c:32:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getpoolfs.c:34:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getpoolfs.c:36:8: style: Unused variable: rbp [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getpools.c:32:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getpools.c:34:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getpools.c:36:8: style: Unused variable: rbp [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getprotocols.c:33:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_getprotocols.c:34:6: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_getprotocols.c:37:7: style: The scope of the variable 'protocol' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_getprotocols.c:38:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_getreqid.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_getreqid.c:34:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getreqsummary.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_getspacemd.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_getspacetoken.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_getspacetoken.c:34:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getstatus_copyreq.c:37:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_getstatus_copyreq.c:32:7: style: Unused variable: from_surl [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getstatus_copyreq.c:42:7: style: Unused variable: to_surl [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getstatus_getreq.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_getstatus_getreq.c:40:7: style: Unused variable: surl [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getstatus_putreq.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_getstatus_putreq.c:40:7: style: Unused variable: surl [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getturl.c:29:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getturl.c:98:10: error: Uninitialized variable: turl [uninitvar]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:35:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:36:8: style: The scope of the variable 'p_n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:742:7: style: The scope of the variable 'escaped_name' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:744:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:752:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:762:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:848:7: style: The scope of the variable 'escaped_name' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:850:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:858:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:868:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1032:14: style: The scope of the variable 'queryo' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1042:14: style: The scope of the variable 'queryto' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1053:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1337:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1348:14: style: The scope of the variable 'query4updlim1' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1360:14: style: The scope of the variable 'query4updlim2' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1373:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1418:14: style: The scope of the variable 'queryo' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1428:14: style: The scope of the variable 'queryto' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1439:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1519:14: style: The scope of the variable 'querya' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1525:14: style: The scope of the variable 'queryo' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1532:14: style: The scope of the variable 'queryto' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1540:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1924:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1933:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1944:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1976:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1986:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2018:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2026:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2058:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2068:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2101:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2108:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2143:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2152:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2163:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2197:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2206:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2250:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2260:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2272:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2304:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2344:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_main.c:83:9: style: The scope of the variable 'now' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_main.c:125:6: style: The scope of the variable 'deleted' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_main.c:1082:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_main.c:1086:6: style: The scope of the variable 'flags' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_main.c:1093:6: style: The scope of the variable 'nbremoved' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_main.c:1170:15: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_main.c:1171:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_main.c:1172:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_main.c:1389:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_main.c:1397:6: style: The scope of the variable 'nextcheck' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_main.c:707:0: style: Variable 'alloced_gids' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/dpm/dpm_main.c:714:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/dpm/dpm_main.c:719:0: style: Variable 'set_authorization_id' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/dpm/dpm_main.c:908:0: style: Variable 'alloced_gids' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/dpm/dpm_main.c:915:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/dpm/dpm_main.c:920:0: style: Variable 'set_authorization_id' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/dpm/dpm_main.c:1190:4: error: Memory leak: req_data [memleak]
lcgdm-1.9.0/dpm/dpm_main.c:1194:4: error: Memory leak: req_data [memleak]
lcgdm-1.9.0/dpm/dpm_main.c:1201:6: error: Memory leak: req_data [memleak]
lcgdm-1.9.0/dpm/dpm_main.c:1205:4: error: Memory leak: req_data [memleak]
lcgdm-1.9.0/dpm/dpm_modifyfs.c:32:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/dpm/dpm_modifyfs.c:34:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/dpm/dpm_modifypool.c:34:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:88:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:89:8: style: The scope of the variable 'p_n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:943:7: style: The scope of the variable 'escaped_name' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:945:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:953:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:963:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1047:7: style: The scope of the variable 'escaped_name' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1049:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1057:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1067:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1224:7: style: The scope of the variable 'escaped_utoken' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1226:14: style: The scope of the variable 'queryo' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1236:14: style: The scope of the variable 'queryto' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1247:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1536:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1547:14: style: The scope of the variable 'query4updlim1' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1559:14: style: The scope of the variable 'query4updlim2' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1572:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1619:7: style: The scope of the variable 'escaped_utoken' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1621:14: style: The scope of the variable 'queryo' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1631:14: style: The scope of the variable 'queryto' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1642:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1721:7: style: The scope of the variable 'escaped_utoken' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1723:14: style: The scope of the variable 'querya' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1729:14: style: The scope of the variable 'queryo' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1736:14: style: The scope of the variable 'queryto' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1744:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2260:7: style: The scope of the variable 'escaped_token' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2262:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2271:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2282:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2312:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2322:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2350:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2358:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2385:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2395:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2423:7: style: The scope of the variable 'escaped_poolname' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2425:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2432:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2463:7: style: The scope of the variable 'escaped_token' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2465:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2474:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2485:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2517:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2526:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2564:7: style: The scope of the variable 'escaped_token' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2566:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2576:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2588:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2618:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2653:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2725:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_ping.c:34:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_proclreq.c:52:6: style: The scope of the variable 'nb_active_threads' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_proclreq.c:55:6: style: The scope of the variable 'thread_index' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_proclreq.c:375:13: style: The scope of the variable 'p2' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_proclreq.c:235:1: style: Label 'fail_request' is not used. [unusedLabel]
lcgdm-1.9.0/dpm/dpm_procreq.c:4983:15: warning: Possible null pointer dereference: pfn [nullPointer]
lcgdm-1.9.0/dpm/dpm_procreq.c:1489:41: note: Calling function 'dpm_rm_onereplica', 2nd argument 'pfn' value is 0
lcgdm-1.9.0/dpm/dpm_procreq.c:4983:15: note: Null pointer dereference
lcgdm-1.9.0/dpm/dpm_procreq.c:263:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:291:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:323:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:501:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:1028:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:1034:6: style: The scope of the variable 'put_retenp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:1206:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:1423:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:1435:7: style: The scope of the variable 'sfn' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:1515:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:1518:6: style: The scope of the variable 'max_lifetime' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:1531:8: style: The scope of the variable 'sfn' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:1532:6: style: The scope of the variable 'status' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:1967:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:2219:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:2294:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:2932:6: style: The scope of the variable 'bol' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:2933:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:2937:7: style: The scope of the variable 'from_surl' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:2942:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:2953:6: style: The scope of the variable 'status' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:3086:6: style: The scope of the variable 'bol' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:3087:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:3096:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:3107:6: style: The scope of the variable 'status' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:3236:6: style: The scope of the variable 'bol' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:3237:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:3244:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:3256:6: style: The scope of the variable 'status' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:3539:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:3552:6: style: The scope of the variable 'put_retenp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:3819:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:3827:7: style: The scope of the variable 'putx_version' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:4075:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:4077:9: style: The scope of the variable 'current_time' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:4079:6: style: The scope of the variable 'max_lifetime' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:4283:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:4435:6: style: The scope of the variable 'status' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:4540:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:4677:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:5258:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:5786:7: style: The scope of the variable 'errstring' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:5792:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:5806:6: style: The scope of the variable 'status' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:361:17: style: Unused variable: rec_addrf [unusedVariable]
lcgdm-1.9.0/dpm/dpm_procreq.c:612:25: style: Unused variable: dpm_req [unusedVariable]
lcgdm-1.9.0/dpm/dpm_procreq.c:613:17: style: Unused variable: rec_addr [unusedVariable]
lcgdm-1.9.0/dpm/dpm_procreq.c:1195:8: style: Unused variable: deleg_cred [unusedVariable]
lcgdm-1.9.0/dpm/dpm_procreq.c:1196:9: style: Unused variable: deleg_cred_len [unusedVariable]
lcgdm-1.9.0/dpm/dpm_procreq.c:1200:6: style: Unused variable: fd [unusedVariable]
lcgdm-1.9.0/dpm/dpm_procreq.c:1211:7: style: Unused variable: proxy_filename [unusedVariable]
lcgdm-1.9.0/dpm/dpm_procreq.c:1167:3: error: Memory pointed to by 'gids' is freed twice. [doubleFree]
lcgdm-1.9.0/dpm/dpm_procreq.c:1174:3: error: Memory pointed to by 'gids' is freed twice. [doubleFree]
lcgdm-1.9.0/dpm/dpm_procreq.c:3675:3: error: Memory pointed to by 'pool_gids' is freed twice. [doubleFree]
lcgdm-1.9.0/dpm/dpm_procreq.c:3685:3: error: Memory pointed to by 'pool_gids' is freed twice. [doubleFree]
lcgdm-1.9.0/dpm/dpm_procreq.c:3698:3: error: Memory pointed to by 'pool_gids' is freed twice. [doubleFree]
lcgdm-1.9.0/dpm/dpm_procreq.c:4811:3: error: Memory pointed to by 's_gids' is freed twice. [doubleFree]
lcgdm-1.9.0/dpm/dpm_procreq.c:4819:4: error: Memory pointed to by 's_gids' is freed twice. [doubleFree]
lcgdm-1.9.0/dpm/dpm_procreq.c:4850:2: error: Memory pointed to by 's_gids' is freed twice. [doubleFree]
lcgdm-1.9.0/dpm/dpm_procreq.c:5912:3: error: Memory pointed to by 's_gids' is freed twice. [doubleFree]
lcgdm-1.9.0/dpm/dpm_procreq.c:5920:3: error: Memory pointed to by 's_gids' is freed twice. [doubleFree]
lcgdm-1.9.0/dpm/dpm_procreq.c:5927:21: error: Dereferencing 's_gids' after it is deallocated / released [deallocuse]
lcgdm-1.9.0/dpm/dpm_procreq.c:5929:4: error: Memory pointed to by 's_gids' is freed twice. [doubleFree]
lcgdm-1.9.0/dpm/dpm_procreq.c:5935:3: error: Memory pointed to by 's_gids' is freed twice. [doubleFree]
lcgdm-1.9.0/dpm/dpm_put.c:68:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_putdone.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_releasespace.c:37:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_releasespace.c:33:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/dpm/dpm_releasespace.c:35:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/dpm/dpm_relfiles.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_replicate.c:35:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/dpm/dpm_reservespace.c:29:9: style: The scope of the variable 'actual_life' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_reservespace.c:31:7: style: The scope of the variable 'actual_type' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_reservespace.c:40:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_reservespace.c:38:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/dpm/dpm_rm.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_rmfs.c:32:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/dpm/dpm_rmfs.c:34:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/dpm/dpm_rmpool.c:32:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/dpm/dpm_rmpool.c:34:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/dpm/dpm_updatespace.c:38:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_updatespace.c:36:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/dpm/dpm_util.c:194:3: style: Variable 'nb_supported_protocols' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/dpm/dpm_util.c:193:3: note: Variable 'nb_supported_protocols' is reassigned a value before the old one has been used.
lcgdm-1.9.0/dpm/dpm_util.c:194:3: note: Variable 'nb_supported_protocols' is reassigned a value before the old one has been used.
lcgdm-1.9.0/dpm/dpm_util.c:51:6: style: The scope of the variable 'errflag' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_util.c:318:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_util.c:387:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:227:17: style: The scope of the variable 'elemp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:405:17: style: The scope of the variable 'elemp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:485:6: style: The scope of the variable 'bof' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:497:6: style: The scope of the variable 'nbfs' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:896:17: style: The scope of the variable 'elemp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:989:6: style: The scope of the variable 'ipass' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:992:6: style: The scope of the variable 'min_free' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:1194:7: style: The scope of the variable 'tmpbuf0' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:1195:7: style: The scope of the variable 'tmpbuf1' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:1196:7: style: The scope of the variable 'tmpbuf2' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:1238:7: style: The scope of the variable 'tmpbuf0' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:1239:7: style: The scope of the variable 'tmpbuf1' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:1262:6: style: The scope of the variable 'nbgcs' can be reduced. [variableScope]
lcgdm-1.9.0/dpmcopy/dpmcopy_local.c:67:3: error: Memory leak: filstatus [memleak]
lcgdm-1.9.0/dpmcopy/dpmcopy_local.c:67:3: error: Memory leak: getfilereqs [memleak]
lcgdm-1.9.0/dpmcopy/dpmcopy_local.c:67:3: error: Memory leak: putfilereqs [memleak]
lcgdm-1.9.0/dpmcopy/dpmcopy_main.c:79:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/dpmcopy/dpmcopy_main.c:431:15: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/dpmcopy/dpmcopy_main.c:432:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpmcopy/dpmcopy_main.c:433:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpmcopy/dpmcopy_main.c:613:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpmcopy/dpmcopy_main.c:734:1: style: Label 'free_voms_info' is not used. [unusedLabel]
lcgdm-1.9.0/dpmcopy/dpmcopy_pull.c:69:3: error: Memory leak: filstatus [memleak]
lcgdm-1.9.0/dpmcopy/dpmcopy_pull.c:69:3: error: Memory leak: from_surls [memleak]
lcgdm-1.9.0/dpmcopy/dpmcopy_pull.c:69:3: error: Memory leak: putfilereqs [memleak]
lcgdm-1.9.0/dpmcopy/dpmcopy_push.c:68:3: error: Memory leak: filstatus [memleak]
lcgdm-1.9.0/dpmcopy/dpmcopy_push.c:68:3: error: Memory leak: getfilereqs [memleak]
lcgdm-1.9.0/dpmcopy/dpmcopy_push.c:68:3: error: Memory leak: putfilereqs [memleak]
lcgdm-1.9.0/dpmcopy/srmv2_ifce.c:449:9: style: Unused variable: current_time [unusedVariable]
lcgdm-1.9.0/imake/imake.c:482:8: style: The scope of the variable 'pipeFile' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_access.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_acl.c:127:6: style: The scope of the variable 'entry_len' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_auth.c:22:30: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/ns/Cns_auth.c:46:7: style: Unused variable: func [unusedVariable]
lcgdm-1.9.0/ns/Cns_auth.c:47:30: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/ns/Cns_auth.c:63:7: style: Unused variable: func [unusedVariable]
lcgdm-1.9.0/ns/Cns_auth.c:64:30: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/ns/Cns_auth.c:97:30: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/ns/Cns_auth.c:98:33: style: Variable 'voname_key' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_auth.c:99:33: style: Variable 'fqans_key' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_auth.c:100:33: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/ns/Cns_auth.c:100:36: style: Unused variable: max_fqan_len [unusedVariable]
lcgdm-1.9.0/ns/Cns_auth.c:100:50: style: Unused variable: len [unusedVariable]
lcgdm-1.9.0/ns/Cns_auth.c:101:33: style: Unused variable: fqan_bucket [unusedVariable]
lcgdm-1.9.0/ns/Cns_auth.c:102:33: style: Unused variable: offset [unusedVariable]
lcgdm-1.9.0/ns/Cns_chdir.c:35:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_chdir.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_chmod.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_chown.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_chown.c:98:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_closedir.c:28:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_closedir.c:29:23: style: The scope of the variable 'ir' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_creat.c:35:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_creat.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_delete.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_delfilesbyguid.c:38:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_delfilesbyname.c:38:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_delfilesbypattern.c:37:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_delreplicas.c:38:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_delreplicas.c:31:0: style: Variable 'argtype' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_delreplicasbysfn.c:37:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_du.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getacl.c:33:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getacl.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getcomment.c:35:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getgrpbygid.c:33:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getgrpbygids.c:34:8: style: Unused variable: rbp [unusedVariable]
lcgdm-1.9.0/ns/Cns_getgrpbynam.c:32:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getgrpbynam.c:34:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getgrpmap.c:35:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getidmap.c:34:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getidmap.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getlinks.c:35:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/ns/Cns_getpath.c:37:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getreplica.c:37:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getreplica.c:35:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/ns/Cns_getreplicas.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getreplicasl.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getreplicass.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getreplicax.c:37:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getreplicax.c:35:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/ns/Cns_getusrbynam.c:32:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getusrbynam.c:34:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getusrbyuid.c:33:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getusrmap.c:35:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:34:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:35:8: style: The scope of the variable 'p_n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:656:7: style: The scope of the variable 'parent_fileid_str' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:657:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:665:14: style: The scope of the variable 'query_name' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:671:14: style: The scope of the variable 'query_pattern' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:680:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:890:7: style: The scope of the variable 'fileid_str' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:892:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:899:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:908:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:946:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:954:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:989:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:994:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1001:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1117:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1124:14: style: The scope of the variable 'insert_stmt_null_guid' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1214:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1226:14: style: The scope of the variable 'insert_stmt_null_rtype' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1411:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1454:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1492:7: style: The scope of the variable 'escaped_name' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1495:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1501:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1539:14: style: The scope of the variable 'queryf' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1545:14: style: The scope of the variable 'queryp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1551:14: style: The scope of the variable 'queryps' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1557:14: style: The scope of the variable 'querys' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1564:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1604:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1612:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1646:7: style: The scope of the variable 'fileid_str' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1648:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1655:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1663:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1697:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1704:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1736:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1809:12: style: The scope of the variable 'res' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1886:14: style: The scope of the variable 'update_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1893:14: style: The scope of the variable 'update_stmt_null_guid' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1943:14: style: The scope of the variable 'update_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1957:14: style: The scope of the variable 'update_stmt_null_rtype' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:2343:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:2348:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:2349:15: style: The scope of the variable 'uniqueid' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:2350:14: style: The scope of the variable 'update_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:2393:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:2398:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:2399:15: style: The scope of the variable 'uniqueid' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:2400:14: style: The scope of the variable 'update_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:2470:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:2518:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1239:14: style: Variable 'query_stmt' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1493:7: style: Unused variable: fileid_str [unusedVariable]
lcgdm-1.9.0/ns/Cns_listclass.c:31:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listclass.c:36:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listclass.c:37:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listclass.c:38:6: style: The scope of the variable 'nbtppools' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listclass.c:39:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listclass.c:40:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listclass.c:41:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listlinks.c:32:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listlinks.c:37:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listlinks.c:38:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listlinks.c:40:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listlinks.c:41:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listlinks.c:39:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/ns/Cns_listrep4gc.c:31:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listrep4gc.c:36:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listrep4gc.c:37:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listrep4gc.c:38:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listrep4gc.c:39:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listreplica.c:32:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listreplica.c:37:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listreplica.c:38:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listreplica.c:40:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listreplica.c:41:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listreplica.c:39:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/ns/Cns_listreplicax.c:66:26: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
lcgdm-1.9.0/ns/Cns_listreplicax.c:31:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listreplicax.c:36:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listreplicax.c:37:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listreplicax.c:38:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listreplicax.c:39:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listrepset.c:31:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listrepset.c:36:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listrepset.c:37:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listrepset.c:38:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listrepset.c:39:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_main.c:657:6: style: Condition 'alloced_gids' is always false [knownConditionTrueFalse]
lcgdm-1.9.0/ns/Cns_main.c:519:21: note: Assignment 'alloced_gids=0', assigned value is 0
lcgdm-1.9.0/ns/Cns_main.c:657:6: note: Condition 'alloced_gids' is always false
lcgdm-1.9.0/ns/Cns_main.c:774:6: style: Condition 'alloced_gids' is always false [knownConditionTrueFalse]
lcgdm-1.9.0/ns/Cns_main.c:677:21: note: Assignment 'alloced_gids=0', assigned value is 0
lcgdm-1.9.0/ns/Cns_main.c:774:6: note: Condition 'alloced_gids' is always false
lcgdm-1.9.0/ns/Cns_main.c:790:15: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_main.c:791:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_main.c:792:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_main.c:788:18: style: Unused variable: hp [unusedVariable]
lcgdm-1.9.0/ns/Cns_main.c:810:4: error: Memory leak: req_data [memleak]
lcgdm-1.9.0/ns/Cns_main.c:814:4: error: Memory leak: req_data [memleak]
lcgdm-1.9.0/ns/Cns_main.c:821:6: error: Memory leak: req_data [memleak]
lcgdm-1.9.0/ns/Cns_main.c:825:4: error: Memory leak: req_data [memleak]
lcgdm-1.9.0/ns/Cns_mkdir.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_modreplica.c:45:0: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:70:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:71:8: style: The scope of the variable 'p_n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:688:7: style: The scope of the variable 'escaped_pattern' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:690:7: style: The scope of the variable 'parent_fileid_str' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:691:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:699:14: style: The scope of the variable 'query_name' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:705:14: style: The scope of the variable 'query_pattern' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:714:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:916:7: style: The scope of the variable 'fileid_str' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:918:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:925:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:934:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:964:7: style: The scope of the variable 'escaped_vid' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:966:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:974:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1006:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1011:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1018:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1126:7: style: The scope of the variable 'escaped_guid' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1132:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1139:14: style: The scope of the variable 'insert_stmt_null_guid' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1231:7: style: The scope of the variable 'escaped_ftype' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1240:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1252:14: style: The scope of the variable 'insert_stmt_null_rtype' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1467:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1504:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1537:7: style: The scope of the variable 'escaped_name' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1539:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1545:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1577:7: style: The scope of the variable 'escaped_fs' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1578:7: style: The scope of the variable 'escaped_server' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1579:7: style: The scope of the variable 'escaped_poolname' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1581:14: style: The scope of the variable 'queryf' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1587:14: style: The scope of the variable 'queryp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1593:14: style: The scope of the variable 'queryps' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1599:14: style: The scope of the variable 'querys' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1606:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1653:7: style: The scope of the variable 'escaped_poolname' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1655:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1663:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1695:7: style: The scope of the variable 'fileid_str' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1697:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1704:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1712:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1740:7: style: The scope of the variable 'escaped_setname' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1742:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1749:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1778:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1855:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1861:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1863:7: style: The scope of the variable 'uniqueid_str' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1864:14: style: The scope of the variable 'update_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1936:7: style: The scope of the variable 'escaped_guid' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1943:14: style: The scope of the variable 'update_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1950:14: style: The scope of the variable 'update_stmt_null_guid' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2004:7: style: The scope of the variable 'escaped_ftype' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2014:14: style: The scope of the variable 'update_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2028:14: style: The scope of the variable 'update_stmt_null_rtype' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2421:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2427:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2428:15: style: The scope of the variable 'uniqueid' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2429:14: style: The scope of the variable 'update_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2467:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2473:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2474:15: style: The scope of the variable 'uniqueid' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2475:14: style: The scope of the variable 'update_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2540:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2547:14: style: The scope of the variable 'update_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2585:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2592:14: style: The scope of the variable 'update_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_opendir.c:32:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_opendir.c:80:3: error: Memory leak: dirp [memleak]
lcgdm-1.9.0/ns/Cns_ping.c:34:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:246:5: warning: %lld in format string (no. 3) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/ns/Cns_procreq.c:103:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:293:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:389:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:1124:6: style: The scope of the variable 'found' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:1131:9: style: The scope of the variable 'membername' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:1277:6: style: The scope of the variable 'bof' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:1278:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:1783:6: style: The scope of the variable 'bof' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:1785:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:2695:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:2950:8: style: The scope of the variable 'iacl' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:3118:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:3227:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:4040:6: style: The scope of the variable 'found' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:4047:9: style: The scope of the variable 'membername' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:4471:6: style: The scope of the variable 'rnl' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:4732:6: style: The scope of the variable 'rnl' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:4836:6: style: The scope of the variable 'rnl' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:5309:6: style: The scope of the variable 'bol' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:5321:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:5613:6: style: The scope of the variable 'bof' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:5616:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:6751:6: style: The scope of the variable 'bof' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:8627:7: style: The scope of the variable 'comment' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:8632:7: style: The scope of the variable 'logbuf' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:9647:8: style: The scope of the variable 'groupname' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:9649:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:9652:7: style: The scope of the variable 'vo' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:9762:8: style: The scope of the variable 'sbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:10023:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:10203:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:622:7: style: Unused variable: authbuf [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:623:7: style: Unused variable: f_type_str [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:635:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:647:7: style: Unused variable: status_str [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:648:7: style: Unused variable: tmp_path [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:1013:7: style: Unused variable: authbuf [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:1023:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:1543:7: style: Unused variable: authbuf [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:1555:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:1784:7: style: Unused variable: authbuf [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:1789:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:1790:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:1798:7: style: Unused variable: tmp_path [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:1799:8: style: Unused variable: tmp_pathp [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:2199:7: style: Unused variable: authbuf [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:2209:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:5025:7: style: Unused variable: authbuf [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:5035:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:5614:7: style: Unused variable: authbuf [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:5628:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:8674:7: style: Unused variable: authbuf [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:8684:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:8820:7: style: Unused variable: authbuf [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:8830:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:9817:3: error: Memory pointed to by 'q' is freed twice. [doubleFree]
lcgdm-1.9.0/ns/Cns_procreq.c:9818:3: error: Memory pointed to by 'groupnames' is freed twice. [doubleFree]
lcgdm-1.9.0/ns/Cns_procreq.c:9822:2: error: Memory pointed to by 'q' is freed twice. [doubleFree]
lcgdm-1.9.0/ns/Cns_procreq.c:9823:2: error: Memory pointed to by 'groupnames' is freed twice. [doubleFree]
lcgdm-1.9.0/ns/Cns_procreq.c:5683:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcgdm-1.9.0/ns/Cns_queryclass.c:34:6: style: The scope of the variable 'nbtppools' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_queryclass.c:37:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdir.c:35:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdir.c:43:6: style: The scope of the variable 'getattr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdir.c:45:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdir.c:46:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdir.c:47:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdir.c:48:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdir.c:49:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirc.c:31:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirc.c:35:6: style: The scope of the variable 'getattr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirc.c:37:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirc.c:39:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirc.c:40:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirc.c:41:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirc.c:38:6: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_readdirg.c:30:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirg.c:34:6: style: The scope of the variable 'getattr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirg.c:36:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirg.c:38:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirg.c:39:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirg.c:40:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirg.c:37:6: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_readdirx.c:30:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirx.c:34:6: style: The scope of the variable 'getattr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirx.c:36:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirx.c:38:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirx.c:39:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirx.c:40:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirx.c:37:6: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_readdirxc.c:30:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxc.c:34:6: style: The scope of the variable 'getattr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxc.c:36:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxc.c:38:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxc.c:39:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxc.c:40:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxc.c:37:6: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_readdirxp.c:31:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxp.c:35:6: style: The scope of the variable 'getattr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxp.c:37:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxp.c:38:23: style: The scope of the variable 'ir' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxp.c:39:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxp.c:41:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxp.c:42:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxp.c:43:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxr.c:30:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxr.c:34:6: style: The scope of the variable 'getattr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxr.c:36:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxr.c:37:23: style: The scope of the variable 'ir' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxr.c:38:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxr.c:40:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxr.c:41:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxr.c:42:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_registerfiles.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_rename.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_rmdir.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_selectsrvr.c:69:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_setatime.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_setfsize.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_setfsize.c:122:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_setfsize.c:131:0: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_setrstatus.c:38:0: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_setrtype.c:38:0: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_stat.c:174:7: warning: Either the condition 'file_uniqueid' is redundant or there is possible null pointer dereference: file_uniqueid. [nullPointerRedundantCheck]
lcgdm-1.9.0/ns/Cns_stat.c:154:6: note: Assuming that condition 'file_uniqueid' is not redundant
lcgdm-1.9.0/ns/Cns_stat.c:174:7: note: Null pointer dereference
lcgdm-1.9.0/ns/Cns_stat.c:38:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_stat.c:122:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_stat.c:228:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_stat.c:326:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_stat.c:33:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_stat.c:117:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_stat.c:223:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_stat.c:321:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_undelete.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_unlink.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cupv_check.c:41:6: style: Unused variable: c [unusedVariable]
lcgdm-1.9.0/ns/Cupv_check.c:45:8: style: Unused variable: gid [unusedVariable]
lcgdm-1.9.0/ns/Cupv_check.c:54:6: style: Unused variable: msglen [unusedVariable]
lcgdm-1.9.0/ns/Cupv_check.c:57:8: style: Unused variable: sbp [unusedVariable]
lcgdm-1.9.0/ns/Cupv_check.c:58:7: style: Unused variable: sendbuf [unusedVariable]
lcgdm-1.9.0/ns/Cupv_check.c:59:31: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/ns/Cupv_check.c:60:8: style: Unused variable: uid [unusedVariable]
lcgdm-1.9.0/ns/lfc2_wrap.c:2965:0: error: #error "This python version requires swig to be run with the '-classic' option" [preprocessorErrorDirective]
lcgdm-1.9.0/ns/lfc2thr_wrap.c:2965:0: error: #error "This python version requires swig to be run with the '-classic' option" [preprocessorErrorDirective]
lcgdm-1.9.0/ns/lfc_wrap.c:2967:0: error: #error "This python version requires swig to be run with the '-classic' option" [preprocessorErrorDirective]
lcgdm-1.9.0/ns/lfcthr_wrap.c:2967:0: error: #error "This python version requires swig to be run with the '-classic' option" [preprocessorErrorDirective]
lcgdm-1.9.0/ns/nsarguspoll.c:328:21: style: The scope of the variable 'attr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nschclass.c:45:8: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nschclass.c:140:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nschclass.c:153:7: style: Unused variable: fullpath [unusedVariable]
lcgdm-1.9.0/ns/nschgrp.c:117:8: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nschgrp.c:40:6: style: Unused variable: c [unusedVariable]
lcgdm-1.9.0/ns/nschmod.c:29:6: style: The scope of the variable 'absmode' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nschmod.c:38:8: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nschmod.c:55:3: style: Variable 'absmode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/nschmod.c:30:6: style: Unused variable: c [unusedVariable]
lcgdm-1.9.0/ns/nschown.c:118:8: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nschown.c:41:6: style: Unused variable: c [unusedVariable]
lcgdm-1.9.0/ns/nsdelcomment.c:31:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsdelcomment.c:28:6: style: Unused variable: c [unusedVariable]
lcgdm-1.9.0/ns/nsfind.c:56:8: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsfind.c:177:16: style: The scope of the variable 'gr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsfind.c:178:7: style: The scope of the variable 'modestr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsfind.c:179:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsfind.c:181:14: style: The scope of the variable 'sav_gidstr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsfind.c:184:14: style: The scope of the variable 'sav_uidstr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsfind.c:185:7: style: The scope of the variable 'timestr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsfind.c:186:13: style: The scope of the variable 'tm' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsfind.c:187:7: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsfind.c:51:6: style: Unused variable: c [unusedVariable]
lcgdm-1.9.0/ns/nsfind.c:258:6: style: Unused variable: c [unusedVariable]
lcgdm-1.9.0/ns/nsfind.c:269:7: style: Unused variable: fullpath [unusedVariable]
lcgdm-1.9.0/ns/nsgetacl.c:49:8: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsgetacl.c:209:16: style: The scope of the variable 'gr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsgetacl.c:245:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nslistclass.c:35:6: style: The scope of the variable 'flags' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nslistclass.c:43:24: style: The scope of the variable 'lp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nslistclass.c:131:16: style: The scope of the variable 'gr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nslistclass.c:134:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nslistgrpmap.c:39:7: style: The scope of the variable 'vidstr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nslistusrmap.c:39:7: style: The scope of the variable 'vidstr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsls.c:59:16: style: The scope of the variable 'gr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsls.c:83:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsls.c:111:7: style: The scope of the variable 'timestr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsls.c:112:13: style: The scope of the variable 'tm' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsls.c:196:24: style: The scope of the variable 'dcp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsls.c:205:17: style: The scope of the variable 'dp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsls.c:315:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsls.c:317:7: style: The scope of the variable 'slink' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsls.c:364:8: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsmkdir.c:36:8: style: The scope of the variable 'dir' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsrm.c:149:8: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nssetacl.c:207:5: warning: Either the condition '(q=strchr(q,':'))==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
lcgdm-1.9.0/ns/nssetacl.c:192:30: note: Assuming that condition '(q=strchr(q,':'))==NULL' is not redundant
lcgdm-1.9.0/ns/nssetacl.c:207:5: note: Null pointer addition
lcgdm-1.9.0/ns/nssetacl.c:68:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nssetacl.c:241:8: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nssetcomment.c:31:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nssetcomment.c:28:6: style: Unused variable: c [unusedVariable]
lcgdm-1.9.0/ns/nstouch.c:40:8: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/alrm.c:50:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/alrm.c:52:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/alrm.c:54:6: style: The scope of the variable 'wrtbanner' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/chdir.c:25:12: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/close.c:62:8: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/close.c:54:22: style: struct member 'Anonymous0::rcount' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/close.c:55:22: style: struct member 'Anonymous0::wcount' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/close.c:56:22: style: struct member 'Anonymous0::rbcount' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/close.c:57:22: style: struct member 'Anonymous0::wbcount' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/close.c:29:13: style: Unused variable: rfio_buf [unusedVariable]
lcgdm-1.9.0/rfio/connect.c:198:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/rfio/dump_log.c:126:7: warning: %X in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/rfio/dump_log.c:126:7: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/rfio/dump_log.c:147:2: warning: %X in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/rfio/dump_log.c:178:8: warning: %X in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/rfio/dump_log.c:189:8: warning: %X in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/rfio/dump_log.c:200:8: warning: %X in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/rfio/dump_log.c:211:8: warning: %X in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/rfio/dump_log.c:223:8: warning: %X in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/rfio/dump_log.c:79:9: style: The scope of the variable 'name' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/error.c:46:30: style: Checking if unsigned variable 'buflen' is less than zero. [unsignedLessThanZero]
lcgdm-1.9.0/rfio/error.c:109:30: style: Checking if unsigned variable 'buflen' is less than zero. [unsignedLessThanZero]
lcgdm-1.9.0/rfio/error.c:158:17: style: Unused variable: s [unusedVariable]
lcgdm-1.9.0/rfio/error.c:162:10: style: Unused variable: rt [unusedVariable]
lcgdm-1.9.0/rfio/fclose.c:29:12: style: The scope of the variable 'HsmType' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/fclose.c:30:12: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/fclose.c:32:12: style: The scope of the variable 'status1' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/fflush.c:31:10: style: The scope of the variable 'status' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/fio.c:129:6: style: The scope of the variable 'flags' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/fio.c:130:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/fio.c:131:6: style: The scope of the variable 'errno1' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/fio.c:232:6: style: The scope of the variable 'got' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/fio.c:299:6: style: The scope of the variable 'got' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/fio.c:401:7: style: The scope of the variable 'rrc' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/fio.c:462:19: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/lockf.c:31:10: style: Unused variable: rt [unusedVariable]
lcgdm-1.9.0/rfio/lockf64.c:33:13: style: Unused variable: rt [unusedVariable]
lcgdm-1.9.0/rfio/logging.c:126:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/logging.c:205:7: style: The scope of the variable 'f' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/logging.c:397:7: style: The scope of the variable 'f' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/logging.c:437:7: style: The scope of the variable 'record' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/logging.c:438:7: style: The scope of the variable 'f' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/logging.c:495:7: style: The scope of the variable 'record' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/logging.c:496:7: style: The scope of the variable 'f' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/logging.c:284:8: style: Unused variable: date [unusedVariable]
lcgdm-1.9.0/rfio/lseek.c:44:13: style: Unused variable: rfio_buf [unusedVariable]
lcgdm-1.9.0/rfio/lseek64.c:40:13: style: The scope of the variable 'status' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/lstat.c:44:8: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/lstat.c:44:20: style: The scope of the variable 'save_serrno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/lstat.c:50:20: style: The scope of the variable 'pw_tmp' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/lstat.c:49:8: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/rfio/lun2fn.c:42:12: style: The scope of the variable 'clun' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/mstat.c:112:26: style: Redundant condition: rc==-1. 'rc!=-1 || (rc==-1 && rfio_errno!=0)' is equivalent to 'rc!=-1 || rfio_errno!=0' [redundantCondition]
lcgdm-1.9.0/rfio/mstat.c:546:26: style: Redundant condition: rc==-1. 'rc!=-1 || (rc==-1 && rfio_errno!=0)' is equivalent to 'rc!=-1 || rfio_errno!=0' [redundantCondition]
lcgdm-1.9.0/rfio/mstat.c:58:15: style: The scope of the variable 'fd' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/mstat.c:58:19: style: The scope of the variable 'rfindex' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/mstat.c:143:8: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/mstat.c:143:20: style: The scope of the variable 'save_serrno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/mstat.c:148:19: style: The scope of the variable 'pw_tmp' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/mstat.c:490:19: style: The scope of the variable 'fd' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/mstat.c:490:23: style: The scope of the variable 'rfindex' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/mstat.c:570:16: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/mstat.c:570:28: style: The scope of the variable 'save_serrno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/mstat.c:577:24: style: The scope of the variable 'pw_tmp' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/mstat.c:490:16: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/rfio/mstat.c:492:16: style: Unused variable: fitreqst [unusedVariable]
lcgdm-1.9.0/rfio/msymlink.c:44:15: style: The scope of the variable 'fd' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/msymlink.c:44:19: style: The scope of the variable 'rfindex' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/msymlink.c:125:18: style: The scope of the variable 'pw_tmp' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/msymlink.c:135:9: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/munlink.c:42:15: style: The scope of the variable 'fd' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/munlink.c:42:19: style: The scope of the variable 'rfindex' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/munlink.c:117:18: style: The scope of the variable 'pw_tmp' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/munlink.c:128:9: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/open.c:108:11: style: The scope of the variable 'HsmType' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/open.c:145:8: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/open.c:146:8: style: The scope of the variable 'n_index' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/open.c:148:8: style: The scope of the variable 'fd' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/open.c:149:8: style: The scope of the variable 'fd_index' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/open.c:242:12: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/open.c:243:8: style: The scope of the variable 'n_index' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/open.c:46:13: style: Unused variable: rfio_buf [unusedVariable]
lcgdm-1.9.0/rfio/open64.c:164:16: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/open64.c:168:8: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/open64.c:168:20: style: The scope of the variable 'save_serrno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/open64.c:46:13: style: Unused variable: rfio_buf [unusedVariable]
lcgdm-1.9.0/rfio/open64.c:165:12: style: Unused variable: n_index [unusedVariable]
lcgdm-1.9.0/rfio/opendir.c:118:16: style: The scope of the variable 'dp' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/parse.c:70:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/parse.c:72:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/parse.c:171:11: style: The scope of the variable 'last_slash' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/parse.c:76:11: style: Unused variable: cwd_server [unusedVariable]
lcgdm-1.9.0/rfio/parse.c:237:22: style: Variable 'sav_serrno' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/read64.c:480:9: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/readlink.c:35:9: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfcat.c:27:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfcat.c:53:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfchmod.c:45:13: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfchmod.c:44:0: style: Variable 'recursive' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/rfchmod.c:45:19: style: Unused variable: root_path [unusedVariable]
lcgdm-1.9.0/rfio/rfchmod.c:45:30: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/rfio/rfchmod.c:46:12: style: Unused variable: rc [unusedVariable]
lcgdm-1.9.0/rfio/rfchmod.c:52:17: style: Unused variable: st [unusedVariable]
lcgdm-1.9.0/rfio/rfcp.c:294:3: style: Variable 'serrno' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lcgdm-1.9.0/rfio/rfcp.c:275:2: note: Variable 'serrno' is reassigned a value before the old one has been used if variable is no semaphore variable.
lcgdm-1.9.0/rfio/rfcp.c:294:3: note: Variable 'serrno' is reassigned a value before the old one has been used if variable is no semaphore variable.
lcgdm-1.9.0/rfio/rfcp.c:84:8: style: The scope of the variable 'curargv' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfcp.c:90:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfcp.c:104:6: style: The scope of the variable 'input_is_local' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfcp.c:145:26: error: Uninitialized variable: cfargv [uninitvar]
lcgdm-1.9.0/rfio/rfcp.c:118:25: error: Uninitialized variable: cfargv [uninitvar]
lcgdm-1.9.0/rfio/rfdir.c:61:9: style: The scope of the variable 'dir' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfdir.c:62:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfdir.c:214:12: style: The scope of the variable 'fd' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:570:14: style: Condition 'tmp!=NULL' is always false [knownConditionTrueFalse]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:541:36: note: Assignment 'tmp=NULL', assigned value is 0
lcgdm-1.9.0/rfio/rfio_HsmIf.c:570:14: note: Condition 'tmp!=NULL' is always false
lcgdm-1.9.0/rfio/rfio_HsmIf.c:337:5: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:333:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
lcgdm-1.9.0/rfio/rfio_HsmIf.c:337:5: note: Variable 'tmp' is reassigned a value before the old one has been used.
lcgdm-1.9.0/rfio/rfio_HsmIf.c:711:5: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:704:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
lcgdm-1.9.0/rfio/rfio_HsmIf.c:711:5: note: Variable 'tmp' is reassigned a value before the old one has been used.
lcgdm-1.9.0/rfio/rfio_HsmIf.c:762:5: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:760:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
lcgdm-1.9.0/rfio/rfio_HsmIf.c:762:5: note: Variable 'tmp' is reassigned a value before the old one has been used.
lcgdm-1.9.0/rfio/rfio_HsmIf.c:570:14: style: Same expression on both sides of '!=' because the value of 'tmp' and 'NULL' are the same. [duplicateExpression]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:541:36: note: 'tmp' is assigned value 'NULL' here.
lcgdm-1.9.0/rfio/rfio_HsmIf.c:570:14: note: Same expression on both sides of '!=' because the value of 'tmp' and 'NULL' are the same.
lcgdm-1.9.0/rfio/rfio_HsmIf.c:337:38: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:416:9: style: Unused variable: save_serrno [unusedVariable]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:479:9: style: Unused variable: save_serrno [unusedVariable]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:542:11: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:583:9: style: Unused variable: save_serrno [unusedVariable]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:711:38: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:762:38: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:810:9: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:810:16: style: Unused variable: written_to [unusedVariable]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:811:9: style: Unused variable: save_serrno [unusedVariable]
lcgdm-1.9.0/rfio/rfio_auth.c:23:31: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/rfio/rfio_auth.c:47:31: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/rfio/rfio_auth.c:82:31: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/rfio/rfio_call64.c:188:12: style: The scope of the variable 'op' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_call64.c:194:12: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_call64.c:661:9: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_call64.c:661:21: style: The scope of the variable 'tmpbuf2' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_call64.c:1049:13: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_call64.c:1174:13: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_call64.c:1639:13: style: The scope of the variable 'sock' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_call64.c:1655:13: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_call64.c:2190:14: style: The scope of the variable 'buffer_to_write' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_call64.c:2191:13: style: The scope of the variable 'len_to_write' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_call64.c:2395:16: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_call64.c:2738:16: style: The scope of the variable 'el' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_call64.c:187:12: style: Unused variable: mode [unusedVariable]
lcgdm-1.9.0/rfio/rfio_call64.c:2376:16: style: Unused variable: how [unusedVariable]
lcgdm-1.9.0/rfio/rfio_call64.c:2377:16: style: Unused variable: offset [unusedVariable]
lcgdm-1.9.0/rfio/rfio_call64.c:2379:16: style: Unused variable: size [unusedVariable]
lcgdm-1.9.0/rfio/rfio_call64.c:2387:16: style: Unused variable: optlen [unusedVariable]
lcgdm-1.9.0/rfio/rfio_call64.c:2914:16: style: Unused variable: how [unusedVariable]
lcgdm-1.9.0/rfio/rfio_call64.c:2915:16: style: Unused variable: offset [unusedVariable]
lcgdm-1.9.0/rfio/rfio_call64.c:2916:16: style: Unused variable: size [unusedVariable]
lcgdm-1.9.0/rfio/rfio_call64.c:2924:0: style: Variable 'invalid_received' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/rfio_call64.c:2934:16: style: Unused variable: max_rcv_wat [unusedVariable]
lcgdm-1.9.0/rfio/rfio_call64.c:3114:16: style: Unused variable: can_be_read [unusedVariable]
lcgdm-1.9.0/rfio/rfio_call64.c:1496:0: error: Memory leak: v [memleak]
lcgdm-1.9.0/rfio/rfio_call64.c:2481:0: error: Memory leak: iobuffer [memleak]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:48:8: style: struct member 'Anonymous0::principal' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:51:9: style: struct member 'Anonymous0::fqan' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:52:8: style: struct member 'Anonymous0::voname' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:53:8: style: struct member 'Anonymous0::user_ca' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:54:6: style: struct member 'Anonymous0::nbfqans' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:89:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:93:8: style: Unused variable: user_ca [unusedVariable]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:166:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:171:8: style: Unused variable: user_ca [unusedVariable]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:273:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:274:8: style: Unused variable: user_ca [unusedVariable]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:313:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:317:8: style: Unused variable: user_ca [unusedVariable]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:389:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:393:8: style: Unused variable: user_ca [unusedVariable]
lcgdm-1.9.0/rfio/rfio_calls.c:3626:12: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/rfio/rfio_calls.c:2670:4: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/rfio/rfio_calls.c:2663:0: note: Variable 'p' is reassigned a value before the old one has been used.
lcgdm-1.9.0/rfio/rfio_calls.c:2670:4: note: Variable 'p' is reassigned a value before the old one has been used.
lcgdm-1.9.0/rfio/rfio_calls.c:3341:4: style: Variable 'dp' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/rfio/rfio_calls.c:3330:0: note: Variable 'dp' is reassigned a value before the old one has been used.
lcgdm-1.9.0/rfio/rfio_calls.c:3341:4: note: Variable 'dp' is reassigned a value before the old one has been used.
lcgdm-1.9.0/rfio/rfio_calls.c:243:8: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:244:7: style: The scope of the variable 'templen' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:496:10: style: The scope of the variable 'owner' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:496:17: style: The scope of the variable 'group' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:1192:12: style: The scope of the variable 'op' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:1193:12: style: The scope of the variable 'siz' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:1586:9: style: The scope of the variable 'mode' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:2533:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:2534:9: style: The scope of the variable 'command' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:2535:9: style: The scope of the variable 'username' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3022:8: style: The scope of the variable 'mode' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3024:9: style: The scope of the variable 'uid' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3071:8: style: The scope of the variable 'owner' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3072:8: style: The scope of the variable 'group' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3074:9: style: The scope of the variable 'uid' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3133:8: style: The scope of the variable 'sock' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3451:8: style: The scope of the variable 'found' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3452:10: style: The scope of the variable 'cp' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3452:16: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3453:9: style: The scope of the variable 'hostname1' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3454:8: style: The scope of the variable 'l' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3535:11: style: The scope of the variable 'membername' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3536:11: style: The scope of the variable 'found' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3575:12: style: The scope of the variable 'port' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3576:12: style: The scope of the variable 'port_max' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3577:12: style: The scope of the variable 'port_min' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3580:13: style: The scope of the variable 'strport' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3587:12: style: The scope of the variable 'start_port' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3702:8: style: The scope of the variable 'sock' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:4244:9: style: The scope of the variable 'buffer_to_write' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:4245:7: style: The scope of the variable 'len_to_write' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:4341:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3126:8: style: Unused variable: fd [unusedVariable]
lcgdm-1.9.0/rfio/rfio_calls.c:3338:4: style: Variable 'msgsiz' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/rfio_calls.c:4340:9: style: Unused variable: how [unusedVariable]
lcgdm-1.9.0/rfio/rfio_calls.c:4342:9: style: Unused variable: size [unusedVariable]
lcgdm-1.9.0/rfio/rfio_calls.c:4663:9: style: Unused variable: how [unusedVariable]
lcgdm-1.9.0/rfio/rfio_calls.c:4664:9: style: Unused variable: offset [unusedVariable]
lcgdm-1.9.0/rfio/rfio_calls.c:4665:9: style: Unused variable: size [unusedVariable]
lcgdm-1.9.0/rfio/rfio_calls.c:4681:11: style: Unused variable: max_rcv_wat [unusedVariable]
lcgdm-1.9.0/rfio/rfio_calls.c:2900:0: error: Memory leak: v [memleak]
lcgdm-1.9.0/rfio/rfio_calls.c:4434:0: error: Memory leak: iobuffer [memleak]
lcgdm-1.9.0/rfio/rfio_fcalls.c:142:17: style: The scope of the variable 'user' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_fcalls.c:143:17: style: The scope of the variable 'passwd' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_fcalls.c:143:24: style: The scope of the variable 'mapping' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_fcalls.c:144:10: style: The scope of the variable 'reqhost' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_fcalls.c:145:6: style: The scope of the variable 'sock' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_rdirfdt.c:73:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_rdirfdt.c:127:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_rfilefdt.c:73:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_rfilefdt.c:127:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:441:10: warning: Return value of function freopen() is not used. [ignoredReturnValue]
lcgdm-1.9.0/rfio/rfio_serv.c:442:10: warning: Return value of function freopen() is not used. [ignoredReturnValue]
lcgdm-1.9.0/rfio/rfio_serv.c:443:10: warning: Return value of function freopen() is not used. [ignoredReturnValue]
lcgdm-1.9.0/rfio/rfio_serv.c:525:10: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/rfio/rfio_serv.c:257:18: style: The scope of the variable 's' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:257:21: style: The scope of the variable 'ns' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:259:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:259:16: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:259:19: style: The scope of the variable 'pid' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:260:13: style: The scope of the variable 'min_rcvbuf' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:260:25: style: The scope of the variable 'min_sndbuf' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:263:9: style: The scope of the variable 'strport' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:264:8: style: The scope of the variable 'gaierrno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:264:17: style: The scope of the variable 'nfds' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:264:22: style: The scope of the variable 'num_listen_socks' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:272:20: style: The scope of the variable 'maxfds' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:895:13: style: The scope of the variable 'request' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfmkdir.c:38:9: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfmkdir.c:38:26: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfrm.c:49:9: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfrm.c:193:8: style: The scope of the variable 'dirp' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfrm.c:194:18: style: The scope of the variable 'de' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfrm.c:196:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfrm.c:199:7: style: The scope of the variable 'empty' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfstat.c:122:19: style: The scope of the variable 'pwd' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfstat.c:123:19: style: The scope of the variable 'grp' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfstat.c:121:7: style: Unused variable: idstr [unusedVariable]
lcgdm-1.9.0/rfio/rfstat.c:174:8: style: Unused variable: filename [unusedVariable]
lcgdm-1.9.0/rfio/rfstat.c:175:8: style: Unused variable: host [unusedVariable]
lcgdm-1.9.0/rfio/rfstatfs.c:106:15: style: Condition 'status==0' is always true [knownConditionTrueFalse]
lcgdm-1.9.0/rfio/rfstatfs.c:40:15: note: Assignment 'status=0', assigned value is 0
lcgdm-1.9.0/rfio/rfstatfs.c:106:15: note: Condition 'status==0' is always true
lcgdm-1.9.0/rfio/rfstatfs.c:226:15: style: Condition 'status==0' is always true [knownConditionTrueFalse]
lcgdm-1.9.0/rfio/rfstatfs.c:151:15: note: Assignment 'status=0', assigned value is 0
lcgdm-1.9.0/rfio/rfstatfs.c:226:15: note: Condition 'status==0' is always true
lcgdm-1.9.0/rfio/rfstatfs.c:106:15: style: Same expression on both sides of '==' because the value of 'status' and '0' are the same. [duplicateExpression]
lcgdm-1.9.0/rfio/rfstatfs.c:40:15: note: 'status' is assigned value '0' here.
lcgdm-1.9.0/rfio/rfstatfs.c:106:15: note: Same expression on both sides of '==' because the value of 'status' and '0' are the same.
lcgdm-1.9.0/rfio/rfstatfs.c:226:15: style: Same expression on both sides of '==' because the value of 'status' and '0' are the same. [duplicateExpression]
lcgdm-1.9.0/rfio/rfstatfs.c:151:15: note: 'status' is assigned value '0' here.
lcgdm-1.9.0/rfio/rfstatfs.c:226:15: note: Same expression on both sides of '==' because the value of 'status' and '0' are the same.
lcgdm-1.9.0/rfio/rfstatfs.c:50:30: style: Variable 'fsbuffer' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/rfstatfs.c:164:30: style: Variable 'fsbuffer' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/statfs.c:114:8: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/statfs.c:114:20: style: The scope of the variable 'save_serrno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/statfs.c:117:20: style: Unused variable: statfsb32 [unusedVariable]
lcgdm-1.9.0/rfio/stream.c:735:33: style: Condition 'size-byte_in_buffer>to_be_read' is always true [knownConditionTrueFalse]
lcgdm-1.9.0/rfio/stream.c:143:11: style: The scope of the variable 'HsmType' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/stream.c:591:8: style: The scope of the variable 'req' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/stream.c:856:17: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/stream.c:1035:8: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/stream.c:1022:22: style: struct member 'Anonymous0::rcount' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/stream.c:1023:22: style: struct member 'Anonymous0::wcount' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/stream.c:1024:22: style: struct member 'Anonymous0::rbcount' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/stream.c:1025:22: style: struct member 'Anonymous0::wbcount' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/stream.c:1026:6: style: Unused variable: iostatbuf [unusedVariable]
lcgdm-1.9.0/rfio/stream64.c:550:8: style: The scope of the variable 'req' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/stream64.c:557:14: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/stream64.c:801:17: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/stream64.c:983:26: style: The scope of the variable 'status1' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/stream64.c:992:13: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/stream64.c:978:22: style: struct member 'Anonymous0::rcount' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/stream64.c:979:22: style: struct member 'Anonymous0::wcount' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/stream64.c:982:6: style: Unused variable: iostatbuf [unusedVariable]
lcgdm-1.9.0/rfio/stream64.c:1206:8: style: Unused variable: status [unusedVariable]
lcgdm-1.9.0/rfio/write.c:54:17: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/write64.c:54:17: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/xyopen.c:94:14: style: The scope of the variable 'parserc' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/xyopen.c:410:7: error: Memory leak: name [memleak]
lcgdm-1.9.0/rfio/xyopen.c:414:7: error: Memory leak: name [memleak]
lcgdm-1.9.0/rfio/xyopen.c:414:7: error: Memory leak: node [memleak]
lcgdm-1.9.0/rfio/xyopen.c:186:0: error: Memory leak: fd [memleak]
lcgdm-1.9.0/rfio/xyread.c:50:7: style: The scope of the variable 'acc' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/xywrite.c:47:7: style: The scope of the variable 'acc' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_main.c:21:0: style: Variable 'update_required' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_main.c:38:1: error: Memory leak: mysql_pwd [memleak]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:382:9: warning: fprintf format string requires 2 parameters but 3 are given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:115:4: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:114:4: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:115:4: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:18:9: style: The scope of the variable 'next' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:20:6: style: The scope of the variable 'pos1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:21:6: style: The scope of the variable 'pos2' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:22:6: style: The scope of the variable 'rescode' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:133:7: style: The scope of the variable 'errmessage' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:222:7: style: The scope of the variable 'ErrMess_temp' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:372:6: style: The scope of the variable 'col_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:19:0: style: Variable 'stop' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:162:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:163:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:164:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:165:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:213:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:214:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:215:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:216:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:219:13: style: Unused variable: res_set [unusedVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:220:12: style: Unused variable: row [unusedVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:382:9: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:283:25: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrateLFC.cpp:35:5: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrateLFC.cpp:29:0: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrateLFC.cpp:36:6: style: Unused variable: cmd_line [unusedVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:928:2: warning: sprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:326:4: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:325:4: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:326:4: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:52:6: style: The scope of the variable 'pos1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:110:9: style: The scope of the variable 'next' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:112:6: style: The scope of the variable 'pos1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:113:6: style: The scope of the variable 'pos2' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:114:6: style: The scope of the variable 'rescode' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:918:6: style: The scope of the variable 'appliName' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:921:6: style: The scope of the variable 'col_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:1045:5: style: The scope of the variable 'nb_rows1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:1120:6: style: The scope of the variable 'col_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:54:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:111:0: style: Variable 'stop' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:351:6: style: Variable 'appliName' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:352:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:354:0: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:355:0: style: Variable 'stop' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:357:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:359:22: style: Variable 'elt_searched_len' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:394:6: style: Variable 'appliName' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:396:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:399:0: style: Variable 'stop' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:401:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:444:0: style: Variable 'nb_line' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:453:0: style: Variable 'elt_idx' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:992:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:993:7: style: Unused variable: cst_name [unusedVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:1049:0: style: Variable 'new_value' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:1050:6: style: Variable 'sequence_name' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:1130:9: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:502:19: style: Condition 'datatype_temp!=NULL' is always false [knownConditionTrueFalse]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:497:18: note: Assuming that condition 'datatype_temp==NULL' is not redundant
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:502:19: note: Condition 'datatype_temp!=NULL' is always false
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:501:3: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:500:3: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:501:3: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:564:3: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:563:3: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:564:3: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:602:5: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:601:5: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:602:5: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:801:5: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:800:5: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:801:5: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:977:5: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:976:5: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:977:5: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1100:4: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1099:4: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1100:4: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:385:5: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:386:5: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:387:5: style: The scope of the variable 'pos1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:388:5: style: The scope of the variable 'pos2' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:390:5: style: The scope of the variable 'pos3' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:391:5: style: The scope of the variable 'pos4' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:392:5: style: The scope of the variable 'pos5' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:393:5: style: The scope of the variable 'pos6' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:420:5: style: The scope of the variable 'nb_of_col' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:421:6: style: The scope of the variable 'selectdevtype' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:709:5: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:715:5: style: The scope of the variable 'pos1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:716:5: style: The scope of the variable 'pos3' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:718:5: style: The scope of the variable 'pos2' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:719:5: style: The scope of the variable 'len_tabname' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:728:6: style: The scope of the variable 'selectdevID' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:730:6: style: The scope of the variable 'tab_version' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:876:5: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:878:5: style: The scope of the variable 'pos1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:879:5: style: The scope of the variable 'pos2' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:880:5: style: The scope of the variable 'pos3' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:884:5: style: The scope of the variable 'cstname_len' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:898:6: style: The scope of the variable 'selectdev' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1052:5: style: The scope of the variable 'pos1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1171:6: style: The scope of the variable 'selectdevID' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1257:5: style: The scope of the variable 'pos1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1272:6: style: The scope of the variable 'logmessage' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:104:0: style: Variable 'res_win' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:330:7: style: Variable 'appliName' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:331:0: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:354:8: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:389:0: style: Variable 'len1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:395:0: style: Variable 'free_mem' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:410:7: style: Unused variable: buffer [unusedVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:413:0: style: Variable 'dtypeID' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:414:6: style: Unused variable: logmessage [unusedVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:415:0: style: Variable 'res1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:710:0: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:717:0: style: Variable 'actual_len' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:723:0: style: Variable 'nline' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:724:0: style: Variable 'nb_rdtrip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:877:0: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:881:0: style: Variable 'pos4' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:882:0: style: Variable 'pos5' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:883:0: style: Variable 'node' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:885:0: style: Variable 'status1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:893:11: style: Unused variable: parmdp [unusedVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:894:0: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:895:6: style: Unused variable: buffer [unusedVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:901:0: style: Variable 'res1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:902:6: style: Unused variable: logmessage [unusedVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1050:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1051:0: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1054:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1055:0: style: Variable 'pos4' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1056:0: style: Variable 'pos5' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1057:0: style: Variable 'node' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1058:0: style: Variable 'cstname_len' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1059:0: style: Variable 'status1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1065:0: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1066:6: style: Unused variable: buffer [unusedVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1071:0: style: Variable 'cst_null' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1072:0: style: Variable 'res1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1073:6: style: Unused variable: logmessage [unusedVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1152:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1153:0: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1158:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1160:0: style: Variable 'actual_len' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1161:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1162:0: style: Variable 'len_tabname' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1163:6: style: Unused variable: tabName [unusedVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1166:0: style: Variable 'nline' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1167:0: style: Variable 'nb_rdtrip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1168:0: style: Variable 'prefetch_rows' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1255:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1256:0: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1258:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1259:0: style: Variable 'len1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1260:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1270:7: style: Unused variable: buffer [unusedVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1273:0: style: Variable 'res1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1391:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1392:0: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1396:0: style: Variable 'status1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1404:0: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1407:0: style: Variable 'cst_null' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1408:0: style: Variable 'res1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1409:6: style: Unused variable: logmessage [unusedVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/getError.cpp:235:18: warning: Either the condition 'userData==0' is redundant or there is possible null pointer dereference: userData. [nullPointerRedundantCheck]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/getError.cpp:228:14: note: Assuming that condition 'userData==0' is not redundant
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/getError.cpp:235:18: note: Null pointer dereference
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/getError.cpp:185:10: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/getError.cpp:222:21: style: Variable 'bufCharCount' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/getError.cpp:223:0: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:172:2: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:159:0: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:172:2: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:22:7: style: The scope of the variable 'errmessage' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:61:6: style: The scope of the variable 'pos1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:63:6: style: The scope of the variable 'pos3' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:155:6: style: The scope of the variable 'pos1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:265:7: style: The scope of the variable 'mysql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:272:6: style: The scope of the variable 'current_len' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:160:0: style: Variable 'dot_del' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:260:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:261:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:262:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:367:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:368:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:369:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:397:3: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:421:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:422:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:423:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:331:0: error: Resource leak: f1 [resourceLeak]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:459:3: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:287:6: error: Uninitialized variable: res_set [uninitvar]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_files.c:135:24: warning: Possible null pointer dereference: ap [nullPointer]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_files.c:65:14: note: Assignment 'ap=NULL', assigned value is 0
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_files.c:135:24: note: Null pointer dereference
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_files.c:73:8: style: The scope of the variable 'server_name' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_files.c:79:8: style: The scope of the variable 'pfn' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_files.c:81:7: style: The scope of the variable 'errflg' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_files.c:84:24: style: The scope of the variable 'lp' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_files.c:85:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_files.c:156:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_files.c:160:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_files.c:164:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_files.c:169:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_info.c:125:7: warning: %s in format string (no. 2) requires 'char *' but the argument type is 'signed long'. [invalidPrintfArgType_s]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_info.c:55:24: style: The scope of the variable 'lp' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_info.c:56:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_path.c:55:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:135:24: warning: Possible null pointer dereference: ap [nullPointer]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:65:14: note: Assignment 'ap=NULL', assigned value is 0
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:135:24: note: Null pointer dereference
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:162:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:166:3: note: Found duplicate branches for 'if' and 'else'.
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:162:8: note: Found duplicate branches for 'if' and 'else'.
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:73:8: style: The scope of the variable 'server_name' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:79:8: style: The scope of the variable 'pfn' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:81:7: style: The scope of the variable 'errflg' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:84:24: style: The scope of the variable 'lp' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:85:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:156:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:160:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:164:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:169:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_info.c:125:7: warning: %s in format string (no. 2) requires 'char *' but the argument type is 'signed long'. [invalidPrintfArgType_s]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_info.c:55:24: style: The scope of the variable 'lp' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_info.c:56:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_path.c:41:8: style: The scope of the variable 'guid' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_path.c:44:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_path.c:46:7: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_path.c:68:3: warning: The buffer 'base' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_path.c:87:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_path.c:91:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_path.c:95:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_path.c:99:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_path.c:104:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-migration/bin/migrate_files.c:129:24: warning: Possible null pointer dereference: ap [nullPointer]
lcgdm-1.9.0/scripts/RLS-migration/bin/migrate_files.c:65:14: note: Assignment 'ap=NULL', assigned value is 0
lcgdm-1.9.0/scripts/RLS-migration/bin/migrate_files.c:129:24: note: Null pointer dereference
lcgdm-1.9.0/scripts/RLS-migration/bin/migrate_files.c:73:8: style: The scope of the variable 'server_name' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-migration/bin/migrate_files.c:79:8: style: The scope of the variable 'pfn' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-migration/bin/migrate_files.c:80:8: style: The scope of the variable 'vo_name' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-migration/bin/migrate_files.c:81:7: style: The scope of the variable 'errflg' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-migration/bin/migrate_files.c:84:24: style: The scope of the variable 'lp' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-migration/bin/migrate_files.c:85:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-migration/bin/migrate_path.c:55:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/getError.cpp:179:18: warning: Either the condition 'userData==0' is redundant or there is possible null pointer dereference: userData. [nullPointerRedundantCheck]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/getError.cpp:172:14: note: Assuming that condition 'userData==0' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/getError.cpp:179:18: note: Null pointer dereference
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/getError.cpp:130:10: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/getError.cpp:166:21: style: Variable 'bufCharCount' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/getError.cpp:167:0: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:833:19: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:829:18: note: outer condition: fileid_new==NULL
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:833:19: note: opposite inner condition: fileid_new!=NULL
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1368:15: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1366:14: note: outer condition: gid_prev==NULL
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1368:15: note: opposite inner condition: gid_prev!=NULL
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:763:21: style: Condition 'owner_uid_prev!=NULL' is always false [knownConditionTrueFalse]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:758:20: note: Assuming that condition 'owner_uid_prev==NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:763:21: note: Condition 'owner_uid_prev!=NULL' is always false
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:833:19: style: Condition 'fileid_new!=NULL' is always false [knownConditionTrueFalse]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:829:18: note: Assuming that condition 'fileid_new==NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:833:19: note: Condition 'fileid_new!=NULL' is always false
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:861:22: style: Condition 'owner_uid_new!=NULL' is always false [knownConditionTrueFalse]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:853:21: note: Assuming that condition 'owner_uid_new==NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:861:22: note: Condition 'owner_uid_new!=NULL' is always false
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:961:18: style: Condition 'direct_type==1' is always true [knownConditionTrueFalse]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:960:16: note: Assignment 'direct_type=1', assigned value is 1
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:961:18: note: Condition 'direct_type==1' is always true
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1368:15: style: Condition 'gid_prev!=NULL' is always false [knownConditionTrueFalse]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1366:14: note: Assuming that condition 'gid_prev==NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1368:15: note: Condition 'gid_prev!=NULL' is always false
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1392:21: style: Condition 'owner_uid_prev!=NULL' is always false [knownConditionTrueFalse]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1386:20: note: Assuming that condition 'owner_uid_prev==NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1392:21: note: Condition 'owner_uid_prev!=NULL' is always false
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1468:19: style: Condition 'fileid_new!=NULL' is always false [knownConditionTrueFalse]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1463:18: note: Assuming that condition 'fileid_new==NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1468:19: note: Condition 'fileid_new!=NULL' is always false
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1496:16: style: Condition 'gid_new!=NULL' is always false [knownConditionTrueFalse]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1488:15: note: Assuming that condition 'gid_new==NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1496:16: note: Condition 'gid_new!=NULL' is always false
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1524:22: style: Condition 'owner_uid_new!=NULL' is always false [knownConditionTrueFalse]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1514:21: note: Assuming that condition 'owner_uid_new==NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1524:22: note: Condition 'owner_uid_new!=NULL' is always false
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1638:18: style: Condition 'direct_type==1' is always true [knownConditionTrueFalse]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1634:16: note: Assignment 'direct_type=1', assigned value is 1
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1638:18: note: Condition 'direct_type==1' is always true
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:821:18: warning: Either the condition 'fileid_prev!=NULL' is redundant or there is possible null pointer dereference: fileid_prev. [nullPointerRedundantCheck]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:863:20: note: Assuming that condition 'fileid_prev!=NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:821:18: note: Null pointer dereference
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:963:99: warning: Either the condition 'owner_uid_prev!=NULL' is redundant or there is possible null pointer dereference: owner_uid_prev. [nullPointerRedundantCheck]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:973:23: note: Assuming that condition 'owner_uid_prev!=NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:963:99: note: Null pointer dereference
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1455:18: warning: Either the condition 'fileid_prev!=NULL' is redundant or there is possible null pointer dereference: fileid_prev. [nullPointerRedundantCheck]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1500:20: note: Assuming that condition 'fileid_prev!=NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1455:18: note: Null pointer dereference
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1640:81: warning: Either the condition 'gid_prev!=NULL' is redundant or there is possible null pointer dereference: gid_prev. [nullPointerRedundantCheck]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1646:17: note: Assuming that condition 'gid_prev!=NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1640:81: note: Null pointer dereference
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1640:106: warning: Either the condition 'owner_uid_prev!=NULL' is redundant or there is possible null pointer dereference: owner_uid_prev. [nullPointerRedundantCheck]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1650:23: note: Assuming that condition 'owner_uid_prev!=NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1640:106: note: Null pointer dereference
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:210:4: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:209:4: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:210:4: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:464:2: style: Variable 'acl_temp' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:461:0: note: Variable 'acl_temp' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:464:2: note: Variable 'acl_temp' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:665:2: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:664:2: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:665:2: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1246:2: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1245:2: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1246:2: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:24:9: style: The scope of the variable 'next' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:26:6: style: The scope of the variable 'pos1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:27:6: style: The scope of the variable 'pos2' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:28:6: style: The scope of the variable 'rescode' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:228:7: style: The scope of the variable 'errmessage' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:373:6: style: The scope of the variable 'parent_fileid' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:374:6: style: The scope of the variable 'pos2' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:659:6: style: The scope of the variable 'nb_rows_processed' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1059:6: style: The scope of the variable 'col_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1240:6: style: The scope of the variable 'nb_rows_processed' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:25:0: style: Variable 'stop' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:263:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:264:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:265:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:266:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:268:7: style: Variable 'colname' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:313:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:314:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:315:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:316:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:318:7: style: Variable 'colname' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:423:3: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:454:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:455:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:456:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:457:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:495:13: style: Unused variable: res_set [unusedVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:497:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:501:0: style: Variable 'num_rows' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:566:7: style: Variable 'colname' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:568:0: style: Variable 'num_rows' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1032:10: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:632:13: style: Unused variable: res_set [unusedVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:648:0: style: Variable 'list_len_temp' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:651:0: style: Variable 'fileid' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:652:0: style: Variable 'filemode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:653:0: style: Variable 'gid' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:655:0: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:657:0: style: Variable 'nb_update' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1069:9: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1084:13: style: Unused variable: res_set [unusedVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1086:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1090:0: style: Variable 'num_rows' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1156:7: style: Variable 'colname' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1158:0: style: Variable 'num_rows' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1716:10: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1213:13: style: Unused variable: res_set [unusedVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1229:0: style: Variable 'list_len_temp' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1232:0: style: Variable 'fileid' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1233:0: style: Variable 'filemode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1234:0: style: Variable 'gid' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1236:0: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1238:0: style: Variable 'nb_update' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1145:0: error: Memory leak: acl_temp [memleak]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_main.cpp:88:3: warning: sprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_main.cpp:99:3: warning: sprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_main.cpp:123:2: warning: sprintf format string requires 0 parameters but 2 are given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_main.cpp:137:3: warning: sprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_main.cpp:158:2: warning: sprintf format string requires 0 parameters but 2 are given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_main.cpp:33:5: style: The scope of the variable 'new_gid_val' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_main.cpp:23:0: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/getError.cpp:179:18: warning: Either the condition 'userData==0' is redundant or there is possible null pointer dereference: userData. [nullPointerRedundantCheck]
lcgdm-1.9.0/scripts/UpdateDomainName/src/getError.cpp:172:14: note: Assuming that condition 'userData==0' is not redundant
lcgdm-1.9.0/scripts/UpdateDomainName/src/getError.cpp:179:18: note: Null pointer dereference
lcgdm-1.9.0/scripts/UpdateDomainName/src/getError.cpp:130:10: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/getError.cpp:166:21: style: Variable 'bufCharCount' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/getError.cpp:167:0: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:169:4: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:168:4: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:169:4: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:23:9: style: The scope of the variable 'next' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:25:6: style: The scope of the variable 'pos1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:26:6: style: The scope of the variable 'pos2' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:27:6: style: The scope of the variable 'rescode' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:187:7: style: The scope of the variable 'errmessage' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:220:7: style: The scope of the variable 'appliName' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:228:7: style: The scope of the variable 'ErrMess_temp' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:263:7: style: The scope of the variable 'ErrMess_temp' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:300:6: style: The scope of the variable 'col_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:24:0: style: Variable 'stop' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:221:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:222:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:223:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:224:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:258:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:259:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:260:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:261:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:310:9: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_main.cpp:54:3: style: Variable 'mysql_pwd' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_main.cpp:32:0: note: Variable 'mysql_pwd' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_main.cpp:54:3: note: Variable 'mysql_pwd' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_main.cpp:24:0: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_main.cpp:27:0: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_main.cpp:33:6: style: Unused variable: buffer [unusedVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_main.cpp:61:3: error: Memory leak: mysql_pwd [memleak]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_main.cpp:129:2: error: Memory pointed to by 'mysql_pwd' is freed twice. [doubleFree]
lcgdm-1.9.0/security/Csec_api.c:544:8: style: The scope of the variable 'domain' can be reduced. [variableScope]
lcgdm-1.9.0/security/Csec_api.c:182:0: style: Variable 'func' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/security/Csec_api.c:684:0: style: Variable 'func' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/security/Csec_api.c:1019:0: style: Variable 'func' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/security/Csec_api_loader.c:225:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
lcgdm-1.9.0/security/Csec_api_loader.c:226:8: style: The scope of the variable 'filename_thread' can be reduced. [variableScope]
lcgdm-1.9.0/security/Csec_api_loader.c:235:9: style: The scope of the variable 'CSEC_NOTHREAD' can be reduced. [variableScope]
lcgdm-1.9.0/security/Csec_apiinit.c:26:9: style: Unused variable: envar [unusedVariable]
lcgdm-1.9.0/security/Csec_common.c:342:5: error: Memory leak: prefetched_data [memleak]
lcgdm-1.9.0/security/Csec_common.c:349:5: error: Memory leak: prefetched_data [memleak]
lcgdm-1.9.0/security/Csec_common.c:354:3: error: Memory leak: prefetched_data [memleak]
lcgdm-1.9.0/security/Csec_plugin_GSS.c:1106:9: style: The scope of the variable 'func' can be reduced. [variableScope]
lcgdm-1.9.0/security/Csec_plugin_GSS.c:1326:12: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/security/Csec_plugin_GSS.c:256:13: style: Unused variable: maj_stat [unusedVariable]
lcgdm-1.9.0/security/Csec_plugin_GSS.c:256:23: style: Unused variable: min_stat [unusedVariable]
lcgdm-1.9.0/security/Csec_plugin_GSS.c:1108:9: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/security/Csec_plugin_GSS_mapper.c:75:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
lcgdm-1.9.0/security/Csec_plugin_KRB4.c:433:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lcgdm-1.9.0/security/Csec_protocol_policy.c:1049:7: style: Unused variable: rc [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-Ls.c:55:8: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-Ls.c:108:7: style: The scope of the variable 'hostenvm' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-Ls.c:109:7: style: The scope of the variable 'hostenvn' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-Ls.c:281:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-Ls.c:101:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-Ls.c:102:6: style: Unused variable: nbreplies [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-Ls.c:276:0: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-Ls.c:278:6: style: Unused variable: nbreplies [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-abortreq.c:30:25: style: Unused variable: filestatuses [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-abortreq.c:82:13: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-abortreq.c:33:6: style: Unused variable: nbprotocols [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-abortreq.c:34:6: style: Unused variable: nbreplies [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-abortreq.c:36:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-abortreq.c:43:6: style: Unused variable: nbprotos [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-abortreq.c:45:6: style: Unused variable: nbsurls [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-abortreq.c:113:0: error: Memory leak: remargs [memleak]
lcgdm-1.9.0/socket/dpmcli/dpm-addfs.c:107:13: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-addfs.c:38:6: style: Unused variable: nbprotocols [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-addfs.c:39:6: style: Unused variable: nbreplies [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-addfs.c:41:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-addfs.c:46:6: style: Unused variable: nbprotos [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-addfs.c:130:12: style: Variable 'nbsurls' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-addreplica.c:58:7: style: Unused variable: f_type [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-copy.c:41:6: style: The scope of the variable 'nbprotos' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-copy.c:42:9: style: The scope of the variable 'lprotos' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-copy.c:159:16: style: Variable 'nbprotocols' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-copy.c:224:0: error: Memory leak: lprotos [memleak]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:183:2: style: Variable 'nbsurls' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:182:2: note: Variable 'nbsurls' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:183:2: note: Variable 'nbsurls' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:100:7: style: The scope of the variable 'hostenvm' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:101:7: style: The scope of the variable 'hostenvn' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:53:28: style: Unused variable: filestatuses [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:57:6: style: Unused variable: nbreplies [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:59:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:60:7: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:64:8: style: Unused variable: gbrk [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:65:6: style: Unused variable: k [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:359:18: style: Variable 't_free_space0' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:75:0: style: Variable 't_free_space1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:76:0: style: Variable 'smax' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:77:12: style: Unused variable: nmax [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:78:17: style: Unused variable: imax [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:79:11: style: Unused variable: ipath [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:88:11: style: Unused variable: dirp [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:90:23: style: Unused variable: dxp [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:177:5: style: Variable 'nbprotos' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-extendfilelife.c:84:13: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-extendfilelife.c:110:12: style: Variable 'nbsurls' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-extendfilelife.c:129:0: error: Memory leak: remargs [memleak]
lcgdm-1.9.0/socket/dpmcli/dpm-get.c:236:0: error: Memory leak: remargs [memleak]
lcgdm-1.9.0/socket/dpmcli/dpm-getpoolfs.c:87:13: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getpoolfs.c:40:6: style: Unused variable: nbprotocols [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getpoolfs.c:43:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getpoolfs.c:48:6: style: Unused variable: nbprotos [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getpoolfs.c:110:12: style: Variable 'nbsurls' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getpools.c:82:13: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getpools.c:35:6: style: Unused variable: nbprotocols [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getpools.c:38:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getpools.c:43:6: style: Unused variable: nbprotos [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getpools.c:106:12: style: Variable 'nbsurls' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getprotocols.c:82:13: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getprotocols.c:106:12: style: Variable 'nbsurls' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:294:6: style: Condition 'iflag' is always true [knownConditionTrueFalse]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:272:15: note: Assignment 'iflag=1', assigned value is 1
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:294:6: note: Condition 'iflag' is always true
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:298:6: style: Condition 'clflag' is always true [knownConditionTrueFalse]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:273:16: note: Assignment 'clflag=1', assigned value is 1
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:298:6: note: Condition 'clflag' is always true
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:302:6: style: Condition 'lflag' is always true [knownConditionTrueFalse]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:274:15: note: Assignment 'lflag=1', assigned value is 1
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:302:6: note: Condition 'lflag' is always true
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:276:16: style: The scope of the variable 'gr' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:277:7: style: The scope of the variable 'modestr' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:278:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:280:14: style: The scope of the variable 'sav_gidstr' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:283:14: style: The scope of the variable 'sav_uidstr' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:284:7: style: The scope of the variable 'timestr' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:285:13: style: The scope of the variable 'tm' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:286:7: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:287:7: style: The scope of the variable 'tmpbus' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:449:8: style: The scope of the variable 'sfn' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:511:12: style: Variable 'nbsurls' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:514:14: style: Variable 'dpmfilel' is allocated memory that is never used. [unusedAllocatedMemory]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:572:2: error: Common realloc mistake: 'dpmfiles' nulled but not freed upon failure [memleakOnRealloc]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:601:7: error: Common realloc mistake: 'dpmfiles' nulled but not freed upon failure [memleakOnRealloc]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:681:7: error: Common realloc mistake: 'dpmfiles' nulled but not freed upon failure [memleakOnRealloc]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:774:0: error: Memory leak: dpmfilel [memleak]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:775:0: error: Memory leak: crereqs [memleak]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqstatus.c:113:12: style: Variable 'nbsurls' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqsummary.c:103:12: style: Variable 'nbsurls' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-listReplicas.c:191:4: warning: %x in format string (no. 4) requires 'unsigned int' but the argument type is 'Cns_filereplica *'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/socket/dpmcli/dpm-listReplicas.c:399:33: warning: Either the condition 'server==NULL' is redundant or there is possible null pointer dereference: server. [nullPointerRedundantCheck]
lcgdm-1.9.0/socket/dpmcli/dpm-listReplicas.c:313:52: note: Assuming that condition 'server==NULL' is not redundant
lcgdm-1.9.0/socket/dpmcli/dpm-listReplicas.c:399:33: note: Null pointer dereference
lcgdm-1.9.0/socket/dpmcli/dpm-listReplicas.c:399:41: warning: Either the condition 'fs==NULL' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lcgdm-1.9.0/socket/dpmcli/dpm-listReplicas.c:313:66: note: Assuming that condition 'fs==NULL' is not redundant
lcgdm-1.9.0/socket/dpmcli/dpm-listReplicas.c:399:41: note: Null pointer dereference
lcgdm-1.9.0/socket/dpmcli/dpm-modifyfs.c:85:13: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-modifyfs.c:38:6: style: Unused variable: nbprotocols [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-modifyfs.c:39:6: style: Unused variable: nbreplies [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-modifyfs.c:41:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-modifyfs.c:46:6: style: Unused variable: nbprotos [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-modifyfs.c:108:12: style: Variable 'nbsurls' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-put.c:308:0: error: Memory leak: remargs [memleak]
lcgdm-1.9.0/socket/dpmcli/dpm-putdone.c:108:12: style: Variable 'nbsurls' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-relfiles.c:111:12: style: Variable 'nbsurls' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-replicate.c:34:25: style: Unused variable: filestatuses [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-replicate.c:86:13: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-replicate.c:37:6: style: Unused variable: nbprotocols [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-replicate.c:38:6: style: Unused variable: nbreplies [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-replicate.c:40:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-replicate.c:47:6: style: Unused variable: nbprotos [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-replicate.c:112:12: style: Variable 'nbsurls' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-resp.c:40:7: style: The scope of the variable 'tmpbut' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-resp.c:41:7: style: The scope of the variable 'tmpbug' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-spmd.c:107:3: style: Variable 'nbtokens' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/socket/dpmcli/dpm-spmd.c:84:3: note: Variable 'nbtokens' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-spmd.c:107:3: note: Variable 'nbtokens' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1121:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1104:3: note: Variable 'status' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1121:3: note: Variable 'status' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1150:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1121:3: note: Variable 'status' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1150:3: note: Variable 'status' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1177:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1150:3: note: Variable 'status' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1177:3: note: Variable 'status' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1232:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1224:3: note: Variable 'status' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1232:3: note: Variable 'status' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1293:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1284:3: note: Variable 'status' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1293:3: note: Variable 'status' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:144:7: style: The scope of the variable 'tmpbut' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:145:7: style: The scope of the variable 'tmpbug' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:217:24: style: The scope of the variable 'status' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:931:7: style: The scope of the variable 'hostenvm' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:932:7: style: The scope of the variable 'hostenvn' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:227:13: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:823:4: error: Common realloc mistake: 'loSurls' nulled but not freed upon failure [memleakOnRealloc]
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:824:4: error: Common realloc mistake: 'loTurls' nulled but not freed upon failure [memleakOnRealloc]
lcgdm-1.9.0/socket/dpmcli/dpm-upsp.c:39:7: style: The scope of the variable 'tmpbut' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-upsp.c:40:7: style: The scope of the variable 'tmpbug' can be reduced. [variableScope]
lcgdm-1.9.0/socket/goputils/gop_alloc.c:25:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/socket/goputils/gop_alloc.c:39:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/socket/goputils/gop_escp.c:72:17: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/socket/goputils/gop_escp.c:106:89: style: Function 'escape_strlist' argument 3 names different: declaration 'n' definition 'bytes'. [funcArgNamesDifferent]
lcgdm-1.9.0/socket/goputils/gop_escp.h:17:96: note: Function 'escape_strlist' argument 3 names different: declaration 'n' definition 'bytes'.
lcgdm-1.9.0/socket/goputils/gop_escp.c:106:89: note: Function 'escape_strlist' argument 3 names different: declaration 'n' definition 'bytes'.
lcgdm-1.9.0/socket/goputils/gop_glob.c:544:3: warning: %Ld in format string (no. 6) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/socket/goputils/gop_glob.c:267:3: style: Label 'case_bsd' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_glob.c:298:3: style: Label 'case_default' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_glob.c:301:3: style: Label 'case_unknown' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_ksym.c:570:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/socket/goputils/gop_ksym.c:197:12: style: The scope of the variable 'mid' can be reduced. [variableScope]
lcgdm-1.9.0/socket/goputils/gop_ksym.c:545:9: style: The scope of the variable 'did_ksyms' can be reduced. [variableScope]
lcgdm-1.9.0/socket/goputils/gop_outp.c:380:12: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/socket/goputils/gop_outp.c:385:12: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/socket/goputils/gop_outp.c:651:7: style: The scope of the variable 'space' can be reduced. [variableScope]
lcgdm-1.9.0/socket/goputils/gop_outp.c:653:7: style: The scope of the variable 'legit' can be reduced. [variableScope]
lcgdm-1.9.0/socket/goputils/gop_pars.c:233:20: warning: Either the condition 'sep_loc' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
lcgdm-1.9.0/socket/goputils/gop_pars.c:231:8: note: Assuming that condition 'sep_loc' is not redundant
lcgdm-1.9.0/socket/goputils/gop_pars.c:233:20: note: Null pointer addition
lcgdm-1.9.0/socket/goputils/gop_pars.c:1440:7: style: The scope of the variable 'at' can be reduced. [variableScope]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1017:1: style: Label 'case_dpmprotos' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1018:1: style: Label 'case_dpmfiles' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1019:1: style: Label 'case_dpmpaths' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1020:1: style: Label 'case_dpmpools' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1021:1: style: Label 'case_dpmrtokenlist' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1022:1: style: Label 'case_dpmsurls' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1023:1: style: Label 'case_dpmtosurls' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1024:1: style: Label 'case_dpmfromsurls' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1025:1: style: Label 'case_dpmfsizes' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1027:3: style: Label 'case_cols' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1028:3: style: Label 'case_width' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1029:3: style: Label 'case_columns' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1053:3: style: Label 'case_dpmdebug' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1058:3: style: Label 'case_dpmfull' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1063:3: style: Label 'case_dpmregex' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1082:3: style: Label 'case_dpmlist' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1095:3: style: Label 'case_dpmowner' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1138:1: style: Label 'case_dpmftype' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1139:1: style: Label 'case_dpmretpol' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1140:1: style: Label 'case_dpmaclat' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1155:1: style: Label 'case_dpmmatch' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1156:1: style: Label 'case_dpmpool' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1157:1: style: Label 'case_dpmproto' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1158:1: style: Label 'case_dpmdest' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1159:1: style: Label 'case_dpmrtoken' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1160:1: style: Label 'case_dpmstoken' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1161:1: style: Label 'case_dpmutoken' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1162:1: style: Label 'case_dpmhost' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1181:1: style: Label 'case_dpmlifet' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1182:1: style: Label 'case_dpmrtime' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1183:1: style: Label 'case_dpmflags' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1184:1: style: Label 'case_dpmoverwrite' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1185:1: style: Label 'case_dpmkeepspace' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1186:1: style: Label 'case_dpmreqsize' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1187:1: style: Label 'case_dpmolder' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1188:1: style: Label 'case_dpmreqgid' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1190:3: style: Label 'case_deselect' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1195:3: style: Label 'case_no_header' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1196:3: style: Label 'case_no_headers' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1197:3: style: Label 'case_no_heading' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1198:3: style: Label 'case_no_headings' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1199:3: style: Label 'case_noheader' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1200:3: style: Label 'case_noheaders' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1201:3: style: Label 'case_noheading' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1202:3: style: Label 'case_noheadings' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1208:3: style: Label 'case_header' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1209:3: style: Label 'case_headers' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1210:3: style: Label 'case_heading' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1211:3: style: Label 'case_headings' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1228:3: style: Label 'case_format' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1248:3: style: Label 'case_help' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1254:3: style: Label 'case_info' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1282:3: style: Label 'case_rows' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1283:3: style: Label 'case_lines' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1310:3: style: Label 'case_sort' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1338:3: style: Label 'case_version' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1344:3: style: Label 'case_context' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_sortf.c:327:20: warning: Either the condition 'sep_loc' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
lcgdm-1.9.0/socket/goputils/gop_sortf.c:288:17: note: Assuming that condition 'sep_loc' is not redundant
lcgdm-1.9.0/socket/goputils/gop_sortf.c:327:20: note: Null pointer addition
lcgdm-1.9.0/socket/goputils/gop_sortf.c:334:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcgdm-1.9.0/socket/goputils/gop_sortf.c:64:9: style: The scope of the variable 'dist' can be reduced. [variableScope]
lcgdm-1.9.0/socket/goputils/gop_synfo.c:160:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/socket/goputils/gop_synfo.c:160:5: warning: %Ld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/socket/goputils/gop_synfo.c:691:7: style: The scope of the variable 'fields' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srm_util.c:21:12: style: Variable 'user_ca' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv1/srmv1.c:49:6: style: The scope of the variable 'thread_index' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1.c:50:15: style: The scope of the variable 'tsoap' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1.c:185:9: style: The scope of the variable 'errlen' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1.c:186:8: style: The scope of the variable 'errstr' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1.c:187:14: style: The scope of the variable 's' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:33:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:40:6: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:47:33: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:238:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:246:6: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:252:33: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:704:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:996:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:1180:8: style: The scope of the variable 'sfn' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:434:26: style: Unused variable: cpr_entry [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:435:9: style: Unused variable: curtime [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:436:17: style: Unused variable: dpm_req [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:439:8: style: Unused variable: gid [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:440:9: style: Unused variable: gids [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:441:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:442:7: style: Unused variable: logbuf [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:443:0: style: Variable 'nb_file_err' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:444:6: style: Unused variable: nbfqans [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:445:6: style: Unused variable: nbgids [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:446:6: style: Unused variable: nbreqfiles [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:447:7: style: Unused variable: proxy_filename [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:448:33: style: Unused variable: repfilep [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:449:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:450:8: style: Unused variable: uid [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:451:13: style: Unused variable: unique_id [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:452:8: style: Unused variable: voname [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:643:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:660:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:681:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:1184:7: style: Unused variable: vidstr [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:1279:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:1300:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:1321:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:1388:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2.2/srm_util.c:21:12: style: Variable 'user_ca' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2.2/srmv2.c:54:6: style: The scope of the variable 'thread_index' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2.c:55:15: style: The scope of the variable 'tsoap' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2.c:203:9: style: The scope of the variable 'errlen' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2.c:204:8: style: The scope of the variable 'errstr' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2.c:205:14: style: The scope of the variable 's' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_dirreq.c:274:33: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_dirreq.c:393:16: style: The scope of the variable 'gr' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_dirreq.c:415:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_dirreq.c:685:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_dirreq.c:689:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_dirreq.c:891:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_dirreq.c:852:8: style: Unused variable: gid [unusedVariable]
lcgdm-1.9.0/srmv2.2/srmv2_dirreq.c:854:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2.2/srmv2_dirreq.c:855:8: style: Unused variable: uid [unusedVariable]
lcgdm-1.9.0/srmv2.2/srmv2_discovreq.c:71:7: style: The scope of the variable 'info' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_discovreq.c:29:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2.2/srmv2_discovreq.c:73:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2.2/srmv2_permreq.c:248:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcgdm-1.9.0/srmv2.2/srmv2_permreq.c:36:6: style: The scope of the variable 'found' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_permreq.c:43:6: style: The scope of the variable 'k' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_permreq.c:45:6: style: The scope of the variable 'nb_tmp_entries' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_permreq.c:49:6: style: The scope of the variable 'nocheckid' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_permreq.c:55:18: style: The scope of the variable 'taclp' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:409:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:422:30: style: The scope of the variable 'repmdp' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:669:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:689:41: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:939:33: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:163:8: style: Unused variable: gid [unusedVariable]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:165:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:166:8: style: Unused variable: uid [unusedVariable]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:375:8: style: Unused variable: gid [unusedVariable]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:377:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:378:8: style: Unused variable: uid [unusedVariable]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:607:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:639:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:173:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:182:6: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:189:37: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:468:6: style: The scope of the variable 'bol' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:469:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:472:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:646:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:655:6: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:663:37: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:964:6: style: The scope of the variable 'bol' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:965:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:968:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:1150:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:1164:7: style: The scope of the variable 'proxy_filename' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:1165:38: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:1467:6: style: The scope of the variable 'bol' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:1468:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:1472:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:1650:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:1659:6: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:1666:45: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:1946:6: style: The scope of the variable 'bol' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:1947:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:1950:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2122:6: style: The scope of the variable 'bol' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2123:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2126:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2136:6: style: The scope of the variable 'nb_errors' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2395:33: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2619:33: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2814:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2827:31: style: The scope of the variable 'reptokenp' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2972:41: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:115:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:140:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2147:9: style: Unused variable: t1 [unusedVariable]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2397:6: style: Unused variable: status [unusedVariable]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2621:6: style: Unused variable: status [unusedVariable]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2758:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2787:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2959:17: style: Unused variable: dpm_req [unusedVariable]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:3209:3: error: Memory pointed to by 'tokeninfos' is freed twice. [doubleFree]
lcgdm-1.9.0/srmv2/srm_util.c:21:12: style: Variable 'user_ca' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2/srmv2.c:51:6: style: The scope of the variable 'thread_index' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2.c:52:15: style: The scope of the variable 'tsoap' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2.c:187:9: style: The scope of the variable 'errlen' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2.c:188:8: style: The scope of the variable 'errstr' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2.c:189:14: style: The scope of the variable 's' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_dirreq.c:190:33: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_dirreq.c:300:16: style: The scope of the variable 'gr' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_dirreq.c:322:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_dirreq.c:544:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_permreq.c:238:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcgdm-1.9.0/srmv2/srmv2_permreq.c:34:6: style: The scope of the variable 'found' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_permreq.c:41:6: style: The scope of the variable 'k' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_permreq.c:43:6: style: The scope of the variable 'nb_tmp_entries' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_permreq.c:47:6: style: The scope of the variable 'nocheckid' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_permreq.c:53:18: style: The scope of the variable 'taclp' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_permreq.c:289:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2/srmv2_spacereq.c:355:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_spacereq.c:369:8: style: The scope of the variable 's_token' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_spacereq.c:325:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2/srmv2_spacereq.c:503:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:141:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:149:6: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:155:37: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:415:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:422:6: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:429:37: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1006:33: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1009:8: style: The scope of the variable 'surl' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1157:33: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1369:33: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1552:6: style: The scope of the variable 'bol' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1553:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1556:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1721:6: style: The scope of the variable 'bol' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1722:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1725:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1891:6: style: The scope of the variable 'bol' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1892:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1896:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:2070:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:86:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:112:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:688:26: style: Unused variable: cpr_entry [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:689:9: style: Unused variable: curtime [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:693:8: style: Unused variable: gid [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:694:9: style: Unused variable: gids [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:695:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:696:7: style: Unused variable: logbuf [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:697:0: style: Variable 'nb_file_err' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:698:6: style: Unused variable: nbfqans [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:699:6: style: Unused variable: nbgids [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:700:6: style: Unused variable: nbreqfiles [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:701:7: style: Unused variable: proxy_filename [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:702:38: style: Unused variable: repfilep [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:704:32: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:705:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:706:8: style: Unused variable: uid [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:707:13: style: Unused variable: unique_id [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:708:9: style: Unused variable: uuid [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:709:8: style: Unused variable: voname [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:965:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1159:6: style: Unused variable: status [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1371:6: style: Unused variable: status [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1498:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1527:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:2364:3: error: Memory pointed to by 'tokeninfos' is freed twice. [doubleFree]
lcgdm-1.9.0/test/dpm/dpm_testcopy.c:22:8: style: The scope of the variable 'fromsurl' can be reduced. [variableScope]
lcgdm-1.9.0/test/dpm/dpm_testcopy.c:30:8: style: The scope of the variable 'tosurl' can be reduced. [variableScope]
lcgdm-1.9.0/test/dpm/dpm_testputdone.c:17:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/ns/create_files.c:106:5: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/test/ns/create_files.c:439:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/create_files.c:439:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/create_files.c:439:6: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/create_files.c:442:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/create_files.c:73:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/create_files.c:75:7: style: The scope of the variable 'thread_dir' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/create_files.c:76:7: style: The scope of the variable 'subdir' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/create_files.c:82:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/create_files.c:86:7: style: The scope of the variable 'tid' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/create_files.c:88:7: style: The scope of the variable 'arg' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/create_files.c:343:7: style: The scope of the variable 'start_run_time_us' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/create_files.c:343:26: style: The scope of the variable 'end_run_time_us' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/create_files_rate.c:110:5: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/test/ns/create_files_rate.c:287:2: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/test/ns/create_files_rate.c:287:2: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/test/ns/create_files_rate.c:79:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/create_files_rate.c:81:7: style: The scope of the variable 'thread_dir' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/create_files_rate.c:91:7: style: The scope of the variable 'tid' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/create_files_rate.c:93:7: style: The scope of the variable 'arg' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/create_files_rate.c:296:7: style: The scope of the variable 'thread_dir' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/delete_files.c:159:3: error: fprintf format string requires 3 parameters but only 2 are given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/test/ns/delete_files.c:359:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/delete_files.c:425:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/delete_files.c:458:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/delete_files.c:491:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/delete_files.c:59:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/delete_files.c:78:7: style: The scope of the variable 'tid' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/delete_files.c:371:8: style: The scope of the variable 'append' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/delete_files.c:376:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/delete_files_rate.c:174:3: error: fprintf format string requires 3 parameters but only 2 are given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/test/ns/delete_files_rate.c:59:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/delete_files_rate.c:77:7: style: The scope of the variable 'tid' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/delete_files_rate.c:82:6: style: The scope of the variable 'num_to_delete' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/nested_symlinks.c:87:5: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/test/ns/nested_symlinks.c:266:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/nested_symlinks.c:307:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/nested_symlinks.c:52:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/nested_symlinks.c:66:7: style: The scope of the variable 'tid' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/nested_symlinks.c:69:11: style: The scope of the variable 'append' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/nested_symlinks.c:274:8: style: The scope of the variable 'thread_dir' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/nested_symlinks.c:278:23: style: Unused variable: stat [unusedVariable]
lcgdm-1.9.0/test/ns/nested_symlinks.c:296:18: error: Uninitialized variable: link_buf [uninitvar]
lcgdm-1.9.0/test/ns/query_files.c:136:3: error: fprintf format string requires 3 parameters but only 2 are given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/test/ns/query_files.c:296:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/query_files.c:47:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/query_files.c:53:8: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/query_files.c:54:6: style: The scope of the variable 'dir_flag' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/query_files.c:59:7: style: The scope of the variable 'tid' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/query_files.c:62:7: style: The scope of the variable 'append' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/query_files.c:268:8: style: Unused variable: sfn_path [unusedVariable]
lcgdm-1.9.0/test/ns/query_files.c:269:0: style: Variable 'server_name' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/ns/query_files.c:273:7: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/ns/query_files.c:274:12: style: Unused variable: list [unusedVariable]
lcgdm-1.9.0/test/ns/query_files.c:275:27: style: Unused variable: rp [unusedVariable]
lcgdm-1.9.0/test/ns/query_rate.c:166:3: error: fprintf format string requires 3 parameters but only 2 are given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/test/ns/query_rate.c:54:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/query_rate.c:61:6: style: The scope of the variable 'dir_flag' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/query_rate.c:66:7: style: The scope of the variable 'tid' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/query_rate.c:266:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/ns/read_files.c:80:5: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/test/ns/read_files.c:269:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/read_files.c:46:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/read_files.c:47:11: style: The scope of the variable 'append' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/read_files.c:61:7: style: The scope of the variable 'tid' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/read_files.c:281:8: style: The scope of the variable 'thread_dir' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/read_files.c:284:24: style: Unused variable: stat [unusedVariable]
lcgdm-1.9.0/test/ns/read_rate.c:88:5: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/test/ns/read_rate.c:54:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/read_rate.c:55:11: style: The scope of the variable 'append' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/read_rate.c:69:7: style: The scope of the variable 'tid' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/read_rate.c:296:8: style: The scope of the variable 'thread_dir' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/rename_files.c:47:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/rm_replicas.c:66:26: warning: Possible null pointer dereference: fn [nullPointer]
lcgdm-1.9.0/test/ns/rm_replicas.c:37:13: note: Assignment 'fn=NULL', assigned value is 0
lcgdm-1.9.0/test/ns/rm_replicas.c:66:26: note: Null pointer dereference
lcgdm-1.9.0/test/ns/rm_replicas.c:32:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/rm_replicas.c:95:9: error: Uninitialized variable: Cnsdir [uninitvar]
lcgdm-1.9.0/test/ns/rm_replicas.c:96:9: error: Uninitialized variable: Cnsdir [uninitvar]
lcgdm-1.9.0/test/ns/rm_replicas.c:71:39: error: Uninitialized variable: pid4print [uninitvar]
lcgdm-1.9.0/test/ns/rm_replicas.c:77:33: error: Uninitialized variable: pid4print [uninitvar]
lcgdm-1.9.0/test/ns/rm_replicas.c:86:48: error: Uninitialized variable: pid4print [uninitvar]
lcgdm-1.9.0/test/ns/stat_replicas.c:79:5: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/test/ns/stat_replicas.c:245:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/stat_replicas.c:280:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/stat_replicas.c:45:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/stat_replicas.c:61:7: style: The scope of the variable 'tid' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/symlinks.c:79:5: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/test/ns/symlinks.c:256:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/symlinks.c:303:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/symlinks.c:45:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/symlinks.c:59:7: style: The scope of the variable 'tid' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/symlinks.c:61:11: style: The scope of the variable 'append' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/symlinks.c:267:8: style: The scope of the variable 'thread_dir' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:347:2: style: Variable 'surlarray.__size' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:346:2: note: Variable 'surlarray.__size' is reassigned a value before the old one has been used.
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:347:2: note: Variable 'surlarray.__size' is reassigned a value before the old one has been used.
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:1456:2: style: Variable 'metadata' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:1445:2: note: Variable 'metadata' is reassigned a value before the old one has been used.
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:1456:2: note: Variable 'metadata' is reassigned a value before the old one has been used.
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:260:28: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:294:28: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:325:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:366:28: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:895:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:901:7: style: Unused variable: command [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:902:7: style: Unused variable: rfcp_file [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:903:8: style: Unused variable: rfcp_file_p [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:1042:7: style: Unused variable: command [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testadvisoryDelete.c:55:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testget.c:57:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testgetEstGetTime.c:57:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testgetFileMetaData.c:55:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testgetProtocols.c:12:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv1/srm_testgetProtocols.c:11:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testping.c:11:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testput.c:57:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortFiles.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortFiles.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortFiles.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortFiles.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortFiles.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortFiles.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortRequest.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortRequest.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortRequest.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortRequest.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortRequest.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortRequest.c:42:40: style: Unused variable: repfs [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortRequest.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortRequest.c:46:8: style: Unused variable: sfn [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortRequest.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortRequest.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortRequest.c:50:8: style: Unused variable: srm_endpoint [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testBring.c:39:8: style: The scope of the variable 'r_token' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testBring.c:43:31: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testChangeSpaceForFiles.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testChangeSpaceForFiles.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testChangeSpaceForFiles.c:56:12: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testChangeSpaceForFiles.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testChangeSpaceForFiles.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testChangeSpaceForFiles.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testChangeSpaceForFiles.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testChangeSpaceForFiles.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testCheckPermission.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testCheckPermission.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testCheckPermission.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testCheckPermission.c:44:25: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testCheckPermission.c:51:35: style: Variable 'f_modes' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testCopy.c:40:8: style: The scope of the variable 'r_token' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testCopy.c:44:32: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testCopy.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testCopy.c:202:8: error: Uninitialized variable: repfs [uninitvar]
lcgdm-1.9.0/test/srmv2.2/srm2_testExtendFileLifeTimeInSpace.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testExtendFileLifeTimeInSpace.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testExtendFileLifeTimeInSpace.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testExtendFileLifeTimeInSpace.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testExtendFileLifeTimeInSpace.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testExtendFileLifeTimeInSpace.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGet.c:39:8: style: The scope of the variable 'r_token' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testGet.c:43:31: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetPermission.c:28:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetPermission.c:29:9: style: Unused variable: j [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetPermission.c:32:0: style: Variable 'nbproto' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetPermission.c:33:27: style: Variable 'trueoption' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetPermission.c:43:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetPermission.c:44:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetPermission.c:61:0: style: Variable 'booll' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetPermission.c:62:0: style: Variable 'boolR' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetPermission.c:63:0: style: Variable 'nolv' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetPermission.c:232:10: style: Unused variable: il [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetPermission.c:232:14: style: Unused variable: nsub [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetRequestTokens.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetRequestTokens.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetRequestTokens.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetRequestTokens.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetRequestTokens.c:46:8: style: Unused variable: sfn [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetRequestTokens.c:48:8: style: Unused variable: srm_endpoint [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetSpaceMetaData.c:43:30: style: The scope of the variable 'repmdp' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetSpaceTokens.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetSpaceTokens.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetSpaceTokens.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetSpaceTokens.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetSpaceTokens.c:45:8: style: Unused variable: sfn [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetSpaceTokens.c:47:8: style: Unused variable: srm_endpoint [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetTransferProtocols.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetTransferProtocols.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetTransferProtocols.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetTransferProtocols.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetTransferProtocols.c:48:8: style: Unused variable: sfn [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetTransferProtocols.c:50:8: style: Unused variable: srm_endpoint [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetTransferProtocols.c:52:6: style: Unused variable: j [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testLs.c:44:8: style: The scope of the variable 'r_token' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testLs.c:272:14: style: The scope of the variable 'it' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testLs.c:272:7: style: Unused variable: j [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testMv.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testMv.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testMv.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testMv.c:27:0: style: Variable 'nbproto' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testMv.c:37:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testMv.c:38:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPing.c:25:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testPing.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPing.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPing.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPing.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPing.c:45:8: style: Unused variable: sfn [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPing.c:47:8: style: Unused variable: srm_endpoint [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPurgeFromSpace.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPurgeFromSpace.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPurgeFromSpace.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPurgeFromSpace.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPut.c:54:8: style: The scope of the variable 'r_token' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testPutDone.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPutDone.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPutDone.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPutDone.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPutDone.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPutDone.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testReserveSpace.c:46:8: style: The scope of the variable 's_token' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testResumeRequest.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testResumeRequest.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testResumeRequest.c:56:12: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testResumeRequest.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testResumeRequest.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testResumeRequest.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testResumeRequest.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testResumeRequest.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testRm.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testRm.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testRm.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testSetPermission.c:27:6: style: The scope of the variable 'nbgroups' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testSetPermission.c:28:6: style: The scope of the variable 'nbusers' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testSetPermission.c:47:32: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testSetPermission.c:48:31: style: The scope of the variable 'requserp' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testSetPermission.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testSetPermission.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testSetPermission.c:43:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testSetPermission.c:44:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfChangeSpaceForFilesRequest.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfChangeSpaceForFilesRequest.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfChangeSpaceForFilesRequest.c:56:12: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfChangeSpaceForFilesRequest.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfChangeSpaceForFilesRequest.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfChangeSpaceForFilesRequest.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfChangeSpaceForFilesRequest.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfChangeSpaceForFilesRequest.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfLsRequest.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfLsRequest.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfLsRequest.c:56:12: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfLsRequest.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfLsRequest.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfLsRequest.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfLsRequest.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfLsRequest.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfReserveSpaceRequest.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfReserveSpaceRequest.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfReserveSpaceRequest.c:56:12: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfReserveSpaceRequest.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfReserveSpaceRequest.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfReserveSpaceRequest.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfReserveSpaceRequest.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfReserveSpaceRequest.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfUpdateSpaceRequest.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfUpdateSpaceRequest.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfUpdateSpaceRequest.c:56:12: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfUpdateSpaceRequest.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfUpdateSpaceRequest.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfUpdateSpaceRequest.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfUpdateSpaceRequest.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfUpdateSpaceRequest.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testSuspendRequest.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testSuspendRequest.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testSuspendRequest.c:56:12: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testSuspendRequest.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testSuspendRequest.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testSuspendRequest.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testSuspendRequest.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testSuspendRequest.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortFiles.c:44:21: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testAbortFiles.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortFiles.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortFiles.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortFiles.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortFiles.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortRequest.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortRequest.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortRequest.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortRequest.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortRequest.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortRequest.c:42:40: style: Unused variable: repfs [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortRequest.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortRequest.c:46:8: style: Unused variable: sfn [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortRequest.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortRequest.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortRequest.c:50:8: style: Unused variable: srm_endpoint [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testChangeFileStorageType.c:44:25: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testChangeFileStorageType.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testChangeFileStorageType.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testChangeFileStorageType.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCheckPermission.c:44:25: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testCheckPermission.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCheckPermission.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCheckPermission.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCheckPermission.c:51:35: style: Variable 'f_modes' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCompactSpace.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCompactSpace.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCompactSpace.c:54:12: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCompactSpace.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCompactSpace.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCompactSpace.c:44:25: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCompactSpace.c:46:8: style: Unused variable: sfn [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCompactSpace.c:48:8: style: Unused variable: srm_endpoint [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCopy.c:40:8: style: The scope of the variable 'r_token' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testCopy.c:44:32: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testCopy.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testExtendFileLifeTime.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testExtendFileLifeTime.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testExtendFileLifeTime.c:54:12: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testExtendFileLifeTime.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testExtendFileLifeTime.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testExtendFileLifeTime.c:46:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testExtendFileLifeTime.c:47:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGet.c:39:8: style: The scope of the variable 'r_token' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testGet.c:43:31: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestID.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestID.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestID.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestID.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestID.c:45:8: style: Unused variable: sfn [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestID.c:47:8: style: Unused variable: srm_endpoint [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestSummary.c:44:29: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestSummary.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestSummary.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestSummary.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestSummary.c:46:8: style: Unused variable: sfn [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestSummary.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestSummary.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestSummary.c:50:8: style: Unused variable: srm_endpoint [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetSpaceMetaData.c:43:30: style: The scope of the variable 'repmdp' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testGetSpaceMetaData.c:45:27: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testGetSpaceToken.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetSpaceToken.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetSpaceToken.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetSpaceToken.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetSpaceToken.c:45:8: style: Unused variable: sfn [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetSpaceToken.c:47:8: style: Unused variable: srm_endpoint [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testLs.c:44:25: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testLs.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testLs.c:25:9: style: Unused variable: j [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testLs.c:28:0: style: Variable 'nbproto' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testLs.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testLs.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testLs.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testLs.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testMkdir.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testMkdir.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testMkdir.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testMkdir.c:37:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testMkdir.c:38:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testMv.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testMv.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testMv.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testMv.c:27:0: style: Variable 'nbproto' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testMv.c:37:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testMv.c:38:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testPut.c:71:8: style: The scope of the variable 'r_token' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testPut.c:75:31: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testPut.c:57:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testPutDone.c:44:21: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testPutDone.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testPutDone.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testPutDone.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testPutDone.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testPutDone.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testReassignToUser.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testReassignToUser.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testReassignToUser.c:54:12: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testReassignToUser.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testReassignToUser.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testReassignToUser.c:44:25: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testReleaseFiles.c:44:21: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testRemoveFiles.c:44:21: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testRemoveFiles.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testRemoveFiles.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testRemoveFiles.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testRemoveFiles.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testRemoveFiles.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testReserveSpace.c:41:8: style: The scope of the variable 's_token' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testResumeRequest.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testResumeRequest.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testResumeRequest.c:56:12: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testResumeRequest.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testResumeRequest.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testResumeRequest.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testResumeRequest.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testResumeRequest.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testRm.c:44:25: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testRm.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testRm.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testRm.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testRmdir.c:25:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testRmdir.c:26:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testRmdir.c:27:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testRmdir.c:40:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testRmdir.c:41:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testSetPermission.c:27:6: style: The scope of the variable 'nbgroups' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testSetPermission.c:28:6: style: The scope of the variable 'nbusers' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testSetPermission.c:47:32: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testSetPermission.c:48:31: style: The scope of the variable 'requserp' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testSetPermission.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testSetPermission.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testSetPermission.c:43:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testSetPermission.c:44:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testSuspendRequest.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testSuspendRequest.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testSuspendRequest.c:56:12: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testSuspendRequest.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testSuspendRequest.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testSuspendRequest.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testSuspendRequest.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testSuspendRequest.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testget.c:39:8: style: The scope of the variable 'r_token' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testget.c:43:31: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testput.c:71:8: style: The scope of the variable 'r_token' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testput.c:75:31: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testput.c:57:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/win32/uxid.c:337:13: style: The scope of the variable 'p_gid' can be reduced. [variableScope]
lcgdm-1.9.0/win32/uxid.c:482:13: style: The scope of the variable 'p_uid' can be reduced. [variableScope]
[02:22]
ftp://ftp.se.debian.org/debian/pool/main/l/lcm/lcm_1.3.1+repack1.orig.tar.gz
lcm-1.3.1/lcm-logger/glib_util.c:122:53: style: Function 'signal_pipe_attach_glib' argument 1 names different: declaration 'user_func' definition 'func'. [funcArgNamesDifferent]
lcm-1.3.1/lcm-logger/glib_util.h:25:57: note: Function 'signal_pipe_attach_glib' argument 1 names different: declaration 'user_func' definition 'func'.
lcm-1.3.1/lcm-logger/glib_util.c:122:53: note: Function 'signal_pipe_attach_glib' argument 1 names different: declaration 'user_func' definition 'func'.
lcm-1.3.1/lcm-logger/lcm_logger.c:17:0: error: #error "LCM requires a glib version >= 2.14.0" [preprocessorErrorDirective]
lcm-1.3.1/lcm-lua/lua_ver_helper.h:27:0: error: #error "this version of Lua is unsupported" [preprocessorErrorDirective]
lcm-1.3.1/lcm-python/pylcm.c:231:9: style: Unused variable: status [unusedVariable]
lcm-1.3.1/lcm/dbg.h:153:9: warning: The buffer 'env' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcm-1.3.1/lcm-python/pylcm_subscription.c:35:9: style: Unused variable: status [unusedVariable]
lcm-1.3.1/lcm/eventlog.c:58:9: style: The scope of the variable 'r' can be reduced. [variableScope]
lcm-1.3.1/lcm/eventlog.c:182:13: style: The scope of the variable 'cur_time' can be reduced. [variableScope]
lcm-1.3.1/lcm/eventlog.c:186:12: style: The scope of the variable 'frac' can be reduced. [variableScope]
lcm-1.3.1/lcm/eventlog.c:45:43: style: Function 'lcm_eventlog_destroy' argument 1 names different: declaration 'eventlog' definition 'l'. [funcArgNamesDifferent]
lcm-1.3.1/lcm/eventlog.h:142:43: note: Function 'lcm_eventlog_destroy' argument 1 names different: declaration 'eventlog' definition 'l'.
lcm-1.3.1/lcm/eventlog.c:45:43: note: Function 'lcm_eventlog_destroy' argument 1 names different: declaration 'eventlog' definition 'l'.
lcm-1.3.1/lcm/eventlog.c:52:68: style: Function 'lcm_eventlog_read_next_event' argument 1 names different: declaration 'eventlog' definition 'l'. [funcArgNamesDifferent]
lcm-1.3.1/lcm/eventlog.h:102:68: note: Function 'lcm_eventlog_read_next_event' argument 1 names different: declaration 'eventlog' definition 'l'.
lcm-1.3.1/lcm/eventlog.c:52:68: note: Function 'lcm_eventlog_read_next_event' argument 1 names different: declaration 'eventlog' definition 'l'.
lcm-1.3.1/lcm/eventlog.c:120:46: style: Function 'lcm_eventlog_write_event' argument 1 names different: declaration 'eventlog' definition 'l'. [funcArgNamesDifferent]
lcm-1.3.1/lcm/eventlog.h:133:46: note: Function 'lcm_eventlog_write_event' argument 1 names different: declaration 'eventlog' definition 'l'.
lcm-1.3.1/lcm/eventlog.c:120:46: note: Function 'lcm_eventlog_write_event' argument 1 names different: declaration 'eventlog' definition 'l'.
lcm-1.3.1/lcm/eventlog.c:120:71: style: Function 'lcm_eventlog_write_event' argument 2 names different: declaration 'event' definition 'le'. [funcArgNamesDifferent]
lcm-1.3.1/lcm/eventlog.h:134:31: note: Function 'lcm_eventlog_write_event' argument 2 names different: declaration 'event' definition 'le'.
lcm-1.3.1/lcm/eventlog.c:120:71: note: Function 'lcm_eventlog_write_event' argument 2 names different: declaration 'event' definition 'le'.
lcm-1.3.1/lcm/eventlog.c:141:52: style: Function 'lcm_eventlog_free_event' argument 1 names different: declaration 'event' definition 'le'. [funcArgNamesDifferent]
lcm-1.3.1/lcm/eventlog.h:110:52: note: Function 'lcm_eventlog_free_event' argument 1 names different: declaration 'event' definition 'le'.
lcm-1.3.1/lcm/eventlog.c:141:52: note: Function 'lcm_eventlog_free_event' argument 1 names different: declaration 'event' definition 'le'.
lcm-1.3.1/lcm/eventlog.c:177:52: style: Function 'lcm_eventlog_seek_to_timestamp' argument 1 names different: declaration 'eventlog' definition 'l'. [funcArgNamesDifferent]
lcm-1.3.1/lcm/eventlog.h:121:52: note: Function 'lcm_eventlog_seek_to_timestamp' argument 1 names different: declaration 'eventlog' definition 'l'.
lcm-1.3.1/lcm/eventlog.c:177:52: note: Function 'lcm_eventlog_seek_to_timestamp' argument 1 names different: declaration 'eventlog' definition 'l'.
lcm-1.3.1/lcm/eventlog.c:177:63: style: Function 'lcm_eventlog_seek_to_timestamp' argument 2 names different: declaration 'ts' definition 'timestamp'. [funcArgNamesDifferent]
lcm-1.3.1/lcm/eventlog.h:121:70: note: Function 'lcm_eventlog_seek_to_timestamp' argument 2 names different: declaration 'ts' definition 'timestamp'.
lcm-1.3.1/lcm/eventlog.c:177:63: note: Function 'lcm_eventlog_seek_to_timestamp' argument 2 names different: declaration 'ts' definition 'timestamp'.
lcm-1.3.1/lcm/lcm_internal.h:10:0: error: #error "LCM requires a glib version >= 2.14.0" [preprocessorErrorDirective]
lcm-1.3.1/lcm/lcm_coretypes.h:336:57: portability: Casting from const float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lcm-1.3.1/lcm/lcm_coretypes.h:341:57: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lcm-1.3.1/lcm/lcm_coretypes.h:365:57: portability: Casting from const double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lcm-1.3.1/lcm/lcm_coretypes.h:370:57: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lcm-1.3.1/lcm/lcm_coretypes.h:409:18: style: The scope of the variable 'thislen' can be reduced. [variableScope]
lcm-1.3.1/lcm/lcm_coretypes.h:427:18: style: The scope of the variable 'thislen' can be reduced. [variableScope]
lcm-1.3.1/lcm/lcmtypes/channel_port_map_update_t.c:46:18: style: The scope of the variable 'thislen' can be reduced. [variableScope]
lcm-1.3.1/lcm/lcmtypes/channel_port_map_update_t.c:99:18: style: The scope of the variable 'thislen' can be reduced. [variableScope]
lcm-1.3.1/lcm/lcmtypes/channel_port_map_update_t.c:31:30: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
lcm-1.3.1/lcm/lcmtypes/channel_to_port_t.c:45:18: style: The scope of the variable 'thislen' can be reduced. [variableScope]
lcm-1.3.1/lcm/lcmtypes/channel_to_port_t.c:93:18: style: The scope of the variable 'thislen' can be reduced. [variableScope]
lcm-1.3.1/lcm/lcmtypes/channel_to_port_t.c:30:30: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
lcm-1.3.1/lcm/ringbuffer.c:197:23: style: Unsigned variable '.' can't be negative so it is unnecessary to test it. [unsignedPositive]
lcm-1.3.1/lcm/ringbuffer.c:176:22: style: Function 'lcm_ringbuf_shrink_last' argument 3 names different: declaration 'len' definition 'newlen'. [funcArgNamesDifferent]
lcm-1.3.1/lcm/ringbuffer.h:26:22: note: Function 'lcm_ringbuf_shrink_last' argument 3 names different: declaration 'len' definition 'newlen'.
lcm-1.3.1/lcm/ringbuffer.c:176:22: note: Function 'lcm_ringbuf_shrink_last' argument 3 names different: declaration 'len' definition 'newlen'.
lcm-1.3.1/lcm/windows/WinPorting.cpp:75:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
lcm-1.3.1/lcm/windows/WinPorting.cpp:73:5: note: Variable 'status' is reassigned a value before the old one has been used.
lcm-1.3.1/lcm/windows/WinPorting.cpp:75:2: note: Variable 'status' is reassigned a value before the old one has been used.
lcm-1.3.1/lcm/windows/WinPorting.cpp:82:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
lcm-1.3.1/lcm/windows/WinPorting.cpp:75:2: note: Variable 'status' is reassigned a value before the old one has been used.
lcm-1.3.1/lcm/windows/WinPorting.cpp:82:5: note: Variable 'status' is reassigned a value before the old one has been used.
lcm-1.3.1/lcm/windows/WinPorting.cpp:84:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
lcm-1.3.1/lcm/windows/WinPorting.cpp:82:5: note: Variable 'status' is reassigned a value before the old one has been used.
lcm-1.3.1/lcm/windows/WinPorting.cpp:84:2: note: Variable 'status' is reassigned a value before the old one has been used.
lcm-1.3.1/lcm/windows/WinPorting.cpp:108:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
lcm-1.3.1/lcm/windows/WinPorting.cpp:107:5: note: Variable 'status' is reassigned a value before the old one has been used.
lcm-1.3.1/lcm/windows/WinPorting.cpp:108:5: note: Variable 'status' is reassigned a value before the old one has been used.
lcm-1.3.1/lcm/windows/WinPorting.cpp:34:34: style: The scope of the variable 'nPort' can be reduced. [variableScope]
lcm-1.3.1/lcm/windows/WinPorting.cpp:139:5: style: The scope of the variable 'status' can be reduced. [variableScope]
lcm-1.3.1/lcm/windows/WinPorting.cpp:139:13: style: The scope of the variable 'flag2' can be reduced. [variableScope]
lcm-1.3.1/lcm/windows/WinPorting.cpp:108:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
lcm-1.3.1/lcmgen/emit_c.c:452:13: error: Allocation with make_accessor, fprintf doesn't release it. [leakNoVarFunctionCall]
lcm-1.3.1/lcmgen/emit_c.c:516:9: error: Allocation with make_accessor, fprintf doesn't release it. [leakNoVarFunctionCall]
lcm-1.3.1/lcmgen/emit_c.c:569:9: error: Allocation with make_accessor, fprintf doesn't release it. [leakNoVarFunctionCall]
lcm-1.3.1/lcmgen/emit_c.c:600:9: error: Allocation with make_accessor, fprintf doesn't release it. [leakNoVarFunctionCall]
lcm-1.3.1/lcmgen/emit_c.c:665:9: error: Allocation with make_accessor, fprintf doesn't release it. [leakNoVarFunctionCall]
lcm-1.3.1/lcmgen/emit_c.c:827:9: error: Allocation with make_accessor, fprintf doesn't release it. [leakNoVarFunctionCall]
lcm-1.3.1/lcmgen/emit_c.c:484:0: error: Memory leak: accessor [memleak]
lcm-1.3.1/lcmgen/emit_c.c:492:0: error: Memory leak: accessor [memleak]
lcm-1.3.1/lcmgen/emit_python.c:294:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcm-1.3.1/lcmgen/emit_python.c:296:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcm-1.3.1/lcmgen/emit_python.c:332:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcm-1.3.1/lcmgen/emit_python.c:334:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcm-1.3.1/lcmgen/emit_python.c:492:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcm-1.3.1/lcmgen/emit_python.c:494:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcm-1.3.1/lcmgen/emit_python.c:510:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcm-1.3.1/lcmgen/emit_python.c:512:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcm-1.3.1/lcmgen/getopt.c:261:30: style: Function 'getopt_get_int' argument 1 names different: declaration 'gopt' definition 'getopt'. [funcArgNamesDifferent]
lcm-1.3.1/lcmgen/getopt.h:44:30: note: Function 'getopt_get_int' argument 1 names different: declaration 'gopt' definition 'getopt'.
lcm-1.3.1/lcmgen/getopt.c:261:30: note: Function 'getopt_get_int' argument 1 names different: declaration 'gopt' definition 'getopt'.
lcm-1.3.1/lcmgen/getopt.c:268:31: style: Function 'getopt_get_bool' argument 1 names different: declaration 'gopt' definition 'getopt'. [funcArgNamesDifferent]
lcm-1.3.1/lcmgen/getopt.h:45:31: note: Function 'getopt_get_bool' argument 1 names different: declaration 'gopt' definition 'getopt'.
lcm-1.3.1/lcmgen/getopt.c:268:31: note: Function 'getopt_get_bool' argument 1 names different: declaration 'gopt' definition 'getopt'.
lcm-1.3.1/lcmgen/lcmgen.c:672:38: style: Function 'parse_struct' argument 1 names different: declaration 'lcm' definition 'lcmgen'. [funcArgNamesDifferent]
lcm-1.3.1/lcmgen/lcmgen.c:50:38: note: Function 'parse_struct' argument 1 names different: declaration 'lcm' definition 'lcmgen'.
lcm-1.3.1/lcmgen/lcmgen.c:672:38: note: Function 'parse_struct' argument 1 names different: declaration 'lcm' definition 'lcmgen'.
lcm-1.3.1/lcmgen/lcmgen.c:706:34: style: Function 'parse_enum' argument 1 names different: declaration 'lcm' definition 'lcmgen'. [funcArgNamesDifferent]
lcm-1.3.1/lcmgen/lcmgen.c:51:34: note: Function 'parse_enum' argument 1 names different: declaration 'lcm' definition 'lcmgen'.
lcm-1.3.1/lcmgen/lcmgen.c:706:34: note: Function 'parse_enum' argument 1 names different: declaration 'lcm' definition 'lcmgen'.
lcm-1.3.1/lcmgen/lcmgen.c:788:34: style: Function 'lcmgen_handle_file' argument 1 names different: declaration 'lcm' definition 'lcmgen'. [funcArgNamesDifferent]
lcm-1.3.1/lcmgen/lcmgen.h:187:34: note: Function 'lcmgen_handle_file' argument 1 names different: declaration 'lcm' definition 'lcmgen'.
lcm-1.3.1/lcmgen/lcmgen.c:788:34: note: Function 'lcmgen_handle_file' argument 1 names different: declaration 'lcm' definition 'lcmgen'.
lcm-1.3.1/lcmgen/lcmgen.c:879:28: style: Function 'lcmgen_dump' argument 1 names different: declaration 'lcm' definition 'lcmgen'. [funcArgNamesDifferent]
lcm-1.3.1/lcmgen/lcmgen.h:184:28: note: Function 'lcmgen_dump' argument 1 names different: declaration 'lcm' definition 'lcmgen'.
lcm-1.3.1/lcmgen/lcmgen.c:879:28: note: Function 'lcmgen_dump' argument 1 names different: declaration 'lcm' definition 'lcmgen'.
lcm-1.3.1/liblcm-test/lcm-source.c:169:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcm-1.3.1/liblcm-test/lcm-source.c:31:9: style: The scope of the variable 'ind' can be reduced. [variableScope]
lcm-1.3.1/liblcm-test/lcm-source.c:92:17: warning: The buffer 'channel' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcm-1.3.1/liblcm-test/lcm-source.c:123:0: error: Memory leak: data [memleak]
lcm-1.3.1/liblcm-test/lcm-tester.c:111:5: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
lcm-1.3.1/liblcm-test/lcm-tester.c:110:0: note: Variable 'h' is reassigned a value before the old one has been used.
lcm-1.3.1/liblcm-test/lcm-tester.c:111:5: note: Variable 'h' is reassigned a value before the old one has been used.
lcm-1.3.1/test/c/common.c:101:35: style: Function 'fill_lcmtest_multidim_array_t' argument 1 names different: declaration 'num_children' definition 'num'. [funcArgNamesDifferent]
lcm-1.3.1/test/c/common.h:19:40: note: Function 'fill_lcmtest_multidim_array_t' argument 1 names different: declaration 'num_children' definition 'num'.
lcm-1.3.1/test/c/common.c:101:35: note: Function 'fill_lcmtest_multidim_array_t' argument 1 names different: declaration 'num_children' definition 'num'.
lcm-1.3.1/test/c/common.c:101:66: style: Function 'fill_lcmtest_multidim_array_t' argument 2 names different: declaration 'result' definition 'msg'. [funcArgNamesDifferent]
lcm-1.3.1/test/c/common.h:19:80: note: Function 'fill_lcmtest_multidim_array_t' argument 2 names different: declaration 'result' definition 'msg'.
lcm-1.3.1/test/c/common.c:101:66: note: Function 'fill_lcmtest_multidim_array_t' argument 2 names different: declaration 'result' definition 'msg'.
lcm-1.3.1/test/c/memq_test.cpp:15:10: style: struct member 'MemqSimpleState::handled' is never used. [unusedStructMember]
lcm-1.3.1/test/cpp/client.cpp:66:7: style: Member variable 'EchoTest::response_count_' is in the wrong place in the initializer list. [initializerList]
lcm-1.3.1/test/cpp/client.cpp:20:9: note: Member variable 'EchoTest::response_count_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:66:7: note: Member variable 'EchoTest::response_count_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:65:12: style: Member variable 'EchoTest::echo_data_' is in the wrong place in the initializer list. [initializerList]
lcm-1.3.1/test/cpp/client.cpp:21:9: note: Member variable 'EchoTest::echo_data_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:65:12: note: Member variable 'EchoTest::echo_data_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:64:7: style: Member variable 'EchoTest::echo_msg_len_' is in the wrong place in the initializer list. [initializerList]
lcm-1.3.1/test/cpp/client.cpp:22:9: note: Member variable 'EchoTest::echo_msg_len_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:64:7: note: Member variable 'EchoTest::echo_msg_len_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:121:0: style: Member variable 'TypedTest < lcmtest :: primitives_t >::response_count_' is in the wrong place in the initializer list. [initializerList]
lcm-1.3.1/test/cpp/client.cpp:83:0: note: Member variable 'TypedTest < lcmtest :: primitives_t >::response_count_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:121:0: note: Member variable 'TypedTest < lcmtest :: primitives_t >::response_count_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:121:0: style: Member variable 'TypedTest < lcmtest :: primitives_list_t >::response_count_' is in the wrong place in the initializer list. [initializerList]
lcm-1.3.1/test/cpp/client.cpp:83:0: note: Member variable 'TypedTest < lcmtest :: primitives_list_t >::response_count_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:121:0: note: Member variable 'TypedTest < lcmtest :: primitives_list_t >::response_count_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:121:0: style: Member variable 'TypedTest < lcmtest :: node_t >::response_count_' is in the wrong place in the initializer list. [initializerList]
lcm-1.3.1/test/cpp/client.cpp:83:0: note: Member variable 'TypedTest < lcmtest :: node_t >::response_count_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:121:0: note: Member variable 'TypedTest < lcmtest :: node_t >::response_count_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:121:0: style: Member variable 'TypedTest < lcmtest :: multidim_array_t >::response_count_' is in the wrong place in the initializer list. [initializerList]
lcm-1.3.1/test/cpp/client.cpp:83:0: note: Member variable 'TypedTest < lcmtest :: multidim_array_t >::response_count_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:121:0: note: Member variable 'TypedTest < lcmtest :: multidim_array_t >::response_count_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:121:0: style: Member variable 'TypedTest < lcmtest2 :: cross_package_t >::response_count_' is in the wrong place in the initializer list. [initializerList]
lcm-1.3.1/test/cpp/client.cpp:83:0: note: Member variable 'TypedTest < lcmtest2 :: cross_package_t >::response_count_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:121:0: note: Member variable 'TypedTest < lcmtest2 :: cross_package_t >::response_count_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:80:0: performance: Function parameter 'test_name' should be passed by const reference. [passedByValue]
lcm-1.3.1/test/cpp/common.cpp:176:9: warning: %jd in format string (no. 1) requires 'intmax_t' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcm-1.3.1/test/cpp/common.cpp:238:3: warning: %jd in format string (no. 1) requires 'intmax_t' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcm-1.3.1/test/cpp/common.cpp:81:22: style: Function 'FillLcmType' argument 1 names different: declaration 'num_children' definition 'num'. [funcArgNamesDifferent]
lcm-1.3.1/test/cpp/common.hpp:12:22: note: Function 'FillLcmType' argument 1 names different: declaration 'num_children' definition 'num'.
lcm-1.3.1/test/cpp/common.cpp:81:22: note: Function 'FillLcmType' argument 1 names different: declaration 'num_children' definition 'num'.
lcm-1.3.1/test/cpp/common.cpp:81:54: style: Function 'FillLcmType' argument 2 names different: declaration 'result' definition 'msg'. [funcArgNamesDifferent]
lcm-1.3.1/test/cpp/common.hpp:12:63: note: Function 'FillLcmType' argument 2 names different: declaration 'result' definition 'msg'.
lcm-1.3.1/test/cpp/common.cpp:81:54: note: Function 'FillLcmType' argument 2 names different: declaration 'result' definition 'msg'.
lcm-1.3.1/test/cpp/common.cpp:279:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
lcm-1.3.1/test/cpp/memq_test.cpp:14:10: style: struct member 'MemqSimpleState::handled' is never used. [unusedStructMember]
[02:23]
ftp://ftp.se.debian.org/debian/pool/main/l/lcmaps/lcmaps_1.6.6.orig.tar.gz
lcmaps-1.6.6/src/evaluationmanager/evaluationmanager.c:156:53: style: Function 'lcmaps_getPluginNameAndArgs' argument 1 names different: declaration 'plugin' definition 'plugins'. [funcArgNamesDifferent]
lcmaps-1.6.6/src/evaluationmanager/evaluationmanager.h:67:60: note: Function 'lcmaps_getPluginNameAndArgs' argument 1 names different: declaration 'plugin' definition 'plugins'.
lcmaps-1.6.6/src/evaluationmanager/evaluationmanager.c:156:53: note: Function 'lcmaps_getPluginNameAndArgs' argument 1 names different: declaration 'plugin' definition 'plugins'.
evaluationmanager/pdl_lex.c:1209:27: warning: Possible null pointer dereference: b [nullPointer]
evaluationmanager/pdl_lex.c:1206:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
evaluationmanager/pdl_lex.c:1209:27: note: Null pointer dereference
evaluationmanager/pdl_lex.c:1211:9: warning: Possible null pointer dereference: b [nullPointer]
evaluationmanager/pdl_lex.c:1206:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
evaluationmanager/pdl_lex.c:1211:9: note: Null pointer dereference
evaluationmanager/pdl_lex.c:1581:2: warning: Possible null pointer dereference: b [nullPointer]
evaluationmanager/pdl_lex.c:1470:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
evaluationmanager/pdl_lex.c:1581:2: note: Null pointer dereference
evaluationmanager/pdl_lex.c:1582:2: warning: Possible null pointer dereference: b [nullPointer]
evaluationmanager/pdl_lex.c:1470:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
evaluationmanager/pdl_lex.c:1582:2: note: Null pointer dereference
evaluationmanager/pdl_lex.c:1593:9: warning: Possible null pointer dereference: b [nullPointer]
evaluationmanager/pdl_lex.c:1470:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
evaluationmanager/pdl_lex.c:1593:9: note: Null pointer dereference
evaluationmanager/pdl_lex.c:1320:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
evaluationmanager/pdl_lex.c:352:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
evaluationmanager/pdl_lex.c:1320:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
evaluationmanager/pdl_lex.c:1343:49: style: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'. [funcArgNamesDifferent]
evaluationmanager/pdl_lex.c:626:38: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
evaluationmanager/pdl_lex.c:1343:49: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
evaluationmanager/pdl_lex.c:1766:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
evaluationmanager/pdl_lex.c:302:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
evaluationmanager/pdl_lex.c:1766:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
evaluationmanager/pdl_lex.c:1779:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
evaluationmanager/pdl_lex.c:303:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
evaluationmanager/pdl_lex.c:1779:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
evaluationmanager/pdl_lex.c:1779:62: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
evaluationmanager/pdl_lex.c:303:56: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
evaluationmanager/pdl_lex.c:1779:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
evaluationmanager/pdl_lex.c:1911:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
evaluationmanager/pdl_lex.c:592:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
evaluationmanager/pdl_lex.c:1911:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
lcmaps-1.6.6/src/evaluationmanager/pdl_main.c:255:5: style: Variable 'p_list' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/evaluationmanager/pdl_main.c:252:0: note: Variable 'p_list' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/evaluationmanager/pdl_main.c:255:5: note: Variable 'p_list' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/evaluationmanager/pdl_main.c:315:17: style: The scope of the variable 'remainder' can be reduced. [variableScope]
lcmaps-1.6.6/src/evaluationmanager/pdl_main.c:564:5: error: Memory leak: record [memleak]
lcmaps-1.6.6/src/evaluationmanager/pdl_policy.c:110:35: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcmaps-1.6.6/src/evaluationmanager/pdl_policy.c:118:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcmaps-1.6.6/src/evaluationmanager/pdl_policy.c:182:26: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcmaps-1.6.6/src/evaluationmanager/pdl_policy.c:356:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-1.6.6/src/evaluationmanager/pdl_policy.c:179:37: style: Function 'lcmaps_remove_policy' argument 1 names different: declaration 'name' definition 'policy'. [funcArgNamesDifferent]
lcmaps-1.6.6/src/evaluationmanager/pdl_policy.h:76:44: note: Function 'lcmaps_remove_policy' argument 1 names different: declaration 'name' definition 'policy'.
lcmaps-1.6.6/src/evaluationmanager/pdl_policy.c:179:37: note: Function 'lcmaps_remove_policy' argument 1 names different: declaration 'name' definition 'policy'.
lcmaps-1.6.6/src/evaluationmanager/pdl_rule.c:253:16: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-1.6.6/src/evaluationmanager/pdl_rule.c:518:23: style: The scope of the variable 'mid' can be reduced. [variableScope]
lcmaps-1.6.6/src/evaluationmanager/pdl_test.c:124:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lcmaps-1.6.6/src/evaluationmanager/pdl_variable.c:96:16: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcmaps-1.6.6/src/evaluationmanager/pdl_variable.c:97:16: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcmaps-1.6.6/src/evaluationmanager/pdl_variable.c:93:26: style: Variable 'name->string' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/evaluationmanager/pdl_variable.c:92:26: note: Variable 'name->string' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/evaluationmanager/pdl_variable.c:93:26: note: Variable 'name->string' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/evaluationmanager/pdl_variable.c:268:11: style: The scope of the variable 't' can be reduced. [variableScope]
evaluationmanager/pdl_yacc.c:1073:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
../../src/evaluationmanager/pdl_yacc.y:73:32: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:76:63: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:77:63: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:80:33: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:81:93: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:84:61: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:85:61: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:87:137: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:88:75: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:91:137: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:92:75: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:96:31: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:100:74: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:101:101: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:102:78: style: Same expression on both sides of '-'. [duplicateExpression]
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_gsi_utils.c:223:5: style: Variable 'deleg_cred_handle' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_gsi_utils.c:211:0: note: Variable 'deleg_cred_handle' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_gsi_utils.c:223:5: note: Variable 'deleg_cred_handle' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_gsi_utils.c:236:28: style: Variable 'major_status' is assigned a value that is never used. [unreadVariable]
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:693:13: warning: Either the condition 'tmp_lcmaps_vomsdata' is redundant or there is possible null pointer dereference: tmp_lcmaps_vomsdata. [nullPointerRedundantCheck]
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:689:27: note: Assuming that condition 'tmp_lcmaps_vomsdata' is not redundant
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:693:13: note: Null pointer dereference
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:699:13: warning: Either the condition 'tmp_lcmaps_vomsdata' is redundant or there is possible null pointer dereference: tmp_lcmaps_vomsdata. [nullPointerRedundantCheck]
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:689:27: note: Assuming that condition 'tmp_lcmaps_vomsdata' is not redundant
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:699:13: note: Null pointer dereference
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:952:4: style: Variable 'asn1time_generalized' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:944:0: note: Variable 'asn1time_generalized' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:952:4: note: Variable 'asn1time_generalized' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:1058:9: style: Variable 'tmpFile' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:1054:0: note: Variable 'tmpFile' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:1058:9: note: Variable 'tmpFile' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:853:17: style: The scope of the variable 'logstr' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:854:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:855:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:1051:41: style: Function 'lcmaps_print_x509_to_string' argument 1 names different: declaration 'px509_cert' definition 'px509'. [funcArgNamesDifferent]
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:117:41: note: Function 'lcmaps_print_x509_to_string' argument 1 names different: declaration 'px509_cert' definition 'px509'.
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:1051:41: note: Function 'lcmaps_print_x509_to_string' argument 1 names different: declaration 'px509_cert' definition 'px509'.
lcmaps-1.6.6/src/grid_credential_handling/lcmaps_credential.c:936:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcmaps-1.6.6/src/grid_credential_handling/lcmaps_credential.c:1048:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcmaps-1.6.6/src/grid_credential_handling/lcmaps_credential.c:648:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/lcmaps_credential.c:649:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/lcmaps_credential.c:746:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/lcmaps_credential.c:920:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/lcmaps_credential.c:992:21: style: The scope of the variable 'ac_voms' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/lcmaps_runvars.c:510:5: style: Variable 'pargument' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/grid_credential_handling/lcmaps_runvars.c:501:0: note: Variable 'pargument' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/grid_credential_handling/lcmaps_runvars.c:510:5: note: Variable 'pargument' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/grid_credential_handling/lcmaps_runvars.c:165:8: style: Function 'lcmaps_extractRunVars' argument 3 names different: declaration 'requested_username' definition 'req_username'. [funcArgNamesDifferent]
lcmaps-1.6.6/src/grid_credential_handling/_lcmaps_runvars.h:73:8: note: Function 'lcmaps_extractRunVars' argument 3 names different: declaration 'requested_username' definition 'req_username'.
lcmaps-1.6.6/src/grid_credential_handling/lcmaps_runvars.c:165:8: note: Function 'lcmaps_extractRunVars' argument 3 names different: declaration 'requested_username' definition 'req_username'.
lcmaps-1.6.6/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c:184:16: style: The scope of the variable 'xi' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c:269:9: style: The scope of the variable 'amount_of_CAs' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c:270:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c:271:9: style: The scope of the variable 'depth' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c:317:9: style: The scope of the variable 'amount_of_CAs' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c:318:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c:319:9: style: The scope of the variable 'depth' can be reduced. [variableScope]
lcmaps-1.6.6/src/lcmaps_account.c:120:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-1.6.6/src/lcmaps_return_poolindex.c:116:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/lcmaps_return_poolindex.c:112:0: note: Variable 'rc' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/lcmaps_return_poolindex.c:116:5: note: Variable 'rc' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/lcmaps_test.c:94:12: style: The scope of the variable 'lcmaps_request' can be reduced. [variableScope]
lcmaps-1.6.6/src/lcmaps_test.c:152:15: style: The scope of the variable 'error' can be reduced. [variableScope]
lcmaps-1.6.6/src/lcmaps_test.c:153:13: style: The scope of the variable 'retval' can be reduced. [variableScope]
lcmaps-1.6.6/src/lcmaps_test.c:154:15: style: The scope of the variable 'LcmapsInit' can be reduced. [variableScope]
lcmaps-1.6.6/src/lcmaps_test.c:155:15: style: The scope of the variable 'LcmapsTerm' can be reduced. [variableScope]
lcmaps-1.6.6/src/lcmaps_test.c:160:15: style: The scope of the variable 'LcmapsRun' can be reduced. [variableScope]
lcmaps-1.6.6/src/lcmaps_test.c:95:0: style: Variable 'client_name' is assigned a value that is never used. [unreadVariable]
lcmaps-1.6.6/src/pluginmanager/lcmaps_db_read.c:191:59: warning: Either the condition 'entry!=NULL' is redundant or there is possible null pointer dereference: entry. [nullPointerRedundantCheck]
lcmaps-1.6.6/src/pluginmanager/lcmaps_db_read.c:196:27: note: Assuming that condition 'entry!=NULL' is not redundant
lcmaps-1.6.6/src/pluginmanager/lcmaps_db_read.c:191:59: note: Null pointer dereference
lcmaps-1.6.6/src/pluginmanager/lcmaps_db_read.c:234:30: style: Function 'lcmaps_db_fill_entry' argument 1 names different: declaration 'plcmaps_db' definition 'list'. [funcArgNamesDifferent]
lcmaps-1.6.6/src/pluginmanager/_lcmaps_db_read.h:66:30: note: Function 'lcmaps_db_fill_entry' argument 1 names different: declaration 'plcmaps_db' definition 'list'.
lcmaps-1.6.6/src/pluginmanager/lcmaps_db_read.c:234:30: note: Function 'lcmaps_db_fill_entry' argument 1 names different: declaration 'plcmaps_db' definition 'list'.
lcmaps-1.6.6/src/pluginmanager/lcmaps_db_read.c:235:29: style: Function 'lcmaps_db_fill_entry' argument 2 names different: declaration 'db_entry' definition 'entry'. [funcArgNamesDifferent]
lcmaps-1.6.6/src/pluginmanager/_lcmaps_db_read.h:67:30: note: Function 'lcmaps_db_fill_entry' argument 2 names different: declaration 'db_entry' definition 'entry'.
lcmaps-1.6.6/src/pluginmanager/lcmaps_db_read.c:235:29: note: Function 'lcmaps_db_fill_entry' argument 2 names different: declaration 'db_entry' definition 'entry'.
lcmaps-1.6.6/src/pluginmanager/lcmaps_log.c:171:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lcmaps-1.6.6/src/pluginmanager/lcmaps_log.c:172:12: style: The scope of the variable 'longval' can be reduced. [variableScope]
lcmaps-1.6.6/src/pluginmanager/lcmaps_log.c:173:12: style: The scope of the variable 'logfile' can be reduced. [variableScope]
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:229:5: style: Variable 'pdl_path' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:222:0: note: Variable 'pdl_path' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:229:5: note: Variable 'pdl_path' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:518:5: style: Variable 'args' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:505:0: note: Variable 'args' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:518:5: note: Variable 'args' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:521:5: style: Variable 'pname' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:504:0: note: Variable 'pname' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:521:5: note: Variable 'pname' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:788:5: style: Variable 'symhandle' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:784:0: note: Variable 'symhandle' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:788:5: note: Variable 'symhandle' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:941:5: style: Variable 'plugin_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:939:0: note: Variable 'plugin_entry' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:941:5: note: Variable 'plugin_entry' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:1206:5: style: Variable 'plugin_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:1202:0: note: Variable 'plugin_entry' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:1206:5: note: Variable 'plugin_entry' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:938:35: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcmaps-1.6.6/src/pluginmanager/lcmaps_utils.c:203:18: style: The scope of the variable 'pp' can be reduced. [variableScope]
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:125:5: style: Variable 'newVoData' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:123:0: note: Variable 'newVoData' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:125:5: note: Variable 'newVoData' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:467:5: style: Variable 'bufptr' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:464:0: note: Variable 'bufptr' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:467:5: note: Variable 'bufptr' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:649:5: style: Variable 'newVoMapping' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:647:0: note: Variable 'newVoMapping' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:649:5: note: Variable 'newVoMapping' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:597:25: style: Variable 'bufptr' is assigned a value that is never used. [unreadVariable]
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:598:25: style: Variable 'buflen' is assigned a value that is never used. [unreadVariable]
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:141:6: error: Memory leak: newVoData [memleak]
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:147:6: error: Memory leak: newVoData [memleak]
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:153:6: error: Memory leak: newVoData [memleak]
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:159:6: error: Memory leak: newVoData [memleak]
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:165:6: error: Memory leak: newVoData [memleak]
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:663:6: error: Memory leak: newVoMapping [memleak]
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:670:6: error: Memory leak: newVoMapping [memleak]
[02:23]
ftp://ftp.se.debian.org/debian/pool/main/l/lcmaps-plugins-basic/lcmaps-plugins-basic_1.7.1.orig.tar.gz
lcmaps-plugins-basic-1.7.1/src/ldap_enf/lcmaps_ldap.c:960:28: warning: Either the condition 'if(tmplog)' is redundant or there is possible null pointer dereference: tmplog. [nullPointerRedundantCheck]
lcmaps-plugins-basic-1.7.1/src/ldap_enf/lcmaps_ldap.c:962:22: note: Assuming that condition 'if(tmplog)' is not redundant
lcmaps-plugins-basic-1.7.1/src/ldap_enf/lcmaps_ldap.c:960:28: note: Null pointer dereference
lcmaps-plugins-basic-1.7.1/src/ldap_enf/lcmaps_ldap.c:969:28: warning: Either the condition 'if(tmplog)' is redundant or there is possible null pointer dereference: tmplog. [nullPointerRedundantCheck]
lcmaps-plugins-basic-1.7.1/src/ldap_enf/lcmaps_ldap.c:971:22: note: Assuming that condition 'if(tmplog)' is not redundant
lcmaps-plugins-basic-1.7.1/src/ldap_enf/lcmaps_ldap.c:969:28: note: Null pointer dereference
lcmaps-plugins-basic-1.7.1/src/ldap_enf/lcmaps_ldap.c:1012:26: warning: Either the condition 'if(tmplog)' is redundant or there is possible null pointer dereference: tmplog. [nullPointerRedundantCheck]
lcmaps-plugins-basic-1.7.1/src/ldap_enf/lcmaps_ldap.c:1014:20: note: Assuming that condition 'if(tmplog)' is not redundant
lcmaps-plugins-basic-1.7.1/src/ldap_enf/lcmaps_ldap.c:1012:26: note: Null pointer dereference
lcmaps-plugins-basic-1.7.1/src/utils/lcmaps_gridmapdir.c:354:20: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-plugins-basic-1.7.1/src/utils/lcmaps_gridmapdir.c:355:17: style: The scope of the variable 'suffix' can be reduced. [variableScope]
lcmaps-plugins-basic-1.7.1/src/utils/lcmaps_gridmapdir.c:430:17: style: The scope of the variable 'logstr' can be reduced. [variableScope]
lcmaps-plugins-basic-1.7.1/src/utils/lcmaps_gridmapfile.c:349:17: style: The scope of the variable 'logstr' can be reduced. [variableScope]
lcmaps-plugins-basic-1.7.1/src/utils/lcmaps_gridmapfile.c:461:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lcmaps-plugins-basic-1.7.1/src/utils/lcmaps_gridmapfile.c:463:20: style: The scope of the variable 'pw' can be reduced. [variableScope]
[02:23]
ftp://ftp.se.debian.org/debian/pool/main/l/lcmaps-plugins-jobrep/lcmaps-plugins-jobrep_1.5.6.orig.tar.gz
lcmaps-plugins-jobrep-1.5.6/src/api/jobrep_odbc_api.c:138:5: style: Variable 'db_handle' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-plugins-jobrep-1.5.6/src/api/jobrep_odbc_api.c:137:0: note: Variable 'db_handle' is reassigned a value before the old one has been used.
lcmaps-plugins-jobrep-1.5.6/src/api/jobrep_odbc_api.c:138:5: note: Variable 'db_handle' is reassigned a value before the old one has been used.
lcmaps-plugins-jobrep-1.5.6/src/api/jobrep_odbc_api.c:163:5: style: Variable 'jr_db_handle' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-plugins-jobrep-1.5.6/src/api/jobrep_odbc_api.c:160:0: note: Variable 'jr_db_handle' is reassigned a value before the old one has been used.
lcmaps-plugins-jobrep-1.5.6/src/api/jobrep_odbc_api.c:163:5: note: Variable 'jr_db_handle' is reassigned a value before the old one has been used.
lcmaps-plugins-jobrep-1.5.6/src/api/jobrep_odbc_api.c:81:20: style: The scope of the variable 'search' can be reduced. [variableScope]
lcmaps-plugins-jobrep-1.5.6/src/api/jobrep_odbc_api.c:82:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-plugins-jobrep-1.5.6/src/jobrep/jobrep_data_handling.c:1330:5: style: Variable 'tmpTime' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-plugins-jobrep-1.5.6/src/jobrep/jobrep_data_handling.c:1327:0: note: Variable 'tmpTime' is reassigned a value before the old one has been used.
lcmaps-plugins-jobrep-1.5.6/src/jobrep/jobrep_data_handling.c:1330:5: note: Variable 'tmpTime' is reassigned a value before the old one has been used.
lcmaps-plugins-jobrep-1.5.6/src/jobrep/jobrep_data_handling.c:352:5: warning: The buffer 'emptyname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcmaps-plugins-jobrep-1.5.6/src/jobrep/jobrep_data_handling.c:1005:5: warning: The buffer 'emptyname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
[02:23]
ftp://ftp.se.debian.org/debian/pool/main/l/lcmaps-plugins-verify-proxy/lcmaps-plugins-verify-proxy_1.5.4.orig.tar.gz
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:205:26: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:392:33: warning: Either the condition 'if(cert_DN)' is redundant or there is possible null pointer dereference: cert_DN. [nullPointerRedundantCheck]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:454:16: note: Assuming that condition 'if(cert_DN)' is not redundant
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:392:33: note: Null pointer dereference
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:393:33: warning: Either the condition 'if(issuer_DN)' is redundant or there is possible null pointer dereference: issuer_DN. [nullPointerRedundantCheck]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:455:16: note: Assuming that condition 'if(issuer_DN)' is not redundant
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:393:33: note: Null pointer dereference
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:426:25: warning: Either the condition 'if(cert_DN)' is redundant or there is possible null pointer dereference: cert_DN. [nullPointerRedundantCheck]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:454:16: note: Assuming that condition 'if(cert_DN)' is not redundant
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:426:25: note: Null pointer dereference
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:426:34: warning: Either the condition 'if(issuer_DN)' is redundant or there is possible null pointer dereference: issuer_DN. [nullPointerRedundantCheck]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:455:16: note: Assuming that condition 'if(issuer_DN)' is not redundant
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:426:34: note: Null pointer dereference
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:609:5: warning: Either the condition 'if(store)' is redundant or there is possible null pointer dereference: store. [nullPointerRedundantCheck]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:677:8: note: Assuming that condition 'if(store)' is not redundant
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:609:5: note: Null pointer dereference
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:78:13: style: The scope of the variable 'argp' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:216:20: style: The scope of the variable 'ex' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:246:26: style: The scope of the variable 'xi' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/lcmaps_verify_proxy.c:253:31: warning: Logical disjunction always evaluates to true: level >= 0 || level <= 9. [incorrectLogicOperator]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/lcmaps_verify_proxy.c:522:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/lcmaps_verify_proxy.c:519:9: note: Variable 'result' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/lcmaps_verify_proxy.c:522:9: note: Variable 'result' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/lcmaps_verify_proxy.c:216:20: style: The scope of the variable 'level' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/lcmaps_verify_proxy.c:217:20: style: The scope of the variable 't_for_time' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/lcmaps_verify_proxy.c:244:20: style: The scope of the variable 't_for_time' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:534:5: style: Variable 'time_s' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:532:0: note: Variable 'time_s' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:534:5: note: Variable 'time_s' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:983:5: style: Variable 'curr' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:981:0: note: Variable 'curr' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:983:5: note: Variable 'curr' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:1009:5: style: Variable 'curr' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:1007:0: note: Variable 'curr' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:1009:5: note: Variable 'curr' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:1033:5: style: Variable 'curr' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:1030:0: note: Variable 'curr' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:1033:5: note: Variable 'curr' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:459:12: style: The scope of the variable 'logstr' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:460:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:461:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/main.c:167:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/main.c:165:5: note: Variable 'result' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/main.c:167:5: note: Variable 'result' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src/verify_x509.c:306:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src/verify_x509.c:307:9: style: The scope of the variable 'depth' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:279:33: warning: Either the condition 'if(cert_DN)' is redundant or there is possible null pointer dereference: cert_DN. [nullPointerRedundantCheck]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:391:16: note: Assuming that condition 'if(cert_DN)' is not redundant
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:279:33: note: Null pointer dereference
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:280:33: warning: Either the condition 'if(issuer_DN)' is redundant or there is possible null pointer dereference: issuer_DN. [nullPointerRedundantCheck]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:392:16: note: Assuming that condition 'if(issuer_DN)' is not redundant
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:280:33: note: Null pointer dereference
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:308:25: warning: Either the condition 'if(cert_DN)' is redundant or there is possible null pointer dereference: cert_DN. [nullPointerRedundantCheck]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:391:16: note: Assuming that condition 'if(cert_DN)' is not redundant
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:308:25: note: Null pointer dereference
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:308:34: warning: Either the condition 'if(issuer_DN)' is redundant or there is possible null pointer dereference: issuer_DN. [nullPointerRedundantCheck]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:392:16: note: Assuming that condition 'if(issuer_DN)' is not redundant
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:308:34: note: Null pointer dereference
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:648:29: warning: Either the condition 'if(cert_subjectdn&&(strlen(cert_subjectdn)>strlen("/cn=proxy"))&&(tail_str=&cert_subjectdn[strlen(cert_subjectdn)-strlen("/cn=proxy")])&&(strcasecmp(tail_str,"/cn=proxy")==0))' is redundant or there is possible null pointer dereference: cert_subjectdn. [nullPointerRedundantCheck]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:662:12: note: Assuming that condition 'if(cert_subjectdn&&(strlen(cert_subjectdn)>strlen("/cn=proxy"))&&(tail_str=&cert_subjectdn[strlen(cert_subjectdn)-strlen("/cn=proxy")])&&(strcasecmp(tail_str,"/cn=proxy")==0))' is not redundant
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:648:29: note: Null pointer dereference
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:1289:5: warning: Either the condition 'if(store)' is redundant or there is possible null pointer dereference: store. [nullPointerRedundantCheck]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:1389:8: note: Assuming that condition 'if(store)' is not redundant
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:1289:5: note: Null pointer dereference
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:90:20: style: The scope of the variable 'ex' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:121:26: style: The scope of the variable 'xi' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:1104:1: style: Label 'success' is not used. [unusedLabel]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/log.c:48:38: style: Function 'Log' argument 2 names different: declaration 'msg' definition 'fmt'. [funcArgNamesDifferent]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/log.h:46:38: note: Function 'Log' argument 2 names different: declaration 'msg' definition 'fmt'.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/log.c:48:38: note: Function 'Log' argument 2 names different: declaration 'msg' definition 'fmt'.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/log.c:92:48: style: Function 'Error' argument 2 names different: declaration 'msg' definition 'fmt'. [funcArgNamesDifferent]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/log.h:47:48: note: Function 'Error' argument 2 names different: declaration 'msg' definition 'fmt'.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/log.c:92:48: note: Function 'Error' argument 2 names different: declaration 'msg' definition 'fmt'.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/verify_x509_utils.c:35:30: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/verify_x509_utils.c:277:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/verify_x509_utils.c:272:0: note: Variable 'result' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/verify_x509_utils.c:277:5: note: Variable 'result' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/verify_x509_utils.c:216:26: style: The scope of the variable 'xi' can be reduced. [variableScope]
[02:23]
ftp://ftp.se.debian.org/debian/pool/main/l/lcmaps-plugins-voms/lcmaps-plugins-voms_1.7.1.orig.tar.gz
lcmaps-plugins-voms-1.7.1/src/utils/lcmaps_gridmapdir.c:354:20: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-plugins-voms-1.7.1/src/utils/lcmaps_gridmapdir.c:355:17: style: The scope of the variable 'suffix' can be reduced. [variableScope]
lcmaps-plugins-voms-1.7.1/src/utils/lcmaps_gridmapdir.c:430:17: style: The scope of the variable 'logstr' can be reduced. [variableScope]
lcmaps-plugins-voms-1.7.1/src/utils/lcmaps_gridmapfile.c:349:17: style: The scope of the variable 'logstr' can be reduced. [variableScope]
lcmaps-plugins-voms-1.7.1/src/utils/lcmaps_gridmapfile.c:461:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lcmaps-plugins-voms-1.7.1/src/utils/lcmaps_gridmapfile.c:463:20: style: The scope of the variable 'pw' can be reduced. [variableScope]
lcmaps-plugins-voms-1.7.1/src/voms/lcmaps_voms_poolaccount.c:1188:12: style: The scope of the variable 'len' can be reduced. [variableScope]
lcmaps-plugins-voms-1.7.1/src/voms/lcmaps_voms_poolaccount.c:1191:19: style: The scope of the variable 'group_info' can be reduced. [variableScope]
[02:23]
ftp://ftp.se.debian.org/debian/pool/main/l/lcms/lcms_1.19.dfsg2.orig.tar.gz
lcms-1.19/jpegicc/iccjpeg.c:58:16: style: The scope of the variable 'length' can be reduced. [variableScope]
lcms-1.19/jpegicc/iccjpeg.c:220:20: style: Checking if unsigned variable 'total_length' is less than zero. [unsignedLessThanZero]
lcms-1.19/jpegicc/jpegicc.c:1042:13: style: The scope of the variable 'Intents' can be reduced. [variableScope]
lcms-1.19/samples/icctrans.c:1093:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lcms-1.19/samples/icctrans.c:1091:20: note: outer condition: hTransXYZ
lcms-1.19/samples/icctrans.c:1093:17: note: identical inner condition: hTransXYZ
lcms-1.19/samples/icctrans.c:694:13: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lcms-1.19/samples/icctrans.c:314:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcms-1.19/samples/icctrans.c:651:5: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
lcms-1.19/samples/mkcmy.c:76:6: style: Variable 'Table' is assigned a value that is never used. [unreadVariable]
lcms-1.19/samples/mktiff8.c:46:9: style: The scope of the variable 'a' can be reduced. [variableScope]
lcms-1.19/samples/mktiff8.c:54:3: style: Variable 'Table' is assigned a value that is never used. [unreadVariable]
lcms-1.19/samples/mktiff8.c:70:6: style: Variable 'Table' is assigned a value that is never used. [unreadVariable]
lcms-1.19/src/cmscam02.c:251:30: style: The scope of the variable 'p4' can be reduced. [variableScope]
lcms-1.19/src/cmscam02.c:251:34: style: The scope of the variable 'p5' can be reduced. [variableScope]
lcms-1.19/src/cmscam02.c:45:21: style: struct member 'CAM02COLOR::e' is never used. [unusedStructMember]
lcms-1.19/src/cmscam02.c:45:39: style: struct member 'CAM02COLOR::t' is never used. [unusedStructMember]
lcms-1.19/src/cmscam02.c:46:12: style: struct member 'CAM02COLOR::abC' is never used. [unusedStructMember]
lcms-1.19/src/cmscam02.c:47:12: style: struct member 'CAM02COLOR::abs' is never used. [unusedStructMember]
lcms-1.19/src/cmscam02.c:48:12: style: struct member 'CAM02COLOR::abM' is never used. [unusedStructMember]
lcms-1.19/src/cmscam02.c:458:22: error: Uninitialized struct member: clr.a [uninitStructMember]
lcms-1.19/src/cmscam02.c:458:22: error: Uninitialized struct member: clr.b [uninitStructMember]
lcms-1.19/src/cmscam02.c:458:22: error: Uninitialized struct member: clr.h [uninitStructMember]
lcms-1.19/src/cmscam02.c:458:22: error: Uninitialized struct member: clr.e [uninitStructMember]
lcms-1.19/src/cmscam02.c:458:22: error: Uninitialized struct member: clr.H [uninitStructMember]
lcms-1.19/src/cmscam02.c:458:22: error: Uninitialized struct member: clr.A [uninitStructMember]
lcms-1.19/src/cmscam02.c:458:22: error: Uninitialized struct member: clr.J [uninitStructMember]
lcms-1.19/src/cmscam02.c:458:22: error: Uninitialized struct member: clr.Q [uninitStructMember]
lcms-1.19/src/cmscam02.c:458:22: error: Uninitialized struct member: clr.s [uninitStructMember]
lcms-1.19/src/cmscam02.c:458:22: error: Uninitialized struct member: clr.t [uninitStructMember]
lcms-1.19/src/cmscam02.c:458:22: error: Uninitialized struct member: clr.C [uninitStructMember]
lcms-1.19/src/cmscam02.c:458:22: error: Uninitialized struct member: clr.M [uninitStructMember]
lcms-1.19/src/cmscam02.c:479:29: error: Uninitialized struct member: clr.a [uninitStructMember]
lcms-1.19/src/cmscam02.c:479:29: error: Uninitialized struct member: clr.b [uninitStructMember]
lcms-1.19/src/cmscam02.c:479:29: error: Uninitialized struct member: clr.e [uninitStructMember]
lcms-1.19/src/cmscam02.c:479:29: error: Uninitialized struct member: clr.H [uninitStructMember]
lcms-1.19/src/cmscam02.c:479:29: error: Uninitialized struct member: clr.A [uninitStructMember]
lcms-1.19/src/cmscam02.c:479:29: error: Uninitialized struct member: clr.Q [uninitStructMember]
lcms-1.19/src/cmscam02.c:479:29: error: Uninitialized struct member: clr.s [uninitStructMember]
lcms-1.19/src/cmscam02.c:479:29: error: Uninitialized struct member: clr.t [uninitStructMember]
lcms-1.19/src/cmscam02.c:479:29: error: Uninitialized struct member: clr.M [uninitStructMember]
lcms-1.19/src/cmscgats.c:1191:13: warning: Either the condition 'last!=0' is redundant or there is possible null pointer dereference: last. [nullPointerRedundantCheck]
lcms-1.19/src/cmscgats.c:1182:36: note: Assuming that condition 'last!=0' is not redundant
lcms-1.19/src/cmscgats.c:1191:13: note: Null pointer dereference
lcms-1.19/src/cmscgats.c:585:13: style: The scope of the variable 'x' can be reduced. [variableScope]
lcms-1.19/src/cmscgats.c:585:16: style: The scope of the variable 'res' can be reduced. [variableScope]
lcms-1.19/src/cmscgats.c:751:29: style: The scope of the variable 'j' can be reduced. [variableScope]
lcms-1.19/src/cmscgats.c:2413:17: style: The scope of the variable 'data' can be reduced. [variableScope]
lcms-1.19/src/cmscgats.c:2436:17: style: The scope of the variable 'data' can be reduced. [variableScope]
lcms-1.19/src/cmscgats.c:2455:17: style: The scope of the variable 'fld' can be reduced. [variableScope]
lcms-1.19/src/cmscgats.c:1008:39: style: Function 'cmsIT8Free' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:29:58: note: Function 'cmsIT8Free' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:1008:39: note: Function 'cmsIT8Free' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:1330:67: style: Function 'cmsIT8SetComment' argument 2 names different: declaration 'cComment' definition 'Val'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:45:82: note: Function 'cmsIT8SetComment' argument 2 names different: declaration 'cComment' definition 'Val'.
lcms-1.19/src/cmscgats.c:1330:67: note: Function 'cmsIT8SetComment' argument 2 names different: declaration 'cComment' definition 'Val'.
lcms-1.19/src/cmscgats.c:1343:71: style: Function 'cmsIT8SetPropertyStr' argument 2 names different: declaration 'cProp' definition 'Key'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:47:86: note: Function 'cmsIT8SetPropertyStr' argument 2 names different: declaration 'cProp' definition 'Key'.
lcms-1.19/src/cmscgats.c:1343:71: note: Function 'cmsIT8SetPropertyStr' argument 2 names different: declaration 'cProp' definition 'Key'.
lcms-1.19/src/cmscgats.c:1343:88: style: Function 'cmsIT8SetPropertyStr' argument 3 names different: declaration 'Str' definition 'Val'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:47:105: note: Function 'cmsIT8SetPropertyStr' argument 3 names different: declaration 'Str' definition 'Val'.
lcms-1.19/src/cmscgats.c:1343:88: note: Function 'cmsIT8SetPropertyStr' argument 3 names different: declaration 'Str' definition 'Val'.
lcms-1.19/src/cmscgats.c:1381:73: style: Function 'cmsIT8SetPropertyMulti' argument 2 names different: declaration 'cProp' definition 'Key'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:50:88: note: Function 'cmsIT8SetPropertyMulti' argument 2 names different: declaration 'cProp' definition 'Key'.
lcms-1.19/src/cmscgats.c:1381:73: note: Function 'cmsIT8SetPropertyMulti' argument 2 names different: declaration 'cProp' definition 'Key'.
lcms-1.19/src/cmscgats.c:1381:90: style: Function 'cmsIT8SetPropertyMulti' argument 3 names different: declaration 'cSubProp' definition 'SubKey'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:50:107: note: Function 'cmsIT8SetPropertyMulti' argument 3 names different: declaration 'cSubProp' definition 'SubKey'.
lcms-1.19/src/cmscgats.c:1381:90: note: Function 'cmsIT8SetPropertyMulti' argument 3 names different: declaration 'cSubProp' definition 'SubKey'.
lcms-1.19/src/cmscgats.c:1381:110: style: Function 'cmsIT8SetPropertyMulti' argument 4 names different: declaration 'Val' definition 'Buffer'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:50:129: note: Function 'cmsIT8SetPropertyMulti' argument 4 names different: declaration 'Val' definition 'Buffer'.
lcms-1.19/src/cmscgats.c:1381:110: note: Function 'cmsIT8SetPropertyMulti' argument 4 names different: declaration 'Val' definition 'Buffer'.
lcms-1.19/src/cmscgats.c:1389:71: style: Function 'cmsIT8GetProperty' argument 2 names different: declaration 'cProp' definition 'Key'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:53:83: note: Function 'cmsIT8GetProperty' argument 2 names different: declaration 'cProp' definition 'Key'.
lcms-1.19/src/cmscgats.c:1389:71: note: Function 'cmsIT8GetProperty' argument 2 names different: declaration 'cProp' definition 'Key'.
lcms-1.19/src/cmscgats.c:1410:76: style: Function 'cmsIT8GetPropertyMulti' argument 2 names different: declaration 'cProp' definition 'Key'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:55:88: note: Function 'cmsIT8GetPropertyMulti' argument 2 names different: declaration 'cProp' definition 'Key'.
lcms-1.19/src/cmscgats.c:1410:76: note: Function 'cmsIT8GetPropertyMulti' argument 2 names different: declaration 'cProp' definition 'Key'.
lcms-1.19/src/cmscgats.c:1410:93: style: Function 'cmsIT8GetPropertyMulti' argument 3 names different: declaration 'cSubProp' definition 'SubKey'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:55:107: note: Function 'cmsIT8GetPropertyMulti' argument 3 names different: declaration 'cSubProp' definition 'SubKey'.
lcms-1.19/src/cmscgats.c:1410:93: note: Function 'cmsIT8GetPropertyMulti' argument 3 names different: declaration 'cSubProp' definition 'SubKey'.
lcms-1.19/src/cmscgats.c:1488:52: style: Function 'cmsIT8SetDataFormat' argument 1 names different: declaration 'IT8' definition 'h'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:85:67: note: Function 'cmsIT8SetDataFormat' argument 1 names different: declaration 'IT8' definition 'h'.
lcms-1.19/src/cmscgats.c:1488:52: note: Function 'cmsIT8SetDataFormat' argument 1 names different: declaration 'IT8' definition 'h'.
lcms-1.19/src/cmscgats.c:1759:49: style: Function 'cmsIT8SaveToFile' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:39:64: note: Function 'cmsIT8SaveToFile' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:1759:49: note: Function 'cmsIT8SaveToFile' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2336:48: style: Function 'cmsIT8EnumDataFormat' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:86:68: note: Function 'cmsIT8EnumDataFormat' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2336:48: note: Function 'cmsIT8EnumDataFormat' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2346:48: style: Function 'cmsIT8EnumProperties' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:56:68: note: Function 'cmsIT8EnumProperties' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2346:48: note: Function 'cmsIT8EnumProperties' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2480:55: style: Function 'cmsIT8GetDataRowCol' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:63:67: note: Function 'cmsIT8GetDataRowCol' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2480:55: note: Function 'cmsIT8GetDataRowCol' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2488:53: warning: Function 'cmsIT8GetDataRowColDbl' argument order different: declaration 'IT8, col, row' definition 'hIT8, row, col' [funcArgOrderDifferent]
lcms-1.19/src/cmscgats.c:64:70: note: Function 'cmsIT8GetDataRowColDbl' argument order different: declaration 'IT8, col, row' definition 'hIT8, row, col'
lcms-1.19/src/cmscgats.c:2488:53: note: Function 'cmsIT8GetDataRowColDbl' argument order different: declaration 'IT8, col, row' definition 'hIT8, row, col'
lcms-1.19/src/cmscgats.c:2524:49: style: Function 'cmsIT8GetData' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:72:61: note: Function 'cmsIT8GetData' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2524:49: note: Function 'cmsIT8GetData' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2545:47: style: Function 'cmsIT8GetDataDbl' argument 1 names different: declaration 'IT8' definition 'it8'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:75:64: note: Function 'cmsIT8GetDataDbl' argument 1 names different: declaration 'IT8' definition 'it8'.
lcms-1.19/src/cmscgats.c:2545:47: note: Function 'cmsIT8GetDataDbl' argument 1 names different: declaration 'IT8' definition 'it8'.
lcms-1.19/src/cmscgats.c:2563:46: style: Function 'cmsIT8SetData' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:77:61: note: Function 'cmsIT8SetData' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2563:46: note: Function 'cmsIT8SetData' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2641:44: style: Function 'cmsIT8TableCount' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:33:64: note: Function 'cmsIT8TableCount' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2641:44: note: Function 'cmsIT8TableCount' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2694:50: style: Function 'cmsIT8DefineDblFormat' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:88:69: note: Function 'cmsIT8DefineDblFormat' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2694:50: note: Function 'cmsIT8DefineDblFormat' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmserr.c:42:35: style: Function 'cmsErrorAction' argument 1 names different: declaration 'lAbort' definition 'nAction'. [funcArgNamesDifferent]
lcms-1.19/src/cmserr.c:32:36: note: Function 'cmsErrorAction' argument 1 names different: declaration 'lAbort' definition 'nAction'.
lcms-1.19/src/cmserr.c:42:35: note: Function 'cmsErrorAction' argument 1 names different: declaration 'lAbort' definition 'nAction'.
lcms-1.19/src/cmsgamma.c:290:16: style: The scope of the variable 'R' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:290:24: style: The scope of the variable 'dval' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:573:15: style: The scope of the variable 'x' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:573:18: style: The scope of the variable 'y' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:791:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:794:12: style: The scope of the variable 'x' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:794:15: style: The scope of the variable 'y' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:794:18: style: The scope of the variable 'x1' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:794:22: style: The scope of the variable 'y1' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:794:26: style: The scope of the variable 'x2' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:794:30: style: The scope of the variable 'y2' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:794:34: style: The scope of the variable 'a' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:794:37: style: The scope of the variable 'b' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:154:51: style: Function 'cmsDupGamma' argument 1 names different: declaration 'Src' definition 'In'. [funcArgNamesDifferent]
lcms-1.19/src/cmsgamma.c:32:50: note: Function 'cmsDupGamma' argument 1 names different: declaration 'Src' definition 'In'.
lcms-1.19/src/cmsgamma.c:154:51: note: Function 'cmsDupGamma' argument 1 names different: declaration 'Src' definition 'In'.
lcms-1.19/src/cmsgamma.c:713:59: style: Function 'cmsSmoothSampledCurve' argument 2 names different: declaration 'SmoothingLambda' definition 'lambda'. [funcArgNamesDifferent]
lcms-1.19/src/cmsgamma.c:48:71: note: Function 'cmsSmoothSampledCurve' argument 2 names different: declaration 'SmoothingLambda' definition 'lambda'.
lcms-1.19/src/cmsgamma.c:713:59: note: Function 'cmsSmoothSampledCurve' argument 2 names different: declaration 'SmoothingLambda' definition 'lambda'.
lcms-1.19/src/cmsgamma.c:897:48: style: Function '_cmsSmoothEndpoints' argument 2 names different: declaration 'nPoints' definition 'nEntries'. [funcArgNamesDifferent]
lcms-1.19/src/cmsgamma.c:39:62: note: Function '_cmsSmoothEndpoints' argument 2 names different: declaration 'nPoints' definition 'nEntries'.
lcms-1.19/src/cmsgamma.c:897:48: note: Function '_cmsSmoothEndpoints' argument 2 names different: declaration 'nPoints' definition 'nEntries'.
lcms-1.19/src/cmsgmt.c:1012:12: style: The scope of the variable 'diff' can be reduced. [variableScope]
lcms-1.19/src/cmsgmt.c:1085:24: style: The scope of the variable 'v' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:518:29: style: The scope of the variable 'res' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:709:23: style: The scope of the variable 'd000' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:709:29: style: The scope of the variable 'd001' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:709:35: style: The scope of the variable 'd010' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:709:41: style: The scope of the variable 'd011' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:710:23: style: The scope of the variable 'd100' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:710:29: style: The scope of the variable 'd101' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:710:35: style: The scope of the variable 'd110' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:710:41: style: The scope of the variable 'd111' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:711:23: style: The scope of the variable 'dx00' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:711:29: style: The scope of the variable 'dx01' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:711:35: style: The scope of the variable 'dx10' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:711:41: style: The scope of the variable 'dx11' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:712:23: style: The scope of the variable 'dxy0' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:712:29: style: The scope of the variable 'dxy1' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:712:35: style: The scope of the variable 'dxyz' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:531:24: style: Array index 'NumZeroes' is used before limits check. [arrayIndexThenCheck]
lcms-1.19/src/cmsio1.c:676:20: style: The scope of the variable 'j' can be reduced. [variableScope]
lcms-1.19/src/cmsio1.c:677:23: style: The scope of the variable 'Dist' can be reduced. [variableScope]
lcms-1.19/src/cmsio1.c:677:29: style: The scope of the variable 'DistFixed' can be reduced. [variableScope]
lcms-1.19/src/cmsio1.c:677:40: style: The scope of the variable 'DistUnfixed' can be reduced. [variableScope]
lcms-1.19/src/cmsio1.c:880:25: style: The scope of the variable 'n' can be reduced. [variableScope]
lcms-1.19/src/cmsio1.c:978:25: style: The scope of the variable 'n' can be reduced. [variableScope]
lcms-1.19/src/cmsio1.c:1637:21: style: Checking if unsigned variable 'Len' is less than zero. [unsignedLessThanZero]
lcms-1.19/src/cmsio1.c:3067:21: warning: The buffer 'root' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcms-1.19/src/cmslut.c:759:16: style: The scope of the variable 'error' can be reduced. [variableScope]
lcms-1.19/src/cmsmatsh.c:323:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lcms-1.19/src/cmsmtrx.c:328:15: style: The scope of the variable 'c' can be reduced. [variableScope]
lcms-1.19/src/cmsmtrx.c:344:15: style: The scope of the variable 'c' can be reduced. [variableScope]
lcms-1.19/src/cmsmtrx.c:474:25: style: The scope of the variable 'max' can be reduced. [variableScope]
lcms-1.19/src/cmspack.c:644:21: style: The scope of the variable 'n' can be reduced. [variableScope]
lcms-1.19/src/cmspack.c:644:24: style: The scope of the variable 'pe' can be reduced. [variableScope]
lcms-1.19/src/cmspack.c:644:28: style: The scope of the variable 'pf' can be reduced. [variableScope]
lcms-1.19/src/cmspack.c:668:21: style: The scope of the variable 'n' can be reduced. [variableScope]
lcms-1.19/src/cmspack.c:668:24: style: The scope of the variable 'pe' can be reduced. [variableScope]
lcms-1.19/src/cmspack.c:668:28: style: The scope of the variable 'pf' can be reduced. [variableScope]
lcms-1.19/src/cmsps2.c:999:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcms-1.19/src/cmssamp.c:48:12: style: The scope of the variable 'diff' can be reduced. [variableScope]
lcms-1.19/src/cmssamp.c:373:13: style: Variable 'Error' is assigned a value that is never used. [unreadVariable]
lcms-1.19/src/cmswtpnt.c:347:12: style: The scope of the variable 'uj' can be reduced. [variableScope]
lcms-1.19/src/cmswtpnt.c:347:15: style: The scope of the variable 'vj' can be reduced. [variableScope]
lcms-1.19/src/cmswtpnt.c:347:18: style: The scope of the variable 'tj' can be reduced. [variableScope]
lcms-1.19/src/cmswtpnt.c:347:24: style: The scope of the variable 'dj' can be reduced. [variableScope]
lcms-1.19/src/cmswtpnt.c:347:30: style: The scope of the variable 'mj' can be reduced. [variableScope]
lcms-1.19/src/cmsxform.c:1717:22: style: The scope of the variable 'TagTable' can be reduced. [variableScope]
lcms-1.19/src/cmsxform.c:1338:65: style: Function 'cmsCreateProofingTransform' argument 1 names different: declaration 'Input' definition 'InputProfile'. [funcArgNamesDifferent]
lcms-1.19/src/cmsxform.c:40:65: note: Function 'cmsCreateProofingTransform' argument 1 names different: declaration 'Input' definition 'InputProfile'.
lcms-1.19/src/cmsxform.c:1338:65: note: Function 'cmsCreateProofingTransform' argument 1 names different: declaration 'Input' definition 'InputProfile'.
lcms-1.19/src/cmsxform.c:1340:60: style: Function 'cmsCreateProofingTransform' argument 3 names different: declaration 'Output' definition 'OutputProfile'. [funcArgNamesDifferent]
lcms-1.19/src/cmsxform.c:42:60: note: Function 'cmsCreateProofingTransform' argument 3 names different: declaration 'Output' definition 'OutputProfile'.
lcms-1.19/src/cmsxform.c:1340:60: note: Function 'cmsCreateProofingTransform' argument 3 names different: declaration 'Output' definition 'OutputProfile'.
lcms-1.19/src/cmsxform.c:1342:60: style: Function 'cmsCreateProofingTransform' argument 5 names different: declaration 'Proofing' definition 'ProofingProfile'. [funcArgNamesDifferent]
lcms-1.19/src/cmsxform.c:44:60: note: Function 'cmsCreateProofingTransform' argument 5 names different: declaration 'Proofing' definition 'ProofingProfile'.
lcms-1.19/src/cmsxform.c:1342:60: note: Function 'cmsCreateProofingTransform' argument 5 names different: declaration 'Proofing' definition 'ProofingProfile'.
lcms-1.19/src/cmsxform.c:1343:52: style: Function 'cmsCreateProofingTransform' argument 6 names different: declaration 'Intent' definition 'nIntent'. [funcArgNamesDifferent]
lcms-1.19/src/cmsxform.c:45:52: note: Function 'cmsCreateProofingTransform' argument 6 names different: declaration 'Intent' definition 'nIntent'.
lcms-1.19/src/cmsxform.c:1343:52: note: Function 'cmsCreateProofingTransform' argument 6 names different: declaration 'Intent' definition 'nIntent'.
lcms-1.19/testbed/testcms.c:216:15: style: The scope of the variable 'FloatFactor' can be reduced. [variableScope]
lcms-1.19/testbed/testcms.c:289:12: style: The scope of the variable 'dE' can be reduced. [variableScope]
lcms-1.19/testbed/testcms.c:2284:19: style: struct member 'Anonymous1::A' is never used. [unusedStructMember]
lcms-1.19/tifficc/tifficc.c:848:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcms-1.19/tifficc/tifficc.c:1384:13: style: The scope of the variable 'Intents' can be reduced. [variableScope]
lcms-1.19/tifficc/tifficc.c:941:46: style: Variable 'info' is assigned a value that is never used. [unreadVariable]
lcms-1.19/tifficc/tifficc.c:955:46: style: Variable 'info' is assigned a value that is never used. [unreadVariable]
[02:23]
ftp://ftp.se.debian.org/debian/pool/main/l/lcms2/lcms2_2.9.orig.tar.gz
lcms2-2.9/src/cmsalpha.c:492:25: style: The scope of the variable 'SourcePtr' can be reduced. [variableScope]
lcms2-2.9/src/cmsalpha.c:493:25: style: The scope of the variable 'DestPtr' can be reduced. [variableScope]
lcms2-2.9/src/cmscgats.c:513:9: style: The scope of the variable 'x' can be reduced. [variableScope]
lcms2-2.9/src/cmscgats.c:513:12: style: The scope of the variable 'res' can be reduced. [variableScope]
lcms2-2.9/src/cmscgats.c:758:29: style: The scope of the variable 'j' can be reduced. [variableScope]
lcms2-2.9/src/cmscgats.c:2480:17: style: The scope of the variable 'data' can be reduced. [variableScope]
lcms2-2.9/src/cmscgats.c:2503:17: style: The scope of the variable 'data' can be reduced. [variableScope]
lcms2-2.9/src/cmscgats.c:2522:17: style: The scope of the variable 'fld' can be reduced. [variableScope]
lcms2-2.9/src/cmscnvrt.c:526:49: style: Function 'DefaultICCintents' argument 3 names different: declaration 'Intents' definition 'TheIntents'. [funcArgNamesDifferent]
lcms2-2.9/src/cmscnvrt.c:48:48: note: Function 'DefaultICCintents' argument 3 names different: declaration 'Intents' definition 'TheIntents'.
lcms2-2.9/src/cmscnvrt.c:526:49: note: Function 'DefaultICCintents' argument 3 names different: declaration 'Intents' definition 'TheIntents'.
lcms2-2.9/src/cmscnvrt.c:735:59: style: Function 'BlackPreservingKOnlyIntents' argument 3 names different: declaration 'Intents' definition 'TheIntents'. [funcArgNamesDifferent]
lcms2-2.9/src/cmscnvrt.c:61:59: note: Function 'BlackPreservingKOnlyIntents' argument 3 names different: declaration 'Intents' definition 'TheIntents'.
lcms2-2.9/src/cmscnvrt.c:735:59: note: Function 'BlackPreservingKOnlyIntents' argument 3 names different: declaration 'Intents' definition 'TheIntents'.
lcms2-2.9/src/cmscnvrt.c:927:59: style: Function 'BlackPreservingKPlaneIntents' argument 3 names different: declaration 'Intents' definition 'TheIntents'. [funcArgNamesDifferent]
lcms2-2.9/src/cmscnvrt.c:74:60: note: Function 'BlackPreservingKPlaneIntents' argument 3 names different: declaration 'Intents' definition 'TheIntents'.
lcms2-2.9/src/cmscnvrt.c:927:59: note: Function 'BlackPreservingKPlaneIntents' argument 3 names different: declaration 'Intents' definition 'TheIntents'.
lcms2-2.9/src/cmscnvrt.c:1134:55: style: Function '_cmsRegisterRenderingIntentPlugin' argument 1 names different: declaration 'ContextID' definition 'id'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:413:55: note: Function '_cmsRegisterRenderingIntentPlugin' argument 1 names different: declaration 'ContextID' definition 'id'.
lcms2-2.9/src/cmscnvrt.c:1134:55: note: Function '_cmsRegisterRenderingIntentPlugin' argument 1 names different: declaration 'ContextID' definition 'id'.
lcms2-2.9/src/cmscnvrt.c:1134:74: style: Function '_cmsRegisterRenderingIntentPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:413:81: note: Function '_cmsRegisterRenderingIntentPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmscnvrt.c:1134:74: note: Function '_cmsRegisterRenderingIntentPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmserr.c:230:76: style: Function '_cmsRegisterMemHandlerPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:395:77: note: Function '_cmsRegisterMemHandlerPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmserr.c:230:76: note: Function '_cmsRegisterMemHandlerPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmserr.c:365:44: style: Function '_cmsSubAllocDestroy' argument 1 names different: declaration 's' definition 'sub'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:450:57: note: Function '_cmsSubAllocDestroy' argument 1 names different: declaration 's' definition 'sub'.
lcms2-2.9/src/cmserr.c:365:44: note: Function '_cmsSubAllocDestroy' argument 1 names different: declaration 's' definition 'sub'.
lcms2-2.9/src/cmserr.c:382:39: style: Function '_cmsSubAlloc' argument 1 names different: declaration 's' definition 'sub'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:451:50: note: Function '_cmsSubAlloc' argument 1 names different: declaration 's' definition 'sub'.
lcms2-2.9/src/cmserr.c:382:39: note: Function '_cmsSubAlloc' argument 1 names different: declaration 's' definition 'sub'.
lcms2-2.9/src/cmserr.c:597:71: style: Function '_cmsRegisterMutexPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:425:70: note: Function '_cmsRegisterMutexPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmserr.c:597:71: note: Function '_cmsRegisterMutexPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmsgamma.c:985:24: style: Condition 'y1<y0' is always true [knownConditionTrueFalse]
lcms2-2.9/src/cmsgamma.c:1001:24: style: Condition 'y1<y0' is always true [knownConditionTrueFalse]
lcms2-2.9/src/cmsgamma.c:935:5: style: Variable 'Yreversed' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/src/cmsgamma.c:926:0: note: Variable 'Yreversed' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmsgamma.c:935:5: note: Variable 'Yreversed' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmsgamma.c:1015:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lcms2-2.9/src/cmsgamma.c:1098:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcms2-2.9/src/cmsgamma.c:1098:12: style: The scope of the variable 'i1' can be reduced. [variableScope]
lcms2-2.9/src/cmsgamma.c:1098:16: style: The scope of the variable 'i2' can be reduced. [variableScope]
lcms2-2.9/src/cmsgamma.c:1156:23: style: The scope of the variable 'w' can be reduced. [variableScope]
lcms2-2.9/src/cmsgamma.c:1156:27: style: The scope of the variable 'y' can be reduced. [variableScope]
lcms2-2.9/src/cmsgamma.c:1156:31: style: The scope of the variable 'z' can be reduced. [variableScope]
lcms2-2.9/src/cmsgamma.c:1265:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lcms2-2.9/src/cmsgamma.c:127:81: style: Function '_cmsRegisterParametricCurvesPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:401:82: note: Function '_cmsRegisterParametricCurvesPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmsgamma.c:127:81: note: Function '_cmsRegisterParametricCurvesPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmsgmt.c:297:15: style: The scope of the variable 'CLUT' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:1507:16: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lcms2-2.9/src/cmsintrp.c:404:23: style: The scope of the variable 'd00' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:404:28: style: The scope of the variable 'd01' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:404:33: style: The scope of the variable 'd10' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:404:38: style: The scope of the variable 'd11' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:405:23: style: The scope of the variable 'dx0' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:405:28: style: The scope of the variable 'dx1' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:406:23: style: The scope of the variable 'dxy' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:535:23: style: The scope of the variable 'd000' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:535:29: style: The scope of the variable 'd001' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:535:35: style: The scope of the variable 'd010' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:535:41: style: The scope of the variable 'd011' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:536:23: style: The scope of the variable 'd100' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:536:29: style: The scope of the variable 'd101' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:536:35: style: The scope of the variable 'd110' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:536:41: style: The scope of the variable 'd111' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:537:23: style: The scope of the variable 'dx00' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:537:29: style: The scope of the variable 'dx01' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:537:35: style: The scope of the variable 'dx10' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:537:41: style: The scope of the variable 'dx11' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:538:23: style: The scope of the variable 'dxy0' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:538:29: style: The scope of the variable 'dxy1' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:538:35: style: The scope of the variable 'dxyz' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:67:72: style: Function '_cmsRegisterInterpPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:398:72: note: Function '_cmsRegisterInterpPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmsintrp.c:67:72: note: Function '_cmsRegisterInterpPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmsio0.c:105:5: style: Variable 'iohandler' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/src/cmsio0.c:102:0: note: Variable 'iohandler' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmsio0.c:105:5: note: Variable 'iohandler' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmsio0.c:245:5: style: Variable 'iohandler' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/src/cmsio0.c:240:0: note: Variable 'iohandler' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmsio0.c:245:5: note: Variable 'iohandler' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmsio0.c:382:5: style: Variable 'iohandler' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/src/cmsio0.c:375:0: note: Variable 'iohandler' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmsio0.c:382:5: note: Variable 'iohandler' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmslut.c:116:12: style: The scope of the variable 'ElemPtr' can be reduced. [variableScope]
lcms2-2.9/src/cmslut.c:752:22: style: The scope of the variable 'rest' can be reduced. [variableScope]
lcms2-2.9/src/cmslut.c:818:22: style: The scope of the variable 'rest' can be reduced. [variableScope]
lcms2-2.9/src/cmslut.c:879:15: style: The scope of the variable 'rest' can be reduced. [variableScope]
lcms2-2.9/src/cmslut.c:910:15: style: The scope of the variable 'rest' can be reduced. [variableScope]
lcms2-2.9/src/cmslut.c:1325:20: style: The scope of the variable 'NextPhase' can be reduced. [variableScope]
lcms2-2.9/src/cmslut.c:1351:20: style: The scope of the variable 'NextPhase' can be reduced. [variableScope]
lcms2-2.9/src/cmsopt.c:142:16: style: The scope of the variable 'pt2' can be reduced. [variableScope]
lcms2-2.9/src/cmsopt.c:191:19: style: The scope of the variable 'pt2' can be reduced. [variableScope]
lcms2-2.9/src/cmsopt.c:461:28: style: The scope of the variable 'w0' can be reduced. [variableScope]
lcms2-2.9/src/cmsopt.c:1338:9: style: The scope of the variable 'x' can be reduced. [variableScope]
lcms2-2.9/src/cmsopt.c:1864:78: style: Function '_cmsRegisterOptimizationPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:419:78: note: Function '_cmsRegisterOptimizationPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmsopt.c:1864:78: note: Function '_cmsRegisterOptimizationPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmsopt.c:1897:47: style: Function '_cmsOptimizePipeline' argument 2 names different: declaration 'Lut' definition 'PtrLut'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:965:56: note: Function '_cmsOptimizePipeline' argument 2 names different: declaration 'Lut' definition 'PtrLut'.
lcms2-2.9/src/cmsopt.c:1897:47: note: Function '_cmsOptimizePipeline' argument 2 names different: declaration 'Lut' definition 'PtrLut'.
lcms2-2.9/src/cmspack.c:3347:76: style: Function '_cmsRegisterFormattersPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:404:76: note: Function '_cmsRegisterFormattersPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmspack.c:3347:76: note: Function '_cmsRegisterFormattersPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmsplugin.c:691:44: style: Function '_cmsContextGetClientChunk' argument 1 names different: declaration 'id' definition 'ContextID'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:513:48: note: Function '_cmsContextGetClientChunk' argument 1 names different: declaration 'id' definition 'ContextID'.
lcms2-2.9/src/cmsplugin.c:691:44: note: Function '_cmsContextGetClientChunk' argument 1 names different: declaration 'id' definition 'ContextID'.
lcms2-2.9/src/cmsps2.c:836:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcms2-2.9/src/cmsps2.c:867:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcms2-2.9/src/cmssamp.c:288:12: style: The scope of the variable 'd' can be reduced. [variableScope]
lcms2-2.9/src/cmssm.c:443:9: style: The scope of the variable 'a' can be reduced. [variableScope]
lcms2-2.9/src/cmssm.c:443:12: style: The scope of the variable 't' can be reduced. [variableScope]
lcms2-2.9/src/cmssm.c:276:14: style: Variable 'tN' is assigned a value that is never used. [unreadVariable]
lcms2-2.9/src/cmstypes.c:239:5: style: Variable 'ElementOffsets' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/src/cmstypes.c:236:0: note: Variable 'ElementOffsets' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmstypes.c:239:5: note: Variable 'ElementOffsets' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmstypes.c:712:5: style: Variable 'mlu' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/src/cmstypes.c:709:0: note: Variable 'mlu' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmstypes.c:712:5: note: Variable 'mlu' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmstypes.c:3766:5: style: Variable 'sc' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/src/cmstypes.c:3763:0: note: Variable 'sc' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmstypes.c:3766:5: note: Variable 'sc' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmstypes.c:3850:5: style: Variable 'vc' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/src/cmstypes.c:3848:0: note: Variable 'vc' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmstypes.c:3850:5: note: Variable 'vc' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmstypes.c:4528:5: style: Variable 'ElementOffsets' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/src/cmstypes.c:4515:0: note: Variable 'ElementOffsets' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmstypes.c:4528:5: note: Variable 'ElementOffsets' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmstypes.c:5403:47: style: Function '_cmsRegisterTagTypePlugin' argument 1 names different: declaration 'ContextID' definition 'id'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:407:47: note: Function '_cmsRegisterTagTypePlugin' argument 1 names different: declaration 'ContextID' definition 'id'.
lcms2-2.9/src/cmstypes.c:5403:47: note: Function '_cmsRegisterTagTypePlugin' argument 1 names different: declaration 'ContextID' definition 'id'.
lcms2-2.9/src/cmstypes.c:5403:66: style: Function '_cmsRegisterTagTypePlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:407:73: note: Function '_cmsRegisterTagTypePlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmstypes.c:5403:66: note: Function '_cmsRegisterTagTypePlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmstypes.c:5408:59: style: Function '_cmsRegisterMultiProcessElementPlugin' argument 1 names different: declaration 'ContextID' definition 'id'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:416:59: note: Function '_cmsRegisterMultiProcessElementPlugin' argument 1 names different: declaration 'ContextID' definition 'id'.
lcms2-2.9/src/cmstypes.c:5408:59: note: Function '_cmsRegisterMultiProcessElementPlugin' argument 1 names different: declaration 'ContextID' definition 'id'.
lcms2-2.9/src/cmstypes.c:5408:78: style: Function '_cmsRegisterMultiProcessElementPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:416:85: note: Function '_cmsRegisterMultiProcessElementPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmstypes.c:5408:78: note: Function '_cmsRegisterMultiProcessElementPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmstypes.c:5587:43: style: Function '_cmsRegisterTagPlugin' argument 1 names different: declaration 'ContextID' definition 'id'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:410:43: note: Function '_cmsRegisterTagPlugin' argument 1 names different: declaration 'ContextID' definition 'id'.
lcms2-2.9/src/cmstypes.c:5587:43: note: Function '_cmsRegisterTagPlugin' argument 1 names different: declaration 'ContextID' definition 'id'.
lcms2-2.9/src/cmstypes.c:5587:62: style: Function '_cmsRegisterTagPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:410:69: note: Function '_cmsRegisterTagPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmstypes.c:5587:62: note: Function '_cmsRegisterTagPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmsvirt.c:953:5: style: Variable 'hICC' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/src/cmsvirt.c:948:0: note: Variable 'hICC' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmsvirt.c:953:5: note: Variable 'hICC' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmswtpnt.c:278:69: style: Function '_cmsBuildRGB2XYZtransferMatrix' argument 2 names different: declaration 'WhitePoint' definition 'WhitePt'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:1107:71: note: Function '_cmsBuildRGB2XYZtransferMatrix' argument 2 names different: declaration 'WhitePoint' definition 'WhitePt'.
lcms2-2.9/src/cmswtpnt.c:278:69: note: Function '_cmsBuildRGB2XYZtransferMatrix' argument 2 names different: declaration 'WhitePoint' definition 'WhitePt'.
lcms2-2.9/src/cmswtpnt.c:278:101: style: Function '_cmsBuildRGB2XYZtransferMatrix' argument 3 names different: declaration 'Primaries' definition 'Primrs'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:1107:106: note: Function '_cmsBuildRGB2XYZtransferMatrix' argument 3 names different: declaration 'Primaries' definition 'Primrs'.
lcms2-2.9/src/cmswtpnt.c:278:101: note: Function '_cmsBuildRGB2XYZtransferMatrix' argument 3 names different: declaration 'Primaries' definition 'Primrs'.
lcms2-2.9/src/cmsxform.c:248:21: style: The scope of the variable 'accum' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:249:21: style: The scope of the variable 'output' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:315:21: style: The scope of the variable 'accum' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:316:21: style: The scope of the variable 'output' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:353:21: style: The scope of the variable 'accum' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:354:21: style: The scope of the variable 'output' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:391:30: style: The scope of the variable 'accum' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:392:30: style: The scope of the variable 'output' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:454:21: style: The scope of the variable 'accum' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:455:21: style: The scope of the variable 'output' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:493:21: style: The scope of the variable 'accum' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:494:21: style: The scope of the variable 'output' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:548:21: style: The scope of the variable 'accum' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:549:21: style: The scope of the variable 'output' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:691:75: style: Function '_cmsRegisterTransformPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:422:75: note: Function '_cmsRegisterTransformPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmsxform.c:691:75: note: Function '_cmsRegisterTransformPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmsxform.c:1169:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcms2-2.9/testbed/testcms2.c:8596:9: style: Condition 'DoCheckTests' is always true [knownConditionTrueFalse]
lcms2-2.9/testbed/testcms2.c:8548:35: note: Assignment 'DoCheckTests=1', assigned value is 1
lcms2-2.9/testbed/testcms2.c:8596:9: note: Condition 'DoCheckTests' is always true
lcms2-2.9/testbed/testcms2.c:3690:5: style: Variable 'nc' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testcms2.c:3680:0: note: Variable 'nc' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testcms2.c:3690:5: note: Variable 'nc' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testcms2.c:8596:22: style: Same expression on both sides of '||' because the value of 'DoCheckTests' and 'DoSpeedTests' are the same. [duplicateExpression]
lcms2-2.9/testbed/testcms2.c:8548:35: note: 'DoCheckTests' is assigned value '1' here.
lcms2-2.9/testbed/testcms2.c:8547:35: note: 'DoSpeedTests' is assigned value '1' here.
lcms2-2.9/testbed/testcms2.c:8596:22: note: Same expression on both sides of '||' because the value of 'DoCheckTests' and 'DoSpeedTests' are the same.
lcms2-2.9/testbed/testcms2.c:8822:22: style: Same expression on both sides of '||' because the value of 'DoCheckTests' and 'DoSpeedTests' are the same. [duplicateExpression]
lcms2-2.9/testbed/testcms2.c:8548:35: note: 'DoCheckTests' is assigned value '1' here.
lcms2-2.9/testbed/testcms2.c:8547:35: note: 'DoSpeedTests' is assigned value '1' here.
lcms2-2.9/testbed/testcms2.c:8822:22: note: Same expression on both sides of '||' because the value of 'DoCheckTests' and 'DoSpeedTests' are the same.
lcms2-2.9/testbed/testcms2.c:1747:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcms2-2.9/testbed/testcms2.c:1763:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcms2-2.9/testbed/testcms2.c:1778:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcms2-2.9/testbed/testcms2.c:1793:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcms2-2.9/testbed/testcms2.c:1808:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcms2-2.9/testbed/testcms2.c:1823:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcms2-2.9/testbed/testcms2.c:6914:11: style: The scope of the variable 'o' can be reduced. [variableScope]
lcms2-2.9/testbed/testcms2.c:7301:26: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
lcms2-2.9/testbed/testcms2.c:7677:9: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
lcms2-2.9/testbed/testcms2.c:8550:0: style: Variable 'DoZooTests' is assigned a value that is never used. [unreadVariable]
lcms2-2.9/testbed/testcms2.c:132:5: error: Memory leak: blk [memleak]
lcms2-2.9/testbed/testplugin.c:296:5: style: Variable 'ctx' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testplugin.c:291:0: note: Variable 'ctx' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:296:5: note: Variable 'ctx' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:564:5: style: Variable 'ctx' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testplugin.c:553:0: note: Variable 'ctx' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:564:5: note: Variable 'ctx' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:568:5: style: Variable 'cpy' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testplugin.c:554:0: note: Variable 'cpy' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:568:5: note: Variable 'cpy' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:572:5: style: Variable 'cpy2' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testplugin.c:555:0: note: Variable 'cpy2' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:572:5: note: Variable 'cpy2' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:826:5: style: Variable 'ctx' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testplugin.c:815:0: note: Variable 'ctx' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:826:5: note: Variable 'ctx' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:829:5: style: Variable 'cpy' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testplugin.c:816:0: note: Variable 'cpy' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:829:5: note: Variable 'cpy' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:830:5: style: Variable 'cpy2' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testplugin.c:817:0: note: Variable 'cpy2' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:830:5: note: Variable 'cpy2' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:835:5: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testplugin.c:818:0: note: Variable 'h' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:835:5: note: Variable 'h' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:989:5: style: Variable 'ctx' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testplugin.c:978:0: note: Variable 'ctx' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:989:5: note: Variable 'ctx' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:992:5: style: Variable 'cpy' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testplugin.c:979:0: note: Variable 'cpy' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:992:5: note: Variable 'cpy' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:993:5: style: Variable 'cpy2' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testplugin.c:980:0: note: Variable 'cpy2' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:993:5: note: Variable 'cpy2' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:998:5: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testplugin.c:981:0: note: Variable 'h' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:998:5: note: Variable 'h' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:1131:31: style: The scope of the variable 'Data' can be reduced. [variableScope]
lcms2-2.9/utils/common/vprf.c:176:24: style: The scope of the variable 'list' can be reduced. [variableScope]
lcms2-2.9/utils/common/vprf.c:177:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcms2-2.9/utils/common/vprf.c:177:12: style: The scope of the variable 'n' can be reduced. [variableScope]
lcms2-2.9/utils/common/vprf.c:204:42: style: Function 'PrintProfileInformation' argument 1 names different: declaration 'h' definition 'hInput'. [funcArgNamesDifferent]
lcms2-2.9/utils/common/utils.h:81:42: note: Function 'PrintProfileInformation' argument 1 names different: declaration 'h' definition 'hInput'.
lcms2-2.9/utils/common/vprf.c:204:42: note: Function 'PrintProfileInformation' argument 1 names different: declaration 'h' definition 'hInput'.
lcms2-2.9/utils/common/vprf.c:258:9: error: Resource leak: out [resourceLeak]
lcms2-2.9/utils/jpgicc/iccjpeg.c:58:16: style: The scope of the variable 'length' can be reduced. [variableScope]
lcms2-2.9/utils/jpgicc/jpgicc.c:188:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcms2-2.9/utils/jpgicc/jpgicc.c:201:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcms2-2.9/utils/jpgicc/jpgicc.c:68:13: style: struct member 'my_error_mgr::Cargo' is never used. [unusedStructMember]
lcms2-2.9/utils/samples/mktiff8.c:46:9: style: The scope of the variable 'a' can be reduced. [variableScope]
lcms2-2.9/utils/tificc/tificc.c:148:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcms2-2.9/utils/tificc/tificc.c:167:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcms2-2.9/utils/tificc/tificc.c:190:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcms2-2.9/utils/tificc/tificc.c:213:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcms2-2.9/utils/tificc/tificc.c:697:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcms2-2.9/utils/transicc/transicc.c:763:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lcms2-2.9/utils/transicc/transicc.c:758:24: note: outer condition: hTransXYZ
lcms2-2.9/utils/transicc/transicc.c:763:13: note: identical inner condition: hTransXYZ
lcms2-2.9/utils/transicc/transicc.c:829:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lcms2-2.9/utils/transicc/transicc.c:825:24: note: outer condition: hTransXYZ
lcms2-2.9/utils/transicc/transicc.c:829:13: note: identical inner condition: hTransXYZ
lcms2-2.9/utils/transicc/transicc.c:410:9: style: The scope of the variable 'i' can be reduced. [variableScope]
[02:23]
ftp://ftp.se.debian.org/debian/pool/main/l/lcov/lcov_1.9.orig.tar.gz
[02:23]
ftp://ftp.se.debian.org/debian/pool/main/l/lcrack/lcrack_20040914.orig.tar.gz
lcrack-20040914/base64.c:83:20: style: The scope of the variable 'c1' can be reduced. [variableScope]
lcrack-20040914/base64.c:83:24: style: The scope of the variable 'c2' can be reduced. [variableScope]
lcrack-20040914/base64.c:83:28: style: The scope of the variable 'c3' can be reduced. [variableScope]
lcrack-20040914/base64.c:90:0: error: Memory leak: s_idx [memleak]
lcrack-20040914/engine.c:413:16: style: The scope of the variable 'len' can be reduced. [variableScope]
lcrack-20040914/engine.c:469:16: style: The scope of the variable 'len' can be reduced. [variableScope]
lcrack-20040914/engine.c:125:31: style: Function 'print_key' argument 2 names different: declaration 'K' definition 'stream'. [funcArgNamesDifferent]
lcrack-20040914/global.h:49:38: note: Function 'print_key' argument 2 names different: declaration 'K' definition 'stream'.
lcrack-20040914/engine.c:125:31: note: Function 'print_key' argument 2 names different: declaration 'K' definition 'stream'.
lcrack-20040914/engine.c:125:52: style: Function 'print_key' argument 3 names different: declaration 'K_Len' definition 'len'. [funcArgNamesDifferent]
lcrack-20040914/global.h:49:54: note: Function 'print_key' argument 3 names different: declaration 'K_Len' definition 'len'.
lcrack-20040914/engine.c:125:52: note: Function 'print_key' argument 3 names different: declaration 'K_Len' definition 'len'.
lcrack-20040914/key.c:102:31: style: Function 'KEY_cmp' argument 2 names different: declaration 'Len' definition 'len'. [funcArgNamesDifferent]
lcrack-20040914/global.h:55:38: note: Function 'KEY_cmp' argument 2 names different: declaration 'Len' definition 'len'.
lcrack-20040914/key.c:102:31: note: Function 'KEY_cmp' argument 2 names different: declaration 'Len' definition 'len'.
lcrack-20040914/key.c:110:32: style: Function 'KEY_word' argument 2 names different: declaration 'Len' definition 'len'. [funcArgNamesDifferent]
lcrack-20040914/global.h:54:39: note: Function 'KEY_word' argument 2 names different: declaration 'Len' definition 'len'.
lcrack-20040914/key.c:110:32: note: Function 'KEY_word' argument 2 names different: declaration 'Len' definition 'len'.
lcrack-20040914/key.c:170:33: style: Function 'KEY_login' argument 2 names different: declaration 'Len' definition 'len'. [funcArgNamesDifferent]
lcrack-20040914/global.h:53:40: note: Function 'KEY_login' argument 2 names different: declaration 'Len' definition 'len'.
lcrack-20040914/key.c:170:33: note: Function 'KEY_login' argument 2 names different: declaration 'Len' definition 'len'.
lcrack-20040914/md4.c:142:3: style: Variable 'X' is assigned a value that is never used. [unreadVariable]
lcrack-20040914/md5.c:57:33: style: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
lcrack-20040914/md5.c:31:33: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
lcrack-20040914/md5.c:57:33: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
lcrack-20040914/md5.c:72:35: style: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
lcrack-20040914/md5.c:32:35: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
lcrack-20040914/md5.c:72:35: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
lcrack-20040914/md5.c:118:60: style: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
lcrack-20040914/md5.c:34:60: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
lcrack-20040914/md5.c:118:60: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
lcrack-20040914/md5.c:153:12: warning: Size of pointer 'ctx' used instead of size of its data. [pointerSize]
lcrack-20040914/mktbl.c:30:18: style: The scope of the variable 'R' can be reduced. [variableScope]
lcrack-20040914/mktbl.c:57:57: error: Expression 'xtn_ptr=xtn_ptr++' depends on order of evaluation of side effects [unknownEvaluationOrder]
lcrack-20040914/mktbl.c:90:57: error: Expression 'xtn_ptr=xtn_ptr++' depends on order of evaluation of side effects [unknownEvaluationOrder]
lcrack-20040914/regex.c:82:31: style: Function 'print_key' argument 2 names different: declaration 'K' definition 'stream'. [funcArgNamesDifferent]
lcrack-20040914/global.h:49:38: note: Function 'print_key' argument 2 names different: declaration 'K' definition 'stream'.
lcrack-20040914/regex.c:82:31: note: Function 'print_key' argument 2 names different: declaration 'K' definition 'stream'.
lcrack-20040914/regex.c:82:52: style: Function 'print_key' argument 3 names different: declaration 'K_Len' definition 'len'. [funcArgNamesDifferent]
lcrack-20040914/global.h:49:54: note: Function 'print_key' argument 3 names different: declaration 'K_Len' definition 'len'.
lcrack-20040914/regex.c:82:52: note: Function 'print_key' argument 3 names different: declaration 'K_Len' definition 'len'.
lcrack-20040914/set.c:90:22: warning: Logical disjunction always evaluates to true: ch >= '0' || ch <= '7'. [incorrectLogicOperator]
lcrack-20040914/set.c:471:7: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
lcrack-20040914/set.c:632:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lcrack-20040914/set.c:155:8: warning: Conversion of string literal "add it anyway.." to bool always evaluates to true. [incorrectStringBooleanError]
[02:23]
ftp://ftp.se.debian.org/debian/pool/main/l/lcrt/lcrt_1.1.2.orig.tar.gz
lcrt-1.1.2/language/language.c:37:35: style: The scope of the variable 'language' can be reduced. [variableScope]
lcrt-1.1.2/src/cconnect.c:61:24: style: The scope of the variable 'user' can be reduced. [variableScope]
lcrt-1.1.2/src/cconnect.c:101:24: style: The scope of the variable 'user' can be reduced. [variableScope]
lcrt-1.1.2/src/cconnect.c:103:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
lcrt-1.1.2/src/cconnect.c:279:24: style: The scope of the variable 'user' can be reduced. [variableScope]
lcrt-1.1.2/src/cconnect.c:317:24: style: The scope of the variable 'user' can be reduced. [variableScope]
lcrt-1.1.2/src/cconnect.c:275:51: style: Function 'lcrt_connect_on_selection_changed' argument 1 names different: declaration 'selection' definition 'widget'. [funcArgNamesDifferent]
lcrt-1.1.2/src/cconnect.h:16:51: note: Function 'lcrt_connect_on_selection_changed' argument 1 names different: declaration 'selection' definition 'widget'.
lcrt-1.1.2/src/cconnect.c:275:51: note: Function 'lcrt_connect_on_selection_changed' argument 1 names different: declaration 'selection' definition 'widget'.
lcrt-1.1.2/src/cconnect.c:56:17: style: Unused variable: same [unusedVariable]
lcrt-1.1.2/src/cconnect.c:318:0: style: Variable 'gvalue' is assigned a value that is never used. [unreadVariable]
lcrt-1.1.2/src/cconnect.c:319:17: style: Unused variable: same [unusedVariable]
lcrt-1.1.2/src/cconnect.c:320:9: style: Unused variable: rv [unusedVariable]
lcrt-1.1.2/src/cconnect.c:347:24: style: Unused variable: user [unusedVariable]
lcrt-1.1.2/src/cconnect.c:349:9: style: Unused variable: rv [unusedVariable]
lcrt-1.1.2/src/cedit.c:103:18: style: Variable 'vscrollbar' is assigned a value that is never used. [unreadVariable]
lcrt-1.1.2/src/cfile.c:71:34: warning: Either the condition 'lterminal==NULL' is redundant or there is possible null pointer dereference: lterminal. [nullPointerRedundantCheck]
lcrt-1.1.2/src/cfile.c:72:19: note: Assuming that condition 'lterminal==NULL' is not redundant
lcrt-1.1.2/src/cfile.c:71:34: note: Null pointer dereference
lcrt-1.1.2/src/cfind.c:29:39: style: Variable 'lterminal' is assigned a value that is never used. [unreadVariable]
lcrt-1.1.2/src/cfind.c:31:17: style: Unused variable: text [unusedVariable]
lcrt-1.1.2/src/cfind.c:31:24: style: Unused variable: pattern [unusedVariable]
lcrt-1.1.2/src/cfind.c:87:51: style: Variable 'lterminal' is assigned a value that is never used. [unreadVariable]
lcrt-1.1.2/src/chelp.c:20:0: error: #error "missing config.h" [preprocessorErrorDirective]
lcrt-1.1.2/src/clock.c:16:22: style: The scope of the variable 'repassword' can be reduced. [variableScope]
lcrt-1.1.2/src/cmkdir.c:38:32: style: Unused variable: child [unusedVariable]
lcrt-1.1.2/src/cmkdir.c:38:39: style: Unused variable: grandson [unusedVariable]
lcrt-1.1.2/src/coptions.c:17:9: style: Unused variable: rv [unusedVariable]
lcrt-1.1.2/src/cstatusbar.c:22:11: style: The scope of the variable 'proto' can be reduced. [variableScope]
lcrt-1.1.2/src/cterminal.c:119:32: style: Variable 'protocol' is assigned a value that is never used. [unreadVariable]
lcrt-1.1.2/src/ctoolbar.c:77:17: style: The scope of the variable 'name' can be reduced. [variableScope]
lcrt-1.1.2/src/cwindow.c:42:21: style: The scope of the variable 'ret' can be reduced. [variableScope]
lcrt-1.1.2/src/cwindow.c:91:17: style: The scope of the variable 'exec_func' can be reduced. [variableScope]
lcrt-1.1.2/src/cwindow.c:92:11: style: The scope of the variable 'programe_path' can be reduced. [variableScope]
lcrt-1.1.2/src/foperate.c:45:5: warning: The buffer 'logdir' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcrt-1.1.2/src/iabout.c:21:0: error: #error "missing config.h" [preprocessorErrorDirective]
lcrt-1.1.2/src/iconnect.c:324:16: style: The scope of the variable 'icon' can be reduced. [variableScope]
lcrt-1.1.2/src/iconnect.c:162:19: style: Unused variable: treestore [unusedVariable]
lcrt-1.1.2/src/iconnect.c:186:39: style: Unused variable: grandson [unusedVariable]
lcrt-1.1.2/src/iedit.c:209:24: warning: Either the condition 'if(ledit)' is redundant or there is possible null pointer dereference: ledit. [nullPointerRedundantCheck]
lcrt-1.1.2/src/iedit.c:210:8: note: Assuming that condition 'if(ledit)' is not redundant
lcrt-1.1.2/src/iedit.c:209:24: note: Null pointer dereference
lcrt-1.1.2/src/iedit.c:249:35: warning: Either the condition 'ledit==NULL' is redundant or there is possible null pointer dereference: ledit. [nullPointerRedundantCheck]
lcrt-1.1.2/src/iedit.c:251:15: note: Assuming that condition 'ledit==NULL' is not redundant
lcrt-1.1.2/src/iedit.c:249:35: note: Null pointer dereference
lcrt-1.1.2/src/ifile.c:284:24: warning: Either the condition 'if(lfile)' is redundant or there is possible null pointer dereference: lfile. [nullPointerRedundantCheck]
lcrt-1.1.2/src/ifile.c:285:8: note: Assuming that condition 'if(lfile)' is not redundant
lcrt-1.1.2/src/ifile.c:284:24: note: Null pointer dereference
lcrt-1.1.2/src/ihelp.c:91:24: warning: Either the condition 'if(lhelp)' is redundant or there is possible null pointer dereference: lhelp. [nullPointerRedundantCheck]
lcrt-1.1.2/src/ihelp.c:92:8: note: Assuming that condition 'if(lhelp)' is not redundant
lcrt-1.1.2/src/ihelp.c:91:24: note: Null pointer dereference
lcrt-1.1.2/src/inotebook.c:70:27: style: The scope of the variable 'lterminal' can be reduced. [variableScope]
lcrt-1.1.2/src/ioptions.c:95:24: warning: Either the condition 'if(loptions)' is redundant or there is possible null pointer dereference: loptions. [nullPointerRedundantCheck]
lcrt-1.1.2/src/ioptions.c:96:8: note: Assuming that condition 'if(loptions)' is not redundant
lcrt-1.1.2/src/ioptions.c:95:24: note: Null pointer dereference
lcrt-1.1.2/src/irename.c:41:18: style: Function 'lcrt_create_dialog_rename' argument 4 names different: declaration 'popup' definition 'rename_terminal'. [funcArgNamesDifferent]
lcrt-1.1.2/src/irename.h:53:121: note: Function 'lcrt_create_dialog_rename' argument 4 names different: declaration 'popup' definition 'rename_terminal'.
lcrt-1.1.2/src/irename.c:41:18: note: Function 'lcrt_create_dialog_rename' argument 4 names different: declaration 'popup' definition 'rename_terminal'.
lcrt-1.1.2/src/istatusbar.c:30:24: warning: Either the condition 'if(lstatusbar)' is redundant or there is possible null pointer dereference: lstatusbar. [nullPointerRedundantCheck]
lcrt-1.1.2/src/istatusbar.